AnthemAVM Posted May 17, 2008 Posted May 17, 2008 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.
MikeB Posted May 17, 2008 Posted May 17, 2008 Something like this: If Status 'GarageLights' is not Off Then Wait 15 minutes Set 'GarageLights' Off Else - No Actions - (To add one, press 'Action')
AnthemAVM Posted May 18, 2008 Author Posted May 18, 2008 Mike B, Is there anyway to make the KPL lights blink during that last minute before the lights shut down? Thanks
MikeB Posted May 18, 2008 Posted May 18, 2008 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.
Recommended Posts