As we know, dew point temperatures can be used to predict when a severe frost will occur.
Therefore, I need help generating a trigger that will activate an alert indicating the possibility of a severe frost if the wind is =<5 km/h, the air temperature at 6:00 PM is >7.2°C, and the dew point is =< −2.2°C .
Is this possible? What do you think? Thanks!
Trigger Event
Moderator: Mattk
Re: Trigger Event
One thing is you can create an email event at that time of day sending those parameters.
What about email "Triggered By Event"?
What about email "Triggered By Event"?
Re: Trigger Event
Exactly! if an email can be generated at that time, any idea how can the variable be generated?
Re: Trigger Event
I only had a quick look at the options under the Services/Events tab. Not sure exactly how to work it up.
Re: Trigger Event
I have tried it this way and it works!
One - Tiem Alarm ( It does not allow you to select 18 PM)
Raise: ([th0temp-act=c.1:0] <= 7.2) && ([wind0wind-act=kmh.0:0] <=5) && ([th0dew-act.0:0] <=-2.2)
Clear: ([th0temp-act=c.1:0] >= 10) && ([wind0wind-act=kmh.0:0] >=8.0) && ([th0dew-act.0:0] >= 2)
Subj # Body: Risk of severe frost!!
Thanks
One - Tiem Alarm ( It does not allow you to select 18 PM)
Raise: ([th0temp-act=c.1:0] <= 7.2) && ([wind0wind-act=kmh.0:0] <=5) && ([th0dew-act.0:0] <=-2.2)
Clear: ([th0temp-act=c.1:0] >= 10) && ([wind0wind-act=kmh.0:0] >=8.0) && ([th0dew-act.0:0] >= 2)
Subj # Body: Risk of severe frost!!
Thanks