Canceling a trigger once another trigger is met until the next day


#1

1) Give a description of the problem
I would like to cancel the motion sense opening the door or unlocking the door once the door has been open for more than 2 minutes and not resume the motion sensor activity until the next day.

2) What is the expected behavior?
When the door has been open for X number of minutes cancel future motion sensor triggers until the next day,

3) What is happening/not happening?
I am not sure how to do the cancel part of the task

**4) Post a Green Snapshot of the


#2

Add a variable?

If motion changes to active / Time is between / AND {Triggered} is false THEN

Actions

Set {Triggered} to true

Then, just set a timer to change the variable back to false at midnight or whatever time you choose. That would be the easiest way to me. Hope that helps!