[Bug]: Master bedroom climate settings did not apply night or sleep modes #237
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This issue was submitted by Tony Stork, using the automated form on the main Home Assistant dashboard
The above indicates that when the goodnight flow is run via the Goodnight button (which can be called from Alexa but is most commonly called from the mobile dashboard), the flow is being triggered twice...once from the button, and another from the resulting activation of the master bedroom sleeping switch.
Unsure if this is the cause of THIS issue or not, need to investigate further.
The problem exists in Emma's bedroom too, to an extent. I have determined that the proper settings ARE being sent, but something is setting them back, at least in some situations.
What I'm going to try is sending each setting in its own node again like the old days, rather than spamming all the settings messages at one action node as I do now. Will do this the next time I have brain cells.
Appears to have been resolved by rate-limiting AC settings actions to 1 per second.