--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/tIKAd1O2TXY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<windCapture.JPG>

--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
--- restful.py.orig 2015-02-19 19:23:21.000000000 +1000
+++ restful.py 2015-02-22 20:41:11.000000000 +1000
@@ -123,9 +123,10 @@
'barometer' : 'baromin=%.3f',
'outTemp' : 'tempf=%.1f',
'outHumidity' : 'humidity=%03.0f',
- 'windSpeed' : 'windspeedmph=%03.0f',
+ 'windSpeed' : 'windspeedmph=%03.2f',
'windDir' : 'winddir=%03.0f',
- 'windGust' : 'windgustmph=%03.0f',
+ 'windGust' : 'windgustmph=%03.2f',
+ 'windGustDir' : 'windgustdir=%03.0f',
'dewpoint' : 'dewptf=%.1f',
'hourRain' : 'rainin=%.2f',
'dayRain' : 'dailyrainin=%.2f',
I am assuming nothing has been done about this. I live in an area where I have a lot of calm, so my WU shows a lot of broken lines. This to me is a WU fail, I am sending legitimate data zero wind @ zero direction. Any more comments or live with it?
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscribe@googlegroups.com.
[StdWXCalculate]ignore_zero_wind = false[[Calculations]]# Derived quantities are calculated by this service. Possible values are:# hardware - use the value provided by hardware# software - use the value calculated by weewx# prefer_hardware - use value provide by hardware if available,# otherwise use value calculated by weewxpressure = prefer_hardwarebarometer = prefer_hardwarealtimeter = prefer_hardwarewindchill = prefer_hardwareheatindex = prefer_hardwaredewpoint = prefer_hardwareinDewpoint = prefer_hardwarerainRate = prefer_hardware
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscribe@googlegroups.com.
Yes weatherunderground. I am using lubuntu on orange pi pc. Used sudo commands to install weewx but WU does not show wind and wind direction, only wind gust.
I have oregon wmr300A, yes im using rapidfire. You can check my data on wu, id is IATALCA3. Also I will debug data and post here
In that case, set debug=2 (instead of debug=1), restart weewx, post the first few log records. This will show exactly what it is sending to the Weather Underground.I suspect the problem is Rapidfire: it does not work very well, especially with "partial record" stations like the WMR300.-tk
On Sat, Nov 4, 2017 at 8:37 AM, <sina...@gmail.com> wrote:
I have oregon wmr300A, yes im using rapidfire. You can check my data on wu, id is IATALCA3. Also I will debug data and post here
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/tIKAd1O2TXY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
Logs should be in /var/log, most likely /var/log/syslog unless you you have changed it.
Gary