Constant Alarm Off text messages

  • Thread starter Thread starter moreef
  • Start date Start date
  • Tagged users None

moreef

Well-Known Member
View Badges
Joined
Jan 15, 2013
Messages
586
Reaction score
275
Location
Dallas,Tx
Rating - 100%
2   0   0
I keep getting Alarm Off text messages and not sure why. I haven’t changed anything in the coding it just started about a week ago and seems to send text every few hours. Here are some screen shots of my programming and alert log.
9642C86B-8A13-4B8C-8418-B20E58599B85.jpeg
C91EBA6B-4DEA-4699-B6C6-A9BE2D49BD35.jpeg
6485C305-0B8C-46B8-8222-56BA314ECED9.jpeg
 
I would add virtual outlets for all potential alarm conditions. And then add tests for those outlets in the alarm code.

Then you can glance at outlet history to see what tripped the alarm and deal with it specifically.

I happen to keep these virtual outlets on my Home Screen and have two types: one for definitely send alert, and other as info which sends an alert once and then turns off.

There is a fantastic guide on this forum: https://www.reef2reef.com/ams/authors/suncrestreef.93940/

Here are a few examples:

If any of the ALARM or INFO outlets are on I’ll see them on the dashboard (in addition to the alert). I enable logging to see history to observe flapping on states like what you report.



763F19FF-F405-49A2-8554-95FAD2022CD3.png


18C09C17-B896-4F41-92BE-2A01EDF1D791.png


C321D6E4-8C8B-408B-91F5-890A4453EAC7.png
 
This is commonly caused when a sensor is rapidly toggling between alarm states. The Apex doesn't have time to send the initial "Alarm ON" notification before it sends the "Alarm OFF" notification. In order to identify which sensor is causing it, add this line to your EmailAlm program:

Min Time 000:30 Then ON

This will force the alarm to remain on at least 30 seconds which will allow the Apex to send you the initial "Alarm ON" notification containing a description of the source. You can then investigate that probe or sensor, or use virtual outputs to monitor that sensor and include a Defer timer making it wait for the condition to be stable before actually triggering the alarm.

See my tutorial on Apex Alarms for more tips:
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%

New Posts

Back
Top