This object is in archive! 
Motion detector doesn't trigger rule again
Need Answer
Hi all,
I created the following rule:
As you can see, very simple. I have two motion sensor and when one of them is triggered, the light should turn on. For my understanding, every time when one of the sensors see a motion, the wait time for 90s should start again, isn't it? Or is it required to handle this state different, like if(dimmer is >50) then Wait 90s ?
I also thought without a JOIN block the same action will triggered again, or in other words my current rule should work?
Thanks,
Thorsten
No connection
Real-time notifications may not work
Your rule is correct but in theory it will not restart the timer if it changes from NO MOTION to MOTION. You need to use a JOIN block between the when and the first IF.
Your rule is correct but in theory it will not restart the timer if it changes from NO MOTION to MOTION. You need to use a JOIN block between the when and the first IF.
Thanks! Like that:
Thanks! Like that:
also it will be determined by the re trigger time interval set on your device. Consult your manual for this information.
also it will be determined by the re trigger time interval set on your device. Consult your manual for this information.
Replies have been locked on this page!