ACIII programming for the sunrise using the seasons table?

Use the 'If Sun 000/000 THen LT1 ON' Statements to get the seasonal sunrise/sunset simulation.

Curt
 
And if I would like the MH1 to switch on after 1 hours of sun rise and switch off the T5s?

Thanks in advance.
 
This maybe? Not sure if you can Turn off LT1 like this though.

LT1 = T5
LT2 = MH
If Sun 000/000 Then LT1 ON
If Sun 060/-060 Then LT2 On
If Timer LT2 = ON
Then LT1 = Off
 
Oh and add these in there to, not sure if T5's need a delay but would not hurt.

Max Change 005M Then LT1 Off

Max Change 010M Then LT2 Off
 
Back
Top