Apex Neptune seems to ignore Defer or Min Time sometimes

Bramzor

Active Member
View Badges
Joined
Oct 9, 2019
Messages
291
Reaction score
112
Rating - 0%
0   0   0
Got the following outlet for temperature control when using 2 temperature probes and some virtual outlets. But for some reason, Defer and Min Time aren't doing what they are supposed to do.

Code:
Fallback OFF
Set OFF
If Sump_T < RT+-0.4 Then ON
If Tank_T < RT+-0.2 Then ON
If Time 00:00 to 06:59 Then OFF
If Sump_T < RT+-0.6 Then ON
If Tank_T < RT+-0.5 Then ON
If DoW S-T-T-- Then OFF
If Sump_T > RT+0.6 Then OFF
If Tank_T > RT+0.4 Then OFF
If Sump_T < 24.2 Then ON
If Tank_T < 24.4 Then ON
If Sump_T > 25.5 Then OFF
If Tank_T > 25.5 Then OFF
If Output ReefToHot_ = ON Then OFF
If Output PowerOutage_ = ON Then OFF
If Output Maintenance_ = ON Then OFF
If STOPBT CLOSED Then OFF
Defer 020:00 Then ON
Min Time 035:00 Then OFF
When On > 660:00 Then OFF

Log is showing this:

Schermafbeelding 2024-01-10 om 06.58.48.png


Expected behavior is that the outlets stays OFF for 35 minutes ("Min Time 035:00 Then OFF") and always waits to go ON for 20 minutes ("Defer 020:00 Then ON"). But as you can see in the logs, both are ignored since it goes from OFF to ON instantly.
Looks like a bug?
 
OP
OP
B

Bramzor

Active Member
View Badges
Joined
Oct 9, 2019
Messages
291
Reaction score
112
Rating - 0%
0   0   0
Apex neptune support response: Standard reply that they do not assist with "Advanced Programming". :angry-face:
Not surprising since they have bugs in their system for multiple years which they can't get fixed.
 

CreatiVe2

Active Member
View Badges
Joined
Jan 5, 2011
Messages
181
Reaction score
164
Location
Philadelphia
Rating - 0%
0   0   0
Did you try with just the defer statement?
Or revering the order they are executed - just for testing

also, I haven't used the RT command before - what are you using that for?
 
OP
OP
B

Bramzor

Active Member
View Badges
Joined
Oct 9, 2019
Messages
291
Reaction score
112
Rating - 0%
0   0   0
Did you try with just the defer statement?
Or revering the order they are executed - just for testing

also, I haven't used the RT command before - what are you using that for?
Think it's kind of a race condition where you have more than one OFF followed by ON, it might trigger a cycle before it checked all of them I think.


RT is a seasonal variable where it checks towards a value thats different per month. You can modify this temperature value if you connect to your apex over the IP and go to settings and the sun icon.
 

Reefing threads: Do you wear gear from reef brands?

  • I wear reef gear everywhere.

    Votes: 24 14.5%
  • I wear reef gear primarily at fish events and my LFS.

    Votes: 11 6.6%
  • I wear reef gear primarily for water changes and tank maintenance.

    Votes: 1 0.6%
  • I wear reef gear primarily to relax where I live.

    Votes: 23 13.9%
  • I don’t wear gear from reef brands.

    Votes: 96 57.8%
  • Other.

    Votes: 11 6.6%
Back
Top