Michael Whitehead
New Member
- Joined
- Apr 6, 2021
- Messages
- 1
- Reaction score
- 0
So I figured this would be simple, one routine to turn lights on, another to turn them off.
#MovementLightsOn
When motion is detected: Turn On Light
#MovementLightsOff
When no motion detected: Turn Off Lights
With no delay, these two routines happen within a few seconds, obviously not convenient.
When I add a delay to turning the lights off I get a rolling loop of multiple automation processes turning the lights on and off at the start and end of each individual detection.
How do I:
#MovementLightsOff
When no motion detected for X mins: Turn Off Lights
Thank you for your time.
#MovementLightsOn
When motion is detected: Turn On Light
#MovementLightsOff
When no motion detected: Turn Off Lights
With no delay, these two routines happen within a few seconds, obviously not convenient.
When I add a delay to turning the lights off I get a rolling loop of multiple automation processes turning the lights on and off at the start and end of each individual detection.
How do I:
#MovementLightsOff
When no motion detected for X mins: Turn Off Lights
Thank you for your time.