Audible alarms

Wantsomemora Acrapora

Community Member
View Badges
Joined
Nov 13, 2019
Messages
69
Reaction score
56
Rating - 0%
0   0   0
Do you still have to have an Apex display unit to get audible alarms? If not can someone point me to the coding? Thanks!!
 

CasperOe

In it to win it!
View Badges
Joined
Feb 14, 2022
Messages
3,261
Reaction score
5,722
Location
Glasgow, United Kingdom
Rating - 0%
0   0   0
I have a small external alarm unit that I bought off Etsy (link) with below code in use. Unsure how you actually make the Apex base unit make an audible alarm though..

Set OFF
Fallback ON
If LEAK_1 CLOSED Then ON
If LEAK_2 CLOSED Then ON
If LEAK_3 CLOSED Then ON
If LEAK_4 CLOSED Then ON
If LEAK_5 CLOSED Then ON
If Tmp > 27.0 Then ON
If pH > 8.50 Then ON
If ORP > 440 Then ON
If Output RETURN_PUMP = OFF Then ON
If Output SKIMMER Watts < 1 Then ON
If ATO_HI CLOSED Then ON
If RO_HI CLOSED Then ON
If RO_HH CLOSED Then ON
If Error ATK_PMUP Then ON
If SUMP > 24.0 Then ON
If ALK > 11.00 Then ON
If RO_LVL < 35.0 Then ON
Defer 010:00 Then OFF
 

Managing real reef risks: Do you pay attention to the dangers in your tank?

  • I pay a lot of attention to reef risks.

    Votes: 88 44.7%
  • I pay a bit of attention to reef risks.

    Votes: 68 34.5%
  • I pay minimal attention to reef risks.

    Votes: 27 13.7%
  • I pay no attention to reef risks.

    Votes: 12 6.1%
  • Other.

    Votes: 2 1.0%
Back
Top