Jump to content

Lights on at Sunrise


Recommended Posts

I have tried many variants with no success...

 

What is the proper "if" wording to turn on outside lights (the "then" command) every Friday only at 6:45am if and only if the sun has not risen by that time.

 

What would be then "else" wording to shut off those lights ten minutes after sunrise, again, only on Fridays.

Link to comment
Share on other sites

Has to be two Programs since different times. The On Program looks odd but the ISY would not generate what would be the simple 'before sunrise' statement.

 

If
       On Fri
       Time is  6:45:00AM
   And From    Sunrise -  4 hours 
       To      Sunrise -  1 second (same day)

Then
       Set 'SwitchLinc Relay' On

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

 

If
       On Fri
       Time is Sunrise + 10 minutes

Then
       Set 'SwitchLinc Relay' Off

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...