0
Delay in routine after movement of sensor
Hi,
I have a garage door with an logic sensor which detects that the door is closed or open. I also have movement sensor in the garage. I am trying to make a routine which closes the garador (if it is open) and there is not any movement for 10 minutes. However I am not able to get the delay working as planned.
I think the problem is that it says when Garage door åpen OR there is no movement, DO delay and thereafter close.
I guess it should be AND and not OR, but not able to choose between OR and AND
Customer support service by UserEcho
Hello.
Maybe we should check the motion sensor. If there is no movement within 10 minutes, then send the door closing signal. If the door was closed, nothing would happen. If it was open, it will close.
Hello
In order to be implemented as you describe, you need to:
- for "WHEN" use a motion sensor, if it worked
- in "DO" add a delay and closing the door
- in "BUT ONLY IF" condition that the door is open
Then your condition will be triggered when the motion sensor has triggered and if the door is open, after the set delay the door will close.
Sorry, I incorrectly described what you need to do, here are the correct steps:
You need to create 2 routines in the first:
- for "WHEN" use a motion sensor, event "No movement"
- in "DO" add a delay and closing the door
- in "BUT ONLY IF" condition that the door is open
second:
- for "WHEN" use a motion sensor, event "Movement"
- in "DO" choose your first rotine and action for it "Stop rotine"
- in "BUT ONLY IF" condition that the door is open
Hello
In the described actions there is no door opening, do you have other routines that open the gate?
It is also possible the gates remain open because there is a movement that stops the routine, could you share your routines to understand what happens when they are performed
To fix this problem, use the settings in the sensor: inverse on / off