Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit thermostat setpoint range ("child proofing") #231

Open
climategadgets opened this issue Jul 17, 2022 · 2 comments
Open

Limit thermostat setpoint range ("child proofing") #231

climategadgets opened this issue Jul 17, 2022 · 2 comments
Labels

Comments

@climategadgets
Copy link
Member

climategadgets commented Jul 17, 2022

Current Behavior

Setpoint change will be allowed to happen as long as the setpoint is set within absolute "sane" thermostat setpoint limits. This allows unreasonable values set either accidentally, or by individuals not comprehending how the system works, which causes the system run beyond its design capacity and cause a massive electric bill and runtime overrun.

Desired Behavior

  • Setpoint range can be specified individually per zone in the configuration
  • Setpoint range can be specified in the schedule event description
  • Setpoint range override should still be available via JMX and to individuals authorized to make changes beyond provided setpoint range
@climategadgets
Copy link
Member Author

climategadgets commented Feb 4, 2023

Setpoint range in configuration was introduced in #183, now need to extend it to schedule and JMX.

@climategadgets
Copy link
Member Author

Implemented in the configuration as part of #47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant