You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it's easy to control HVAC and WH setpoints to an absolute value, e.g.:
wh.update({"Setpoint": 50})
It's a lot harder to control to a relative value (relative to the default). I think this is the best way to do it now (this varies slightly if the setpoint is defaulted or if it's specified in the schedule):
Right now it's easy to control HVAC and WH setpoints to an absolute value, e.g.:
wh.update({"Setpoint": 50})
It's a lot harder to control to a relative value (relative to the default). I think this is the best way to do it now (this varies slightly if the setpoint is defaulted or if it's specified in the schedule):
Maybe it's worth adding a new control option so that we can do this in 1 line? Maybe "Setpoint Change" or something like that?
The text was updated successfully, but these errors were encountered: