My Apex is showing an alarm on the bell icon but I cannot find out what is causing this as nothing is set to alarm. It stays on all day and it is like it does not reset the bell icon after the alarm has gone. Anywhere else I should be looking?
Here is my code for Alarms -
Set OFF
If Output PH_High = ON Then ON
If Output PH_Low = ON Then ON
If Output Temp_VHigh = ON Then ON
If Output Temp_High = ON Then ON
If Output Temp_Warning = ON Then ON
If Output Kalk_Warning = ON Then ON
If Output Light-Left = OFF Then ON
If Output Light-Right = OFF Then ON
If Output Stream-Left = OFF Then ON
If Output Stream-Right = OFF Then ON
If Output Skimmer = OFF Then ON
If Output Heater = OFF Then ON
If Output HEATER-DOS = OFF Then ON
If Output Batteries = OFF Then ON
If Output Alkalinity = OFF Then ON
If Output Calcium = OFF Then ON
If Output Minerals = OFF Then ON
If Output Kalkwasser = OFF Then ON
Many thanks
Here is my code for Alarms -
Set OFF
If Output PH_High = ON Then ON
If Output PH_Low = ON Then ON
If Output Temp_VHigh = ON Then ON
If Output Temp_High = ON Then ON
If Output Temp_Warning = ON Then ON
If Output Kalk_Warning = ON Then ON
If Output Light-Left = OFF Then ON
If Output Light-Right = OFF Then ON
If Output Stream-Left = OFF Then ON
If Output Stream-Right = OFF Then ON
If Output Skimmer = OFF Then ON
If Output Heater = OFF Then ON
If Output HEATER-DOS = OFF Then ON
If Output Batteries = OFF Then ON
If Output Alkalinity = OFF Then ON
If Output Calcium = OFF Then ON
If Output Minerals = OFF Then ON
If Output Kalkwasser = OFF Then ON
Many thanks
Last edited: