Hi Gary
I've noticed that WU is not displaying wind direction too. It seems to be
displaying on the weewx local site but not WU. I did not have this problem
running Weewx on Raspbian before and I'm guessing its a driver issue. I've
followed your instructions and downloaded the latest update to the driver.
Attached is some debug logs and I've noticed that rapid fire isn't sending
the direction logs all the time.
PI: Ubuntu 16.04.4 LTS (GNU/Linux 4.4.38-v7+ armv7l)
The Weatherstation is: Oregon Scientific WMR300
WU Link:
https://www.wunderground.com/personal-weather-station/dashboard?ID=INEWSOUT1234
Thanks again
Sam
On Tuesday, January 23, 2018 at 7:29:40 PM UTC+11, gjr80 wrote:
>
> Hi,
>
> A few things to consider:
>
> (1) The WMR300 driver is still being actively worked on so there is a
> possibility it may still have some bugs.
>
> (2) Noting point 1, are you using the latest version of the WMR300 driver
> or just the version included in the weeWX release you are using? The WMR300
> driver in the latest weeWX release was v0.18 (not sure what version of
> weeWX you are using), there have been 4 commits since then and the driver
> is currenly at v0.19rc4. You can use something like this to download the
> latest version of the driver:
>
> $ cd /usr/share/weewx/weewx/drivers
> $ sudo mv wmr300.py wmr300.py.orig
> $ sudo wget https:
> //raw.githubusercontent.com/weewx/weewx/master/bin/weewx/drivers/wmr300.py
> <https://raw.githubusercontent.com/weewx/weewx/master/bin/weewx/almanac.py>
>
> to use the new driver just stop then start weeWX. If you have problems
> just delete wmr300.py and rename the .orig copy to revert to your original
> driver.
>
> (3) The WMR300 emits what is known as partial loop packets ie the loop
> packets do not contain all observations. WU has issues if it receives data
> that does not contain all fields, so when using rapidfire partial packet
> stations usually do not produce the desired result. In an attempt to deal
> with this the weeWX WU uploader uses caching of loop packets so even though
> the WMR300 emits partial packets rapidfire should work. There have been
> some issue with this caching since it was implemented so it is possible
> some issues remain.
>
> (4) The real test is to monitor the data being sent to WU by weeWX. This
> can achieved by editing weewx.conf and setting debug = 2, save weewx.conf
> then stop/start weeWX. If you monitor the log you will see the data being
> sent by weeWX to WU. If the correct data is there the issue is WU, if not
> then its most likely the driver/station. If in any doubt post the log from
> weeWX startup, don't delete anything.
>
> (5) You can run weeWX directly
> <http://weewx.com/docs/usersguide.htm#Running_directly> to monitor the
> loop data being generated by weeWX and the driver. It might be worthwhile
> to do this and see whether you are getting the 2.5 second wind updates you
> think you are. The loop data is on the lines starting with LOOP:, feel free
> to post a screen capture of the output if you have trouble interpreting it.
>
> Gary
>
> On Tuesday, 23 January 2018 17:52:07 UTC+10, [email protected] wrote:
>>
>> weewx and underground im talking about, the wind gust updates every 2.5
>> seconds but wind and wind direction updates every 5 minute..
>>
>> 22 Ocak 2018 Pazartesi 14:19:48 UTC+3 tarihinde Andrew Milner yazdı:
>>>
>>> are you talking about a problem between the weather station and weewx,
>>> or between weewx and wunderground?
>>>
>>> since the wmr300 emits partial packets it is not really the best station
>>> to be using rapid fire - I would suggest uploading just the archive
>>> records, and not use rapidfire to get more consistent results.
>>>
>>> On Monday, 22 January 2018 13:14:56 UTC+2, Andrew Milner wrote:
>>>
>>>> i don't understand your exact problem - can you explain more please
>>>>
>>>>
>>>> On Monday, 22 January 2018 12:56:36 UTC+2, [email protected] wrote:
>>>>
>>>>> It is true, wind gust sends every 2.5 second but I cant say this for
>>>>> wind and direction... :(
>>>>>
>>>>> 22 Ocak 2018 Pazartesi 12:17:03 UTC+3 tarihinde Andrew Milner yazdı:
>>>>>>
>>>>>> set rapidfire = True in wunderground section of weewx.conf
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Monday, 22 January 2018 08:32:31 UTC+2, [email protected] wrote:
>>>>>>
>>>>>>> Hi, I am senior school student and I cant disable send avg winddir
>>>>>>> and wind speed to wunderground. How can I send wind direction what it
>>>>>>> measures in every 2.5 seconds? Thanks
>>>>>>>
>>>>>>
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.
Feb 26 22:08:03 weather-station systemd
Feb 26 22:31:13 weather-station systemd[1]: Starting LSB: weewx weather
system...
Feb 26 22:31:13 weather-station weewx[2196]: * Starting weewx weather system
weewx
Feb 26 22:31:13 weather-station weewx[2208]: engine: Initializing weewx version
3.8.0
Feb 26 22:31:13 weather-station weewx[2208]: engine: Using Python 2.7.12
(default, Dec 4 2017, 14:50:18) #012[GCC 5.4.0 20160609]
Feb 26 22:31:13 weather-station weewx[2208]: engine: Platform
Linux-4.4.38-v7+-armv7l-with-Ubuntu-16.04-xenial
Feb 26 22:31:13 weather-station weewx[2208]: engine: Locale is 'en_AU.UTF-8'
Feb 26 22:31:13 weather-station weewx[2208]: engine: pid file is
/var/run/weewx.pid
Feb 26 22:31:13 weather-station weewx[2212]: engine: Using configuration file
/etc/weewx/weewx.conf
Feb 26 22:31:13 weather-station weewx[2212]: engine: debug is 2
Feb 26 22:31:13 weather-station weewx[2212]: engine: Initializing engine
Feb 26 22:31:13 weather-station weewx[2212]: engine: Loading station type
WMR300 (weewx.drivers.wmr300rc3)
Feb 26 22:31:13 weather-station weewx[2196]: ...done.
Feb 26 22:31:13 weather-station systemd[1]: Started LSB: weewx weather system.
Feb 26 22:31:13 weather-station weewx[2212]: wmr300: driver version is 0.19rc3
Feb 26 22:31:13 weather-station weewx[2212]: wmr300: usb info:
pyusb_version=1.0.0b2
Feb 26 22:31:13 weather-station weewx[2212]: wmr300: sensor map is
{'outHumidity': 'humidity_1', 'extraDewpoint6': 'dewpoint_7', 'windchill':
'windchill', 'extraDewpoint4': 'dewpoint_5', 'rainRate': 'rain_rate', 'hea',
'inTemp': 'temperature_0', 'windGustDir': 'wind_gust_dir', 'extraDewpoint2':
'dewpoint_3', 'extraDewpoint3': 'dewpoint_4', 'extraDewpoint1': 'dewpoint_2',
'barometer': 'barometer', 'extraDewpoint7': 'dewpoint_8', _1',
'extraDewpoint5': 'dewpoint_6', 'extraHumid6': 'humidity_7', 'pressure':
'pressure', 'extraHumid4': 'humidity_5', 'extraHumid5': 'humidity_6',
'extraHumid2': 'humidity_3', 'extraHumid3': 'humidity_4', 'extraHumixtraTemp6':
'temperature_7', 'extraTemp7': 'temperature_8', 'extraTemp4': 'temperature_5',
'extraTemp5': 'temperature_6', 'extraTemp2': 'temperature_3', 'extraTemp3':
'temperature_4', 'extraTemp1': 'temperature_2', 'atindex_4', 'extraHeatindex2':
'heatindex_3', 'extraHeatindex1': 'heatindex_2', 'extraHeatindex7':
'heatindex_8', 'extraHeatindex6': 'heatindex_7', 'extraHeatindex5':
'heatindex_6', 'extraHumid7': 'humidity_8', 'extrdex_5', 'windDir': 'wind_dir',
'outTemp': 'temperature_1', 'windSpeed': 'wind_avg', 'inHumidity':
'humidity_0', 'windGust': 'wind_gust'}
Feb 26 22:31:13 weather-station weewx[2212]: wmr300: history limit is 20%
Feb 26 22:31:13 weather-station weewx[2212]: wmr300: Found station at bus=
device=
Feb 26 22:31:13 weather-station kernel: [ 1088.247613] usb 1-1.3: reset
full-speed USB device number 9 using dwc_otg
Feb 26 22:31:13 weather-station weewx[2212]: wmr300: communication established:
{'station_model': 'A004', 'latest_index': 65, 'station_type': 'WMR300',
'mystery1': 44, 'mystery0': 82, 'history_cleared': False, 'magic6,
'packet_type': 87}
Feb 26 22:31:13 weather-station weewx[2212]: engine: Loading service
weewx.engine.StdTimeSynch
Feb 26 22:31:13 weather-station weewx[2212]: engine: Finished loading service
weewx.engine.StdTimeSynch
Feb 26 22:31:13 weather-station weewx[2212]: engine: Loading service
weewx.engine.StdConvert
Feb 26 22:31:13 weather-station weewx[2212]: engine: StdConvert target unit is
0x1
Feb 26 22:31:13 weather-station weewx[2212]: engine: Finished loading service
weewx.engine.StdConvert
Feb 26 22:31:13 weather-station weewx[2212]: engine: Loading service
weewx.engine.StdCalibrate
Feb 26 22:31:13 weather-station weewx[2212]: engine: Finished loading service
weewx.engine.StdCalibrate
Feb 26 22:31:13 weather-station weewx[2212]: engine: Loading service
weewx.engine.StdQC
Feb 26 22:31:13 weather-station weewx[2212]: engine: Finished loading service
weewx.engine.StdQC
Feb 26 22:31:13 weather-station weewx[2212]: engine: Loading service
weewx.wxservices.StdWXCalculate
Feb 26 22:31:13 weather-station weewx[2212]: wxcalculate: The following values
will be calculated: barometer=prefer_hardware, windchill=hardware,
dewpoint=hardware, appTemp=prefer_hardware, rainRate=hardware,
windruntindex=software, maxSolarRad=prefer_hardware, humidex=prefer_hardware,
pressure=prefer_hardware, inDewpoint=prefer_hardware, ET=prefer_hardware,
altimeter=prefer_hardware, cloudbase=prefer_hardware
Feb 26 22:31:13 weather-station weewx[2212]: wxcalculate: The following
algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Feb 26 22:31:13 weather-station weewx[2212]: engine: Finished loading service
weewx.wxservices.StdWXCalculate
Feb 26 22:31:13 weather-station weewx[2212]: engine: Loading service
weewx.engine.StdArchive
Feb 26 22:31:13 weather-station weewx[2212]: engine: Archive will use data
binding wx_binding
Feb 26 22:31:13 weather-station weewx[2212]: engine: Record generation will be
attempted in 'hardware'
Feb 26 22:31:13 weather-station weewx[2212]: engine: Using archive interval of
300 seconds (specified in weewx configuration)
Feb 26 22:31:13 weather-station weewx[2212]: engine: Use LOOP data in hi/low
calculations: 1
Feb 26 22:31:13 weather-station weewx[2212]: manager: Daily summary version is
2.0
Feb 26 22:31:13 weather-station weewx[2212]: engine: Using binding 'wx_binding'
to database 'weewx.sdb'
Feb 26 22:31:13 weather-station weewx[2212]: manager: Starting backfill of
daily summaries
Feb 26 22:31:13 weather-station weewx[2212]: engine: Finished loading service
weewx.engine.StdArchive
Feb 26 22:31:13 weather-station weewx[2212]: engine: Loading service
weewx.restx.StdStationRegistry
Feb 26 22:31:13 weather-station weewx[2212]: restx: StationRegistry:
Registration not requested.
Feb 26 22:31:13 weather-station weewx[2212]: engine: Finished loading service
weewx.restx.StdStationRegistry
Feb 26 22:31:13 weather-station weewx[2212]: engine: Loading service
weewx.restx.StdWunderground
Feb 26 22:31:13 weather-station weewx[2212]: restx: Wunderground-RF: Data for
station INEWSOUT1234 will be posted
Feb 26 22:31:13 weather-station weewx[2212]: engine: Finished loading service
weewx.restx.StdWunderground
Feb 26 22:31:13 weather-station weewx[2212]: engine: Loading service
weewx.restx.StdPWSweather
Feb 26 22:31:13 weather-station weewx[2212]: restx: PWSweather: Posting not
enabled.
Feb 26 22:31:13 weather-station weewx[2212]: engine: Finished loading service
weewx.restx.StdPWSweather
Feb 26 22:31:13 weather-station weewx[2212]: engine: Loading service
weewx.restx.StdCWOP
Feb 26 22:31:13 weather-station weewx[2212]: restx: CWOP: Posting not enabled.
Feb 26 22:31:13 weather-station weewx[2212]: engine: Finished loading service
weewx.restx.StdCWOP
Feb 26 22:31:13 weather-station weewx[2212]: engine: Loading service
weewx.restx.StdWOW
Feb 26 22:31:13 weather-station weewx[2212]: restx: WOW: Posting not enabled.
Feb 26 22:31:13 weather-station weewx[2212]: engine: Finished loading service
weewx.restx.StdWOW
Feb 26 22:31:13 weather-station weewx[2212]: engine: Loading service
weewx.restx.StdAWEKAS
Feb 26 22:31:13 weather-station weewx[2212]: restx: AWEKAS: Posting not enabled.
Feb 26 22:31:13 weather-station weewx[2212]: engine: Finished loading service
weewx.restx.StdAWEKAS
Feb 26 22:31:13 weather-station weewx[2212]: engine: Loading service
weewx.engine.StdPrint
Feb 26 22:31:13 weather-station weewx[2212]: engine: Finished loading service
weewx.engine.StdPrint
Feb 26 22:31:13 weather-station weewx[2212]: engine: Loading service
weewx.engine.StdReport
Feb 26 22:31:13 weather-station weewx[2212]: engine: Finished loading service
weewx.engine.StdReport
Feb 26 22:31:13 weather-station weewx[2212]: engine: Starting up weewx version
3.8.0
Feb 26 22:31:13 weather-station weewx[2212]: engine: Station does not support
reading the time
Feb 26 22:31:13 weather-station weewx[2212]: wmr300: reading records since
2018-02-26 22:30:00 AEDT (1519644600) (last_index=31 latest_index=65)
Feb 26 22:31:13 weather-station weewx[2212]: manager: Daily summary version is
2.0
Feb 26 22:31:14 weather-station weewx[2212]: wmr300: catchup complete: count=0
last_index=64 latest_index=65
Feb 26 22:31:14 weather-station rsyslogd-2007: action 'action 10' suspended,
next retry is Mon Feb 26 22:32:14 2018 [v8.16.0 try
http://www.rsyslog.com/e/2007 ]
Feb 26 22:31:14 weather-station weewx[2212]: engine: Starting main packet loop.
Feb 26 22:31:15 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realti26%2011%3A31%3A15&rtfreq=2.5&dailyrainin=0.42&winddir=066&windspeedmph=7.6&windgustmph=9.6&rainin=0.00
Feb 26 22:31:15 weather-station weewx[2212]: wmr300: possible missed rain
event: new=0.0 old=None
Feb 26 22:31:15 weather-station weewx[2212]: wmr300: rain=None rain_total=0.0
last_rain=None
Feb 26 22:31:15 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A16&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=9.6&rainin=0.00
Feb 26 22:31:17 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A17&rtfreq=2.5&dailyrainin=0.42&winddir=066&tempf=48.4&windspeedmph=7.6&windgustmph=9.6&rainin=0.00
Feb 26 22:31:17 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A18&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=11.2&rainin=0.00
Feb 26 22:31:19 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A20&rtfreq=2.5&dailyrainin=0.42&winddir=066&tempf=48.4&windspeedmph=7.6&windgustmph=11.2&rainin=0.00
Feb 26 22:31:20 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A20&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=11.2&rainin=0.00
Feb 26 22:31:21 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A22&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=11.2&rainin=0.00
Feb 26 22:31:22 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A22&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=11.2&rainin=0.00
Feb 26 22:31:23 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A23&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=11.9&rainin=0.00
Feb 26 22:31:23 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A24&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=11.9&rainin=0.00
Feb 26 22:31:24 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A25&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=11.9&rainin=0.00
Feb 26 22:31:25 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A26&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=12.5&rainin=0.00
Feb 26 22:31:26 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A26&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=12.5&rainin=0.00
Feb 26 22:31:27 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A27&rtfreq=2.5&dailyrainin=0.42&winddir=066&tempf=48.4&windspeedmph=7.6&windgustmph=12.5&rainin=0.00
Feb 26 22:31:27 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A28&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=12.5&rainin=0.00
Feb 26 22:31:28 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A28&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=12.5&rainin=0.00
Feb 26 22:31:29 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A29&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=12.5&rainin=0.00
Feb 26 22:31:30 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A30&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=11.2&rainin=0.00
Feb 26 22:31:31 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A31&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=11.2&rainin=0.00
Feb 26 22:31:31 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A32&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=11.2&rainin=0.00
Feb 26 22:31:32 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A32&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=11.2&rainin=0.00
Feb 26 22:31:33 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A33&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.7&rainin=0.00
Feb 26 22:31:33 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A34&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.7&rainin=0.00
Feb 26 22:31:34 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A35&rtfreq=2.5&dailyrainin=0.42&winddir=066&tempf=48.4&windspeedmph=7.6&windgustmph=8.7&rainin=0.00
Feb 26 22:31:34 weather-station weewx[2212]: wmr300: history buffer at 0.1%
Feb 26 22:31:35 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A35&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=7.4&rainin=0.00
Feb 26 22:31:36 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A36&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=7.4&rainin=0.00
Feb 26 22:31:37 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A38&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.3&rainin=0.00
Feb 26 22:31:38 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A38&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.3&rainin=0.00
Feb 26 22:31:39 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A40&rtfreq=2.5&dailyrainin=0.42&winddir=066&tempf=48.4&windspeedmph=7.6&windgustmph=6.3&rainin=0.00
Feb 26 22:31:40 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A40&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.5&rainin=0.00
Feb 26 22:31:41 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A41&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.5&rainin=0.00
Feb 26 22:31:41 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A42&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.5&rainin=0.00
Feb 26 22:31:42 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A42&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.5&rainin=0.00
Feb 26 22:31:43 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A43&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.5&rainin=0.00
Feb 26 22:31:44 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A44&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.5&rainin=0.00
Feb 26 22:31:45 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A45&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=7.6&rainin=0.00
Feb 26 22:31:45 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A46&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=7.6&rainin=0.00
Feb 26 22:31:47 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A47&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=7.6&rainin=0.00
Feb 26 22:31:48 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A48&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.5&rainin=0.00
Feb 26 22:31:49 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A49&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.5&rainin=0.00
Feb 26 22:31:49 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A50&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.5&rainin=0.00
Feb 26 22:31:50 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A50&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=7.4&rainin=0.00
Feb 26 22:31:51 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A51&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=7.4&rainin=0.00
Feb 26 22:31:52 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A52&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=7.4&rainin=0.00
Feb 26 22:31:52 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A53&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.3&rainin=0.00
Feb 26 22:31:53 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A54&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.3&rainin=0.00
Feb 26 22:31:54 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A54&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.3&rainin=0.00
Feb 26 22:31:55 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A55&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.3&rainin=0.00
Feb 26 22:31:55 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A56&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.5&rainin=0.00
Feb 26 22:31:56 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A57&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.5&rainin=0.00
Feb 26 22:31:57 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A57&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.5&rainin=0.00
Feb 26 22:31:58 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A58&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.9&rainin=0.00
Feb 26 22:31:58 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A31%3A59&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.9&rainin=0.00
Feb 26 22:32:00 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A00&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=5.8&rainin=0.00
Feb 26 22:32:01 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A01&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=5.8&rainin=0.00
Feb 26 22:32:02 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A02&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=5.8&rainin=0.00
Feb 26 22:32:02 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A03&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=5.1&rainin=0.00
Feb 26 22:32:03 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A04&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=5.1&rainin=0.00
Feb 26 22:32:04 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A04&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=5.1&rainin=0.00
Feb 26 22:32:05 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A05&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=5.1&rainin=0.00
Feb 26 22:32:05 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A06&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=6.3&rainin=0.00
Feb 26 22:32:07 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A07&rtfreq=2.5&dailyrainin=0.42&winddir=066&tempf=48.4&windspeedmph=7.6&windgustmph=6.3&rainin=0.00
Feb 26 22:32:08 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A08&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.1&rainin=0.00
Feb 26 22:32:09 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A09&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.1&rainin=0.00
Feb 26 22:32:10 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A10&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=7.6&rainin=0.00
Feb 26 22:32:11 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A11&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=7.6&rainin=0.00
Feb 26 22:32:11 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A12&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=7.6&rainin=0.00
Feb 26 22:32:12 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A12&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=7.6&rainin=0.00
Feb 26 22:32:13 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A13&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.1&rainin=0.00
Feb 26 22:32:14 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A14&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.1&rainin=0.00
Feb 26 22:32:14 weather-station rsyslogd-2007: action 'action 10' suspended,
next retry is Mon Feb 26 22:33:14 2018 [v8.16.0 try
http://www.rsyslog.com/e/2007 ]
Feb 26 22:32:14 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A15&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.1&rainin=0.00
Feb 26 22:32:15 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A15&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=7.4&rainin=0.00
Feb 26 22:32:16 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A16&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=7.4&rainin=0.00
Feb 26 22:32:17 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A17&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=7.4&rainin=0.00
Feb 26 22:32:18 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A18&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.1&rainin=0.00
Feb 26 22:32:18 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A19&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.1&rainin=0.00
Feb 26 22:32:19 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A20&rtfreq=2.5&dailyrainin=0.42&winddir=066&tempf=48.4&windspeedmph=7.6&windgustmph=8.1&rainin=0.00
Feb 26 22:32:20 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A20&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.7&rainin=0.00
Feb 26 22:32:21 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A21&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.7&rainin=0.00
Feb 26 22:32:22 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A22&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.7&rainin=0.00
Feb 26 22:32:23 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A23&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=9.2&rainin=0.00
Feb 26 22:32:24 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A24&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=9.2&rainin=0.00
Feb 26 22:32:25 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A25&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.7&rainin=0.00
Feb 26 22:32:26 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A26&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.7&rainin=0.00
Feb 26 22:32:27 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A27&rtfreq=2.5&dailyrainin=0.42&winddir=066&tempf=48.4&windspeedmph=7.6&windgustmph=8.7&rainin=0.00
Feb 26 22:32:27 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A28&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=7.4&rainin=0.00
Feb 26 22:32:29 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A29&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=7.4&rainin=0.00
Feb 26 22:32:30 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A30&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=9.2&rainin=0.00
Feb 26 22:32:31 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A31&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=9.2&rainin=0.00
Feb 26 22:32:32 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A32&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=9.2&rainin=0.00
Feb 26 22:32:32 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A33&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.7&rainin=0.00
Feb 26 22:32:33 weather-station weewx[2212]: restx: Ambient: url:
http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=INEWSOUT1234&PASSWORD=XXX&softwaretype=weewx-3.8.0&realtiewptf=48.2&humidity=097&dateutc=2018-02-26%2011%3A32%3A34&rtfreq=2.5&dailyrainin=0.42&tempf=48.4&windspeedmph=7.6&windgustmph=8.7&rainin=0.00