Apex alarms

aerialdronemaster

Active Member
View Badges
Joined
Apr 12, 2020
Messages
266
Reaction score
72
Rating - 0%
0   0   0
Hello

I have some peobles with alarms with lex
The below script isn't working for me
I am oy getting alarms (text messages) for salt temp and ph. Directly configured i advanced tab , what is that
I would like to have ato , rodi and leak alarms added

SmartSelect_20210228-065518_APEX Fusion.jpg SmartSelect_20210228-065455_APEX Fusion.jpg SmartSelect_20210228-065428_APEX Fusion.jpg
 

MnFish1

10K Club member
View Badges
Joined
Dec 28, 2016
Messages
26,944
Reaction score
24,647
Location
Midwest
Rating - 100%
2   0   0
I dont know why you aren't using the 'built in alarm settings' for your temp, ph and salinity. You only need to set the parameters - and if they are outslde those, you will get an alert. Here is a nice article describing how to do it. I do not think you need all the code in your email alert settings?


On my Neptune, I have alarms turned 'on'. I go, for example to the TMP probe, click the settings - and I set the parameters. There is no programming for pH in the Email alert settings necessary.
 
OP
OP
A

aerialdronemaster

Active Member
View Badges
Joined
Apr 12, 2020
Messages
266
Reaction score
72
Rating - 0%
0   0   0
I dont know why you aren't using the 'built in alarm settings' for your temp, ph and salinity. You only need to set the parameters - and if they are outslde those, you will get an alert. Here is a nice article describing how to do it. I do not think you need all the code in your email alert settings?


On my Neptune, I have alarms turned 'on'. I go, for example to the TMP probe, click the settings - and I set the parameters. There is no programming for pH in the Email alert settings necessary.
Thx

I will look at it
Temp salt and ph works, but not from the script but from the advanced tab, nothing works from script.
I will go over the article
 

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
8,688
Location
Oregon
Rating - 0%
0   0   0
I’m the author of the tutorial article linked above.

It’s best not to mix methods for alarms. Either use the code on the EmailAlm output, or use the Alarm settings on the Inputs.

As for your EmailAlm code not working:

1. Is your EmailAlm output slider set to AUTO on your dashboard?

2. Is there an active alarm (such as your salt or pH) at the time you’re expecting to receive a notification for some other alarm condition? The Apex can only report on a single alarm condition at a time, so you’d need to clear the 1st alarm before you will receive the 2nd alarm notification.

3. As I mention in my tutorial, be sure to sequence your code so the most important conditions are listed last.
 

MnFish1

10K Club member
View Badges
Joined
Dec 28, 2016
Messages
26,944
Reaction score
24,647
Location
Midwest
Rating - 100%
2   0   0
I’m the author of the tutorial article linked above.

It’s best not to mix methods for alarms. Either use the code on the EmailAlm output, or use the Alarm settings on the Inputs.

As for your EmailAlm code not working:

1. Is your EmailAlm output slider set to AUTO on your dashboard?

2. Is there an active alarm (such as your salt or pH) at the time you’re expecting to receive a notification for some other alarm condition? The Apex can only report on a single alarm condition at a time, so you’d need to clear the 1st alarm before you will receive the 2nd alarm notification.

3. As I mention in my tutorial, be sure to sequence your code so the most important conditions are listed last.
This is interesting - I did not know this (but I suppose it makes sense according to the programming) - I think this is a huge issue. For example (lets say) the ORP alarm went off (who cares) - but the temp was 95 in the tank - I would like to know the temp - as compared to the other.
 

TOP 10 Trending Threads

Back
Top