Hi all,
I'm having some issues with a rule i recently made and would like to get your input.
I set up a lighting automation that works great when button 1 is pressed.
Basically i want to when pressing button 2/3/4 the light automation will be disabled, and when time is between 19:00 to 6:00 the led strip will turn on with low light.
When the time is 6:00 to 8:00, the led strip will turn on with stronger light.
I have no idea why but the led doesn't turn on (marked with red).
My controller is GLEDOPTO Zigbee 3 pro+ 5 in 1.
Does anyone have an idea what i'm missing?
There’s a lot to digest in that rule!
One thing that I noticed: The rule has a lot of triggers, and any time one of those triggers activate, any active wait actions will be cancelled, and the rule will re-processes from the start. For me, this has been a problem with motion sensors since they tend to trigger often.
That said, in the specific situation that you are showing in the logs, the rule is acting as it should. The wait was over, and the rule executed the remaining command. The “ELSE” condition won’t be processed since the “IF” condition was true. If you want the code that follows the “Off” command to also execute, then the “ELSE” condition will need to be removed, or the actions that you want executed will need to be moved or duplicated before it.
Hope this helps!