Page 1 of 1

WIND SPEED WRONG USING PWS (VIA WUHU)

Posted: Sun Oct 17, 2010 8:45 pm
by JoseNeto
I am not sure if it is an error but I got a very bigger wind speed indication when using data from my PWS via WUHU (converting to xml). So I got about (not sure this moment) 25 Km/h and inside xml I got ...
- <wind>
<speed value="6.8" unit="kph/kmh" />
<direction value="279" />
<gust value="7.6" unit="kph/kmh" />
</wind>
- <sky>
I think there is an error on calculation .... but the value presented is not true and I can“t figure out where it is acquired.
Could some one explain it please ?

Re: WIND SPEED WRONG USING PWS (VIA WUHU)

Posted: Mon Oct 18, 2010 4:22 pm
by par
Most likely you need to replace "kph/kmh" for "kph"

Re: WIND SPEED WRONG USING PWS (VIA WUHU)

Posted: Sat Oct 23, 2010 3:52 am
by wuhu_software
The wind speeds posted in the XML file are the average wind speeds over the past 10 mins, not the last wind reading.

I have address the 'kph' issue and it will be in the next release.

Thanks.