Page 1 of 1

Alarm Clear Time Error... **no error**

Posted: Tue Feb 24, 2015 10:41 pm
by crazyace
I have a few alarm-based push services that are supposed to reset/clear at 00:00 hours with the [hh]==0 statement (see attached file) however I believe the clear trigger is happening at 01:00 hours instead of 00:00 hours. I noticed that a couple of my alarms that had a true raise condition have triggered at 01:00 after a clear. I have attached a screenshot showing that the alarm was sent at 1:00 hours. The temp was below 32°F between 00:00 and 01:00 hours so I believe I should have received an email at 00:00 after the clear since the raise would have been true. Instead it came at 01:00 right after the clear. Can we check to see if something is off on the time settings?

Re: Alarm Clear Time Error...

Posted: Thu Mar 05, 2015 3:33 pm
by crazyace
Any feedback here? I don't think this is something that I can correct on my own.

Re: Alarm Clear Time Error...

Posted: Fri Mar 06, 2015 8:24 pm
by crazyace
It was below freezing all evening here. I received an email at exactly 1am local time after my alarm clear and trigger was evaluated to be true. This should have occured at midnight local time. I believe that Meteobridge is evaluating my clear condition one hour late even though I have it set to clear at midnight with the [h]==0 command.

Re: Alarm Clear Time Error... **no error**

Posted: Fri Mar 06, 2015 10:54 pm
by admin
It keeps the alarm constantly cleared from 00:00 to 00:59 and then allows to trigger first at 01:00.
I can't see any error at all.

Re: Alarm Clear Time Error...

Posted: Sat Mar 07, 2015 12:01 am
by crazyace
What I am attempting to do is have Meteobridge send me an email once per day when the temp drops below freezing (32°F). I only wanted one email, the first time during the day that the temp drops below freezing. In my case, what should I set the clear condition to?

Re: Alarm Clear Time Error...

Posted: Sat Mar 07, 2015 2:27 am
by admin
clear: ([hh] = 0) && ([mm]=0)
This does reset at midnight.

Re: Alarm Clear Time Error...

Posted: Sat Mar 07, 2015 2:36 am
by crazyace
Thank you, I will try this.