DigitalGuard Posted January 23, 2015 Posted January 23, 2015 (edited) Hi Guys, I'm new to ISY and have some questions about programs. I want to create a 2 programs, 1 to run at sunset to turn my porch lights on, and 2nd to run on sunrise and set my porch lights off. How can i do this? and samples or ideas would be great. Thanks Edited January 23, 2015 by DigitalGuard
oberkc Posted January 23, 2015 Posted January 23, 2015 Try something like: If Time is from sunset To sunrise (next day) Then Turn lights on Else Turn lights off If you actually prefer two programs, this is an possible as well
DigitalGuard Posted January 23, 2015 Author Posted January 23, 2015 Thank you very much! I'll give it try..
oberkc Posted January 23, 2015 Posted January 23, 2015 Don't get too hung up on the actual programming words I used. This was conceptual (though it IS easy to miss "next day" in the condition). The ISY will create these for you.
Recommended Posts