Another Apex programming problem

Omgitsjoe

Active Member
View Badges
Joined
Aug 17, 2019
Messages
249
Reaction score
562
Location
Georgia
Rating - 0%
0   0   0
Im trying to do a simple on off timer for my fuge light and this thing is driving me nuts!

My code:
Fallback OFF
Set OFF
If Time 21:15 to 08:00 Then ON

When the time comes the apex doesnt turn them on. If I click the gear icon next to the outlet, its like the apex wakes up and turns it on?!?. Ive also did another test when the time comes, apex doesnt turn it on, if i unplug the apex then plug it back in, the apex will turn the outlet on. Im so confused?
 
Last edited:
What do you have the control type set to? If it’s set to Light then you don’t need to worry about writing statements to control the light you just select when you want it to come on and off.

2CBE1F97-B9CA-49F0-9F58-438D3AC6CB59.jpeg


ADA0B0E5-A7AE-4E1C-AAF5-22ED1ABBEE72.jpeg
 
Tried lights, same results. Then changed to advanced so I can make sure it was programmed correctly . I removed the unneeded coding (Hysteresis, temp shutdown) Just to simplify the code as much as possible while i figure out whats going on.
 
One thing I just noticed. I left the apex alone just to see if it will eventually turn the outlet on. If the commanded time is say 21:10. It will go 1-2 mins after the commanded time then turn on. Is this normal? Does everyone else see a delay between program and actual function?
 
One thing I just noticed. I left the apex alone just to see if it will eventually turn the outlet on. If the commanded time is say 21:10. It will go 1-2 mins after the commanded time then turn on. Is this normal? Does everyone else see a delay between program and actual function?
Check your clock setting.
 
FWIW this is my Fuge Code and it works with no issues:

Fallback OFF
Set ON
If Time 09:00 to 20:59 Then OFF

Could be because you are describing ON times vice OFF times.
 
These links are down currently but will be back up tomorrow. I think you will find all of the answers you are looking for Suncrestreef did a really good job with them.

 
Sorry that was a typo it is set off

I was not referring to your Set value. I was referring to your time statement. You are running your lights as to when they are "ON" where I run them when to be OFF. Not sure it makes a difference (I'm not an expert) but it is a difference and I don't have any issues. Worth a shot.
 
I was not referring to your Set value. I was referring to your time statement. You are running your lights as to when they are "ON" where I run them when to be OFF. Not sure it makes a difference (I'm not an expert) but it is a difference and I don't have any issues. Worth a shot.

That reply was for blstravler. But that is one thing that I have not tried yet. I will give that a shot tomorrow. Thanks for the help!
 

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%

New Posts

Back
Top