Trigger Event

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

Moderator: Mattk

User avatar
davidmc36
Expert Boarder
Expert Boarder
Posts: 103
Joined: Wed Apr 10, 2024 7:33 pm

Re: Trigger Event

Post by davidmc36 »

Mattk wrote: Sat Sep 06, 2025 6:17 am Then how about setting up an Email event at a Specific Time [18:00] with a Subj# Body something like

Frost Risk @ [[hh]:[mm]##if# {*(Condition1) && (Conditon2) && (Condition3)*} #then# Yes #else# No #fi#
I noticed on received emails there was a leading square brace before the time on subject line.

I removed the extra one.
Mauricio
Junior Boarder
Junior Boarder
Posts: 28
Joined: Sun Jan 28, 2018 7:55 pm

Re: Trigger Event

Post by Mauricio »

Thank you very much for the detail David, t's true, it came out with a square at the beginning.
Mauricio
Junior Boarder
Junior Boarder
Posts: 28
Joined: Sun Jan 28, 2018 7:55 pm

Re: Trigger Event

Post by Mauricio »

I'm thinking about setting up risk trigger events or forest fire early warnings perhaps thinking about the Australian MacArthur model (FFDI) or another model. Does anyone already have something set up that they could please point me to? Thanks
User avatar
davidmc36
Expert Boarder
Expert Boarder
Posts: 103
Joined: Wed Apr 10, 2024 7:33 pm

Re: Trigger Event

Post by davidmc36 »

All the data points can have selectors of daily max, monthly max, yearly max, or averages, or minimums.

With the basic template posted by Matt you could monitor every [your choice frequency] the accumulation of temp, rain, wind for example and set an alarm condition. Hot, no rain, lots of wind.....DING DING DING!

Check all the options:

https://www.meteobridge.com/wiki/index. ... =Templates
User avatar
davidmc36
Expert Boarder
Expert Boarder
Posts: 103
Joined: Wed Apr 10, 2024 7:33 pm

Re: Trigger Event

Post by davidmc36 »

I am using this to monitor if it is too sunny to be out:

Code: Select all

 Sun Exposure @ [hh]:[mm]##if# {*([sol0rad-havg] >=150.0) && ([uv0index-havg] >=1.5) && ([sol0total-dmax=h] >=3.0)*} #then# Exposure High #else# Low Danger #fi# 
I set it to check "before every 3rd full hour"

Seems fairly realistic.
Mattk
Platinum Boarder
Platinum Boarder
Posts: 1394
Joined: Mon Sep 22, 2014 3:24 am

Re: Trigger Event

Post by Mattk »

That would be appropriate if the check was "before every full hour", "before every 3rd full hour" and using -havg which is the average value of this hour then at every 3 hours you you are only looking at the past hour and if that is what you expect then all is good?

If you actually wanted the average for the 3 hour period "before every 3rd full hour" then you would have to do something different?
User avatar
davidmc36
Expert Boarder
Expert Boarder
Posts: 103
Joined: Wed Apr 10, 2024 7:33 pm

Re: Trigger Event

Post by davidmc36 »

That's right. I check the most recent hour with this method. Every two hours is the next best choice. I have not decided which I like best.
Post Reply