This object is in archive! 
Any good rule to keep lights on while movement around ?
Completed
Hi all,
Since some time I'm trying to write a rule to keep lights on when persons around an IR sensor, with the different approaches lights turn off (and later on) even with last movement detected was a few seconds ago. Did you get any reliable?
Unfortunally in rule creator there is not a puzzle like DO WHILE / UNTIL
Thanks in advance !
Gerardo
No connection
Real-time notifications may not work
Hi,
I would do something like:
- When sensor state = motion
- Join
-turn light on
- wait xxx seconds
- turn light off
Hi,
I would do something like:
- When sensor state = motion
- Join
-turn light on
- wait xxx seconds
- turn light off
This type has worked fine for me(see attachment). I have paired motion sensor with virtual switch in rule so the rule can be turned of easily.
This type has worked fine for me(see attachment). I have paired motion sensor with virtual switch in rule so the rule can be turned of easily.
Thanks for your suggestions, I noticed that you all use the Join clausule,.. I tried to write this rule without the join as I could see that sometimes it has rare behaviours and don't stop previous running instances of the rule,..
Did any of you manage to get this rule without 'Join'? I guess it is a challenge,.. :-)
Thanks !
Gerardo
Thanks for your suggestions, I noticed that you all use the Join clausule,.. I tried to write this rule without the join as I could see that sometimes it has rare behaviours and don't stop previous running instances of the rule,..
Did any of you manage to get this rule without 'Join'? I guess it is a challenge,.. :-)
Thanks !
Gerardo
Replies have been locked on this page!