Jump to content

How would I program this?


AnthemAVM

Recommended Posts

Posted

I want to set my garage lights to go off after 15 minutes of being on.

 

How would I program that in the ISY? I just can not get it to work?

 

The on is a KPL on and off is the off switch on the KPL?

 

Thanks.

Posted

Something like this:

 

If
       Status  'GarageLights' is not Off

Then
       Wait  15 minutes 
       Set 'GarageLights' Off

Else
  - No Actions - (To add one, press 'Action')

Posted

I don't believe there's any kind of an Insteon 'flash' command, but you could certain have the ISY flicker the lights a few times to warn that they're going off. Or maybe have a KPL secondary button turn on/off to serve as a warning LED.

 

But you will have to send individual on/off commands to simulate a flash. I wouldn't do it too much/too often, otherwise you could have excessive powerline traffic interfere with other things going on at the same time.

Guest
This topic is now closed to further replies.

×
×
  • Create New...