Looking for confirmation and advice on best way to make a program change on my Apex. Had a main pump seize and trip a gfi, and heaters and temp probes are in the sumps so the temp in the tank dropped without h20 circulation to it while I was away without my realizing. So I plan to move one of my temp probes into my overflow box to have a temp reading in the tank area versus only sump, and want to tie it into my MH lights that could be used to add heat in an emergency - and as a alarm signal if they are on at a time they normally wouldn't be. Basically, I currently have the light outlets set to control type "Light" with the fill-in the blanks for on/off time and shutdown tied to the temp probe if temp hits a high value of 81.9. But want to also have a setting to turn the lights on if the temp drops too much. Is the way to do this change the control type to "advanced" and use the following programing? ...
MH-Center (3_1)
Fallback OFF
Set ON
If Time 13:30 to 23:20 Then ON
If Temp2 > 82.5 Then OFF
Min Time 30:00 Then OFF
If Temp2 < 75.9 Then ON
Min Time 30:00 Then ON
MH-Lft-Rt (3_2)
Fallback OFF
Set ON
If Time 13:50 to 23:00 Then ON
If Temp2 > 81.9 Then OFF
Min Time 30:00 Then OFF
If Temp2 < 76.0 Then ON
Min Time 30:00 Then ON
MH-Center (3_1)
Fallback OFF
Set ON
If Time 13:30 to 23:20 Then ON
If Temp2 > 82.5 Then OFF
Min Time 30:00 Then OFF
If Temp2 < 75.9 Then ON
Min Time 30:00 Then ON
MH-Lft-Rt (3_2)
Fallback OFF
Set ON
If Time 13:50 to 23:00 Then ON
If Temp2 > 81.9 Then OFF
Min Time 30:00 Then OFF
If Temp2 < 76.0 Then ON
Min Time 30:00 Then ON