PDA

View Full Version : AI basic night/moonlight programing. not working


DloG
05/24/2012, 01:07 PM
So I’m trying to set up a basic night mode for my AI sol blue lights but when I update my programming it for some reason it doesn’t take it.
This is what I'm using. What am I doing wrong?


This is what I’m trying to change it to:

Fallback OFF
Set OFF
If Time 17:00 to 19:00 Then RiseB
If Time 19:00 to 22:00 Then DayB
If Time 22:00 to 24:00 Then SetB
If Time 24:00 to 09:00 Then M
If Temp > 82.0 Then OFF
Min Time 030:00 Then OFF

But then reverts to this. It removes the "M" profile

Fallback OFF
Set OFF
If Time 17:00 to 19:00 Then RiseB
If Time 19:00 to 22:00 Then DayB
If Time 22:00 to 24:00 Then SetB
If Temp > 82.0 Then OFF
Min Time 030:00 Then OFF

L8ndeb
05/24/2012, 01:44 PM
Fallback OFF
Set OFF
If Time 17:00 to 19:00 Then RiseB
If Time 19:00 to 22:00 Then DayB
If Time 22:00 to 24:00 Then SetB
If Time 24:00 to 09:00 Then M
If Temp > 82.0 Then OFF
Min Time 030:00 Then OFF

But then reverts to this. It removes the "M" profile

Fallback OFF
Set OFF
If Time 17:00 to 19:00 Then RiseB
If Time 19:00 to 22:00 Then DayB
If Time 22:00 to 24:00 Then SetB
If Temp > 82.0 Then OFF
Min Time 030:00 Then OFF

First thing, if you are using only LED's, remove:

If Temp > 82.0 Then OFF
Min Time 030:00 Then OFF

They are not needed (used for MH's)

Are you using the "Advanced setup" in the profile window? Don't use the presets for "light". Try changing "M" to "Moon" in the outlets and profiles.