home-climate-control / dz

Home Climate Control Core: *the* Open Source multi-zone temperature and climate control system.
http://homeclimatecontrol.com/
GNU General Public License v3.0
59 stars 7 forks source link

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

Open climategadgets opened 2 years ago

climategadgets commented 2 years ago

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

climategadgets commented 1 year ago

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

climategadgets commented 11 months ago

Implemented in the configuration as part of #47