Apex Jr alerts?

hipertec

Active member
So I had my temperature go way down due to my heater not turning on.
How can I program my Apex Jr to alert me when:
Mt temp is too high or too low?
My PH is too high or too low?
Anything else u can use for alerts?

What is the best way to alert? Email or app? I do have the app so I would prefer an alert thru the app.

Thanks in advance.
 
Just go into the email alarm outlet and add a line such as. This assumes the name of your temp probe is Temp. If it’s not, than change the name of the probe in the code below.

If Temp > 82.0 Then ON
If Temp < 75.0 Then ON

Change the values to whatever you want.

For pH add a line such as the following where “PH” is the name of your PH probe. Change “PH” to the name of your probe if the probe has a different name.
If PH > 8.5 Then ON
If PH < 7.8 Then ON

Again, change the values to what ever you want. Also, the first line of the Alarm outlet should be Set OFF
So the Alarm outlet should look like:

Set OFF
If Temp > 82.0 Then ON
If Temp < 75.0 Then ON
If PH > 8.5 Then ON
If PH < 7.8 Then ON

In Fusion, click on your name in the upper right. Then scroll down to “notifications” and click on it. From there you can click on the “+” icon in the upper right and add the methods you want alerts from Fusion.
 

Attachments

  • 8049217E-B0B5-4F36-B97C-22732D5C1066.jpg
    8049217E-B0B5-4F36-B97C-22732D5C1066.jpg
    39.7 KB · Views: 0
Last edited:
Add a second heater to that tank avoid the headache. Pretty common for many reefers to have this redundancy in place.
 
Back
Top