Hi.
I have two events for each zigbee bulb, one that reads: If button pressed, and bulb is not OFF - then turn the bulb OFF, and another one which does the opposite.
It works almost every time, but sometimes the lights blinks on/off/on.
Then log gives me this:
Why would both of the events fire on a single central scene message?
The bulb surely cannot be both OFF and NOT OFF at the same time
Is it because both events fires on the "when button pressed" action, and they don't run in perfect sync - hence, the bulb changes states and triggers the second event.
Any info is appriciated.
ps. i have a "do not rerun" for 1 second on both of the events.
Example:
I have two events for each zigbee bulb, one that reads: If button pressed, and bulb is not OFF - then turn the bulb OFF, and another one which does the opposite.
It works almost every time, but sometimes the lights blinks on/off/on.
Then log gives me this:
nov-03 17:24:59 | JowiHue | Off command send to Group Loftlampe Køkken |
nov-03 17:24:59 | Device Control | Device: Køkken ZigBee Group Loftlampe Køkken to Off (0) |
nov-03 17:24:59 | Event | Event Trigger "Køkken - Loftlampe Køkken_Sluk" |
nov-03 17:24:59 | JowiHue | Dim command send to Group Loftlampe Køkken |
nov-03 17:24:59 | Device Control | Device: Køkken ZigBee Group Loftlampe Køkken to 100% (100) |
nov-03 17:24:59 | Event | Event Trigger "Køkken - Loftlampe Køkken_Tænd" |
nov-03 17:24:59 | Z-Wave | Device: Alrum Node 11 Central Scene Set to 1000 |
The bulb surely cannot be both OFF and NOT OFF at the same time

Is it because both events fires on the "when button pressed" action, and they don't run in perfect sync - hence, the bulb changes states and triggers the second event.
Any info is appriciated.
ps. i have a "do not rerun" for 1 second on both of the events.
Example:
Comment