Alarm Clear Time Error... **no error**
Moderator: Mattk
Alarm Clear Time Error... **no error**
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?
- Attachments
-
- Meteobridge Alarm Issue 02242015.jpg (107.93 KiB) Viewed 3460 times
Re: Alarm Clear Time Error...
Any feedback here? I don't think this is something that I can correct on my own.
Re: Alarm Clear Time Error...
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**
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.
I can't see any error at all.
Re: Alarm Clear Time Error...
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...
clear: ([hh] = 0) && ([mm]=0)
This does reset at midnight.
This does reset at midnight.
Re: Alarm Clear Time Error...
Thank you, I will try this.