Determining when no motion has occurred across multiple sensors


#1

I am trying to determine when there is no motion detected for 30 minutes across all my motion sensors. I have the following in my If statement (#26), but it is consistently evaluating to false and I cannot figure out why. I know that all the sensors have been inactive for at least 30 minutes.


#2

So of course I post this and then receive and expected notification from that condition :-).

So, when using the “stays away from” condition, are the timers for that evaluation reset each time the piston is edited and re-saved? I had also changed it to “Always Subscribe”, as opposed to Automatic…would that make a difference?


#3

yes. its a future event so whenever the piston is re-saved the trigger would be reset.

no. because its a trigger, by default it always subscribes when set to automatic.


#4

Thanks!