Trigger Event

All about the standard Meteobridge devices based on mobile routers from TP-Link, D-Link, ASUS

Moderator: Mattk

Post Reply
Mauricio
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: Sun Jan 28, 2018 7:55 pm

Trigger Event

Post by Mauricio »

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!
User avatar
davidmc36
Expert Boarder
Expert Boarder
Posts: 86
Joined: Wed Apr 10, 2024 7:33 pm

Re: Trigger Event

Post by davidmc36 »

One thing is you can create an email event at that time of day sending those parameters.

What about email "Triggered By Event"?
Mauricio
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: Sun Jan 28, 2018 7:55 pm

Re: Trigger Event

Post by Mauricio »

Exactly! if an email can be generated at that time, any idea how can the variable be generated?
User avatar
davidmc36
Expert Boarder
Expert Boarder
Posts: 86
Joined: Wed Apr 10, 2024 7:33 pm

Re: Trigger Event

Post by davidmc36 »

I only had a quick look at the options under the Services/Events tab. Not sure exactly how to work it up.
Mauricio
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: Sun Jan 28, 2018 7:55 pm

Re: Trigger Event

Post by Mauricio »

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
Post Reply