Setting up Multiple Email alarms

mixer911

New member
Is it possible to setup multiple email alarm outlets. Say I want to have 2 different email outlets. Then I could set parameters for each one and only turn on the one I wanted to use at that point.

IE...

Email Outlet 1: This would be on all the time while at home.
Set OFF
If Temp > 82.5 Then ON
If Temp < 78.0 Then ON
If Power EB8_3 Off 000 Then ON
If pH > 08.50 Then ON
If pH < 07.90 Then ON
If Outlet Skim_Cup = ON Then ON
If Outlet Skim_Waste = ON Then ON
If Outlet MainPump = OFF Then ON
If Outlet Skimmer = OFF Then ON


Email Outlet 2: I would add these lines to the second email alarm, so all the above plus these. Then I could enable it when I know I would not be opening the doors on the tank. (out of town)

If Outlet Door1 = ON Then ON
If Outlet Door2 = ON Then ON
 
The short answer is no, there is just the one email outlet that is built-in. The only thing I can think of is to use a virtual outlet. It appears that you are using a couple already for the doors, so rather than create another one, just combine the code into a single virtual outlet that you can enable/disable using Manual ON/OFF.

Todd
 
I didn't thing it was possible :( Hoping someone had a workaround.

I know what you are saying about just turning on/off the actual virtural outlets, but my example was a short one :D I actually have about 8-10 outlets that would be added to the second alarm, which doing it manualy is a PITA.....
 
Well, you could create a virtual outlet as an override and add an If Outlet... statement to all the ones you need to disable. Use Manual ON to enable the override.

[Override]
Set OFF

[Door1]
.
.
.
If Outlet Override = ON Then OFF

Todd
 
Back
Top