I've had my climate schedule fail to set the temperature on my thermostat multiple nights in a row.
Node settings: It has been a different node/time each time, so I don't believe it's due to incorrect settings on any schedule node.
Thermostat issue: I previously controlled my thermostat with a node-red flow that set my thermostat at certain times and this program had no feedback/checking to correct a failed setpoint update. I used this program for over a year and never noticed the setpoint fail to update.
Here's a screenshot of my Climate Scheduler graph. 3am was the failed node last night.
And here is the climate entity graph showing the setpoint fail. Interestingly, it sets correctly (at 3:00:31) and then goes back to the previous setpoint (at 3:00:37). Again, I've used node
And here is the node red program I used for over a year (two summers). It only uses a single climate.set_temperature at the very end and I've never noticed it failing to set my thermostat.

I've had my climate schedule fail to set the temperature on my thermostat multiple nights in a row.
Node settings: It has been a different node/time each time, so I don't believe it's due to incorrect settings on any schedule node.
Thermostat issue: I previously controlled my thermostat with a node-red flow that set my thermostat at certain times and this program had no feedback/checking to correct a failed setpoint update. I used this program for over a year and never noticed the setpoint fail to update.
Here's a screenshot of my Climate Scheduler graph. 3am was the failed node last night.
And here is the climate entity graph showing the setpoint fail. Interestingly, it sets correctly (at 3:00:31) and then goes back to the previous setpoint (at 3:00:37). Again, I've used node
And here is the node red program I used for over a year (two summers). It only uses a single
climate.set_temperatureat the very end and I've never noticed it failing to set my thermostat.