I think I've spotted a bug in the information sent by Meteohub to WDL: the daily max windspeed and the max gust are always the same value as each other. See the wind speed instrument at the bottom of my webpage http://www.markhiseman.plus.com/Weather/.
I recently updated to Meteohub 4.7, and I don't think it used to do this. Can any other Meteohub/WDL users confirm this? Hopefully an easy fix.
Thanks,
Mark.
WDL: Max wind and max gust are the same
Moderator: Mattk
-
- Senior Boarder
- Posts: 63
- Joined: Wed Nov 05, 2008 4:25 pm
- Location: Maidstone, Kent, UK
- Contact:
- YJB
- Platinum Boarder
- Posts: 387
- Joined: Thu Feb 19, 2009 5:53 pm
- Location: Venhuizen, Netherlands
- Contact:
Re: WDL: Max wind and max gust are the same
Hmm, looks like you are right:
This is what it should be (and it was like that in previous versions):
And this is what 4.7 is using:
Boris will need to fix this permanently.
In the mean time you can change the /home/meteohub/clientraw.conf file:
Assuming all your sensors are "0" sensors
Search for
And replace it with
Ysbrand
This is what it should be (and it was like that in previous versions):
Code: Select all
71 Max Wind Gust Knots [day1_wind0_gustspeedmax_kn:-]
113 Max Avg Speed Knots [day1_wind0_speedmax_kn:-]
Code: Select all
71 Max Wind Gust Knots [day1_wind0_gustspeedmax_kn:-]
113 Max Avg Speed Knots [day1_wind0_gustspeedmax_kn:-]
In the mean time you can change the /home/meteohub/clientraw.conf file:
Assuming all your sensors are "0" sensors
Search for
Code: Select all
[actual_th0_heatindex_c:-] [day1_wind0_gustspeedmax_kn:-]
Code: Select all
[actual_th0_heatindex_c:-] [day1_wind0_speedmax_kn:-]
Last edited by YJB on Sun Jan 09, 2011 5:19 pm, edited 1 time in total.
Re: WDL: Max wind and max gust are the same
field 113 will be changed as proposed by YJB with the next update.
-
- Senior Boarder
- Posts: 63
- Joined: Wed Nov 05, 2008 4:25 pm
- Location: Maidstone, Kent, UK
- Contact:
Re: WDL: Max wind and max gust are the same
Thanks to both of you (Boris: I assume you mean field 113 will be changed).
Mark.
Mark.
Re: WDL: Max wind and max gust are the same
yes, of course. just a typo. i already corrected that in the previous post.
-
- Senior Boarder
- Posts: 63
- Joined: Wed Nov 05, 2008 4:25 pm
- Location: Maidstone, Kent, UK
- Contact:
Re: WDL: Max wind and max gust are the same
Confirmed fixed in 4.7a. Thank you.
Mark.
Mark.