Apex - Light timer - Not working

Found the problem as well, but here is the photo of the old code. Wrong symbol for the temp.
apex4.JPG
So it’s fixed?
 
Changed code to:

Fallback OFF
Set OFF
If Time 14:00 to 18:00 Then ON
If Tmp < 80.0 Then OFF
Wait... this should not work... if tmp is less than 80.0 then off. This will tell Apex to turn on only after the tmp is over 80.0
 
Changed the time and no dice.

Symbol on other sample code that works was the other way. temp >(greater than) 80 should be the correct way

Still not sure as to why it isn't turning on the lights. I can manually turn them on then look at the camera and verify the lights do come on.
 
Do you have any other lines of code that are associated with the "LIGHT"? Any other code that has "LIGHT" in it?
 
Remove the if tmp is greater than 80 line. Remove and delete any hysteresis or any alarm. just have this and nothing else.

Fallback OFF
Set OFF
If Time 14:00 to 18:00 Then ON
 
Remove the if tmp is greater than 80 line. Remove and delete any hysteresis or any alarm. just have this and nothing else.

Fallback OFF
Set OFF
If Time 14:00 to 18:00 Then ON
Yes that is how I fixed it on a old apex

F985D688-362B-4250-AB14-29D975118AB3.png
 
I hate those symbols. I always have to google them to make sure they are the right way.
 
Changed to:

Fallback OFF
Set OFF
If Time 13:00 to 18:00 Then ON

______________________________________

Still nothing. But I can manually turn it on. *head scratch*
 
If it’s not supposed to be on till 1400 it’s supposed to be off right now which it is
 
We are dealing with the "T5Number1" and "T5number2"

Light was renamed to Radion and is functioning normally. Always has.
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%
Back
Top