Scenes Bug

Hello, I have been using a sensor (SNZB-02D), a relay module ( RE5V1C), and ZigbeePro to control the heater according to room temperature for a while. Unfortunately, scenes do not work as expected. I have 3 (day, evening, night) * 2 (ON/OFF) scenes, 6 in total and these are separated by room temp and effective period. It seems a bug to me. Please let me know if anything is wrong in my scenes or there is a planned bug-fix for it.
At 22:40 RE5V1C should be in OFF mode as room temp > 22.5 and effective period is between 22:01-23:59 but it is still ON.


When the scene manually disabled/enabled, it work immediately.

Scene effective period is not used as a trigger event.
There is a problem here in that the room temp does not increase from <22.5 (unsatisfied) to >22.5 (satisfied) after the time point 22:01, so there is no triggering event that is satisfied, so the relay module does not work.
You might be able to increase another scene to make it work:
If (all conditions are met)
Timing 22:01,
Room temp > 22.5;
Then
turn off the relay

Thanks for the answer. I have added initial check for each period as suggested and it solved my problem. I cannot say it’s an user friendly solution but it works anyway. Thanks again!

1 Like