So it’s fixed?Found the problem as well, but here is the photo of the old code. Wrong symbol for the temp.![]()
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
So it’s fixed?Found the problem as well, but here is the photo of the old code. Wrong symbol for the temp.![]()
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.0Changed code to:
Fallback OFF
Set OFF
If Time 14:00 to 18:00 Then ON
If Tmp < 80.0 Then OFF
Do you have any other lines of code that are associated with the "LIGHT"? Any other code that has "LIGHT" in it?
If it’s not supposed to be on till 1400 it’s supposed to be off right now which it is

