Greetings everyone, I want to make a rule and I can't find it.
What I want to do is if the front door closes and no motion sensor changes to motion within the next 3 minutes, the alarm will go off.
There is only one front door to the house, if it is closed and no motion sensor is activated in the house for 3 minutes, it is positive that there is no one at home and I can activate the alarm.
Yes, of course, I already have several rules, but I can't figure out how to do or raise this one. I think the trigger would have to be if the front door changes to closed. But apart from there I am confused.
I'm wondering why you would want to do what you are describing.
Have I got this right.
Front door closes.
No motion for 3 minutes.
Sound alarm.
Where are your motion sensors?
If an intruder comes through the door, wouldn't motion be detected?
Got you.
I would put all your motion sensors into Zone Motion Controller.
Then.
TRIGGER.
Door closes.
IF
mZone all active.
Exit rule.
ELSE
Wait 3 minutes
Activate alarm.
Thank you very much for your answer, sorry rule in my case could fail. I need something like, if x sensors don't change to motion in 3 minutes, arm system. Greetings
TRIGGER: Door closes
ACTIONS:
Wait for condition: Motion sensors ANY active -> timeout 3 min
If (Motion sensor active) THEN Exit Rule
ELSE Set Alarm
END IF