Page 1 of 2
Build 10240 - no gust or last hour rain
Posted: Wed Aug 03, 2016 5:26 pm
by plex
Hi
With latest version 10240, I don't see gust or last hour data in display or webpage anymore. Furthermore I've seen FTP problems after running a few hours, and problems uploading to wunderground (something with wget or wput error).
Kind Regards
Hans
Re: Build 10240 - no gust or last hour rain
Posted: Thu Aug 04, 2016 3:04 pm
by plex
After another reboot, my gust and last hour rain is back... Also stable for the last 24 hour, so I guess problem solved by it self

Re: Build 10240 - no gust or last hour rain **solved**
Posted: Sat Aug 06, 2016 8:52 am
by admin
Bugs solving themselves would be a great innovation and highly welcome...
I haven't changed code since August 2, so I can't be found guilty in that respect

Re: Build 10240 - no gust or last hour rain **solved**
Posted: Sun Aug 07, 2016 6:44 pm
by plex
Re: Build 10240 - no gust or last hour rain
Posted: Mon Aug 08, 2016 8:42 pm
by admin
Remote login would be great. Otherwise, hard to find the reason.
It might take a minute as both ("gust" for windchill computation
and "sea level pressure" for pressure correction) need outdoor temperature.
If this data is not coming through, it will have the side effect you see.
Re: Build 10240 - no gust or last hour rain
Posted: Mon Aug 08, 2016 8:58 pm
by plex
admin wrote:Remote login would be great. Otherwise, hard to find the reason.
It might take a minute as both ("gust" for windchill computation
and "sea level pressure" for pressure correction) need outdoor temperature.
If this data is not coming through, it will have the side effect you see.
Off course - login details sent
I noticed delay of sea level pressure, but still no gust or last hour rain in display or webpage. However gust records are recorded and displayed on my webpage.
Re: Build 10240 - no gust or last hour rain
Posted: Mon Aug 08, 2016 10:50 pm
by admin
When I look at the variables you us I see not defined "converters".
[wind0wind-avg1=m/s.1:--] here "m/s" is not defined and results to replacement pattern "--"
[rain0total-sumday=mm.1:--] here "mm" is not defined
When you stay with the ISO units like m/s, mm, hPa, etc... no converter is needed.
Therefore, "[wind0wind-avg1.1:--]" and "[rain0total-sumday.1:--]" will do as you expect.
Re: Build 10240 - no gust or last hour rain
Posted: Tue Aug 09, 2016 1:20 pm
by plex
admin wrote:When I look at the variables you us I see not defined "converters".
[wind0wind-avg1=m/s.1:--] here "m/s" is not defined and results to replacement pattern "--"
[rain0total-sumday=mm.1:--] here "mm" is not defined
When you stay with the ISO units like m/s, mm, hPa, etc... no converter is needed.
Therefore, "[wind0wind-avg1.1:--]" and "[rain0total-sumday.1:--]" will do as you expect.
Thanks for explaning... So this is the reason why display fails on wind and rain?
The strange thing is, that I haven't changed my setup for a long time, and problem came after latest release.
Still I'm missing gust on my webpage - I'll have to dig deeper into this.
Re: Build 10240 - no gust or last hour rain
Posted: Tue Aug 09, 2016 3:22 pm
by admin
Should be fixed with just uploaded SW version 10242 from August 3.
Re: Build 10240 - no gust or last hour rain
Posted: Tue Aug 09, 2016 3:34 pm
by plex
admin wrote:Should be fixed with just uploaded SW version 10242 from August 3.
[wind0wind-max10:0] still returns 0
http://vejrstationen.dk/weather28/uploadMB/realtime.txt
Re: Build 10240 - no gust or last hour rain
Posted: Tue Aug 09, 2016 4:37 pm
by wvdkuil
You should check your Meteobridge Live data tab as you are using a separate windsensor.
Are there multiple windsensors on the Live data tab?
If so, is the correct one having the primary color?
Use your mouse to hover and there will be a selection to define the sensor as primary: "Click to use ***** as your primary sensor"
The calculation for certain values is/was only done for primary sensors in the past.
Wim
Re: Build 10240 - no gust or last hour rain
Posted: Tue Aug 09, 2016 5:56 pm
by admin
just did another update to have this finally fixed.
Re: Build 10240 - no gust or last hour rain
Posted: Tue Aug 09, 2016 6:53 pm
by plex
admin wrote:just did another update to have this finally fixed.
Thanks a lot
I have my gust back

Re: Build 10240 - no gust or last hour rain
Posted: Wed Aug 10, 2016 7:22 am
by plex
This morning I noticed, that gust was "frozen" - no updating. After a reboot it's stucked on 0 again...
No rush fixing, but just for your information
Re: Build 10240 - no gust or last hour rain
Posted: Wed Aug 10, 2016 9:19 am
by admin
Just logged in on your MBP and you are right. Funny thing is that when I restart the data logger that it works again fine.
This will need some deeper inspection.