Jump to content

HELP! How do I get ISY to email if a senser is open for >15 min.


DeanO

Recommended Posts

Posted

I'm fairly new to the ISY994i and am using an insteon IOLinc Module sensing if a door is open or closed .  How can I get ISY994i PRO to email me only if the door is left open for over 15 minutes. 

Posted

try something like:

 

if

status sensor is open

then

wait 15 mintes

send email

else

nothing

This.

 

It works because if the sensor closes the 'wait' is aborted, and you won't get an email.

Posted

more generically, the wait is aborted any time that a program triggers during a wait period and evaluates false (when wait is in THEN path).  If a program is triggered and evaluates true, the wait is halted and the entire THEN statement starts anew.

Guest
This topic is now closed to further replies.

×
×
  • Create New...