Archive question

159 views
Skip to first unread message

JJ Drones1

unread,
Jul 2, 2017, 1:06:42 PM7/2/17
to weewx-user
Is there a way to set a archive rate for each individual service.

WeatherBug and Weather Underground are at least once 1 minute because if you rapid fire with the acurite station you get -- in the temp and barometer.

But CWOP is min of 5 minutes but would b actually like 10 minutes.
Weathercloud likes 10 minute
PWS does care if you do 1 minute but suggest only 5 minutes.

Thanks in Advance

John Jensen
McHenry County WX

Thomas Keffer

unread,
Jul 2, 2017, 1:36:55 PM7/2/17
to weewx-user
Although it's not documented, most uploaders support the option post_interval. For example,

    [[PWSweather]]
        # This section is for configuring posts to PWSweather.com.
        .
        .
        .
        post_interval = 300

would cause PWS to be updated only once every 5 minutes.


--
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.
For more options, visit https://groups.google.com/d/optout.

John Jensen

unread,
Jul 2, 2017, 3:20:36 PM7/2/17
to weewx...@googlegroups.com
Tom, Could I use that code on each service then?
>> email to weewx-user+...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> 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/qhdN8xgyPxE/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.



--
John Jensen
Woodstock,IL
Ham Radio Callsign: K9WXX
FAA Number: FA3CAPMY4

Thomas Keffer

unread,
Jul 2, 2017, 3:37:53 PM7/2/17
to weewx-user
It should work for any uploader that inherits from class RESTThread. This includes WU (but not Rapidfire), PWS, WOW, Awekas, CWOP, WeatherBug, and perhaps others.

But, it has never been tested. We'd be very interested in your experiences!

-tk


>> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> 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/qhdN8xgyPxE/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to

> For more options, visit https://groups.google.com/d/optout.



--
John Jensen
Woodstock,IL
Ham Radio Callsign: K9WXX
FAA Number: FA3CAPMY4
--
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.

JJ Drones1

unread,
Jul 3, 2017, 6:48:24 AM7/3/17
to weewx-user
Well it has been running over night and will run like this till I get home from work.

But it only updates at archive rate default of 300 seconds and does do the posting intervals.

So I am unable to do real time 60 second updates on weather underground or rapid fire, with rapid fire set to true acrite stations get nA or -- in the updates.

I set rapid fire before I put the code of the post interval in to test it again. Then returned it to false then inserted the post interval code to test.

Oh well guess I have to live with the 5min 300sec archival update.

Andrew Milner

unread,
Jul 3, 2017, 7:38:29 AM7/3/17
to weewx-user
I think there may be a terminological issue here.  What exactly are you trying to achieve?

Weewx will create archive records in the weewx database according to the archive interval specified - I your case every 300 seconds

Reports are run every archive interval, but specific reports may be delayed using the cron-like facility.  Except for WU rapidfire (which is bound to LOOP records) the restful services are run every archive record.

I THINK that the post_interval is similar in that the restx services are attempted to be run once per archive interval, but may be deferred until at least post_interval has passed for specific services.  ie the post_interval may defer a restx update until post_interval or the next running, but cannot be used to increase the frequency to less than archive interval.

I may be talking total gibberish though!!

John Jensen

unread,
Jul 3, 2017, 7:57:59 AM7/3/17
to weewx...@googlegroups.com
I am trying to achieve 1) posting to a services default and 2) get weather underground and weatherbug to as close to real time as possible.

I do know the rapid fire does not work with Acurite stations. It gives a -- in the barometer and a nAn in the temp.

So I was thinking by using the code Tom posted earlier that it would tell that service to post at that set interval.

So I had set WU and WB to 60 second post to try and achieve as close to real time and then set PWS to 300 seconds and WeatherCloud and CWOP to 600 seconds.

Tom had said it was untested so I tried it.

--

Andrew Milner

unread,
Jul 3, 2017, 8:06:26 AM7/3/17
to weewx...@googlegroups.com
As you are trying to post to WU and WB at 60 second intervals I think you will find that you will need your archive interval to be set to 60 seconds, and then use the post_interval settings to delay the postings to other sites such as CWOP - rather than trying to output on LOOP records (which as far as I am aware is only implemented for WU rapidfire, and which you have already said won't woprk for Accurite stations anyway since they output partial packets.


John Jensen

unread,
Jul 3, 2017, 8:14:19 AM7/3/17
to weewx...@googlegroups.com
I would have to probably also use the post interval code in my ftp settings for my website also so it does not post every 1 minute to my website to correct.

So if I understand you correctly the archive setting of 300 is for how fast it takes the readings into the database only.

Andrew Milner

unread,
Jul 3, 2017, 10:09:08 AM7/3/17
to weewx...@googlegroups.com

If I understand weewx correctly then

  1. Stations provide LOOP records which are station dependant and range from frequent partial packets for stations such as Accurate, full packets every 2 seconds for say Davis, and full packets every 48 seconds for say FineOffset.
  2. These LOOP records can be aggregated into ARCHIVE records at an interval set by archive interval by weewx, or can be generated in the station and transmitted as ARCHIVE packets to weewx.
  3. The ARCHIVE records (station generated or weewx generated) are stored in the weewx database
  4. When an ARCHIVE record is stored / available then reports and restful services (which are bound to the archive record event) will be triggered.
  5. The WU rapidfire restful service is (I think) bound to the Loop packet event and not the archive event.

 

The ftp is I think just another report – so would require the use of the report interval setting in weewx reports as detailed in the user guide for report frequency.

 

 

 

Sent from Mail for Windows 10

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.

 

--

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/qhdN8xgyPxE/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.

--
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/qhdN8xgyPxE/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.

--
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/qhdN8xgyPxE/unsubscribe.

To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.

John Jensen

unread,
Jul 3, 2017, 10:58:40 AM7/3/17
to weewx...@googlegroups.com
Yep I am now more confused as ever. I am just going to set them back to stock and just live with the standard 5 minute updates.

To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.


For more options, visit https://groups.google.com/d/optout.

 

--

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/qhdN8xgyPxE/unsubscribe.

To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.


For more options, visit https://groups.google.com/d/optout.

--
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/qhdN8xgyPxE/unsubscribe.

To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.


For more options, visit https://groups.google.com/d/optout.

--
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/qhdN8xgyPxE/unsubscribe.

To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.


For more options, visit https://groups.google.com/d/optout.

--
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/qhdN8xgyPxE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.

gjr80

unread,
Jul 3, 2017, 11:24:37 PM7/3/17
to weewx-user
Hi,

Well I guess we best get you unconfused!

If I understand the intent of your posts correctly, you have an Accurite station and are running weeWX with a 5 minute archive period. You are uploading data to a number of external services, presumably at 5 minute or longer intervals. You would like WU and Weatherbug to have data uploaded as close to realtime as possible and for the others you would like to upload at the preferred (or default) upload period of the external service concerned?

I think it will help if you get a quick understanding of the data coming into weeWX and the how and when data is sent to external services.

As Andrew said, weeWX receives two types of data from the weather station; loop data and archive data. Loop data is the raw data that comes in from the device driver (the driver is the code that talks directly to the station). Loop data comes in frequently but it may be regular or irregular. Some stations emit loop data every 2 odd seconds, some every 40 odd seconds, some use a mix of times. Loop data may be a 'complete packet' where it includes data for all of the basic observations or it may be in 'partial packets' where data is included for some observations only (eg rain, or wind). The key characteristic is that loop data comes in frequently.

The other type of data is archive data. Once archive data exists it is known as an archive record. Archive records are produced regularly at fixed times and almost always include data for all observations. Archive records can be produced by the weather station (eg Davis Vantage stations) or weeWX can produce the the archive record based on the aggregation of loop data received since the last archive record was generated. It is these archive records that weeWX records in the archive database. The key characteristics of archive records is that they are highly regular and al,ost always complete.

There is much better description of loop and archive data in the weeWX Customization Guide (http://www.weewx.com/docs/customizing.htm#_________LOOP_packets_vs._archive_records_______)

Now for how/when data is uploaded to external services. WeeWX is event driven and the two main events that are used to trigger data being uploaded to other services are the arrival of new loop data and the generation/arrival of a new archive record. By default, the uploads to external services are triggerred off the new archive record event and thus uploads are normally attempted (in your case) every 5 minutes (remember archive records are highly regular in terms of when they are generated/recieved). Tom mentioned the post_interval setting. This lets you specify a minimum period between uploads, so if you specify 600 for WU then weeWX will upload to WU every 10 minutes. If you specify 660 then weeWX will upload every 15 minutes (remember the upload is tied to every new archive record and these occur every 5 minutes, so the upload can only occur on 5 minute boundaries, at 5 minutes after the last upload the upload will be skipped because 660 seconds have not elapsed, likewise at 10 minutes after the last upload). It actually takes until the archive record 15 minutes after the last upload before the next upload occurs.

Similarly if you try and take the post_interval below 5 minutes, let's say it is 60. An uload occurs at a given time, the next upload cannot occur until the next archive rcord is generated which will be 5 minutes later, the code checks if 60 seconds has elapsed since the last upload, which it has, and another upload occurs. So in this case uploads will occur every 5 minutes, in effect the post_interval has no effect when you set it to some value less than your systems archive interval. Or expressed in another way, the post_interval setting cannot be used to cause uploads to external services more frequently than once every archive period.

Remember though I said weeWX can also use the arrival of a new loop packet as a trigger. Some of the uploaders have the ability to upload on the arrival of every new loop packet. The WU uploader has this ability through use of the rapidfire option in weewx.conf. If rapidfire is set to True then the WU uploader will upload data to WU every time a new loop packet artives. This could be every 2 odd seconds for Davis Vantage stations, or at different (and variable) times for other stations depending on how often they generate loop packets. You can also use the post_interval to limit the upload frequency. Now that we are triggerring off the new loop packet event, the post_interval setting applies to the time of the last upload of the last loop packet. So if you were using WU rapidfire with a Vantage station you could conceivably set post_interval to 60 to upload every 60 seconds even though loop packets arrive every 2 odd seconds. You could not set post_interval to 1 to upload every second as you cannot go below that discrete time between events that trigger the upload.

One key issue that affects uploads based on new loop packets is that many of these external services do not handle missing data very well. Remember the characteristics of loop data; they are generated frequently but, depending on the station, not all observations are included in all loop packets. So when an uploader comes to upload and say outside temperature is missing from the loop data what does it upload as outside temperature? This is why stations that have partial loop packets do not work well with uploaders that upload on receipt of new loop data. Uploading on a new archive record is ok as archive records include all direct observations. Some work has been done to implement a loop packet cache so that stations that produce partial loop packets can use a loop based uploads (missing observations are kept in the cache for a defined time) but the decision was made to implement the cache in the uploaders. As far as I know the WU uploader is the only one that supports loop caching(which is probably because the WU uploader is the only one of the default restful uploaders that support uploading on new loop packets.)

Looking at the weatherbug uploader code it only uploads on every new archive record, it cannot be set to upload on every new loop packet as the WU uploader can.

That was a little lengthy but hopefully you have some idea of what can and can't be done given your station. So what to do now? Given your current station and 5 minute archive period you could:
1. implement WU rapidfire. This would upload on receipt of every new loop packet(some every 18 seconds, some every 30 seconds and some every 60 seconds)(refer http://www.weewx.com/docs/hardware.htm#acurite_notes)
2. implement weatherbug updates to occur every 5 minutes
3. implement CWOP updates to occur every 10 minutes. This is the default weeWX setting for CWOP so there should be no need to do/set anything
4. implement weathercloud updates every 10 minutes. As with CWOP this is the default setting in weeWX for Weathercloud so no need to do/set anything.
5. implement PWS updates at some multiple of 5 minutes through use of the post_interval setting (not required to upload every 5 minutes as the default is your archive period which currently is 5 minutes)

If you shorten your archive period you could post to weatherbug more often, say every 1 or 2 minutes, but I would not recommend going to a 1 minute archive for an Accurite based system since some observations only update every 60 seconds, you risk having incomplete arcgive records as weeWX may not have seen some observations during the last minute. You could go to a 2 minute archive period but that would mean you could not do a 5 minute PWS upload since 5 is not a multiple of 2, your PWS updates would be at 10 minutes.

If it were me I would stick with a 5 minute archive, implement 1-5 above and accept that the best you can do with weatherbug is 5 minutely updates. You would have to rely on WU as your most up to date external service.

Hope the above helps to give you an understanding of what is possible and why.

Gary

PS. You could always ask Matthew nicely if he would be able to modify the weatherbug uploader to upload on new loop packets...

John Jensen

unread,
Jul 4, 2017, 6:58:51 AM7/4/17
to weewx...@googlegroups.com
Gary thank you that helps me understand it so much better.

The only problem is the rapid fire ends up showing a -- in the barometer and sometimes a -- in the dewpoint and aNa in the temp. So I really don't know what to do to fix that.

I am just going to set everything back to its defaults and live with it.

John

Andrew Milner

unread,
Jul 4, 2017, 7:33:58 AM7/4/17
to weewx-user
There is nothing you can do without additional programming for the reasons that Gary gave:
1.  Accurite does not output all data in loop packets - it outputs partial packets
2.  WU rapidfire sends WU data on re3ceiving a LOOP record from the accurate - which means that the data is incomplete

The solution?  Do not use rapidfire with an accurate station
or
get another type of station such as Davis which does output all data in loop records
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.

gjr80

unread,
Jul 4, 2017, 7:54:31 AM7/4/17
to weewx-user
John,

If you have enabled rapidfire by setting rapidfire = True under [StdRESTful] [[Wunderground]] then weeWX should automatically cache loop data and extract the necessary data to post to WU on receipt of every loop packet. Until the cache is populated there may be some incomplete posts but after a minute or so the cache should be populated and all posts should be fully populated. If you are up for a bit of troubleshooting it would be interesting to see what the log says. If you set debug = 3 in weewx.conf then stop and start weeWX then post about 10 minutes of log output from weewx startup (it's important to include the startup preamble) it should give us a clear idea of what is going on. The log output will be quite chatty.

WU rapidfire really should be working.

Gary

John Jensen

unread,
Jul 4, 2017, 8:02:11 AM7/4/17
to weewx...@googlegroups.com
Thanks Andrew I have come to that conclusion LOL.

To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.

John Jensen

unread,
Jul 4, 2017, 8:03:00 AM7/4/17
to weewx...@googlegroups.com
Gary I may do that just to see what is up :)

JJ Drones1

unread,
Jul 4, 2017, 4:10:04 PM7/4/17
to weewx-user
Okay here is my log using debug 3 sorry for the length and I had to restart WeeWx to get the start info you needed so I put that on the top


Start up part of log
Jul  4 15:06:13 MCHWX systemd[1]: Starting LSB: weewx weather system...
Jul  4 15:06:13 MCHWX weewx[17549]:  * Starting weewx weather system weewx
Jul  4 15:06:15 MCHWX weewx[17561]: engine: Initializing weewx version 3.7.1
Jul  4 15:06:15 MCHWX weewx[17561]: engine: Using Python 2.7.12 (default, Nov 19 2016, 06:48:10) #012[GCC 5.4.0 20160609]
Jul  4 15:06:15 MCHWX weewx[17561]: engine: Platform Linux-4.4.0-83-generic-i686-with-Ubuntu-16.04-xenial
Jul  4 15:06:15 MCHWX weewx[17561]: engine: Locale is 'en_US.UTF-8'
Jul  4 15:06:15 MCHWX weewx[17561]: engine: pid file is /var/run/weewx.pid
Jul  4 15:06:15 MCHWX weewx[17549]:    ...done.
Jul  4 15:06:15 MCHWX systemd[1]: Started LSB: weewx weather system.
Jul  4 15:06:15 MCHWX weewx[17565]: engine: Using configuration file /etc/weewx/weewx.conf
Jul  4 15:06:15 MCHWX weewx[17565]: engine: debug is 3
Jul  4 15:06:15 MCHWX weewx[17565]: engine: Initializing engine
Jul  4 15:06:15 MCHWX weewx[17565]: engine: Loading station type AcuRite (weewx.drivers.acurite)
Jul  4 15:06:15 MCHWX weewx[17565]: acurite: driver version is 0.24
Jul  4 15:06:15 MCHWX weewx[17565]: acurite: R2 will be decoded using sensor constants
Jul  4 15:06:15 MCHWX weewx[17565]: engine: Loading service weewx.engine.StdTimeSynch
Jul  4 15:06:15 MCHWX weewx[17565]: engine: Finished loading service weewx.engine.StdTimeSynch
Jul  4 15:06:15 MCHWX weewx[17565]: engine: Loading service weewx.engine.StdConvert
Jul  4 15:06:15 MCHWX weewx[17565]: engine: StdConvert target unit is 0x1
Jul  4 15:06:15 MCHWX weewx[17565]: engine: Finished loading service weewx.engine.StdConvert
Jul  4 15:06:15 MCHWX weewx[17565]: engine: Loading service weewx.engine.StdCalibrate
Jul  4 15:06:15 MCHWX weewx[17565]: engine: Finished loading service weewx.engine.StdCalibrate
Jul  4 15:06:15 MCHWX weewx[17565]: engine: Loading service weewx.engine.StdQC
Jul  4 15:06:15 MCHWX weewx[17565]: engine: Finished loading service weewx.engine.StdQC
Jul  4 15:06:15 MCHWX weewx[17565]: engine: Loading service weewx.wxservices.StdWXCalculate
Jul  4 15:06:15 MCHWX weewx[17565]: wxcalculate: The following values will be calculated: barometer=software, windchill=software, dewpoint=software, appTemp=prefer_hardware, rainRate=software, windrun=prefer_hardware, heatindex=software, maxSolarRad=prefer_hardware, humidex=prefer_hardware, pressure=hardware, inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=software, cloudbase=prefer_hardware
Jul  4 15:06:15 MCHWX weewx[17565]: wxcalculate: The following algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Jul  4 15:06:15 MCHWX weewx[17565]: engine: Finished loading service weewx.wxservices.StdWXCalculate
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Loading service weewx.engine.StdArchive
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Archive will use data binding wx_binding
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Record generation will be attempted in 'hardware'
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Using archive interval of 300 seconds (specified in weewx configuration)
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Use LOOP data in hi/low calculations: 1
Jul  4 15:06:16 MCHWX weewx[17565]: manager: Daily summary version is 2.0
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Using binding 'wx_binding' to database 'weewx.sdb'
Jul  4 15:06:16 MCHWX weewx[17565]: manager: Starting backfill of daily summaries
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Finished loading service weewx.engine.StdArchive
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Loading service weewx.restx.StdStationRegistry
Jul  4 15:06:16 MCHWX weewx[17565]: restx: StationRegistry: Station will be registered.
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Finished loading service weewx.restx.StdStationRegistry
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Loading service weewx.restx.StdWunderground
Jul  4 15:06:16 MCHWX weewx[17565]: restx: Wunderground-RF: Data for station KILWOODS19 will be posted
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Finished loading service weewx.restx.StdWunderground
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Loading service weewx.restx.StdPWSweather
Jul  4 15:06:16 MCHWX weewx[17565]: restx: PWSWeather: Data for station MHCWX will be posted
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Finished loading service weewx.restx.StdPWSweather
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Loading service weewx.restx.StdCWOP
Jul  4 15:06:16 MCHWX weewx[17565]: manager: Daily summary version is 2.0
Jul  4 15:06:16 MCHWX weewx[17565]: restx: CWOP: Data for station K9WXX-13 will be posted
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Finished loading service weewx.restx.StdCWOP
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Loading service weewx.restx.StdWOW
Jul  4 15:06:16 MCHWX weewx[17565]: restx: WOW: Posting not enabled.
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Finished loading service weewx.restx.StdWOW
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Loading service weewx.restx.StdAWEKAS
Jul  4 15:06:16 MCHWX weewx[17565]: restx: AWEKAS: Posting not enabled.
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Finished loading service weewx.restx.StdAWEKAS
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Loading service user.wcloud.WeatherCloud
Jul  4 15:06:16 MCHWX weewx[17565]: manager: Daily summary version is 2.0
Jul  4 15:06:16 MCHWX weewx[17565]: restx: WeatherCloud: service version is 0.10
Jul  4 15:06:16 MCHWX weewx[17565]: restx: WeatherCloud: Data will be uploaded for id=4ba67108054a5691
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Finished loading service user.wcloud.WeatherCloud
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Loading service user.wbug.WeatherBug
Jul  4 15:06:16 MCHWX weewx[17565]: restx: WeatherBug: service version is 0.6
Jul  4 15:06:16 MCHWX weewx[17565]: manager: Daily summary version is 2.0
Jul  4 15:06:16 MCHWX weewx[17565]: restx: WeatherBug: Data will be uploaded for station_number=35022 publisher_id=p23426
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Finished loading service user.wbug.WeatherBug
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Loading service weewx.engine.StdPrint
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Finished loading service weewx.engine.StdPrint
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Loading service weewx.engine.StdReport
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Finished loading service weewx.engine.StdReport
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Starting up weewx version 3.7.1
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Station does not support reading the time
Jul  4 15:06:16 MCHWX weewx[17565]: engine: Starting main packet loop.
Jul  4 15:06:16 MCHWX weewx[17565]: manager: Daily summary version is 2.0
Jul  4 15:06:16 MCHWX weewx[17565]: manager: Daily summary version is 2.0
Jul  4 15:06:17 MCHWX weewx[17565]: acurite: Found station at bus= device=
Jul  4 15:06:17 MCHWX weewx[17565]: restx: raw packet: altimeter: 30.0784690705, appTemp: 91.5240640576, barometer: 30.0393800016, channel: None, cloudbase: 4184.55984321, dateTime: 1499198777, dewpoint: 70.5863366899, heatindex: 90.0773834239, humidex: 100.954107179, inDewpoint: None, inTemp: 68.54, maxSolarRad: None, outHumidity: 62, outTemp: 85.1, outTempBatteryStatus: 0, pressure: 29.1372386663, rainRate: 0, rssi: 3, rxCheckPercent: 100.0, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: 85.1, windSpeed: 2.67886214224
Jul  4 15:06:17 MCHWX weewx[17565]: restx: cached packet: altimeter: 30.0784690705, appTemp: 91.5240640576, barometer: 30.0393800016, channel: None, cloudbase: 4184.55984321, dateTime: 1499198777, dewpoint: 70.5863366899, heatindex: 90.0773834239, humidex: 100.954107179, inDewpoint: None, inTemp: 68.54, maxSolarRad: None, outHumidity: 62, outTemp: 85.1, outTempBatteryStatus: 0, pressure: 29.1372386663, rainRate: 0, rssi: 3, rxCheckPercent: 100.0, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: 85.1, windSpeed: 2.67886214224
Jul  4 15:06:17 MCHWX weewx[17565]: acurite: next read in 18 seconds
Jul  4 15:06:17 MCHWX weewx[17565]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&humidity=062&dailyrainin=0.00&tempf=85.1&windspeedmph=2.7&rtfreq=2.5&rainin=0.00&baromin=30.039&dewptf=70.6&dateutc=2017-07-04%2020%3A06%3A17&realtime=1
Jul  4 15:06:35 MCHWX weewx[17565]: acurite: Found station at bus= device=
Jul  4 15:06:35 MCHWX weewx[17565]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198795, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outTempBatteryStatus: 0, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 3, rxCheckPercent: 100.0, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: None, windDir: 112.5, windSpeed: 4.73635154784
Jul  4 15:06:35 MCHWX weewx[17565]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198795, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.54, maxSolarRad: None, outHumidity: 62, outTemp: 85.1, outTempBatteryStatus: 0, pressure: 29.1372386663, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 3, rxCheckPercent: 100.0, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: None, windDir: 112.5, windSpeed: 4.73635154784
Jul  4 15:06:35 MCHWX weewx[17565]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&humidity=062&dailyrainin=0.00&winddir=112&tempf=85.1&windspeedmph=4.7&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2020%3A06%3A35&realtime=1
Jul  4 15:06:35 MCHWX weewx[17565]: acurite: next read in 18 seconds
Jul  4 15:06:53 MCHWX weewx[17565]: acurite: Found station at bus= device=
Jul  4 15:06:53 MCHWX weewx[17565]: restx: raw packet: altimeter: None, appTemp: 90.3723617663, barometer: None, channel: None, cloudbase: 4187.2623012, dateTime: 1499198814, dewpoint: 70.7744458747, heatindex: 90.4584156211, humidex: 101.323270293, inDewpoint: None, maxSolarRad: None, outHumidity: 62, outTemp: 85.3, outTempBatteryStatus: 0, rainRate: 0, rssi: 3, rxCheckPercent: 100.0, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: 85.3, windSpeed: 5.25072389924
Jul  4 15:06:53 MCHWX weewx[17565]: restx: cached packet: altimeter: None, appTemp: 90.3723617663, barometer: None, channel: None, cloudbase: 4187.2623012, dateTime: 1499198814, dewpoint: 70.7744458747, heatindex: 90.4584156211, humidex: 101.323270293, inDewpoint: None, inTemp: 68.54, maxSolarRad: None, outHumidity: 62, outTemp: 85.3, outTempBatteryStatus: 0, pressure: 29.1372386663, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 3, rxCheckPercent: 100.0, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: 85.3, windDir: 112.5, windSpeed: 5.25072389924
Jul  4 15:06:53 MCHWX weewx[17565]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&humidity=062&dailyrainin=0.00&winddir=112&tempf=85.3&windspeedmph=5.3&rtfreq=2.5&rainin=0.00&dewptf=70.8&dateutc=2017-07-04%2020%3A06%3A54&realtime=1
Jul  4 15:06:53 MCHWX weewx[17565]: acurite: next read in 18 seconds
Jul  4 15:07:11 MCHWX weewx[17565]: acurite: Found station at bus= device=
Jul  4 15:07:11 MCHWX weewx[17565]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198832, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outTempBatteryStatus: 0, rain: 0.0, rain_total: 90.9574, rainRate: 0, rssi: 3, rxCheckPercent: 100.0, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: None, windDir: 112.5, windSpeed: 5.76509625064
Jul  4 15:07:11 MCHWX weewx[17565]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198832, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.54, maxSolarRad: None, outHumidity: 62, outTemp: 85.3, outTempBatteryStatus: 0, pressure: 29.1372386663, rain: 0.0, rain_total: 90.9574, rainRate: 0, rssi: 3, rxCheckPercent: 100.0, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: None, windDir: 112.5, windSpeed: 5.76509625064
Jul  4 15:07:11 MCHWX weewx[17565]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&humidity=062&dailyrainin=0.00&winddir=112&tempf=85.3&windspeedmph=5.8&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2020%3A07%3A12&realtime=1
Jul  4 15:07:11 MCHWX weewx[17565]: acurite: next read in 6 seconds
Jul  4 15:07:17 MCHWX weewx[17565]: acurite: Found station at bus= device=
Jul  4 15:07:17 MCHWX weewx[17565]: restx: raw packet: altimeter: 30.0784690705, appTemp: None, barometer: None, cloudbase: None, dateTime: 1499198838, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.54, maxSolarRad: None, pressure: 29.1372386663, rainRate: 0, usUnits: 1, windchill: None
Jul  4 15:07:17 MCHWX weewx[17565]: restx: cached packet: altimeter: 30.0784690705, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198838, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.54, maxSolarRad: None, outHumidity: 62, outTemp: 85.3, outTempBatteryStatus: 0, pressure: 29.1372386663, rain: 0.0, rain_total: 90.9574, rainRate: 0, rssi: 3, rxCheckPercent: 100.0, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: None, windDir: 112.5, windSpeed: 5.76509625064
Jul  4 15:07:17 MCHWX weewx[17565]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&humidity=062&dailyrainin=0.00&winddir=112&tempf=85.3&windspeedmph=5.8&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2020%3A07%3A18&realtime=1
Jul  4 15:07:17 MCHWX weewx[17565]: acurite: next read in 12 seconds
Jul  4 15:07:29 MCHWX weewx[17565]: acurite: Found station at bus= device=
Jul  4 15:07:29 MCHWX weewx[17565]: restx: raw packet: altimeter: None, appTemp: 91.5390392226, barometer: None, channel: None, cloudbase: 4189.96583211, dateTime: 1499198850, dewpoint: 70.9625503387, heatindex: 90.8443833775, humidex: 101.693414883, inDewpoint: None, maxSolarRad: None, outHumidity: 62, outTemp: 85.5, outTempBatteryStatus: 0, rainRate: 0, rssi: 3, rxCheckPercent: 100.0, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: 85.5, windSpeed: 3.70760684504
Jul  4 15:07:29 MCHWX weewx[17565]: restx: cached packet: altimeter: None, appTemp: 91.5390392226, barometer: None, channel: None, cloudbase: 4189.96583211, dateTime: 1499198850, dewpoint: 70.9625503387, heatindex: 90.8443833775, humidex: 101.693414883, inDewpoint: None, inTemp: 68.54, maxSolarRad: None, outHumidity: 62, outTemp: 85.5, outTempBatteryStatus: 0, pressure: 29.1372386663, rain: 0.0, rain_total: 90.9574, rainRate: 0, rssi: 3, rxCheckPercent: 100.0, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: 85.5, windDir: 112.5, windSpeed: 3.70760684504
Jul  4 15:07:29 MCHWX weewx[17565]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&humidity=062&dailyrainin=0.00&winddir=112&tempf=85.5&windspeedmph=3.7&rtfreq=2.5&rainin=0.00&dewptf=71.0&dateutc=2017-07-04%2020%3A07%3A30&realtime=1
Jul  4 15:07:29 MCHWX weewx[17565]: acurite: next read in 18 seconds


 my ten minutes I ran is below



: 100.0, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: None, windDir: 112.5, windSpeed: 3.70760684504
Jul  4 14:53:02 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499197982, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: 64, outTemp: 84.2, outTempBatteryStatus: 0, pressure: 29.140191665, rain: 0.0, rain_total: 90.9574, rainRate: 0, rssi: 3, rxCheckPercent: 100.0, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: None, windDir: 112.5, windSpeed: 3.70760684504
Jul  4 14:53:02 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&humidity=064&dailyrainin=0.00&winddir=112&tempf=84.2&windspeedmph=3.7&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A53%3A02&realtime=1
Jul  4 14:53:03 MCHWX weewx[15768]: acurite: next read in 18 seconds
Jul  4 14:53:20 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:53:20 MCHWX weewx[15768]: restx: raw packet: altimeter: 30.0814998205, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198000, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outTempBatteryStatus: 0, pressure: 29.140191665, rain: 0.0, rain_total: 90.9574, rainRate: 0, rssi: 3, rxCheckPercent: 100.0, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: None, windDir: 112.5, windSpeed: 3.70760684504
Jul  4 14:53:20 MCHWX weewx[15768]: restx: cached packet: altimeter: 30.0814998205, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198000, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: 64, outTemp: 84.2, outTempBatteryStatus: 0, pressure: 29.140191665, rain: 0.0, rain_total: 90.9574, rainRate: 0, rssi: 3, rxCheckPercent: 100.0, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: None, windDir: 112.5, windSpeed: 3.70760684504
Jul  4 14:53:20 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&humidity=064&dailyrainin=0.00&winddir=112&tempf=84.2&windspeedmph=3.7&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A53%3A20&realtime=1
Jul  4 14:53:20 MCHWX weewx[15768]: acurite: next read in 18 seconds
Jul  4 14:53:38 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:53:38 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198018, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outTempBatteryStatus: 0, rain: 0.0, rain_total: 90.9574, rainRate: 0, rssi: 2, rxCheckPercent: 66.6666666667, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: None, windDir: 112.5, windSpeed: 3.70760684504
Jul  4 14:53:38 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198018, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: 64, outTemp: 84.2, outTempBatteryStatus: 0, pressure: 29.140191665, rain: 0.0, rain_total: 90.9574, rainRate: 0, rssi: 2, rxCheckPercent: 66.6666666667, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: None, windDir: 112.5, windSpeed: 3.70760684504
Jul  4 14:53:38 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&humidity=064&dailyrainin=0.00&winddir=112&tempf=84.2&windspeedmph=3.7&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A53%3A38&realtime=1
Jul  4 14:53:38 MCHWX weewx[15768]: acurite: next read in 18 seconds
Jul  4 14:53:44 MCHWX systemd[1]: Started Daily apt activities.
Jul  4 14:53:44 MCHWX systemd[1]: apt-daily.timer: Adding 10h 14min 6.200969s random time.
Jul  4 14:53:44 MCHWX systemd[1]: apt-daily.timer: Adding 10h 2min 55.869147s random time.
Jul  4 14:53:56 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:53:56 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198036, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outTempBatteryStatus: 0, rain: 0.0, rain_total: 90.9574, rainRate: 0, rssi: 1, rxCheckPercent: 33.3333333333, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: None, windDir: 112.5, windSpeed: 3.70760684504
Jul  4 14:53:56 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198036, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: 64, outTemp: 84.2, outTempBatteryStatus: 0, pressure: 29.140191665, rain: 0.0, rain_total: 90.9574, rainRate: 0, rssi: 1, rxCheckPercent: 33.3333333333, sensor_battery: 0, sensor_id: 2840, usUnits: 1, windchill: None, windDir: 112.5, windSpeed: 3.70760684504
Jul  4 14:53:56 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&humidity=064&dailyrainin=0.00&winddir=112&tempf=84.2&windspeedmph=3.7&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A53%3A56&realtime=1
Jul  4 14:53:56 MCHWX weewx[15768]: acurite: next read in 18 seconds
Jul  4 14:54:14 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:54:14 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:54:14 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198054, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:54:14 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198054, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:54:14 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A54%3A14&realtime=1
Jul  4 14:54:14 MCHWX weewx[15768]: acurite: next read in 6 seconds
Jul  4 14:54:20 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:54:20 MCHWX weewx[15768]: restx: raw packet: altimeter: 30.0814998205, appTemp: None, barometer: None, cloudbase: None, dateTime: 1499198060, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, pressure: 29.140191665, rainRate: 0, usUnits: 1, windchill: None
Jul  4 14:54:20 MCHWX weewx[15768]: restx: cached packet: altimeter: 30.0814998205, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198060, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:54:20 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A54%3A20&realtime=1
Jul  4 14:54:20 MCHWX weewx[15768]: acurite: next read in 12 seconds
Jul  4 14:54:32 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:54:32 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:54:32 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198072, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:54:32 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198072, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:54:32 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A54%3A32&realtime=1
Jul  4 14:54:32 MCHWX weewx[15768]: acurite: next read in 18 seconds
Jul  4 14:54:50 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:54:50 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:54:50 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198090, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:54:50 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198090, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:54:50 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A54%3A50&realtime=1
Jul  4 14:54:50 MCHWX weewx[15768]: acurite: next read in 18 seconds
Jul  4 14:55:08 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:55:08 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:55:08 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198108, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:55:08 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198108, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:55:08 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A55%3A08&realtime=1
Jul  4 14:55:08 MCHWX weewx[15768]: acurite: next read in 12 seconds
Jul  4 14:55:20 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:55:20 MCHWX weewx[15768]: restx: raw packet: altimeter: 30.0814998205, appTemp: None, barometer: None, cloudbase: None, dateTime: 1499198120, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, pressure: 29.140191665, rainRate: 0, usUnits: 1, windchill: None
Jul  4 14:55:20 MCHWX weewx[15768]: restx: cached packet: altimeter: 30.0814998205, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198120, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:55:20 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A55%3A20&realtime=1
Jul  4 14:55:20 MCHWX weewx[15768]: manager: Added record 2017-07-04 14:55:00 CDT (1499198100) to database 'weewx.sdb'
Jul  4 14:55:20 MCHWX weewx[15768]: manager: Added record 2017-07-04 14:55:00 CDT (1499198100) to daily summary in 'weewx.sdb'
Jul  4 14:55:20 MCHWX weewx[15768]: restx: StationRegistry: wait interval (600 < 604800) has not passed for record 2017-07-04 14:55:00 CDT (1499198100)
Jul  4 14:55:20 MCHWX weewx[15768]: restx: Ambient: url: http://www.pwsweather.com/pwsupdate/pwsupdate.php?action=updateraw&ID=MHCWX&PASSWORD=XXX&softwaretype=weewx-3.7.1&windgustmph=7.3&humidity=063&dailyrainin=0.00&winddir=065&tempf=84.5&windspeedmph=4.7&rainin=0.00&baromin=30.043&dewptf=70.4&dateutc=2017-07-04%2019%3A55%3A00
Jul  4 14:55:20 MCHWX weewx[15768]: restx: CWOP: packet: K9WXX-13>APRS,TCPIP*:@041955z4220.09N/08826.70W_064/004g007t084r000p000P000b10186h62.weewx-3.7.1-AcuRite
Jul  4 14:55:20 MCHWX weewx[15768]: restx: WeatherCloud: url: http://api.weathercloud.net/v01/set?bar=10174&wid=4ba67108054a5691&ver=3.7.1&tempin=204&temp=292&wspd=21&wdir=65&hum=63&battery04=1&wdiravg=82&rainrate=0&rain=0&dew=213&heat=317&wspdhi=42&key=XXX&time=1955&date=20170704&wspdavg=23&type=251&chill=292
Jul  4 14:55:20 MCHWX weewx[15768]: reportengine: Running reports for latest time in the database.
Jul  4 14:55:21 MCHWX weewx[15768]: reportengine: Running report StandardReport
Jul  4 14:55:21 MCHWX weewx[15768]: restx: WeatherBug: record: {'sensor_id': 2840.0, 'outHumidity': 62.75, 'maxSolarRad': None, 'monthRain': 0.31999999999999834, 'dayRain': 0.0, 'outTempMax': 85.6, 'windDir': 64.78909508098303, 'rainRate': 0, 'heatindex': 89.14549078370663, 'outTempMin': 58.5, 'inTemp': 68.72, 'rain_total': 90.95739999999999, 'hourRain': 0.0, 'yearRain': 0.31999999999999834, 'channel': None, 'inDewpoint': None, 'barometer': 30.043476625007514, 'windchill': 84.47500000000001, 'dewpoint': 70.35189167309147, 'windrun': 34.29934300829743, 'rain': 0.0, 'humidex': 100.11793020693005, 'pressure': 29.140191665000003, 'sensor_battery': 0.0, 'rxCheckPercent': 75.0, 'ET': None, 'altimeter': 30.081499820488435, 'usUnits': 1, 'appTemp': 89.76393704818635, 'interval': 5, 'dateTime': 1499198100.0, 'outTempBatteryStatus': 0.0, 'outTemp': 84.47500000000001, 'windSpeed': 4.69678444388574, 'rain24': 0.0, 'windGust': 7.308213304833037, 'rssi': 2.25, 'windGustDir': 22.5, 'cloudbase': 4096.395159350191}
Jul  4 14:55:21 MCHWX weewx[15768]: restx: WeatherBug: url: http://data.backyard2.weatherbug.com/data/livedata.aspx?dateutc=2017-07-04+19%3A55%3A00&softwaretype=weewx_3.7.1&tempfhi=85.6&windspeedmph=4.7&baromin=30.043&tempflo=58.5&rainin=0.00&windgustmph=7.3&dailyRainin=0.00&winddir=65&dewptf=70.4&tempf=84.5&Num=35022&Key=XXX&Yearlyrainin=0.32&action=live&humidity=63&ID=p23426&monthlyrainin=0.32
Jul  4 14:55:21 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:55:21 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, cloudbase: None, dateTime: 1499198121, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, rainRate: 0, usUnits: 1, windchill: None
Jul  4 14:55:21 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198121, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:55:21 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A55%3A21&realtime=1
Jul  4 14:55:21 MCHWX weewx[15768]: acurite: next read in 6 seconds
Jul  4 14:55:21 MCHWX weewx[15768]: reportengine: Found configuration file /etc/weewx/skins/Standard/skin.conf for report StandardReport
Jul  4 14:55:21 MCHWX weewx[15768]: restx: CWOP: Connected to server cwop.aprs.net:14580
Jul  4 14:55:21 MCHWX weewx[15768]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jul  4 14:55:21 MCHWX weewx[15768]: restx: CWOP: Published record 2017-07-04 14:55:00 CDT (1499198100)
Jul  4 14:55:21 MCHWX weewx[15768]: manager: Daily summary version is 2.0
Jul  4 14:55:21 MCHWX weewx[15768]: restx: WeatherCloud: Published record 2017-07-04 14:55:00 CDT (1499198100)
Jul  4 14:55:22 MCHWX weewx[15768]: restx: WeatherBug: Published record 2017-07-04 14:55:00 CDT (1499198100)
Jul  4 14:55:22 MCHWX weewx[15768]: cheetahgenerator: Generated 14 files for report StandardReport in 1.35 seconds
Jul  4 14:55:22 MCHWX weewx[15768]: manager: Daily summary version is 2.0
Jul  4 14:55:22 MCHWX weewx[15768]: restx: PWSWeather: Published record 2017-07-04 14:55:00 CDT (1499198100)
Jul  4 14:55:23 MCHWX weewx[15768]: imagegenerator: Generated 12 images for StandardReport in 0.86 seconds
Jul  4 14:55:23 MCHWX weewx[15768]: copygenerator: copied 0 files to /var/www/html/weewx
Jul  4 14:55:23 MCHWX weewx[15768]: reportengine: Running report FTP
Jul  4 14:55:23 MCHWX weewx[15768]: reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report FTP
Jul  4 14:55:23 MCHWX weewx[15768]: ftpupload: Attempting connection to ftp.geocities.ws
Jul  4 14:55:27 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:55:27 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:55:27 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198127, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:55:27 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198127, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:55:27 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A55%3A27&realtime=1
Jul  4 14:55:27 MCHWX weewx[15768]: acurite: next read in 18 seconds
Jul  4 14:55:27 MCHWX weewx[15768]: ftpupload: Connected to ftp.geocities.ws
Jul  4 14:55:28 MCHWX weewx[15768]: ftpupload: Uploaded file /daytempchill.png
Jul  4 14:55:28 MCHWX weewx[15768]: ftpupload: Uploaded file /month.html
Jul  4 14:55:29 MCHWX weewx[15768]: ftpupload: Uploaded file /year.html
Jul  4 14:55:30 MCHWX weewx[15768]: ftpupload: Uploaded file /index.html
Jul  4 14:55:30 MCHWX weewx[15768]: ftpupload: Uploaded file /dayrx.png
Jul  4 14:55:31 MCHWX weewx[15768]: ftpupload: Uploaded file /week.html
Jul  4 14:55:31 MCHWX weewx[15768]: ftpupload: Uploaded file /daywind.png
Jul  4 14:55:32 MCHWX weewx[15768]: ftpupload: Uploaded file /dayinside.png
Jul  4 14:55:33 MCHWX weewx[15768]: ftpupload: Uploaded file /dayuv.png
Jul  4 14:55:33 MCHWX weewx[15768]: ftpupload: Uploaded file /daybarometer.png
Jul  4 14:55:34 MCHWX weewx[15768]: ftpupload: Uploaded file /dayradiation.png
Jul  4 14:55:35 MCHWX weewx[15768]: ftpupload: Uploaded file /daywindvec.png
Jul  4 14:55:35 MCHWX weewx[15768]: ftpupload: Uploaded file /dayrain.png
Jul  4 14:55:36 MCHWX weewx[15768]: ftpupload: Uploaded file /daytempdew.png
Jul  4 14:55:36 MCHWX weewx[15768]: ftpupload: Uploaded file /daywinddir.png
Jul  4 14:55:37 MCHWX weewx[15768]: ftpupload: Uploaded file /dayhumidity.png
Jul  4 14:55:38 MCHWX weewx[15768]: ftpupload: Uploaded file /mobile.html
Jul  4 14:55:38 MCHWX weewx[15768]: ftpupload: Uploaded file /smartphone/temp_outside.html
Jul  4 14:55:39 MCHWX weewx[15768]: ftpupload: Uploaded file /smartphone/index.html
Jul  4 14:55:40 MCHWX weewx[15768]: ftpupload: Uploaded file /smartphone/wind.html
Jul  4 14:55:40 MCHWX weewx[15768]: ftpupload: Uploaded file /smartphone/radar.html
Jul  4 14:55:41 MCHWX weewx[15768]: ftpupload: Uploaded file /smartphone/barometer.html
Jul  4 14:55:41 MCHWX weewx[15768]: ftpupload: Uploaded file /smartphone/rain.html
Jul  4 14:55:42 MCHWX weewx[15768]: ftpupload: Uploaded file /NOAA/NOAA-2017-07.txt
Jul  4 14:55:43 MCHWX weewx[15768]: ftpupload: Uploaded file /NOAA/NOAA-2017.txt
Jul  4 14:55:44 MCHWX weewx[15768]: ftpupload: Uploaded file /RSS/weewx_rss.xml
Jul  4 14:55:44 MCHWX weewx[15768]: ftpgenerator: ftp'd 26 files in 21.10 seconds
Jul  4 14:55:44 MCHWX weewx[15768]: reportengine: Running report RSYNC
Jul  4 14:55:44 MCHWX weewx[15768]: reportengine: Found configuration file /etc/weewx/skins/Rsync/skin.conf for report RSYNC
Jul  4 14:55:44 MCHWX weewx[15768]: rsyncgenerator: rsync upload not requested. Skipped.
Jul  4 14:55:45 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:55:45 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:55:45 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198145, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:55:45 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198145, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:55:45 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A55%3A45&realtime=1
Jul  4 14:55:45 MCHWX weewx[15768]: acurite: next read in 18 seconds
Jul  4 14:56:03 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:56:03 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:56:03 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198163, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:56:03 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198163, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:56:03 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A56%3A03&realtime=1
Jul  4 14:56:03 MCHWX weewx[15768]: acurite: next read in 18 seconds
Jul  4 14:56:21 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:56:21 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:56:21 MCHWX weewx[15768]: restx: raw packet: altimeter: 30.0814998205, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198181, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:56:21 MCHWX weewx[15768]: restx: cached packet: altimeter: 30.0814998205, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198181, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:56:21 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A56%3A21&realtime=1
Jul  4 14:56:21 MCHWX weewx[15768]: acurite: next read in 18 seconds
Jul  4 14:56:39 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:56:39 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:56:39 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198199, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:56:39 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198199, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:56:39 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A56%3A39&realtime=1
Jul  4 14:56:39 MCHWX weewx[15768]: acurite: next read in 18 seconds
Jul  4 14:56:57 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:56:57 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:56:57 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198217, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:56:57 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198217, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:56:57 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A56%3A57&realtime=1
Jul  4 14:56:57 MCHWX weewx[15768]: acurite: next read in 18 seconds
Jul  4 14:57:15 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:57:15 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:57:15 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198235, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:57:15 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198235, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:57:15 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A57%3A15&realtime=1
Jul  4 14:57:15 MCHWX weewx[15768]: acurite: next read in 6 seconds
Jul  4 14:57:21 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:57:21 MCHWX weewx[15768]: restx: raw packet: altimeter: 30.0814998205, appTemp: None, barometer: None, cloudbase: None, dateTime: 1499198241, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, pressure: 29.140191665, rainRate: 0, usUnits: 1, windchill: None
Jul  4 14:57:21 MCHWX weewx[15768]: restx: cached packet: altimeter: 30.0814998205, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198241, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:57:21 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A57%3A21&realtime=1
Jul  4 14:57:21 MCHWX weewx[15768]: acurite: next read in 12 seconds
Jul  4 14:57:33 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:57:33 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:57:33 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198253, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:57:33 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198253, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:57:33 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A57%3A33&realtime=1
Jul  4 14:57:33 MCHWX weewx[15768]: acurite: next read in 18 seconds
Jul  4 14:57:51 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:57:51 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:57:51 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198272, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:57:51 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198272, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:57:51 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A57%3A52&realtime=1
Jul  4 14:57:51 MCHWX weewx[15768]: acurite: next read in 18 seconds
Jul  4 14:58:09 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:58:09 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:58:09 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198290, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:58:09 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198290, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:58:09 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A58%3A10&realtime=1
Jul  4 14:58:09 MCHWX weewx[15768]: acurite: next read in 12 seconds
Jul  4 14:58:21 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:58:21 MCHWX weewx[15768]: restx: raw packet: altimeter: 30.0814998205, appTemp: None, barometer: None, cloudbase: None, dateTime: 1499198302, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, pressure: 29.140191665, rainRate: 0, usUnits: 1, windchill: None
Jul  4 14:58:21 MCHWX weewx[15768]: restx: cached packet: altimeter: 30.0814998205, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198302, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:58:21 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A58%3A22&realtime=1
Jul  4 14:58:21 MCHWX weewx[15768]: acurite: next read in 6 seconds
Jul  4 14:58:27 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:58:27 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:58:27 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198308, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:58:27 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198308, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:58:27 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A58%3A28&realtime=1
Jul  4 14:58:27 MCHWX weewx[15768]: acurite: next read in 18 seconds
Jul  4 14:58:45 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:58:45 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:58:45 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198326, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:58:45 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198326, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:58:45 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A58%3A46&realtime=1
Jul  4 14:58:45 MCHWX weewx[15768]: acurite: next read in 18 seconds
Jul  4 14:59:03 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:59:03 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:59:03 MCHWX weewx[15768]: restx: raw packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198344, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:59:03 MCHWX weewx[15768]: restx: cached packet: altimeter: None, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198344, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.72, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.140191665, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:59:03 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A59%3A04&realtime=1
Jul  4 14:59:03 MCHWX weewx[15768]: acurite: next read in 18 seconds
Jul  4 14:59:21 MCHWX weewx[15768]: acurite: Found station at bus= device=
Jul  4 14:59:21 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00
Jul  4 14:59:21 MCHWX weewx[15768]: restx: raw packet: altimeter: 30.0784690705, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198362, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.54, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.1372386663, rain: None, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:59:21 MCHWX weewx[15768]: restx: cached packet: altimeter: 30.0784690705, appTemp: None, barometer: None, channel: None, cloudbase: None, dateTime: 1499198362, dewpoint: None, heatindex: None, humidex: None, inDewpoint: None, inTemp: 68.54, maxSolarRad: None, outHumidity: None, outTemp: None, outTempBatteryStatus: None, pressure: 29.1372386663, rain: None, rain_total: 90.9574, rainRate: 0, rssi: 0, rxCheckPercent: 0.0, sensor_battery: None, sensor_id: 2840, usUnits: 1, windchill: None, windDir: None, windSpeed: None
Jul  4 14:59:21 MCHWX weewx[15768]: restx: Ambient: url: http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=KILWOODS19&PASSWORD=XXX&softwaretype=weewx-3.7.1&dailyrainin=0.00&rtfreq=2.5&rainin=0.00&dateutc=2017-07-04%2019%3A59%3A22&realtime=1
Jul  4 14:59:21 MCHWX weewx[15768]: acurite: next read in 18 seconds



gjr80

unread,
Jul 5, 2017, 9:17:30 AM7/5/17
to weewx-user
Thanks John,

I know little of the AcuRite stations but your log extract indicates a few things:

1. outTemp is frequently None in the raw packets being seen by the WU uploader. outTemp appears with a numeric value in the raw packets at 15:06:17, 15:06:53 and 15:07:29 (the end of the log extract). Reading the comments up front of the AcuRite driver this appears to be correct operation; outTemp should be included in a loop packet every 36 seconds. The WU uploader subsequently uploads the numeric outTemp and all is good. The second extract you provide, which is actually from before the weeWX stop/start at 15:06:13, includes outTemp in numerous raw packets but in every case it is None. The cache appears to do it job and it provides a cached outTemp up until 14:53:56 after which the last cached outTemp value is too old and outTemp is dropped from the cache. The WU uploader now omits outTemp (tempf).

2. The AcuRite stations provide what is called station pressure or gauge pressure which is stored in the weeWX pressure field. WeeWX calculates barometer from this pressure and outTemp (it also uses station altitude). If outTemp is None then barometer is not calculated and is None. There WU uploader ignores None values and therefore does not upload barometer.

3. The AcuRite does not provide dewpoint so again weeWX calculates it. To calculate dewpoint you need outTemp and outHumidity, if either is missing dewpoint is None. So again the missing outTemp means dewpoint is None and the WU uploader does not upload dewpoint.

So it seems that the barometer, dewpoint and outTemp problems are all becuase outTemp is frequently being set to None in the loop packets.

I think it is worthwhile seeing what the driver is doing (the previous log extract showed us what the WU uploader was doing). If you are up for another log extract, in weewx.conf you could set debug = 0 again (if you have not already done so) and under [AcuRite] add a line debug_raw = 1 like so:

[AcuRite]
    debug_raw
= 1
   
....

Stop and start weeWX again. Let weeWX run for 15 minutes or so and then take a log extract from when you just started weeWX through until the 15 or so minutes is up. Post the entire log extract. This will give us a picture of the raw data straight off the station. Once you have the log extract you can remove debug_raw = 1 or set it to 0 then stop/start weeWX to cut down on the driver logging.

Oh, and just by the by, what model AcuRite do you have?

Gary

John Jensen

unread,
Jul 5, 2017, 9:36:03 AM7/5/17
to weewx...@googlegroups.com
I will do the set raw on Thursday evening.

I have the model 1036RX

--

mwall

unread,
Jul 5, 2017, 4:16:04 PM7/5/17
to weewx-user
you must set both debug=1 and debug_raw=1 in order to see the acurite raw packet output.

debug=1
...
[Acurite]
    ...
    debug_raw=1
...

mwall

unread,
Jul 5, 2017, 4:25:33 PM7/5/17
to weewx-user


On Tuesday, July 4, 2017 at 4:10:04 PM UTC-4, JJ Drones1 wrote:
Jul  4 14:54:14 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00

Jul  4 14:54:32 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00

Jul  4 14:54:50 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00

Jul  4 14:55:08 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00

Jul  4 14:55:27 MCHWX weewx[15768]: acurite: R1: ignoring stale data (rssi indicates no communication from sensors): 01 cb 18 71 00 6b 1b 7d 00 00

these log entries indicate that the console is not receiving data from the sensor cluster.

m

JJ Drones1

unread,
Jul 5, 2017, 5:18:22 PM7/5/17
to weewx-user
Gary here is the log for the best I could keep up with using the debug you suggested


Jul  5 15:53:27 MCHWX systemd[1]: Starting LSB: weewx weather system...
Jul  5 15:53:28 MCHWX weewx[13745]:  * Starting weewx weather system weewx
Jul  5 15:53:30 MCHWX weewx[13757]: engine: Initializing weewx version 3.7.1
Jul  5 15:53:30 MCHWX weewx[13757]: engine: Using Python 2.7.12 (default, Nov 19 2016, 06:48:10) #012[GCC 5.4.0 20160609]
Jul  5 15:53:30 MCHWX weewx[13757]: engine: Platform Linux-4.4.0-83-generic-i686-with-Ubuntu-16.04-xenial
Jul  5 15:53:30 MCHWX weewx[13757]: engine: Locale is 'en_US.UTF-8'
Jul  5 15:53:30 MCHWX weewx[13757]: engine: pid file is /var/run/weewx.pid
Jul  5 15:53:30 MCHWX weewx[13745]:    ...done.
Jul  5 15:53:30 MCHWX systemd[1]: Started LSB: weewx weather system.
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Using configuration file /etc/weewx/weewx.conf
Jul  5 15:53:30 MCHWX weewx[13761]: engine: debug is 1
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Initializing engine
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Loading station type AcuRite (weewx.drivers.acurite)
Jul  5 15:53:30 MCHWX weewx[13761]: acurite: driver version is 0.24
Jul  5 15:53:30 MCHWX weewx[13761]: acurite: R2 will be decoded using sensor constants
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Loading service weewx.engine.StdTimeSynch
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Finished loading service weewx.engine.StdTimeSynch
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Loading service weewx.engine.StdConvert
Jul  5 15:53:30 MCHWX weewx[13761]: engine: StdConvert target unit is 0x1
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Finished loading service weewx.engine.StdConvert
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Loading service weewx.engine.StdCalibrate
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Finished loading service weewx.engine.StdCalibrate
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Loading service weewx.engine.StdQC
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Finished loading service weewx.engine.StdQC
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Loading service weewx.wxservices.StdWXCalculate
Jul  5 15:53:30 MCHWX weewx[13761]: wxcalculate: The following values will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, dewpoint=prefer_hardware, appTemp=prefer_hardware, rainRate=prefer_hardware, windrun=prefer_hardware, heatindex=prefer_hardware, maxSolarRad=prefer_hardware, humidex=prefer_hardware, pressure=prefer_hardware, inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, cloudbase=prefer_hardware
Jul  5 15:53:30 MCHWX weewx[13761]: wxcalculate: The following algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Finished loading service weewx.wxservices.StdWXCalculate
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Loading service weewx.engine.StdArchive
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Archive will use data binding wx_binding
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Record generation will be attempted in 'hardware'
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Using archive interval of 300 seconds (specified in weewx configuration)
Jul  5 15:53:30 MCHWX weewx[13761]: engine: Use LOOP data in hi/low calculations: 1
Jul  5 15:53:31 MCHWX weewx[13761]: manager: Daily summary version is 2.0
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Using binding 'wx_binding' to database 'weewx.sdb'
Jul  5 15:53:31 MCHWX weewx[13761]: manager: Starting backfill of daily summaries
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Finished loading service weewx.engine.StdArchive
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Loading service weewx.restx.StdStationRegistry
Jul  5 15:53:31 MCHWX weewx[13761]: restx: StationRegistry: Station will be registered.
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Finished loading service weewx.restx.StdStationRegistry
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Loading service weewx.restx.StdWunderground
Jul  5 15:53:31 MCHWX weewx[13761]: restx: Wunderground-RF: Data for station KILWOODS19 will be posted
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Finished loading service weewx.restx.StdWunderground
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Loading service weewx.restx.StdPWSweather
Jul  5 15:53:31 MCHWX weewx[13761]: restx: PWSWeather: Data for station MHCWX will be posted
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Finished loading service weewx.restx.StdPWSweather
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Loading service weewx.restx.StdCWOP
Jul  5 15:53:31 MCHWX weewx[13761]: restx: CWOP: Data for station K9WXX-13 will be posted
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Finished loading service weewx.restx.StdCWOP
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Loading service weewx.restx.StdWOW
Jul  5 15:53:31 MCHWX weewx[13761]: restx: WOW: Posting not enabled.
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Finished loading service weewx.restx.StdWOW
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Loading service weewx.restx.StdAWEKAS
Jul  5 15:53:31 MCHWX weewx[13761]: restx: AWEKAS: Posting not enabled.
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Finished loading service weewx.restx.StdAWEKAS
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Loading service user.wcloud.WeatherCloud
Jul  5 15:53:31 MCHWX weewx[13761]: restx: WeatherCloud: service version is 0.10
Jul  5 15:53:31 MCHWX weewx[13761]: restx: WeatherCloud: Data will be uploaded for id=4ba67108054a5691
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Finished loading service user.wcloud.WeatherCloud
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Loading service user.wbug.WeatherBug
Jul  5 15:53:31 MCHWX weewx[13761]: manager: Daily summary version is 2.0
Jul  5 15:53:31 MCHWX weewx[13761]: message repeated 2 times: [ manager: Daily summary version is 2.0]
Jul  5 15:53:31 MCHWX weewx[13761]: restx: WeatherBug: service version is 0.6
Jul  5 15:53:31 MCHWX weewx[13761]: manager: Daily summary version is 2.0
Jul  5 15:53:31 MCHWX weewx[13761]: restx: WeatherBug: Data will be uploaded for station_number=35022 publisher_id=p23426
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Finished loading service user.wbug.WeatherBug
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Loading service weewx.engine.StdPrint
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Finished loading service weewx.engine.StdPrint
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Loading service weewx.engine.StdReport
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Finished loading service weewx.engine.StdReport
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Starting up weewx version 3.7.1
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Station does not support reading the time
Jul  5 15:53:31 MCHWX weewx[13761]: engine: Starting main packet loop.
Jul  5 15:53:31 MCHWX weewx[13761]: manager: Daily summary version is 2.0
Jul  5 15:53:32 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:53:32 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 07 1b 7d 03 ff
Jul  5 15:53:32 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 d8 ac 6d
Jul  5 15:53:32 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 15:53:50 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:53:50 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 05 38 03 ff
Jul  5 15:53:50 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 15:54:08 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:54:08 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0f 1b 7d 03 ff
Jul  5 15:54:09 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 15:54:27 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:54:27 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 05 38 03 ff
Jul  5 15:54:27 MCHWX weewx[13761]: acurite: next read in 6 seconds
Jul  5 15:54:33 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:54:33 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 d8 ac 6d
Jul  5 15:54:33 MCHWX weewx[13761]: acurite: next read in 12 seconds
Jul  5 15:54:45 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:54:45 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 03 1b 7d 03 ff
Jul  5 15:54:45 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 15:55:03 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:55:03 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 03 38 03 ff
Jul  5 15:55:03 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 15:55:21 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:55:21 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 09 1b 7d 03 ff
Jul  5 15:55:21 MCHWX weewx[13761]: manager: Added record 2017-07-05 15:55:00 CDT (1499288100) to database 'weewx.sdb'
Jul  5 15:55:21 MCHWX weewx[13761]: manager: Added record 2017-07-05 15:55:00 CDT (1499288100) to daily summary in 'weewx.sdb'
Jul  5 15:55:21 MCHWX weewx[13761]: reportengine: Running reports for latest time in the database.
Jul  5 15:55:21 MCHWX weewx[13761]: reportengine: Running report StandardReport
Jul  5 15:55:21 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:55:21 MCHWX weewx[13761]: restx: WeatherBug: record: {'sensor_id': 2840.0, 'outHumidity': 56.0, 'maxSolarRad': None, 'monthRain': 0.31999999999999834, 'dayRain': 0.0, 'outTempMax': 91.0125, 'windDir': None, 'rainRate': 0.0, 'heatindex': 94.37808319750019, 'outTempMin': 60.800000000000004, 'inTemp': 67.28, 'rain_total': 90.95739999999999, 'hourRain': 0.0, 'yearRain': 0.31999999999999834, 'channel': None, 'inDewpoint': None, 'barometer': 30.009348479099113, 'windchill': 88.5, 'dewpoint': 70.76487722514403, 'windrun': 20.726471119752667, 'rain': 0.0, 'humidex': 104.51464162883924, 'pressure': 29.113614676250002, 'sensor_battery': 0.0, 'rxCheckPercent': 100.0, 'ET': None, 'altimeter': 30.054223016132436, 'usUnits': 1, 'appTemp': 96.52498720868253, 'interval': 5, 'dateTime': 1499288100.0, 'outTempBatteryStatus': 0.0, 'outTemp': 88.5, 'windSpeed': 0.0, 'rain24': 0.0, 'windGust': 0.0, 'rssi': 3.0, 'windGustDir': None, 'cloudbase': 4916.709721558173}
Jul  5 15:55:21 MCHWX weewx[13761]: acurite: next read in 12 seconds
Jul  5 15:55:21 MCHWX weewx[13761]: reportengine: Found configuration file /etc/weewx/skins/Standard/skin.conf for report StandardReport
Jul  5 15:55:21 MCHWX weewx[13761]: restx: CWOP: Connected to server cwop.aprs.net:14580
Jul  5 15:55:21 MCHWX weewx[13761]: restx: CWOP: Published record 2017-07-05 15:55:00 CDT (1499288100)
Jul  5 15:55:22 MCHWX weewx[13761]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jul  5 15:55:22 MCHWX weewx[13761]: manager: Daily summary version is 2.0
Jul  5 15:55:22 MCHWX weewx[13761]: restx: PWSWeather: Published record 2017-07-05 15:55:00 CDT (1499288100)
Jul  5 15:55:24 MCHWX weewx[13761]: cheetahgenerator: Generated 14 files for report StandardReport in 2.83 seconds
Jul  5 15:55:25 MCHWX weewx[13761]: manager: Daily summary version is 2.0
Jul  5 15:55:26 MCHWX weewx[13761]: imagegenerator: Generated 12 images for StandardReport in 0.77 seconds
Jul  5 15:55:26 MCHWX weewx[13761]: copygenerator: copied 9 files to /var/www/html/weewx
Jul  5 15:55:26 MCHWX weewx[13761]: reportengine: Running report FTP
Jul  5 15:55:26 MCHWX weewx[13761]: reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report FTP
Jul  5 15:55:26 MCHWX weewx[13761]: ftpupload: Attempting connection to ftp.geocities.ws
Jul  5 15:55:26 MCHWX weewx[13761]: restx: WeatherBug: Published record 2017-07-05 15:55:00 CDT (1499288100)
Jul  5 15:55:27 MCHWX weewx[13761]: restx: WeatherCloud: Published record 2017-07-05 15:55:00 CDT (1499288100)
Jul  5 15:55:29 MCHWX weewx[13761]: ftpupload: Connected to ftp.geocities.ws
Jul  5 15:55:30 MCHWX weewx[13761]: ftpupload: Uploaded file /weewx.css
Jul  5 15:55:30 MCHWX weewx[13761]: ftpupload: Uploaded file /daytempchill.png
Jul  5 15:55:31 MCHWX weewx[13761]: ftpupload: Uploaded file /month.html
Jul  5 15:55:31 MCHWX weewx[13761]: restx: StationRegistry: Published record 2017-07-05 15:55:00 CDT (1499288100)
Jul  5 15:55:32 MCHWX weewx[13761]: ftpupload: Uploaded file /year.html
Jul  5 15:55:32 MCHWX weewx[13761]: ftpupload: Uploaded file /index.html
Jul  5 15:55:33 MCHWX weewx[13761]: ftpupload: Uploaded file /dayrx.png
Jul  5 15:55:33 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:55:33 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 d8 ac 6d
Jul  5 15:55:33 MCHWX weewx[13761]: acurite: next read in 6 seconds
Jul  5 15:55:34 MCHWX weewx[13761]: ftpupload: Uploaded file /week.html
Jul  5 15:55:34 MCHWX weewx[13761]: ftpupload: Uploaded file /daywind.png
Jul  5 15:55:35 MCHWX weewx[13761]: ftpupload: Uploaded file /dayinside.png
Jul  5 15:55:35 MCHWX weewx[13761]: ftpupload: Uploaded file /dayuv.png
Jul  5 15:55:36 MCHWX weewx[13761]: ftpupload: Uploaded file /daybarometer.png
Jul  5 15:55:37 MCHWX weewx[13761]: ftpupload: Uploaded file /dayradiation.png
Jul  5 15:55:37 MCHWX weewx[13761]: ftpupload: Uploaded file /daywindvec.png
Jul  5 15:55:38 MCHWX weewx[13761]: ftpupload: Uploaded file /dayrain.png
Jul  5 15:55:39 MCHWX weewx[13761]: ftpupload: Uploaded file /daytempdew.png
Jul  5 15:55:39 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:55:39 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 02 38 03 ff
Jul  5 15:55:39 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 15:55:39 MCHWX weewx[13761]: ftpupload: Uploaded file /daywinddir.png
Jul  5 15:55:40 MCHWX weewx[13761]: ftpupload: Uploaded file /mobile.css
Jul  5 15:55:41 MCHWX weewx[13761]: ftpupload: Uploaded file /dayhumidity.png
Jul  5 15:55:41 MCHWX weewx[13761]: ftpupload: Uploaded file /favicon.ico
Jul  5 15:55:42 MCHWX weewx[13761]: ftpupload: Uploaded file /mobile.html
Jul  5 15:55:43 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/temp_outside.html
Jul  5 15:55:43 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/custom.js
Jul  5 15:55:44 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/index.html
Jul  5 15:55:44 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/wind.html
Jul  5 15:55:45 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/radar.html
Jul  5 15:55:46 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/barometer.html
Jul  5 15:55:46 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/rain.html
Jul  5 15:55:47 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/icons/icon_iphone_x1.png
Jul  5 15:55:48 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/icons/icon_ipad_x2.png
Jul  5 15:55:48 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/icons/icon_ipad_x1.png
Jul  5 15:55:49 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/icons/icon_iphone_x2.png
Jul  5 15:55:50 MCHWX weewx[13761]: ftpupload: Uploaded file /NOAA/NOAA-2017-07.txt
Jul  5 15:55:50 MCHWX weewx[13761]: ftpupload: Uploaded file /NOAA/NOAA-2017.txt
Jul  5 15:55:51 MCHWX weewx[13761]: ftpupload: Uploaded file /RSS/weewx_rss.xml
Jul  5 15:55:52 MCHWX weewx[13761]: ftpupload: Uploaded file /backgrounds/band.gif
Jul  5 15:55:52 MCHWX weewx[13761]: ftpgenerator: ftp'd 35 files in 25.85 seconds
Jul  5 15:55:52 MCHWX weewx[13761]: reportengine: Running report RSYNC
Jul  5 15:55:52 MCHWX weewx[13761]: reportengine: Found configuration file /etc/weewx/skins/Rsync/skin.conf for report RSYNC
Jul  5 15:55:52 MCHWX weewx[13761]: rsyncgenerator: rsync upload not requested. Skipped.
Jul  5 15:55:57 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:55:57 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0f 1b 7d 03 ff
Jul  5 15:55:57 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 15:56:15 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:56:15 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 02 38 03 ff
Jul  5 15:56:15 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 15:56:33 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:56:33 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0d 1b 7d 03 ff
Jul  5 15:56:33 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 d8 ac 6d
Jul  5 15:56:33 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 15:56:51 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:56:51 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 02 38 03 ff
Jul  5 15:56:51 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 15:57:09 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:57:09 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 09 1b 7d 03 ff
Jul  5 15:57:09 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 15:57:27 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:57:27 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 03 38 03 ff
Jul  5 15:57:27 MCHWX weewx[13761]: acurite: next read in 6 seconds
Jul  5 15:57:33 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:57:33 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 d8 ac 6d
Jul  5 15:57:33 MCHWX weewx[13761]: acurite: next read in 12 seconds
Jul  5 15:57:45 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:57:46 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 01 1b 7d 03 ff
Jul  5 15:57:46 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 15:58:04 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:58:04 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 02 38 03 ff
Jul  5 15:58:04 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 15:58:22 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:58:22 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 08 1b 7d 03 ff
Jul  5 15:58:22 MCHWX weewx[13761]: acurite: next read in 12 seconds
Jul  5 15:58:34 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:58:34 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 d8 ac 6d
Jul  5 15:58:34 MCHWX weewx[13761]: acurite: next read in 6 seconds
Jul  5 15:58:40 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:58:40 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 02 38 03 ff
Jul  5 15:58:40 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 15:58:58 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:58:58 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0b 1b 7d 03 ff
Jul  5 15:58:58 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 15:59:16 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:59:16 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 03 38 03 ff
Jul  5 15:59:16 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 15:59:34 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:59:34 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0b 1b 7d 03 ff
Jul  5 15:59:34 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 fa ac 5b
Jul  5 15:59:34 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 15:59:52 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 15:59:52 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 05 38 03 ff
Jul  5 15:59:52 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:00:10 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:00:10 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 7b 1b 7d 03 ff
Jul  5 16:00:10 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:00:28 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:00:28 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 4a 03 38 03 ff
Jul  5 16:00:28 MCHWX weewx[13761]: manager: Added record 2017-07-05 16:00:00 CDT (1499288400) to database 'weewx.sdb'
Jul  5 16:00:28 MCHWX weewx[13761]: manager: Added record 2017-07-05 16:00:00 CDT (1499288400) to daily summary in 'weewx.sdb'
Jul  5 16:00:28 MCHWX weewx[13761]: restx: StationRegistry: wait interval (300 < 604800) has not passed for record 2017-07-05 16:00:00 CDT (1499288400)
Jul  5 16:00:28 MCHWX weewx[13761]: restx: CWOP: wait interval (300 < 600) has not passed for record 2017-07-05 16:00:00 CDT (1499288400)
Jul  5 16:00:28 MCHWX weewx[13761]: restx: WeatherCloud: wait interval (300 < 600) has not passed for record 2017-07-05 16:00:00 CDT (1499288400)
Jul  5 16:00:28 MCHWX weewx[13761]: restx: WeatherBug: record: {'sensor_id': 2840.0, 'outHumidity': 56.0, 'maxSolarRad': None, 'monthRain': 0.31999999999999834, 'dayRain': 0.0, 'outTempMax': 91.0125, 'windDir': None, 'rainRate': 0.0, 'heatindex': 93.91458741360013, 'outTempMin': 60.800000000000004, 'inDewpoint': None, 'rain_total': 90.95739999999999, 'hourRain': 0.0, 'yearRain': 0.31999999999999834, 'channel': None, 'inTemp': 67.424, 'barometer': 30.00973572942302, 'windchill': 88.26666666666668, 'dewpoint': 70.54831388909315, 'windrun': 20.726471119752667, 'rain': 0.0, 'humidex': 104.086806099263, 'pressure': 29.113614676250002, 'sensor_battery': 0.0, 'rxCheckPercent': 100.0, 'ET': None, 'altimeter': 30.054223016132436, 'usUnits': 1, 'appTemp': 96.18017857795697, 'interval': 5, 'dateTime': 1499288400.0, 'outTempBatteryStatus': 0.0, 'outTemp': 88.26666666666668, 'windSpeed': 0.0, 'rain24': 0.0, 'windGust': 0.0, 'rssi': 3.0, 'windGustDir': None, 'cloudbase': 4912.898358539434}
Jul  5 16:00:29 MCHWX weewx[13761]: reportengine: Running reports for latest time in the database.
Jul  5 16:00:29 MCHWX weewx[13761]: reportengine: Running report StandardReport
Jul  5 16:00:29 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:00:29 MCHWX weewx[13761]: acurite: next read in 6 seconds
Jul  5 16:00:29 MCHWX weewx[13761]: reportengine: Found configuration file /etc/weewx/skins/Standard/skin.conf for report StandardReport
Jul  5 16:00:29 MCHWX weewx[13761]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jul  5 16:00:29 MCHWX weewx[13761]: restx: PWSWeather: Published record 2017-07-05 16:00:00 CDT (1499288400)
Jul  5 16:00:29 MCHWX weewx[13761]: manager: Daily summary version is 2.0
Jul  5 16:00:29 MCHWX weewx[13761]: restx: WeatherBug: Published record 2017-07-05 16:00:00 CDT (1499288400)
Jul  5 16:00:30 MCHWX weewx[13761]: cheetahgenerator: Generated 14 files for report StandardReport in 1.00 seconds
Jul  5 16:00:30 MCHWX weewx[13761]: manager: Daily summary version is 2.0
Jul  5 16:00:31 MCHWX weewx[13761]: imagegenerator: Generated 24 images for StandardReport in 1.65 seconds
Jul  5 16:00:31 MCHWX weewx[13761]: copygenerator: copied 0 files to /var/www/html/weewx
Jul  5 16:00:31 MCHWX weewx[13761]: reportengine: Running report FTP
Jul  5 16:00:31 MCHWX weewx[13761]: reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report FTP
Jul  5 16:00:31 MCHWX weewx[13761]: ftpupload: Attempting connection to ftp.geocities.ws
Jul  5 16:00:34 MCHWX weewx[13761]: ftpupload: Connected to ftp.geocities.ws
Jul  5 16:00:34 MCHWX weewx[13761]: ftpupload: Uploaded file /daytempchill.png
Jul  5 16:00:35 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:00:35 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 fa ac 5b
Jul  5 16:00:35 MCHWX weewx[13761]: acurite: next read in 12 seconds
Jul  5 16:00:35 MCHWX weewx[13761]: ftpupload: Uploaded file /weektempdew.png
Jul  5 16:00:36 MCHWX weewx[13761]: ftpupload: Uploaded file /weekwind.png
Jul  5 16:00:36 MCHWX weewx[13761]: ftpupload: Uploaded file /month.html
Jul  5 16:00:37 MCHWX weewx[13761]: ftpupload: Uploaded file /weekrain.png
Jul  5 16:00:38 MCHWX weewx[13761]: ftpupload: Uploaded file /year.html
Jul  5 16:00:38 MCHWX weewx[13761]: ftpupload: Uploaded file /index.html
Jul  5 16:00:39 MCHWX weewx[13761]: ftpupload: Uploaded file /dayrx.png
Jul  5 16:00:39 MCHWX weewx[13761]: ftpupload: Uploaded file /weekinside.png
Jul  5 16:00:40 MCHWX weewx[13761]: ftpupload: Uploaded file /week.html
Jul  5 16:00:41 MCHWX weewx[13761]: ftpupload: Uploaded file /daywind.png
Jul  5 16:00:41 MCHWX weewx[13761]: ftpupload: Uploaded file /weekuv.png
Jul  5 16:00:42 MCHWX weewx[13761]: ftpupload: Uploaded file /dayinside.png
Jul  5 16:00:43 MCHWX weewx[13761]: ftpupload: Uploaded file /dayuv.png
Jul  5 16:00:43 MCHWX weewx[13761]: ftpupload: Uploaded file /weekwinddir.png
Jul  5 16:00:44 MCHWX weewx[13761]: ftpupload: Uploaded file /daybarometer.png
Jul  5 16:00:45 MCHWX weewx[13761]: ftpupload: Uploaded file /weektempchill.png
Jul  5 16:00:45 MCHWX weewx[13761]: ftpupload: Uploaded file /dayradiation.png
Jul  5 16:00:46 MCHWX weewx[13761]: ftpupload: Uploaded file /weekbarometer.png
Jul  5 16:00:46 MCHWX weewx[13761]: ftpupload: Uploaded file /daywindvec.png
Jul  5 16:00:47 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:00:47 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 09 1b 7d 03 ff
Jul  5 16:00:47 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:00:47 MCHWX weewx[13761]: ftpupload: Uploaded file /weekwindvec.png
Jul  5 16:00:48 MCHWX weewx[13761]: ftpupload: Uploaded file /dayrain.png
Jul  5 16:00:48 MCHWX weewx[13761]: ftpupload: Uploaded file /daytempdew.png
Jul  5 16:00:49 MCHWX weewx[13761]: ftpupload: Uploaded file /weekrx.png
Jul  5 16:00:50 MCHWX weewx[13761]: ftpupload: Uploaded file /daywinddir.png
Jul  5 16:00:50 MCHWX weewx[13761]: ftpupload: Uploaded file /dayhumidity.png
Jul  5 16:00:51 MCHWX weewx[13761]: ftpupload: Uploaded file /weekradiation.png
Jul  5 16:00:51 MCHWX weewx[13761]: ftpupload: Uploaded file /mobile.html
Jul  5 16:00:52 MCHWX weewx[13761]: ftpupload: Uploaded file /weekhumidity.png
Jul  5 16:00:53 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/temp_outside.html
Jul  5 16:00:53 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/index.html
Jul  5 16:00:54 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/wind.html
Jul  5 16:00:55 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/radar.html
Jul  5 16:00:55 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/barometer.html
Jul  5 16:00:56 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/rain.html
Jul  5 16:00:57 MCHWX weewx[13761]: ftpupload: Uploaded file /NOAA/NOAA-2017-07.txt
Jul  5 16:00:57 MCHWX weewx[13761]: ftpupload: Uploaded file /NOAA/NOAA-2017.txt
Jul  5 16:00:58 MCHWX weewx[13761]: ftpupload: Uploaded file /RSS/weewx_rss.xml
Jul  5 16:00:58 MCHWX weewx[13761]: ftpgenerator: ftp'd 38 files in 27.15 seconds
Jul  5 16:00:58 MCHWX weewx[13761]: reportengine: Running report RSYNC
Jul  5 16:00:58 MCHWX weewx[13761]: reportengine: Found configuration file /etc/weewx/skins/Rsync/skin.conf for report RSYNC
Jul  5 16:00:58 MCHWX weewx[13761]: rsyncgenerator: rsync upload not requested. Skipped.
Jul  5 16:01:05 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:01:05 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 5a 02 38 03 ff
Jul  5 16:01:05 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:01:23 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:01:23 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 5a 1b 7d 03 ff
Jul  5 16:01:23 MCHWX weewx[13761]: acurite: next read in 12 seconds
Jul  5 16:01:35 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:01:35 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 fa ac 5b
Jul  5 16:01:35 MCHWX weewx[13761]: acurite: next read in 6 seconds
Jul  5 16:01:41 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:01:41 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 4a 03 37 03 ff
Jul  5 16:01:41 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:01:59 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:01:59 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 4e 1b 7d 03 ff
Jul  5 16:01:59 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:02:17 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:02:17 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 4e 1b 7d 03 ff
Jul  5 16:02:17 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:02:35 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:02:35 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 4a 00 37 03 ff
Jul  5 16:02:35 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 fa ac 5b
Jul  5 16:02:35 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:02:53 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:02:53 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 2e 1b 7d 03 ff
Jul  5 16:02:53 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:03:11 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:03:11 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 49 7e 38 03 ff
Jul  5 16:03:11 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:03:29 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:03:29 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 32 1b 7d 03 ff
Jul  5 16:03:29 MCHWX weewx[13761]: acurite: next read in 6 seconds
Jul  5 16:03:35 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:03:35 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 fa ac 5b
Jul  5 16:03:35 MCHWX weewx[13761]: acurite: next read in 12 seconds
Jul  5 16:03:47 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:03:47 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 09 7c 38 03 ff
Jul  5 16:03:47 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:04:05 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:04:05 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 1a 1b 7d 03 ff
Jul  5 16:04:05 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:04:23 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:04:23 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 19 7a 39 03 ff
Jul  5 16:04:23 MCHWX weewx[13761]: acurite: next read in 12 seconds
Jul  5 16:04:35 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:04:35 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 fa ac 5b
Jul  5 16:04:35 MCHWX weewx[13761]: acurite: next read in 6 seconds
Jul  5 16:04:41 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:04:41 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 08 1b 7d 03 ff
Jul  5 16:04:41 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:04:59 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:04:59 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 09 7a 39 03 ff
Jul  5 16:04:59 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:05:17 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:05:17 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0a 1b 7d 03 ff
Jul  5 16:05:18 MCHWX weewx[13761]: manager: Added record 2017-07-05 16:05:00 CDT (1499288700) to database 'weewx.sdb'
Jul  5 16:05:18 MCHWX weewx[13761]: manager: Added record 2017-07-05 16:05:00 CDT (1499288700) to daily summary in 'weewx.sdb'
Jul  5 16:05:18 MCHWX weewx[13761]: restx: StationRegistry: wait interval (600 < 604800) has not passed for record 2017-07-05 16:05:00 CDT (1499288700)
Jul  5 16:05:18 MCHWX weewx[13761]: restx: WeatherBug: record: {'sensor_id': 2840.0, 'outHumidity': 56.0, 'maxSolarRad': None, 'monthRain': 0.31999999999999834, 'dayRain': 0.0, 'outTempMax': 91.0125, 'windDir': 57.45568154579331, 'rainRate': 0.0, 'heatindex': 93.14943477358759, 'outTempMin': 60.800000000000004, 'inDewpoint': None, 'rain_total': 90.95739999999999, 'hourRain': 0.0, 'yearRain': 0.31999999999999834, 'channel': None, 'inTemp': 68.0, 'barometer': 30.010178711399067, 'windchill': 87.87499999999999, 'dewpoint': 70.18233321877403, 'windrun': 20.726471119752667, 'rain': 0.0, 'humidex': 103.36999114582542, 'pressure': 29.113614676250002, 'sensor_battery': 0.0, 'rxCheckPercent': 100.0, 'ET': None, 'altimeter': 30.054223016132436, 'usUnits': 1, 'appTemp': 94.54282104324251, 'interval': 5, 'dateTime': 1499288700.0, 'outTempBatteryStatus': 0.0, 'outTemp': 87.87499999999999, 'windSpeed': 1.9275128496226808, 'rain24': 0.0, 'windGust': 4.221979196440778, 'rssi': 3.0, 'windGustDir': 112.5, 'cloudbase': 4907.060632096808}
Jul  5 16:05:18 MCHWX weewx[13761]: reportengine: Running reports for latest time in the database.
Jul  5 16:05:18 MCHWX weewx[13761]: reportengine: Running report StandardReport
Jul  5 16:05:18 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:05:18 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:05:18 MCHWX weewx[13761]: reportengine: Found configuration file /etc/weewx/skins/Standard/skin.conf for report StandardReport
Jul  5 16:05:18 MCHWX weewx[13761]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jul  5 16:05:18 MCHWX weewx[13761]: manager: Daily summary version is 2.0
Jul  5 16:05:18 MCHWX weewx[13761]: restx: CWOP: Connected to server cwop.aprs.net:14580
Jul  5 16:05:18 MCHWX weewx[13761]: restx: CWOP: Published record 2017-07-05 16:05:00 CDT (1499288700)
Jul  5 16:05:19 MCHWX weewx[13761]: cheetahgenerator: Generated 14 files for report StandardReport in 0.91 seconds
Jul  5 16:05:19 MCHWX weewx[13761]: manager: Daily summary version is 2.0
Jul  5 16:05:19 MCHWX weewx[13761]: imagegenerator: Generated 12 images for StandardReport in 0.56 seconds
Jul  5 16:05:19 MCHWX weewx[13761]: copygenerator: copied 0 files to /var/www/html/weewx
Jul  5 16:05:19 MCHWX weewx[13761]: reportengine: Running report FTP
Jul  5 16:05:19 MCHWX weewx[13761]: reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report FTP
Jul  5 16:05:19 MCHWX weewx[13761]: ftpupload: Attempting connection to ftp.geocities.ws
Jul  5 16:05:20 MCHWX weewx[13761]: restx: PWSWeather: Published record 2017-07-05 16:05:00 CDT (1499288700)
Jul  5 16:05:21 MCHWX weewx[13761]: restx: WeatherBug: Published record 2017-07-05 16:05:00 CDT (1499288700)
Jul  5 16:05:22 MCHWX weewx[13761]: ftpupload: Connected to ftp.geocities.ws
Jul  5 16:05:23 MCHWX weewx[13761]: restx: WeatherCloud: Published record 2017-07-05 16:05:00 CDT (1499288700)
Jul  5 16:05:23 MCHWX weewx[13761]: ftpupload: Uploaded file /daytempchill.png
Jul  5 16:05:23 MCHWX weewx[13761]: ftpupload: Uploaded file /month.html
Jul  5 16:05:24 MCHWX weewx[13761]: ftpupload: Uploaded file /year.html
Jul  5 16:05:25 MCHWX weewx[13761]: ftpupload: Uploaded file /index.html
Jul  5 16:05:25 MCHWX weewx[13761]: ftpupload: Uploaded file /dayrx.png
Jul  5 16:05:26 MCHWX weewx[13761]: ftpupload: Uploaded file /week.html
Jul  5 16:05:27 MCHWX weewx[13761]: ftpupload: Uploaded file /daywind.png
Jul  5 16:05:27 MCHWX weewx[13761]: ftpupload: Uploaded file /dayinside.png
Jul  5 16:05:28 MCHWX weewx[13761]: ftpupload: Uploaded file /dayuv.png
Jul  5 16:05:28 MCHWX weewx[13761]: ftpupload: Uploaded file /daybarometer.png
Jul  5 16:05:29 MCHWX weewx[13761]: ftpupload: Uploaded file /dayradiation.png
Jul  5 16:05:30 MCHWX weewx[13761]: ftpupload: Uploaded file /daywindvec.png
Jul  5 16:05:30 MCHWX weewx[13761]: ftpupload: Uploaded file /dayrain.png
Jul  5 16:05:31 MCHWX weewx[13761]: ftpupload: Uploaded file /daytempdew.png
Jul  5 16:05:32 MCHWX weewx[13761]: ftpupload: Uploaded file /daywinddir.png
Jul  5 16:05:32 MCHWX weewx[13761]: ftpupload: Uploaded file /dayhumidity.png
Jul  5 16:05:33 MCHWX weewx[13761]: ftpupload: Uploaded file /mobile.html
Jul  5 16:05:34 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/temp_outside.html
Jul  5 16:05:34 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/index.html
Jul  5 16:05:35 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/wind.html
Jul  5 16:05:35 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/radar.html
Jul  5 16:05:36 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:05:36 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 09 79 39 03 ff
Jul  5 16:05:36 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 fa ac 5b
Jul  5 16:05:36 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:05:36 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/barometer.html
Jul  5 16:05:37 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/rain.html
Jul  5 16:05:38 MCHWX weewx[13761]: ftpupload: Uploaded file /NOAA/NOAA-2017-07.txt
Jul  5 16:05:38 MCHWX weewx[13761]: ftpupload: Uploaded file /NOAA/NOAA-2017.txt
Jul  5 16:05:39 MCHWX weewx[13761]: ftpupload: Uploaded file /RSS/weewx_rss.xml
Jul  5 16:05:39 MCHWX weewx[13761]: ftpgenerator: ftp'd 26 files in 19.81 seconds
Jul  5 16:05:39 MCHWX weewx[13761]: reportengine: Running report RSYNC
Jul  5 16:05:39 MCHWX weewx[13761]: reportengine: Found configuration file /etc/weewx/skins/Rsync/skin.conf for report RSYNC
Jul  5 16:05:39 MCHWX weewx[13761]: rsyncgenerator: rsync upload not requested. Skipped.
Jul  5 16:05:54 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:05:54 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0c 1b 7d 03 ff
Jul  5 16:05:54 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:06:12 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:06:12 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 09 79 39 03 ff
Jul  5 16:06:12 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:06:30 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:06:30 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0e 1b 7d 03 ff
Jul  5 16:06:30 MCHWX weewx[13761]: acurite: next read in 6 seconds
Jul  5 16:06:36 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:06:36 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 fa ac 5b
Jul  5 16:06:36 MCHWX weewx[13761]: acurite: next read in 12 seconds
Jul  5 16:06:48 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:06:48 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 09 79 39 03 ff
Jul  5 16:06:48 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:07:06 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:07:06 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0e 1b 7d 03 ff
Jul  5 16:07:06 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:07:24 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:07:24 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 09 7a 38 03 ff
Jul  5 16:07:24 MCHWX weewx[13761]: acurite: next read in 12 seconds
Jul  5 16:07:36 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:07:36 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 fa ac 5b
Jul  5 16:07:36 MCHWX weewx[13761]: acurite: next read in 6 seconds
Jul  5 16:07:37 MCHWX weewx[13761]: restx: Wunderground-RF: Failed upload attempt 1: ''
Jul  5 16:07:42 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:07:42 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0c 1b 7d 03 ff
Jul  5 16:07:42 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:08:00 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:08:00 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 09 7c 38 03 ff
Jul  5 16:08:00 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:08:18 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:08:19 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0c 1b 7d 03 ff
Jul  5 16:08:19 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:08:37 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:08:37 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 00 38 03 ff
Jul  5 16:08:37 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 fa ac 5b
Jul  5 16:08:37 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:08:55 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:08:55 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0e 1b 7d 03 ff
Jul  5 16:08:55 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:09:13 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:09:13 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 03 38 03 ff
Jul  5 16:09:13 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:09:13 MCHWX weewx[13761]: restx: Wunderground-RF: Failed upload attempt 1: ''
Jul  5 16:09:31 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:09:31 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0c 1b 7d 03 ff
Jul  5 16:09:31 MCHWX weewx[13761]: acurite: next read in 6 seconds
Jul  5 16:09:37 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:09:37 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 fa ac 5b
Jul  5 16:09:37 MCHWX weewx[13761]: acurite: next read in 12 seconds
Jul  5 16:09:49 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:09:49 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 07 38 03 ff
Jul  5 16:09:49 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:10:07 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:10:07 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0e 1b 7d 03 ff
Jul  5 16:10:07 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:10:25 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:10:25 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 07 38 03 ff
Jul  5 16:10:25 MCHWX weewx[13761]: manager: Added record 2017-07-05 16:10:00 CDT (1499289000) to database 'weewx.sdb'
Jul  5 16:10:25 MCHWX weewx[13761]: manager: Added record 2017-07-05 16:10:00 CDT (1499289000) to daily summary in 'weewx.sdb'
Jul  5 16:10:25 MCHWX weewx[13761]: restx: StationRegistry: wait interval (900 < 604800) has not passed for record 2017-07-05 16:10:00 CDT (1499289000)
Jul  5 16:10:25 MCHWX weewx[13761]: restx: CWOP: wait interval (300 < 600) has not passed for record 2017-07-05 16:10:00 CDT (1499289000)
Jul  5 16:10:25 MCHWX weewx[13761]: restx: WeatherCloud: wait interval (300 < 600) has not passed for record 2017-07-05 16:10:00 CDT (1499289000)
Jul  5 16:10:25 MCHWX weewx[13761]: restx: WeatherBug: record: {'sensor_id': 2840.0, 'outHumidity': 56.375, 'maxSolarRad': None, 'monthRain': 0.31999999999999834, 'dayRain': 0.0, 'outTempMax': 91.0125, 'windDir': None, 'rainRate': 0.0, 'heatindex': 93.04523113172507, 'outTempMin': 60.800000000000004, 'inDewpoint': None, 'rain_total': 90.95739999999999, 'hourRain': 0.0, 'yearRain': 0.31999999999999834, 'channel': None, 'inTemp': 68.0, 'barometer': 30.010761168385496, 'windchill': 87.7375, 'dewpoint': 70.25200504841484, 'windrun': 20.887097190554556, 'rain': 0.0, 'humidex': 103.29505111883265, 'pressure': 29.113614676250002, 'sensor_battery': 0.0, 'rxCheckPercent': 100.0, 'ET': None, 'altimeter': 30.054223016132436, 'usUnits': 1, 'appTemp': 95.50043391445308, 'interval': 5, 'dateTime': 1499289000.0, 'outTempBatteryStatus': 0.0, 'outTemp': 87.7375, 'windSpeed': 0.0, 'rain24': 0.0, 'windGust': 0.0, 'rssi': 3.0, 'windGustDir': None, 'cloudbase': 4859.976125360265}
Jul  5 16:10:25 MCHWX weewx[13761]: reportengine: Running reports for latest time in the database.
Jul  5 16:10:25 MCHWX weewx[13761]: reportengine: Running report StandardReport
Jul  5 16:10:25 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:10:25 MCHWX weewx[13761]: acurite: next read in 12 seconds
Jul  5 16:10:25 MCHWX weewx[13761]: reportengine: Found configuration file /etc/weewx/skins/Standard/skin.conf for report StandardReport
Jul  5 16:10:25 MCHWX weewx[13761]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jul  5 16:10:25 MCHWX weewx[13761]: manager: Daily summary version is 2.0
Jul  5 16:10:26 MCHWX weewx[13761]: restx: WeatherBug: Published record 2017-07-05 16:10:00 CDT (1499289000)
Jul  5 16:10:26 MCHWX weewx[13761]: restx: PWSWeather: Published record 2017-07-05 16:10:00 CDT (1499289000)
Jul  5 16:10:26 MCHWX weewx[13761]: cheetahgenerator: Generated 14 files for report StandardReport in 1.20 seconds
Jul  5 16:10:27 MCHWX weewx[13761]: manager: Daily summary version is 2.0
Jul  5 16:10:28 MCHWX weewx[13761]: imagegenerator: Generated 12 images for StandardReport in 1.13 seconds
Jul  5 16:10:28 MCHWX weewx[13761]: copygenerator: copied 0 files to /var/www/html/weewx
Jul  5 16:10:28 MCHWX weewx[13761]: reportengine: Running report FTP
Jul  5 16:10:28 MCHWX weewx[13761]: reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report FTP
Jul  5 16:10:28 MCHWX weewx[13761]: ftpupload: Attempting connection to ftp.geocities.ws
Jul  5 16:10:33 MCHWX weewx[13761]: ftpupload: Connected to ftp.geocities.ws
Jul  5 16:10:33 MCHWX weewx[13761]: ftpupload: Uploaded file /daytempchill.png
Jul  5 16:10:34 MCHWX weewx[13761]: ftpupload: Uploaded file /month.html
Jul  5 16:10:35 MCHWX weewx[13761]: ftpupload: Uploaded file /year.html
Jul  5 16:10:35 MCHWX weewx[13761]: ftpupload: Uploaded file /index.html
Jul  5 16:10:36 MCHWX weewx[13761]: ftpupload: Uploaded file /dayrx.png
Jul  5 16:10:37 MCHWX weewx[13761]: ftpupload: Uploaded file /week.html
Jul  5 16:10:37 MCHWX weewx[13761]: ftpupload: Uploaded file /daywind.png
Jul  5 16:10:37 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:10:37 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 82 fa ac 5b
Jul  5 16:10:37 MCHWX weewx[13761]: acurite: next read in 6 seconds
Jul  5 16:10:38 MCHWX weewx[13761]: ftpupload: Uploaded file /dayinside.png
Jul  5 16:10:38 MCHWX weewx[13761]: ftpupload: Uploaded file /dayuv.png
Jul  5 16:10:39 MCHWX weewx[13761]: ftpupload: Uploaded file /daybarometer.png
Jul  5 16:10:40 MCHWX weewx[13761]: ftpupload: Uploaded file /dayradiation.png
Jul  5 16:10:40 MCHWX weewx[13761]: ftpupload: Uploaded file /daywindvec.png
Jul  5 16:10:41 MCHWX weewx[13761]: ftpupload: Uploaded file /dayrain.png
Jul  5 16:10:42 MCHWX weewx[13761]: ftpupload: Uploaded file /daytempdew.png
Jul  5 16:10:42 MCHWX weewx[13761]: ftpupload: Uploaded file /daywinddir.png
Jul  5 16:10:43 MCHWX weewx[13761]: ftpupload: Uploaded file /dayhumidity.png
Jul  5 16:10:43 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:10:43 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 07 38 03 ff
Jul  5 16:10:43 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:10:43 MCHWX weewx[13761]: ftpupload: Uploaded file /mobile.html
Jul  5 16:10:44 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/temp_outside.html
Jul  5 16:10:45 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/index.html
Jul  5 16:10:45 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/wind.html
Jul  5 16:10:46 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/radar.html
Jul  5 16:10:47 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/barometer.html
Jul  5 16:10:47 MCHWX weewx[13761]: ftpupload: Uploaded file /smartphone/rain.html
Jul  5 16:10:48 MCHWX weewx[13761]: ftpupload: Uploaded file /NOAA/NOAA-2017-07.txt
Jul  5 16:10:49 MCHWX weewx[13761]: ftpupload: Uploaded file /NOAA/NOAA-2017.txt
Jul  5 16:10:50 MCHWX weewx[13761]: ftpupload: Uploaded file /RSS/weewx_rss.xml
Jul  5 16:10:50 MCHWX weewx[13761]: ftpgenerator: ftp'd 26 files in 22.16 seconds
Jul  5 16:10:50 MCHWX weewx[13761]: reportengine: Running report RSYNC
Jul  5 16:10:50 MCHWX weewx[13761]: reportengine: Found configuration file /etc/weewx/skins/Rsync/skin.conf for report RSYNC
Jul  5 16:10:50 MCHWX weewx[13761]: rsyncgenerator: rsync upload not requested. Skipped.
Jul  5 16:11:01 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:11:01 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0c 1b 7d 03 ff
Jul  5 16:11:01 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:11:19 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:11:19 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 05 37 03 ff
Jul  5 16:11:19 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:11:37 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:11:38 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0e 1b 7d 03 ff
Jul  5 16:11:38 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 83 0d ac 4e
Jul  5 16:11:38 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:11:56 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:11:56 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 03 37 03 ff
Jul  5 16:11:56 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:12:14 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:12:14 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 04 1b 7d 03 ff
Jul  5 16:12:14 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:12:32 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:12:32 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 03 37 03 ff
Jul  5 16:12:32 MCHWX weewx[13761]: acurite: next read in 6 seconds
Jul  5 16:12:38 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:12:38 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 83 0d ac 4e
Jul  5 16:12:38 MCHWX weewx[13761]: acurite: next read in 12 seconds
Jul  5 16:12:50 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:12:50 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 06 1b 7d 03 ff
Jul  5 16:12:50 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:13:08 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:13:08 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 05 37 03 ff
Jul  5 16:13:08 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:13:08 MCHWX weewx[13761]: restx: Wunderground-RF: Failed upload attempt 1: ''
Jul  5 16:13:26 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:13:26 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0c 1b 7d 03 ff
Jul  5 16:13:26 MCHWX weewx[13761]: acurite: next read in 12 seconds
Jul  5 16:13:38 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:13:38 MCHWX weewx[13761]: acurite: R2: 02 00 00 40 27 0c d8 00 d6 01 a6 85 13 18 52 09 c4 07 1b 06 09 83 0d ac 4e
Jul  5 16:13:38 MCHWX weewx[13761]: acurite: next read in 6 seconds
Jul  5 16:13:44 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:13:44 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 07 37 03 ff
Jul  5 16:13:44 MCHWX weewx[13761]: acurite: next read in 18 seconds
Jul  5 16:14:02 MCHWX weewx[13761]: acurite: Found station at bus= device=
Jul  5 16:14:02 MCHWX weewx[13761]: acurite: R1: 01 cb 18 71 00 0c 1b 7d 03 ff
Jul  5 16:14:02 MCHWX weewx[13761]: acurite: next read in 18 seconds

gjr80

unread,
Jul 12, 2017, 7:47:07 PM7/12/17
to weewx-user
John,

Hadn't forgotten about this, was away from home and wanted to wait until I could look at this on a bigger screen (rather than the iPad). From what I can make out from the log extract below, the station and driver are communicating fine and outTemp data is being provided when it should. The outTemp data is contained in the type 8 R1 messages (type 8 is indicated by byte 3 (yellow highlight) ending in an '8'). The outTemp data is in bytes 5 and 6 (orange highlight) and as long as byte 8 (blue highlight) is 1, 2 or 3 there is valid data eg:

Jul  5 16:13:44 MCHWX weewx[13761]: acurite: R1: 01 cb 18 78 00 0a 07 37 03 ff

Every single type 8 R1 message in your extract below has valid outTemp data. Unfortunately, whilst we had extensive driver debug info below we did't have the WU RF debug info to compare against (I suspect outTemp would have been fine and everything was working as expected).

As Matthew points out, in your earlier log extract the console was not getting data from the sensors. That would certainly cause these type of issues. I have no knoweldge of the Acurite stations but things like sensor/console pairing, batteries, interference spring to mind as possible issues. You could run with debug=3 and debug_raw=1 and we could marry up the raw loop data from the console against the RF data being sent to WU but I suspect that will only confirm that weeWX is operating correctly on what data it receives from the console.

On the other hand Matthew is very well versed with the Acurite stations and he may have further to add....

Gary

JJ Drones1

unread,
Jul 13, 2017, 7:46:49 AM7/13/17
to weewx-user
I will wait and see what Matthew says.

Thank you all for your help.

mwall

unread,
Jul 13, 2017, 11:08:49 AM7/13/17
to weewx-user
john,

it is not unusual for the acurite console to lose contact with the sensor cluster.  when this happens you will see the log messages about 'ignoring stale data'.  the console still reports values for the sensors (and i think the console still shows values for the sensors), but those values cannot be trusted, because the console is not communicating with the sensors.  when this happens, weewx reports a 'None' value for each observation (exactly which observations are reported depends on the type of packet - R1-type1, R1-type8, or R2).

you can plot the rssi value over time - it is mapped to the weewx schema as rxCheckPercent.  the console reports a value of 0, 1, 2, or 3, and that is mapped to a scale of 0-100.

if you see consistent signal loss, you might try improving your signal reception using the usual techniques (move the console closer to the cluster but not too close, eliminate all forms of interference, hack a high-gain antenna, build an amplifier, etc).

when you see 'ignoring stale data' in the weewx logs, make a note of what you see for reception on the console (the vertical bars) and sensor values.  that should give you some idea about whether/when the console is lying to you.

you can also correlate the 'ignoring stale data' messages with the None/NULL values at weather underground.  do this by analyzing the log and/or with the weewx database values for outTemp, rxCheckPercent, etc.  i would be surprised if there is no correlation.

m
Reply all
Reply to author
Forward
0 new messages