PDA

View Full Version : Why won't email alarm turn off?


MJDiP
07/15/2010, 02:23 PM
Hi All,

I finally got my email alarm set up and I have this simple code controlling it:

Set OFF
If Power EB8_3 Off 000 Then ON

How do I get the alarm status to turn back OFF once power is restored? The re-email delay is set at 60 minutes and I get a new email every hour, even after the power comes back on.

Thanks!

aquamanic
07/15/2010, 02:28 PM
If that's exactly what you have on the email outlet, that's correct. There's something else going on.

MJDiP
07/15/2010, 03:02 PM
Wow, before I typed the last post, the alarm was manually turned OFF... I decided to give it another shot and turned it back to AUTO. This is what I got (completely different from my past results):

<date>07/15/2010 16:46:57</date>
<name>EmailAlm_I5</name>
<value>ON</value></record>

<record><date>07/15/2010 16:46:58</date>
<name>EmailAlm_I5</name>
<value>OFF</value></record>

<record><date>07/15/2010 16:47:43</date>
<name>EmailAlm_I5</name>
<value>ON</value></record>

<record><date>07/15/2010 16:47:44</date>
<name>EmailAlm_I5</name>
<value>OFF</value></record>

<record><date>07/15/2010 16:53:09</date>
<name>EmailAlm_I5</name>
<value>ON</value></record>

<record><date>07/15/2010 16:53:09</date>
<name>EmailAlm_I5</name>
<value>OFF</value></record>

<record><date>07/15/2010 16:55:57</date>
<name>EmailAlm_I5</name>
<value>ON</value></record>

<record><date>07/15/2010 16:55:58</date>
<name>EmailAlm_I5</name>
<value>OFF</value></record>

<record><date>07/15/2010 16:57:31</date>
<name>EmailAlm_I5</name>
<value>ON</value></record>

<record><date>07/15/2010 16:57:32</date>
<name>EmailAlm_I5</name>
<value>OFF</value>

So obviously, something is bouncing... I'm still at the office, so I can't see what the tank is doing.

aquamanic
07/15/2010, 03:18 PM
What's the alarm message - is it the same every time?

kenargo
07/15/2010, 04:17 PM
Also; if the firmware up to date on the EB8? There was an update to EB8 firmware to fix a power fail check and you could be hitting that. The email you get should indicate the line in the program triggering the email, that might help.

MJDiP
07/15/2010, 04:58 PM
Yes, the email is the same every time:

Alarm Statement: If Power EB8_3 Off 000 Then ON

I'll try the firmware update later tonight...

Thanks guys!