Jump to content

ISY99 Garage Left Open Notification


Eric2XU

Recommended Posts

Posted

Hey all,

 

What is the best way to setup a program(s) to have my ISY99 and I/O Linc (with sensor) let me be notified when the door is in the "off" state for more than 5 mins?

 

I figure monitor for the change in state and in the "then" section do a wait 5 mins, but then what? Sorry very new to ISY programming.

 

Thanks in advance,

 

j

Posted

I will start it off (conceptual approach only):

 

if
status "sensor" is off
then
wait 5 minutes
send notification to ....
else

 

This will send an EMail notification to your account of choice.

  • 2 weeks later...
Guest
This topic is now closed to further replies.

×
×
  • Create New...