Page 1 of 1
Meteobridge and weeractueel
Posted: Thu Aug 01, 2013 3:04 pm
by sammy2509
Hello can anyon helping me i have the download the hetweeractueel.template and the trend and the hitte index are not working can anyone fixed this from me.
trend are $barTrend = "---";
and
$humUnit = "%";
Thanks
Re: Meteobridge and weeractueel
Posted: Sun May 11, 2014 8:37 pm
by assenzuid
Hi,
Any solutions?
I have the same issue with the $barTrend
Re: Meteobridge and weeractueel
Posted: Tue Feb 03, 2015 2:03 pm
by Perkoz
Hi
I join
Can anybody suggest how to obtain the trend of barometric pressure?
Re: Meteobridge and weeractueel
Posted: Fri Feb 13, 2015 2:16 pm
by johncena
t have accidently resolved the issue. On the weather networks page I zeroed out the rain sensor so the data was not being pushed. The next morning I decided to try and inspect the data I also decided to sent the rain sensor to push the weather networks. I then checked online and found that the data was showing rain back to 0"/hr. If it rains this afternoon i can confirm if
Re: Meteobridge and weeractueel
Posted: Fri Feb 13, 2015 9:32 pm
by wsnoordbergum
Hitte index is [th0heatindex-act]
So edit:
$outsideHeatIndex = "---";
into
$outsideHeatIndex = "[th0heatindex-act.1:---]";
The barotrend isn't directly available from my WMR200, davis weatherstations (and others) do provide the trend.
The only way is to calculate the pressure difference of the past hour.
Values to be used are [thb0seapress-act.1:---] and [thb0seapress-val60.1:---]
The first value is the actual pressure and the second is the pressure one hour ago.
Substract the values and the difference is the trend, outcome = 0 then stable, outcome = positive then rising, outcome is negative then falling.
The only problem i had is i don't know how to convert the value into a word.
I think there is a formula for this issue.
And hetweeractueel states that the template must not be changed!
I also would like to show the trend on hetweeractueel.
goodluck, wsnoordbergum.