Search found 28 matches

by Mauricio
Sun Sep 14, 2025 4:38 am
Forum: Meteobridge Discussion
Topic: Meta chart. **solved**
Replies: 2
Views: 734

Re: Meta chart

Ready solved, thanks David!

Image
by Mauricio
Sat Sep 13, 2025 2:40 pm
Forum: Meteobridge Discussion
Topic: Meta chart. **solved**
Replies: 2
Views: 734

Meta chart. **solved**

Hi, How do you align the pressure with the humidity?

Image

So that it is aligned in this way

Image

Define chart I configured it like this

Image
by Mauricio
Tue Sep 09, 2025 9:21 pm
Forum: Meteobridge Discussion
Topic: Trigger Event
Replies: 36
Views: 6524

Re: Trigger Event

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
by Mauricio
Tue Sep 09, 2025 9:02 pm
Forum: Meteobridge Discussion
Topic: Trigger Event
Replies: 36
Views: 6524

Re: Trigger Event

Thank you very much for the detail David, t's true, it came out with a square at the beginning.
by Mauricio
Sun Sep 07, 2025 3:17 pm
Forum: Meteobridge Discussion
Topic: Trigger Event
Replies: 36
Views: 6524

Re: Trigger Event

Thank you very much Mattk! for such a comprehensive explanation.
by Mauricio
Sun Sep 07, 2025 1:50 am
Forum: Meteobridge Discussion
Topic: Trigger Event
Replies: 36
Views: 6524

Re: Trigger Event

Daily Reebot to update versions, simply because of that. It's not a Davis, it's a Fine Offset WT1081. Each rain gauge stroke is 0.3 mm. What would you set in the case of Clear? I'm unsure about that.
by Mauricio
Sat Sep 06, 2025 7:56 pm
Forum: Meteobridge Discussion
Topic: Trigger Event
Replies: 36
Views: 6524

Re: Trigger Event

A problem that I have encountered is that every time my device, the trigger, gives the order to reboot daily with http://templates.meteobridge.com/reboot.sh it trigger a rain event (false).

https://i.postimg.cc/gJgJNqWy/Rain.png

https://i.postimg.cc/y6JgvtDk/reboot.png


Thanks for any help or ...
by Mauricio
Sat Sep 06, 2025 1:40 pm
Forum: Meteobridge Discussion
Topic: Trigger Event
Replies: 36
Views: 6524

Re: Trigger Event

Mattk, It's already working perfectly. Your event will help protect our crops from the risk of severe frost; it's excellent. Thank you very much!
by Mauricio
Sat Sep 06, 2025 3:34 am
Forum: Meteobridge Discussion
Topic: Trigger Event
Replies: 36
Views: 6524

Re: Trigger Event

Exactly the time ( 18 PM) relate it to the 3 parameters
by Mauricio
Sat Sep 06, 2025 2:59 am
Forum: Meteobridge Discussion
Topic: Trigger Event
Replies: 36
Views: 6524

Re: Trigger Event

I want to develop it through an event
by Mauricio
Sat Sep 06, 2025 2:06 am
Forum: Meteobridge Discussion
Topic: Trigger Event
Replies: 36
Views: 6524

Re: Trigger Event

Do you have any ideas on how to do it? I'm already lost there , I don't know how to relate it to the time. Thanks
by Mauricio
Sat Sep 06, 2025 1:17 am
Forum: Meteobridge Discussion
Topic: Trigger Event
Replies: 36
Views: 6524

Re: Trigger Event

I have tried it this way and it works!

One - Time 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 ...
by Mauricio
Fri Sep 05, 2025 9:24 pm
Forum: Meteobridge Discussion
Topic: Trigger Event
Replies: 36
Views: 6524

Re: Trigger Event

Exactly! if an email can be generated at that time, any idea how can the variable be generated?
by Mauricio
Fri Sep 05, 2025 8:14 pm
Forum: Meteobridge Discussion
Topic: Trigger Event
Replies: 36
Views: 6524

Trigger Event

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 ...
by Mauricio
Sat Aug 30, 2025 1:04 am
Forum: Meteobridge Discussion
Topic: Trigger event on reboot. **solved**
Replies: 11
Views: 5574

Re: Trigger event on reboot

Hi, without the brackets, it works correctly. If you set the value to 60 seconds, it sends two alerts; if you set the value to 120 seconds: it sends only one alert.
I left it like this.
[mbsystem-uptime.0:0] >120
Thanks!!