i do not have an explanation for the behavior, but here is what i know:
the v0.6 windfinder extension for weewx uses the following units for upload:
airtemp: degree_C
winddir: compass_degree
windspeed: knot
gust: knot
pressure: hPa
rain: mm/hr
according to the windfinder web site, the units for wind and gust should be knots:
http://www.windfinder.com/weather-station/add.htm#other
however, there is no specification or documentation for the 'meteobridge' configuration:
http://www.windfinder.com/weather-station/add.htm#meteobridge
which uses this url to upload:
http://www.windfinder.com/wind-cgi/httpload.pl
finally, this is from paul sommer of
windfinder.com in june 2014:
> All you have to do is to HTTP-GET the following URL:
>
> http://www.windfinder.com/wind-cgi/httpload.pl?sender_id=<stationID>&password=<PWD>&date=19.5.2011&time=17:13&airtemp=20&windspeed=12&gust=14&winddir=180&pressure=1012&rain=5
>
> You can omit the parameters for values that you don't have (eg. rain)
>
> You have to use local time for date and time, knots for the wind
> and metric units for all the rest; rain in mm/hour.
since the units for 'rain' is 'mm/hr' i assume that 'rain' is actually 'rainRate'
m