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
I just noticed that my system was heating even when no zones were asking for it. I'm using a Nest, and Better Thermostat. zoned-heating is set to control the underlying TRV entities.
I'd previously instrumented zoned-heating with debug logging and turns on debug logging for the Nest integration and zoned-heating. I see these logs:
Can happen when the controller goes offline/online. We shouldn't forget
the stored data in that case.
nielsfaber#24
e.g. if the controller goes offline, we don't want to forget what we had
before
I just noticed that my system was heating even when no zones were asking for it. I'm using a Nest, and Better Thermostat.
zoned-heating
is set to control the underlying TRV entities.I'd previously instrumented
zoned-heating
with debug logging and turns on debug logging for the Nest integration andzoned-heating
. I see these logs:So: the Nest goes
OFFLINE
for 5 seconds, and we clear the stored setpoint. When it comes back online we restore it to what the Nest is set to.I'd like the stored setpoint to have been remembered in this case. What should we do - ignore the controller becoming unavailable?
The text was updated successfully, but these errors were encountered: