AC staying on in E's room on wakeup #115
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?
Faulty brightness setting is causing the wakeup script to end before getting to the A/C and white noise shutoffs.
Need to change the decision logic when deciding which device to turn off on wakeup. Most likely can just always send a fan.turn_off service call if the A/C is installed. Won't hurt anything if it's already off.
Might as well also send an input_boolean.turn_off service call to the white noise in all situations as well. Will again not hurt anything in any case.
It turns out the above comment is already what is happening. The issue appears to be related to a faulty brightness setting that prematurely terminated the script.