Set Apex Alarm if ATO turned off for running too long (empty)?

chonsworth

Community Member
View Badges
Joined
Sep 25, 2022
Messages
27
Reaction score
7
Location
North Dakota
Rating - 0%
0   0   0
I have an ATO set up with a small sicce pump and optical sensor. If it runs for too long (e.g.: ATO res is empty) - it'll turn off and stay that way. But I'd also like to trigger an alert when this "running to long" event happens, but I don't know if it's possible?

My Output configuration for the plug on my EB832 (for the pump) looks like this:

Code:
Fallback OFF
Set OFF
If SumpH OPEN Then ON
If SumpH CLOSED Then OFF
When On > 001:00 Then OFF
Defer 000:10 Then ON
Defer 000:04 Then OFF
Min Time 030:00 Then OFF
 
OP
OP
chonsworth

chonsworth

Community Member
View Badges
Joined
Sep 25, 2022
Messages
27
Reaction score
7
Location
North Dakota
Rating - 0%
0   0   0
Ah, I figured it out, I made a new virtual output that watches the sensor:

Code:
Set OFF
Fallback OFF
If SumpH OPEN Then ON
Defer 005:00 Then ON

And added a statement to my alarm:

Code:
If Output ATO_Empty = ON Then ON
 

Keeping it clean: Have you used a filter roller?

  • I currently use a filter roller.

    Votes: 67 35.4%
  • I don’t currently use a filter roller, but I have in the past.

    Votes: 6 3.2%
  • I have never used a filter roller, but I plan to in the future.

    Votes: 48 25.4%
  • I have never used a filter roller and have no plans to in the future.

    Votes: 60 31.7%
  • Other.

    Votes: 8 4.2%
Back
Top