Hello everyone. First off, please pardon my ignorance of Linux. I was able to follow the wonderful instructions for setting up WeeWX on a RasPi running Debian Linux, but aside from what's written in the tutorials, my debugging skills are very primitive.
That said, I'm running WeeWX v3.7.1 on a RasPi model B using Debian pre-packaged install. Weather station is a Davis Vantage Pro with USB data logger. It has been running pretty much flawlessly for 3 years, generating reports every 10 minutes and uploading to a webpage. Occasionally, it'll stop updating, but restarting the RasPi always fixes it. The other day, we had a violent storm that knocked out power for 4 hours. When everything came back up, WeeWX wouldn't update no matter what I did. What I've done: - Checked WeeWX live connection to Vantage. Data is reporting properly every 2 seconds. - Checked Vantage datalogger using Davis Weatherlink software. The logger has been recording data properly since the power came back on. - Ran WeeWX reports manually. The image & text files update with a new timestamp, but no new data. The WeeWX server uptime on the HTML file also updates. Seems like the reports are generating correctly...just with no new data. - Checked the weewx.sdb database file. The file's timestamp hasn't been updated since the power went out. This is where I think the problem is. For some reason, WeeWX is not adding new data to the database. Perhaps a corrupt database? If that's the issue, I'm not sure what to do about repairing the database. I'd hate to lose 3 years worth of data by doing a clean re-install. And I'm reluctant to wipe the logger's memory, since I'd lose 2 days worth of data...and it's looking like the logger is working properly anyway. Attached is a log file for a few archive cycles today. Thanks in advance for any help!! -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/7c29793a-88ef-435a-a80c-b88f493864fbn%40googlegroups.com.
Jul 9 11:16:05 raspberrypi systemd[1]: Starting LSB: weewx weather system... Jul 9 11:16:05 raspberrypi weewx[5581]: engine: Initializing weewx version 3.7.1 Jul 9 11:16:05 raspberrypi weewx[5581]: engine: Using Python 2.7.9 (default, Sep 17 2016, 20:26:04) #012[GCC 4.9.2] Jul 9 11:16:05 raspberrypi weewx[5581]: engine: Platform Linux-4.9.28-v7+-armv7l-with-debian-8.0 Jul 9 11:16:05 raspberrypi weewx[5581]: engine: Locale is 'en_US.UTF-8' Jul 9 11:16:05 raspberrypi weewx[5581]: engine: pid file is /var/run/weewx.pid Jul 9 11:16:05 raspberrypi weewx[5571]: Starting weewx weather system: weewx. Jul 9 11:16:05 raspberrypi systemd[1]: Started LSB: weewx weather system. Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Using configuration file /etc/weewx/weewx.conf Jul 9 11:16:05 raspberrypi weewx[5585]: engine: debug is 1 Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Initializing engine Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Loading station type Vantage (weewx.drivers.vantage) Jul 9 11:16:05 raspberrypi weewx[5585]: vantage: driver version is 3.0.10 Jul 9 11:16:05 raspberrypi weewx[5585]: vantage: Opened up serial port /dev/ttyUSB0; baud 19200; timeout 4.00 Jul 9 11:16:05 raspberrypi weewx[5585]: vantage: rude wake up of console successful Jul 9 11:16:05 raspberrypi weewx[5585]: vantage: _setup; hardware type is 16 Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Loading service weewx.engine.StdTimeSynch Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Finished loading service weewx.engine.StdTimeSynch Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Loading service weewx.engine.StdConvert Jul 9 11:16:05 raspberrypi weewx[5585]: engine: StdConvert target unit is 0x1 Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Finished loading service weewx.engine.StdConvert Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Loading service weewx.engine.StdCalibrate Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Finished loading service weewx.engine.StdCalibrate Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Loading service weewx.engine.StdQC Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Finished loading service weewx.engine.StdQC Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Loading service weewx.wxservices.StdWXCalculate Jul 9 11:16:05 raspberrypi weewx[5585]: 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 9 11:16:05 raspberrypi weewx[5585]: wxcalculate: The following algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Finished loading service weewx.wxservices.StdWXCalculate Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Loading service weewx.engine.StdArchive Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Archive will use data binding wx_binding Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Record generation will be attempted in 'hardware' Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Using archive interval of 600 seconds (specified by hardware) Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Use LOOP data in hi/low calculations: 1 Jul 9 11:16:05 raspberrypi weewx[5585]: manager: Daily summary version is 2.0 Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Using binding 'wx_binding' to database 'weewx.sdb' Jul 9 11:16:05 raspberrypi weewx[5585]: manager: Starting backfill of daily summaries Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Finished loading service weewx.engine.StdArchive Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Loading service weewx.restx.StdStationRegistry Jul 9 11:16:05 raspberrypi weewx[5585]: restx: StationRegistry: Registration not requested. Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Finished loading service weewx.restx.StdStationRegistry Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Loading service weewx.restx.StdWunderground Jul 9 11:16:05 raspberrypi weewx[5585]: restx: Wunderground-PWS: Data for station KNYLAGRA22 will be posted Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Finished loading service weewx.restx.StdWunderground Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Loading service weewx.restx.StdPWSweather Jul 9 11:16:05 raspberrypi weewx[5585]: restx: PWSweather: Posting not enabled. Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Finished loading service weewx.restx.StdPWSweather Jul 9 11:16:05 raspberrypi weewx[5585]: engine: Loading service weewx.restx.StdCWOP Jul 9 11:16:05 raspberrypi weewx[5585]: restx: CWOP: Posting not enabled. Jul 9 11:16:06 raspberrypi weewx[5585]: engine: Finished loading service weewx.restx.StdCWOP Jul 9 11:16:06 raspberrypi weewx[5585]: engine: Loading service weewx.restx.StdWOW Jul 9 11:16:06 raspberrypi weewx[5585]: restx: WOW: Posting not enabled. Jul 9 11:16:06 raspberrypi weewx[5585]: engine: Finished loading service weewx.restx.StdWOW Jul 9 11:16:06 raspberrypi weewx[5585]: engine: Loading service weewx.restx.StdAWEKAS Jul 9 11:16:06 raspberrypi weewx[5585]: restx: AWEKAS: Posting not enabled. Jul 9 11:16:06 raspberrypi weewx[5585]: engine: Finished loading service weewx.restx.StdAWEKAS Jul 9 11:16:06 raspberrypi weewx[5585]: engine: Loading service weewx.engine.StdPrint Jul 9 11:16:06 raspberrypi weewx[5585]: engine: Finished loading service weewx.engine.StdPrint Jul 9 11:16:06 raspberrypi weewx[5585]: engine: Loading service weewx.engine.StdReport Jul 9 11:16:06 raspberrypi weewx[5585]: engine: Finished loading service weewx.engine.StdReport Jul 9 11:16:06 raspberrypi weewx[5585]: engine: Starting up weewx version 3.7.1 Jul 9 11:16:06 raspberrypi weewx[5585]: manager: Daily summary version is 2.0 Jul 9 11:16:06 raspberrypi weewx[5585]: vantage: gentle wake up of console successful Jul 9 11:16:06 raspberrypi weewx[5585]: engine: Clock error is -0.04 seconds (positive is fast) Jul 9 11:16:06 raspberrypi weewx[5585]: vantage: Getting archive packets since 2021-07-06 19:20:00 EDT (1625613600) Jul 9 11:16:06 raspberrypi weewx[5585]: vantage: gentle wake up of console successful Jul 9 11:16:06 raspberrypi weewx[5585]: vantage: Retrieving 77 page(s); starting index= 1 Jul 9 11:16:06 raspberrypi weewx[5585]: vantage: DMPAFT complete: page timestamp 2021-07-06 15:20:00 EDT (1625599200) less than final timestamp 2021-07-06 19:20:00 EDT (1625613600) Jul 9 11:16:06 raspberrypi weewx[5585]: vantage: Catch up complete. Jul 9 11:16:06 raspberrypi weewx[5585]: engine: Starting main packet loop. Jul 9 11:16:10 raspberrypi weewx[5585]: vantage: retry #0 failed Jul 9 11:16:10 raspberrypi weewx[5585]: vantage: gentle wake up of console successful Jul 9 11:16:10 raspberrypi weewx[5585]: vantage: Requesting 200 LOOP packets. Jul 9 11:16:10 raspberrypi weewx[5585]: vantage: gentle wake up of console successful Jul 9 11:16:12 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:16:18 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:16:28 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:16:28 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:17:28 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:16:40 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:16:53 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:17:01 raspberrypi CRON[5851]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Jul 9 11:17:07 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:17:19 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:17:29 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:17:29 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:18:29 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:17:35 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:17:48 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:18:00 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:18:06 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:18:15 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:18:30 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:18:30 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:19:30 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:18:40 raspberrypi systemd[1]: Starting Cleanup of Temporary Directories... Jul 9 11:18:40 raspberrypi systemd[1]: Started Cleanup of Temporary Directories. Jul 9 11:18:41 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:18:54 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:19:16 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:19:21 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:19:33 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:19:33 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:21:03 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:19:47 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:19:53 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:19:58 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:20:13 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:20:14 raspberrypi weewx[5585]: vantage: Getting archive packets since 2021-07-06 19:20:00 EDT (1625613600) Jul 9 11:20:17 raspberrypi weewx[5585]: vantage: retry #0 failed Jul 9 11:20:17 raspberrypi weewx[5585]: vantage: rude wake up of console successful Jul 9 11:20:18 raspberrypi weewx[5585]: vantage: Retrieving 77 page(s); starting index= 1 Jul 9 11:20:18 raspberrypi weewx[5585]: vantage: DMPAFT complete: page timestamp 2021-07-06 15:20:00 EDT (1625599200) less than final timestamp 2021-07-06 19:20:00 EDT (1625613600) Jul 9 11:20:18 raspberrypi weewx[5585]: vantage: Catch up complete. Jul 9 11:20:18 raspberrypi weewx[5585]: reportengine: Running reports for latest time in the database. Jul 9 11:20:18 raspberrypi weewx[5585]: vantage: Requesting 200 LOOP packets. Jul 9 11:20:18 raspberrypi weewx[5585]: reportengine: Running report StandardReport Jul 9 11:20:18 raspberrypi weewx[5585]: reportengine: Found configuration file /etc/weewx/skins/Standard/skin.conf for report StandardReport Jul 9 11:20:18 raspberrypi weewx[5585]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras'] Jul 9 11:20:18 raspberrypi weewx[5585]: manager: Daily summary version is 2.0 Jul 9 11:20:20 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:20:22 raspberrypi weewx[5585]: vantage: retry #0 failed Jul 9 11:20:22 raspberrypi weewx[5585]: vantage: gentle wake up of console successful Jul 9 11:20:23 raspberrypi weewx[5585]: cheetahgenerator: Generated 14 files for report StandardReport in 4.89 seconds Jul 9 11:20:23 raspberrypi weewx[5585]: manager: Daily summary version is 2.0 Jul 9 11:20:24 raspberrypi weewx[5585]: imagegenerator: Generated 13 images for StandardReport in 0.87 seconds Jul 9 11:20:24 raspberrypi weewx[5585]: copygenerator: copied 9 files to /var/www/html/weewx Jul 9 11:20:24 raspberrypi weewx[5585]: reportengine: Running report FTP Jul 9 11:20:24 raspberrypi weewx[5585]: reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report FTP Jul 9 11:20:24 raspberrypi weewx[5585]: ftpupload: Attempting connection to ftp.stephanielarosephotography.com Jul 9 11:20:25 raspberrypi weewx[5585]: ftpupload: Connected to ftp.stephanielarosephotography.com Jul 9 11:20:25 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayinside.png Jul 9 11:20:25 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daywindvec.png Jul 9 11:20:26 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daybarometer.png Jul 9 11:20:26 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayrain.png Jul 9 11:20:26 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daytempchill.png Jul 9 11:20:27 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/favicon.ico Jul 9 11:20:27 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/index.html Jul 9 11:20:27 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayuv.png Jul 9 11:20:28 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayhumidity.png Jul 9 11:20:28 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/mobile.css Jul 9 11:20:28 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/year.html Jul 9 11:20:28 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/week.html Jul 9 11:20:29 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayinsideHumidity.png Jul 9 11:20:29 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/weewx.css Jul 9 11:20:29 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daywinddir.png Jul 9 11:20:30 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayradiation.png Jul 9 11:20:30 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:20:30 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/mobile.html Jul 9 11:20:31 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daytempdew.png Jul 9 11:20:31 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/month.html Jul 9 11:20:31 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayrx.png Jul 9 11:20:31 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daywind.png Jul 9 11:20:32 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/NOAA/NOAA-2021-07.txt Jul 9 11:20:32 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/NOAA/NOAA-2021.txt Jul 9 11:20:33 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/backgrounds/band.gif Jul 9 11:20:33 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/custom.js Jul 9 11:20:33 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/wind.html Jul 9 11:20:34 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/rain.html Jul 9 11:20:34 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/index.html Jul 9 11:20:34 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/barometer.html Jul 9 11:20:34 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/radar.html Jul 9 11:20:35 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/temp_outside.html Jul 9 11:20:35 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/icons/icon_iphone_x1.png Jul 9 11:20:35 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/icons/icon_ipad_x2.png Jul 9 11:20:36 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/icons/icon_ipad_x1.png Jul 9 11:20:36 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/icons/icon_iphone_x2.png Jul 9 11:20:37 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/RSS/weewx_rss.xml Jul 9 11:20:37 raspberrypi weewx[5585]: ftpgenerator: ftp'd 36 files in 12.45 seconds Jul 9 11:20:37 raspberrypi weewx[5585]: reportengine: Running report RSYNC Jul 9 11:20:37 raspberrypi weewx[5585]: reportengine: Found configuration file /etc/weewx/skins/Rsync/skin.conf for report RSYNC Jul 9 11:20:37 raspberrypi weewx[5585]: rsyncgenerator: rsync upload not requested. Skipped. Jul 9 11:20:43 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:20:53 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:20:58 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:21:09 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:21:09 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:22:39 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:21:22 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:21:35 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:21:47 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:21:55 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:22:05 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:22:15 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:22:22 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:22:29 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:22:34 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:22:42 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:22:42 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:24:12 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:22:56 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:23:09 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:23:18 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:23:26 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:23:38 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:23:44 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:23:50 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:23:57 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:24:09 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:24:16 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:24:16 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:25:46 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:24:29 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:24:41 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:24:48 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:25:02 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:25:14 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:25:22 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:25:32 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:25:42 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:25:55 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:25:55 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:27:25 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:26:04 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:26:10 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:26:21 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:26:28 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:26:41 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:26:56 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:26:56 raspberrypi weewx[5585]: vantage: Requesting 200 LOOP packets. Jul 9 11:26:56 raspberrypi weewx[5585]: vantage: gentle wake up of console successful Jul 9 11:27:07 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:27:15 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:27:22 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:27:35 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:27:35 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:29:05 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:27:43 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:27:53 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:28:06 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:28:11 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:28:24 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:28:31 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:28:43 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:28:57 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:29:05 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:29:05 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:30:35 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:29:19 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:29:30 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:29:39 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:29:53 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:30:00 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:30:11 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:30:14 raspberrypi weewx[5585]: vantage: Getting archive packets since 2021-07-06 19:20:00 EDT (1625613600) Jul 9 11:30:17 raspberrypi weewx[5585]: vantage: retry #0 failed Jul 9 11:30:18 raspberrypi weewx[5585]: vantage: rude wake up of console successful Jul 9 11:30:18 raspberrypi weewx[5585]: vantage: Retrieving 77 page(s); starting index= 1 Jul 9 11:30:18 raspberrypi weewx[5585]: vantage: DMPAFT complete: page timestamp 2021-07-06 15:20:00 EDT (1625599200) less than final timestamp 2021-07-06 19:20:00 EDT (1625613600) Jul 9 11:30:18 raspberrypi weewx[5585]: vantage: Catch up complete. Jul 9 11:30:18 raspberrypi weewx[5585]: reportengine: Running reports for latest time in the database. Jul 9 11:30:18 raspberrypi weewx[5585]: vantage: Requesting 200 LOOP packets. Jul 9 11:30:18 raspberrypi weewx[5585]: reportengine: Running report StandardReport Jul 9 11:30:18 raspberrypi weewx[5585]: reportengine: Found configuration file /etc/weewx/skins/Standard/skin.conf for report StandardReport Jul 9 11:30:18 raspberrypi weewx[5585]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras'] Jul 9 11:30:18 raspberrypi weewx[5585]: manager: Daily summary version is 2.0 Jul 9 11:30:20 raspberrypi weewx[5585]: cheetahgenerator: Generated 14 files for report StandardReport in 1.48 seconds Jul 9 11:30:20 raspberrypi weewx[5585]: manager: Daily summary version is 2.0 Jul 9 11:30:20 raspberrypi weewx[5585]: imagegenerator: Generated 13 images for StandardReport in 0.78 seconds Jul 9 11:30:20 raspberrypi weewx[5585]: copygenerator: copied 0 files to /var/www/html/weewx Jul 9 11:30:20 raspberrypi weewx[5585]: reportengine: Running report FTP Jul 9 11:30:20 raspberrypi weewx[5585]: reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report FTP Jul 9 11:30:20 raspberrypi weewx[5585]: ftpupload: Attempting connection to ftp.stephanielarosephotography.com Jul 9 11:30:21 raspberrypi weewx[5585]: ftpupload: Connected to ftp.stephanielarosephotography.com Jul 9 11:30:21 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayinside.png Jul 9 11:30:22 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daywindvec.png Jul 9 11:30:22 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daybarometer.png Jul 9 11:30:22 raspberrypi weewx[5585]: vantage: retry #0 failed Jul 9 11:30:22 raspberrypi weewx[5585]: vantage: gentle wake up of console successful Jul 9 11:30:22 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayrain.png Jul 9 11:30:22 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daytempchill.png Jul 9 11:30:23 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/index.html Jul 9 11:30:23 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayuv.png Jul 9 11:30:23 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayhumidity.png Jul 9 11:30:24 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:30:24 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/year.html Jul 9 11:30:24 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/week.html Jul 9 11:30:24 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayinsideHumidity.png Jul 9 11:30:25 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daywinddir.png Jul 9 11:30:25 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayradiation.png Jul 9 11:30:25 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/mobile.html Jul 9 11:30:26 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daytempdew.png Jul 9 11:30:26 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/month.html Jul 9 11:30:26 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayrx.png Jul 9 11:30:27 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daywind.png Jul 9 11:30:27 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/NOAA/NOAA-2021-07.txt Jul 9 11:30:27 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/NOAA/NOAA-2021.txt Jul 9 11:30:28 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/wind.html Jul 9 11:30:28 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/rain.html Jul 9 11:30:29 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/index.html Jul 9 11:30:29 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/barometer.html Jul 9 11:30:29 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/radar.html Jul 9 11:30:30 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/temp_outside.html Jul 9 11:30:30 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/RSS/weewx_rss.xml Jul 9 11:30:30 raspberrypi weewx[5585]: ftpgenerator: ftp'd 27 files in 9.88 seconds Jul 9 11:30:30 raspberrypi weewx[5585]: reportengine: Running report RSYNC Jul 9 11:30:30 raspberrypi weewx[5585]: reportengine: Found configuration file /etc/weewx/skins/Rsync/skin.conf for report RSYNC Jul 9 11:30:30 raspberrypi weewx[5585]: rsyncgenerator: rsync upload not requested. Skipped. Jul 9 11:30:38 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:30:38 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:32:08 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:30:52 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:30:59 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:31:08 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:31:21 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:31:32 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:31:42 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:31:50 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:32:05 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:32:11 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:32:11 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:33:41 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:32:20 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:32:31 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:32:40 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:32:50 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:33:00 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:33:12 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:33:26 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:33:34 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:33:47 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:33:47 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:35:17 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:33:59 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:34:08 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:34:19 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:34:30 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:34:41 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:34:52 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:34:58 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:35:04 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:35:13 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:35:22 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:35:22 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:36:52 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:35:33 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:35:40 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:35:48 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:35:58 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:36:08 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:36:20 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:36:27 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:36:33 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:36:40 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:36:51 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:36:56 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:36:56 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:38:26 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:36:56 raspberrypi weewx[5585]: vantage: Requesting 200 LOOP packets. Jul 9 11:36:56 raspberrypi weewx[5585]: vantage: gentle wake up of console successful Jul 9 11:37:05 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:37:18 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:37:30 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:37:43 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:37:51 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:37:57 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:38:08 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:38:16 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:38:24 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:38:33 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:38:33 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:40:03 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:38:48 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:39:00 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:39:05 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:39:15 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:39:24 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:39:35 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:39:46 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:39:55 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:40:01 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:40:06 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:40:06 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:41:36 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:40:14 raspberrypi weewx[5585]: vantage: Getting archive packets since 2021-07-06 19:20:00 EDT (1625613600) Jul 9 11:40:18 raspberrypi weewx[5585]: vantage: retry #0 failed Jul 9 11:40:18 raspberrypi weewx[5585]: vantage: rude wake up of console successful Jul 9 11:40:18 raspberrypi weewx[5585]: vantage: Retrieving 78 page(s); starting index= 1 Jul 9 11:40:18 raspberrypi weewx[5585]: vantage: DMPAFT complete: page timestamp 2021-07-06 15:20:00 EDT (1625599200) less than final timestamp 2021-07-06 19:20:00 EDT (1625613600) Jul 9 11:40:18 raspberrypi weewx[5585]: vantage: Catch up complete. Jul 9 11:40:18 raspberrypi weewx[5585]: reportengine: Running reports for latest time in the database. Jul 9 11:40:18 raspberrypi weewx[5585]: vantage: Requesting 200 LOOP packets. Jul 9 11:40:18 raspberrypi weewx[5585]: reportengine: Running report StandardReport Jul 9 11:40:18 raspberrypi weewx[5585]: reportengine: Found configuration file /etc/weewx/skins/Standard/skin.conf for report StandardReport Jul 9 11:40:18 raspberrypi weewx[5585]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras'] Jul 9 11:40:18 raspberrypi weewx[5585]: manager: Daily summary version is 2.0 Jul 9 11:40:20 raspberrypi weewx[5585]: cheetahgenerator: Generated 14 files for report StandardReport in 1.49 seconds Jul 9 11:40:20 raspberrypi weewx[5585]: manager: Daily summary version is 2.0 Jul 9 11:40:20 raspberrypi weewx[5585]: imagegenerator: Generated 13 images for StandardReport in 0.78 seconds Jul 9 11:40:20 raspberrypi weewx[5585]: copygenerator: copied 0 files to /var/www/html/weewx Jul 9 11:40:20 raspberrypi weewx[5585]: reportengine: Running report FTP Jul 9 11:40:20 raspberrypi weewx[5585]: reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report FTP Jul 9 11:40:20 raspberrypi weewx[5585]: ftpupload: Attempting connection to ftp.stephanielarosephotography.com Jul 9 11:40:21 raspberrypi weewx[5585]: ftpupload: Connected to ftp.stephanielarosephotography.com Jul 9 11:40:21 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:40:21 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayinside.png Jul 9 11:40:21 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daywindvec.png Jul 9 11:40:22 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daybarometer.png Jul 9 11:40:22 raspberrypi weewx[5585]: vantage: retry #0 failed Jul 9 11:40:22 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayrain.png Jul 9 11:40:22 raspberrypi weewx[5585]: vantage: gentle wake up of console successful Jul 9 11:40:22 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daytempchill.png Jul 9 11:40:23 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/index.html Jul 9 11:40:23 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayuv.png Jul 9 11:40:24 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayhumidity.png Jul 9 11:40:24 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/year.html Jul 9 11:40:24 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/week.html Jul 9 11:40:25 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayinsideHumidity.png Jul 9 11:40:25 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daywinddir.png Jul 9 11:40:25 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayradiation.png Jul 9 11:40:26 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/mobile.html Jul 9 11:40:26 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daytempdew.png Jul 9 11:40:26 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/month.html Jul 9 11:40:27 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/dayrx.png Jul 9 11:40:27 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/daywind.png Jul 9 11:40:27 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/NOAA/NOAA-2021-07.txt Jul 9 11:40:28 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/NOAA/NOAA-2021.txt Jul 9 11:40:28 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/wind.html Jul 9 11:40:28 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/rain.html Jul 9 11:40:29 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:40:29 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/index.html Jul 9 11:40:29 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/barometer.html Jul 9 11:40:29 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/radar.html Jul 9 11:40:30 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/smartphone/temp_outside.html Jul 9 11:40:30 raspberrypi weewx[5585]: ftpupload: Uploaded file /weewx/RSS/weewx_rss.xml Jul 9 11:40:30 raspberrypi weewx[5585]: ftpgenerator: ftp'd 27 files in 9.92 seconds Jul 9 11:40:30 raspberrypi weewx[5585]: reportengine: Running report RSYNC Jul 9 11:40:30 raspberrypi weewx[5585]: reportengine: Found configuration file /etc/weewx/skins/Rsync/skin.conf for report RSYNC Jul 9 11:40:30 raspberrypi weewx[5585]: rsyncgenerator: rsync upload not requested. Skipped. Jul 9 11:40:37 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:40:47 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:40:59 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:41:05 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:41:17 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:41:30 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:41:38 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:41:38 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:43:08 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:41:45 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:41:59 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:42:10 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:42:16 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:42:26 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:42:36 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:42:45 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:42:56 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:43:01 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:43:13 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:43:13 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:44:43 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:43:28 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:43:37 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:43:48 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:44:00 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:44:10 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:44:15 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:44:21 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:44:27 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:44:39 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:44:49 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:44:49 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:46:19 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:44:56 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:45:07 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:45:17 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:45:26 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:45:32 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:45:47 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:45:53 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:45:59 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:46:11 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:46:25 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:46:25 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jul 9 11:47:55 2021 [try http://www.rsyslog.com/e/2007 ] Jul 9 11:46:34 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available Jul 9 11:46:48 raspberrypi dhcpcd[473]: wlan0: fe80::36ff:35ff:fe22:f5 router available