Event reporting on rainfall **solved**
Posted: Fri Jan 13, 2017 2:34 pm
Hi guys,
I hope someone more experienced with the event scripting on Meteobridge can help me.
I am trying to get an event to trigger every hour if there was rainfall in the past hour and report on the total rainfall for the past 24 hours. I have an hourly trigger set up with the following as "Message" :
So long story short, it's not working. Can anyone see anything wrong or provide an improved way of getting this done?
Thanks!
I hope someone more experienced with the event scripting on Meteobridge can help me.
I am trying to get an event to trigger every hour if there was rainfall in the past hour and report on the total rainfall for the past 24 hours. I have an hourly trigger set up with the following as "Message" :
Code: Select all
#if#{*[rain0total-sum1h]>0*}#then#Allesbeste: Total rainfall for the past 24h is [rain0total-sum24h] mm. Max rain rate was [rain0rate-dmax] at [rain0rate-dmaxtime=apm.ij]:[rain0rate-dmaxtime=apm.kl] [rain0rate-dmaxtime=apm.op]#fi#
Thanks!