New weewx woes

205 views
Skip to first unread message

n7uv...@gmail.com

unread,
Apr 19, 2024, 11:19:24 PM4/19/24
to weewx-user
Good evening all -

I have finally gotten around to updating my 3-yo weewx station running on RPi.
New build: RPi 4B, 64-bit Bookworm with desktop
Besides weewx and apache2 webserver, nothing else was installed.
Forgot to change local time in raspi-config, so the first hour or so was running BST %^(
Changed to MST (Phoenix) about 1900 hours, seemed to reboot fine, and updated the local apache and ftp'd to my webserver jonadams.com/pages/weewx.

At around 1935, it appears to have stopped updating either the local or the distant webserver. Trying to resolve that now. Here's an output from systemctl status:

jta@rpi-weewx:/var/www/html/weewx $ systemctl status weewx.service
● weewx.service - WeeWX
     Loaded: loaded (/lib/systemd/system/weewx.service; enabled; preset: enabled)
     Active: active (running) since Fri 2024-04-19 19:47:58 MST; 15min ago
       Docs: https://weewx.com/docs
   Main PID: 1263 (python3)
      Tasks: 1 (limit: 3910)
        CPU: 22.820s
     CGroup: /system.slice/weewx.service
             └─1263 python3 /usr/share/weewx/weewxd.py /etc/weewx/weewx.conf

Apr 19 20:02:23 rpi-weewx weewxd[1263]: ERROR weewx.drivers.vantage: LOOP batch try #1; error: No <ACK> received from Vantage console
Apr 19 20:02:23 rpi-weewx weewxd[1263]: DEBUG weeutil.ftpupload: 0 ./index.html 1ee0d0a57c964e821245a1ca3955fbb9bb40b71b88824331040a4dc4328c3823
Apr 19 20:02:23 rpi-weewx weewxd[1263]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /jonadams/pages/weewx/index.html
Apr 19 20:02:23 rpi-weewx weewxd[1263]: DEBUG weeutil.ftpupload: 1 ./telemetry.html dc9834d1f7c371e384a3c894ffceacf58fe0cb89c097c81e668576c5b22adf68
Apr 19 20:02:24 rpi-weewx weewxd[1263]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /jonadams/pages/weewx/telemetry.html
Apr 19 20:02:24 rpi-weewx weewxd[1263]: INFO weewx.reportengine: ftpgenerator: Ftp'd 2 files in 1.07 seconds
Apr 19 20:02:24 rpi-weewx weewxd[1263]: DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
Apr 19 20:02:24 rpi-weewx weewxd[1263]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 19 20:03:14 rpi-weewx weewxd[1263]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-19 19:35:00 MST (1713580500)
Apr 19 20:03:16 rpi-weewx weewxd[1263]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
jta@rpi-weewx:/var/www/html/weewx $

I'm not sure what I did that caused it to stop updating the pages. And it used to be sending 30-40 files to the remote webserver, but now only two, index.html and telemetry.html. Both are stuck at 1935 hours MST.

What am I doing wrong?

Cheers - Jon N7UV

n7uv...@gmail.com

unread,
Apr 19, 2024, 11:23:18 PM4/19/24
to weewx-user
Also, seeing this occasionally with systemctl status weewx.service:

Apr 19 20:21:20 rpi-weewx weewxd[1263]: DEBUG weewx.drivers.vantage: Retrieving 513 page(s); starting index= 1
Apr 19 20:21:21 rpi-weewx weewxd[1263]: DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2024-04-18 01:30:00 MST (1713429000) less than final timestamp 2024-04-19 19:35:00 MST (1713580500)
Apr 19 20:21:21 rpi-weewx weewxd[1263]: DEBUG weewx.drivers.vantage: Catch up complete.

Perhaps I screwed up the database time? 

Cheers - Jon N7UV

Tom Keffer

unread,
Apr 20, 2024, 6:41:12 AM4/20/24
to weewx...@googlegroups.com
You did not include very much of the log, so it's hard to say. But, given that you're using a Vantage station, the odds are that the logger's memory has become corrupted. Try the procedure under Corrupt station memory and see if that helps.

If not, include the log from weewx startup through the first reporting cycle and we'll take another look.

--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/da495605-2572-4ee7-a027-65f1cebaddadn%40googlegroups.com.

n7uv...@gmail.com

unread,
Apr 20, 2024, 10:02:48 AM4/20/24
to weewx-user
Thanks for the assist, Tom.

Note that the Vantage Pro 2 console uses the Ethernet data logger, and is on the same switch as the RPi. I get a LOT of no <ACK> received from Vantage console errors, sometimes causing the whole process to go into the 60 sec retry loop.
 
I went to the link you suggested, and proceeded to follow the first method to recover. I pulled power and batteries from the console, did a lap or two around the house, and reapplied power and batteries.

Executive summary: I then watched the log grow, successful update of the web pages to 0618 (I think about the time I pulled power). However, it's now stuck at 0618, so I suspect I am not #2 of the lucky ones for whom that method has worked. %^)

I restarted weewx with systemctl restart weewx.service

here's the first 599 lines upon restart:

jta@rpi-weewx:/var/www/html/weewx $ systemctl status weewx.service -n 1000

● weewx.service - WeeWX
     Loaded: loaded (/lib/systemd/system/weewx.service; enabled; preset: enabled)
     Active: active (running) since Sat 2024-04-20 06:37:29 MST; 9min ago
       Docs: https://weewx.com/docs
   Main PID: 4831 (python3)
      Tasks: 1 (limit: 3910)
        CPU: 16.870s
     CGroup: /system.slice/weewx.service
             └─4831 python3 /usr/share/weewx/weewxd.py /etc/weewx/weewx.conf

Apr 20 06:37:29 rpi-weewx systemd[1]: Started weewx.service - WeeWX.
Apr 20 06:37:29 rpi-weewx weewxd[4831]: INFO __main__: Initializing weewxd version 5.0.2
Apr 20 06:37:29 rpi-weewx weewxd[4831]: INFO __main__: Command line: /usr/share/weewx/weewxd.py /etc/weewx/weewx.conf
Apr 20 06:37:29 rpi-weewx weewxd[4831]: INFO __main__: Using Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0]
Apr 20 06:37:29 rpi-weewx weewxd[4831]: INFO __main__: Located at /usr/bin/python3
Apr 20 06:37:29 rpi-weewx weewxd[4831]: INFO __main__: Platform Linux-6.6.20+rpt-rpi-v8-aarch64-with-glibc2.36
Apr 20 06:37:29 rpi-weewx weewxd[4831]: INFO __main__: Locale: 'en_GB.UTF-8'
Apr 20 06:37:29 rpi-weewx weewxd[4831]: INFO __main__: Entry path: /usr/share/weewx/weewxd.py
Apr 20 06:37:29 rpi-weewx weewxd[4831]: INFO __main__: WEEWX_ROOT: /etc/weewx
Apr 20 06:37:29 rpi-weewx weewxd[4831]: INFO __main__: Configuration file: /etc/weewx/weewx.conf
Apr 20 06:37:29 rpi-weewx weewxd[4831]: INFO __main__: User module: /etc/weewx/bin/user
Apr 20 06:37:29 rpi-weewx weewxd[4831]: INFO __main__: Debug: 1
Apr 20 06:37:29 rpi-weewx weewxd[4831]: DEBUG __main__: Initializing engine
Apr 20 06:37:29 rpi-weewx weewxd[4831]: INFO weewx.engine: Loading station type Vantage (weewx.drivers.vantage)
Apr 20 06:37:29 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Driver version is 3.6.2
Apr 20 06:37:29 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Option loop_request=1
Apr 20 06:37:31 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Opened up ethernet host 192.168.1.45 on port 22222. timeout=4.0, tcp_send_delay=0.5
Apr 20 06:37:33 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:37:34 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Hardware type is 16
Apr 20 06:37:37 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: ISS ID is 1
Apr 20 06:37:37 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Hardware name: Vantage Pro2
Apr 20 06:37:37 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.engine.StdTimeSynch
Apr 20 06:37:37 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.engine.StdTimeSynch
Apr 20 06:37:37 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.engine.StdConvert
Apr 20 06:37:38 rpi-weewx weewxd[4831]: INFO weewx.engine: StdConvert target unit is 0x1
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.engine.StdConvert
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.engine.StdCalibrate
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.engine.StdCalibrate
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.engine.StdQC
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.engine.StdQC
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.wxservices.StdWXCalculate
Apr 20 06:37:38 rpi-weewx weewxd[4831]: INFO weewx.wxservices: StdWXCalculate will use data binding wx_binding
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.wxservices.StdWXCalculate
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.wxxtypes.StdWXXTypes
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdWXXTypes
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.wxxtypes.StdPressureCooker
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdPressureCooker
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.wxxtypes.StdRainRater
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdRainRater
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.wxxtypes.StdDelta
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdDelta
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.engine.StdArchive
Apr 20 06:37:38 rpi-weewx weewxd[4831]: INFO weewx.engine: Archive will use data binding wx_binding
Apr 20 06:37:38 rpi-weewx weewxd[4831]: INFO weewx.engine: Record generation will be attempted in 'hardware'
Apr 20 06:37:38 rpi-weewx weewxd[4831]: INFO weewx.engine: Using archive interval of 60 seconds (specified by hardware)
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Use LOOP data in hi/low calculations: 1
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.engine.StdArchive
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.restx.StdStationRegistry
Apr 20 06:37:38 rpi-weewx weewxd[4831]: INFO weewx.restx: StationRegistry: Registration not requested.
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.restx.StdStationRegistry
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.restx.StdWunderground
Apr 20 06:37:38 rpi-weewx weewxd[4831]: INFO weewx.restx: Wunderground: Posting not enabled.
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.restx.StdWunderground
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.restx.StdPWSweather
Apr 20 06:37:38 rpi-weewx weewxd[4831]: INFO weewx.restx: PWSweather: Posting not enabled.
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.restx.StdPWSweather
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.restx.StdCWOP
Apr 20 06:37:38 rpi-weewx weewxd[4831]: INFO weewx.restx: CWOP: Posting not enabled.
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.restx.StdCWOP
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.restx.StdWOW
Apr 20 06:37:38 rpi-weewx weewxd[4831]: INFO weewx.restx: WOW: Posting not enabled.
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.restx.StdWOW
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.restx.StdAWEKAS
Apr 20 06:37:38 rpi-weewx weewxd[4831]: INFO weewx.restx: AWEKAS: Posting not enabled.
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.restx.StdAWEKAS
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.engine.StdPrint
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.engine.StdPrint
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.engine.StdReport
Apr 20 06:37:38 rpi-weewx weewxd[4831]: INFO weewx.engine: 'pyephem' detected, extended almanac data is available
Apr 20 06:37:38 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.engine.StdReport
Apr 20 06:37:38 rpi-weewx weewxd[4831]: INFO __main__: Starting up weewx version 5.0.2
Apr 20 06:37:39 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:37:40 rpi-weewx weewxd[4831]: INFO weewx.engine: Clock error is -1.21 seconds (positive is fast)
Apr 20 06:37:40 rpi-weewx weewxd[4831]: INFO weewx.engine: Using binding 'wx_binding' to database 'weewx.sdb'
Apr 20 06:37:40 rpi-weewx weewxd[4831]: INFO weewx.manager: Starting backfill of daily summaries
Apr 20 06:37:40 rpi-weewx weewxd[4831]: INFO weewx.manager: Daily summaries up to date
Apr 20 06:37:40 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:37:41 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:37:42 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Apr 20 06:37:42 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: DMPAFT try #1; error: No <ACK> received from Vantage console
Apr 20 06:37:42 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:37:47 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: ip-read error: timed out
Apr 20 06:37:47 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Wake up try 1 failed. Exception: timed out
Apr 20 06:37:47 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Retry #1 unable to wake up console... sleeping
Apr 20 06:37:50 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:37:52 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Retrieving 385 page(s); starting index= 3
Apr 20 06:37:53 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2024-04-18 11:27:00 MST (1713464820) less than final timestamp 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:37:53 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Catch up complete.
Apr 20 06:37:53 rpi-weewx weewxd[4831]: INFO weewx.engine: Starting main packet loop.
Apr 20 06:37:54 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:37:55 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Apr 20 06:37:56 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:37:57 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Apr 20 06:37:57 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: LOOP batch try #1; error: No <ACK> received from Vantage console
Apr 20 06:37:58 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:38:03 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: ip-read error: timed out
Apr 20 06:38:03 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: LOOP batch try #2; error: timed out
Apr 20 06:38:04 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:38:09 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: ip-read error: timed out
Apr 20 06:38:09 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: LOOP batch try #3; error: timed out
Apr 20 06:38:09 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: LOOP max batch errors (3) exceeded.
Apr 20 06:38:09 rpi-weewx weewxd[4831]: INFO weewx.engine: Main loop exiting. Shutting engine down.
Apr 20 06:38:10 rpi-weewx weewxd[4831]: CRITICAL __main__: Caught WeeWxIOError: LOOP max batch errors (3) exceeded.
Apr 20 06:38:10 rpi-weewx weewxd[4831]: CRITICAL __main__:     ****  Waiting 60.0 seconds then retrying...
Apr 20 06:39:10 rpi-weewx weewxd[4831]: INFO __main__: retrying...
Apr 20 06:39:10 rpi-weewx weewxd[4831]: DEBUG __main__: Initializing engine
Apr 20 06:39:10 rpi-weewx weewxd[4831]: INFO weewx.engine: Loading station type Vantage (weewx.drivers.vantage)
Apr 20 06:39:10 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Driver version is 3.6.2
Apr 20 06:39:10 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Option loop_request=1
Apr 20 06:39:10 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Opened up ethernet host 192.168.1.45 on port 22222. timeout=4.0, tcp_send_delay=0.5
Apr 20 06:39:11 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:39:12 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Hardware type is 16
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: ISS ID is 1
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Hardware name: Vantage Pro2
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.engine.StdTimeSynch
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.engine.StdTimeSynch
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.engine.StdConvert
Apr 20 06:39:16 rpi-weewx weewxd[4831]: INFO weewx.engine: StdConvert target unit is 0x1
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.engine.StdConvert
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.engine.StdCalibrate
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.engine.StdCalibrate
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.engine.StdQC
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.engine.StdQC
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.wxservices.StdWXCalculate
Apr 20 06:39:16 rpi-weewx weewxd[4831]: INFO weewx.wxservices: StdWXCalculate will use data binding wx_binding
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.wxservices.StdWXCalculate
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.wxxtypes.StdWXXTypes
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdWXXTypes
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.wxxtypes.StdPressureCooker
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdPressureCooker
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.wxxtypes.StdRainRater
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdRainRater
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.wxxtypes.StdDelta
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdDelta
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.engine.StdArchive
Apr 20 06:39:16 rpi-weewx weewxd[4831]: INFO weewx.engine: Archive will use data binding wx_binding
Apr 20 06:39:16 rpi-weewx weewxd[4831]: INFO weewx.engine: Record generation will be attempted in 'hardware'
Apr 20 06:39:16 rpi-weewx weewxd[4831]: INFO weewx.engine: Using archive interval of 60 seconds (specified by hardware)
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Use LOOP data in hi/low calculations: 1
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.engine.StdArchive
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.restx.StdStationRegistry
Apr 20 06:39:16 rpi-weewx weewxd[4831]: INFO weewx.restx: StationRegistry: Registration not requested.
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.restx.StdStationRegistry
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.restx.StdWunderground
Apr 20 06:39:16 rpi-weewx weewxd[4831]: INFO weewx.restx: Wunderground: Posting not enabled.
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.restx.StdWunderground
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.restx.StdPWSweather
Apr 20 06:39:16 rpi-weewx weewxd[4831]: INFO weewx.restx: PWSweather: Posting not enabled.
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.restx.StdPWSweather
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.restx.StdCWOP
Apr 20 06:39:16 rpi-weewx weewxd[4831]: INFO weewx.restx: CWOP: Posting not enabled.
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.restx.StdCWOP
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.restx.StdWOW
Apr 20 06:39:16 rpi-weewx weewxd[4831]: INFO weewx.restx: WOW: Posting not enabled.
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.restx.StdWOW
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.restx.StdAWEKAS
Apr 20 06:39:16 rpi-weewx weewxd[4831]: INFO weewx.restx: AWEKAS: Posting not enabled.
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.restx.StdAWEKAS
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.engine.StdPrint
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.engine.StdPrint
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Loading service weewx.engine.StdReport
Apr 20 06:39:16 rpi-weewx weewxd[4831]: INFO weewx.engine: 'pyephem' detected, extended almanac data is available
Apr 20 06:39:16 rpi-weewx weewxd[4831]: DEBUG weewx.engine: Finished loading service weewx.engine.StdReport
Apr 20 06:39:16 rpi-weewx weewxd[4831]: INFO __main__: Starting up weewx version 5.0.2
Apr 20 06:39:17 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:39:18 rpi-weewx weewxd[4831]: INFO weewx.engine: Clock error is -1.29 seconds (positive is fast)
Apr 20 06:39:18 rpi-weewx weewxd[4831]: INFO weewx.engine: Using binding 'wx_binding' to database 'weewx.sdb'
Apr 20 06:39:18 rpi-weewx weewxd[4831]: INFO weewx.manager: Starting backfill of daily summaries
Apr 20 06:39:18 rpi-weewx weewxd[4831]: INFO weewx.manager: Daily summaries up to date
Apr 20 06:39:18 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:39:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:39:20 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Apr 20 06:39:20 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: DMPAFT try #1; error: No <ACK> received from Vantage console
Apr 20 06:39:20 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:39:25 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: ip-read error: timed out
Apr 20 06:39:25 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Wake up try 1 failed. Exception: timed out
Apr 20 06:39:25 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Retry #1 unable to wake up console... sleeping
Apr 20 06:39:28 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:39:31 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Retrieving 385 page(s); starting index= 3
Apr 20 06:39:31 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2024-04-18 11:27:00 MST (1713464820) less than final timestamp 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:39:31 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Catch up complete.
Apr 20 06:39:31 rpi-weewx weewxd[4831]: INFO weewx.engine: Starting main packet loop.
Apr 20 06:39:33 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:39:33 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Apr 20 06:39:35 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:39:35 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Apr 20 06:39:35 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: LOOP batch try #1; error: No <ACK> received from Vantage console
Apr 20 06:39:37 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:40:15 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:40:16 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:40:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Retrieving 385 page(s); starting index= 3
Apr 20 06:40:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2024-04-18 11:27:00 MST (1713464820) less than final timestamp 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:40:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Catch up complete.
Apr 20 06:40:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running reports for latest time in the database.
Apr 20 06:40:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Apr 20 06:40:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running report 'SeasonsReport'
Apr 20 06:40:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Apr 20 06:40:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running generators for report 'SeasonsReport' in directory '/etc/weewx/skins/Seasons'
Apr 20 06:40:19 rpi-weewx weewxd[4831]: DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'wee>
Apr 20 06:40:19 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:40:21 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:40:21 rpi-weewx weewxd[4831]: INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 1.58 seconds
Apr 20 06:40:21 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:40:23 rpi-weewx weewxd[4831]: INFO weewx.imagegenerator: Generated 45 images for report SeasonsReport in 2.07 seconds
Apr 20 06:40:23 rpi-weewx weewxd[4831]: INFO weewx.reportengine: Copied 5 files to /var/www/html/weewx
Apr 20 06:40:23 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Apr 20 06:40:23 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Apr 20 06:40:23 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Apr 20 06:40:23 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running report 'FTP'
Apr 20 06:40:23 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Apr 20 06:40:23 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': Config file not found: "/etc/weewx/skins/Ftp/lang/en.c>
Apr 20 06:40:23 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: **** Using defaults instead.
Apr 20 06:40:23 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running generators for report 'FTP' in directory '/etc/weewx/skins/Ftp'
Apr 20 06:40:23 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Attempting secure connection to jonadams.com
Apr 20 06:40:23 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Secure data connection to jonadams.com
Apr 20 06:40:23 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 0 ./weekvolt.png fb0b4af4e8e7ba75ebb8b393050f44b56b546adec661a0f6816a48f15286f939
Apr 20 06:40:24 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/weekvolt.png to /jonadams/pages/weewx/weekvolt.png
Apr 20 06:40:24 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 1 ./daybarometer.png 4d526931b7da0b0dd1b683137901afc9e889d47d31e79baeea9d4507b792e9dd
Apr 20 06:40:24 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daybarometer.png to /jonadams/pages/weewx/daybarometer.png
Apr 20 06:40:24 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 2 ./index.html 9623e2df15882833f25eeb32b47f05de66641a95c54a3ccaaeee07715217d7b3
Apr 20 06:40:25 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /jonadams/pages/weewx/index.html
Apr 20 06:40:25 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 3 ./monthtempdew.png 138928c66ebfadff511ae9775127df0cdb8891a5a3bbf0dc79b8854f339ec438
Apr 20 06:40:25 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/monthtempdew.png to /jonadams/pages/weewx/monthtempdew.png
Apr 20 06:40:25 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 4 ./monthhumin.png 45e0e3b99e444629cb5d38f94f8fbd2ee720f1e1853cd010453006f1659801c3
Apr 20 06:40:26 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/monthhumin.png to /jonadams/pages/weewx/monthhumin.png
Apr 20 06:40:26 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 5 ./monthbarometer.png 9442bdc197a169d283444b9fc4448129009a332ad15bceb03c4860771bfa3ffb
Apr 20 06:40:26 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/monthbarometer.png to /jonadams/pages/weewx/monthbarometer.png
Apr 20 06:40:26 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 6 ./weekradiation.png 5f431515c6ed54fb5a0b151160742b98c5048a287cff88d69f27f701bde8659c
Apr 20 06:40:26 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/weekradiation.png to /jonadams/pages/weewx/weekradiation.png
Apr 20 06:40:26 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 7 ./monthwinddir.png 1dee58a8ee28e39048503aeba2b293a1b0dc949662253d925522277cd66e41fc
Apr 20 06:40:27 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/monthwinddir.png to /jonadams/pages/weewx/monthwinddir.png
Apr 20 06:40:27 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 8 ./tabular.html 075a895e9d264568b501d2de0167d70d949d2cd5e808db1a610e43407b496a4b
Apr 20 06:40:27 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/tabular.html to /jonadams/pages/weewx/tabular.html
Apr 20 06:40:27 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 9 ./daywindvec.png 5f8ac86a88473892bfba3ed8cb3af75cf493fdba6aee1fa8886e653f13df2a90
Apr 20 06:40:27 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywindvec.png to /jonadams/pages/weewx/daywindvec.png
Apr 20 06:40:27 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 10 ./monthET.png 58351974de892c4dd2c7171d96f2416b4d5f19583cddb1520329425e2b7af180
Apr 20 06:40:28 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/monthET.png to /jonadams/pages/weewx/monthET.png
Apr 20 06:40:28 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 11 ./monthwind.png 38eaac91f3ab7886fcf50d199690d1f99a339f3c489897d4c8256d23b829c1db
Apr 20 06:40:28 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/monthwind.png to /jonadams/pages/weewx/monthwind.png
Apr 20 06:40:28 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 12 ./dayhumin.png 391a432adcc1b872a1a3bb68cef2b5398e88682298b17a2adf4848eb324173f9
Apr 20 06:40:29 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayhumin.png to /jonadams/pages/weewx/dayhumin.png
Apr 20 06:40:29 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 13 ./dayradiation.png ea837d915593d7c1d66f99455d9c985c55e81dfc4c520923bdbd7896a26af8da
Apr 20 06:40:29 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayradiation.png to /jonadams/pages/weewx/dayradiation.png
Apr 20 06:40:29 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 14 ./monthhum.png 0297271156272db95ceb389385a3e8848cab59d650bcaca5ecb1c49ba80d903b
Apr 20 06:40:29 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/monthhum.png to /jonadams/pages/weewx/monthhum.png
Apr 20 06:40:29 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 15 ./dayET.png b086b6287c2e6f249a68becce5521f0085e9772b73cf4aa652bc03cb6df2984e
Apr 20 06:40:30 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayET.png to /jonadams/pages/weewx/dayET.png
Apr 20 06:40:30 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 16 ./dayrain.png dd1943d71857fe7705e9d044fffd7e7badb1670309ffdb0af48132b9c3105d64
Apr 20 06:40:30 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayrain.png to /jonadams/pages/weewx/dayrain.png
Apr 20 06:40:30 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 17 ./weekUV.png 0d439b79767b73f407d6f1f62088ee1bfc3719eaa33e69e7dabb431fa44cd9eb
Apr 20 06:40:30 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/weekUV.png to /jonadams/pages/weewx/weekUV.png
Apr 20 06:40:30 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 18 ./monthrain.png ba8292aa7fe73dd9e076ab98083ce4d3083cffcfd9feda19e2e105e0bc80e0f0
Apr 20 06:40:31 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/monthrain.png to /jonadams/pages/weewx/monthrain.png
Apr 20 06:40:31 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 19 ./weekhum.png 437217909f13dc164180424e949b8bc655c98259cd1d0bc3560c9b126f0a5ef7
Apr 20 06:40:31 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/weekhum.png to /jonadams/pages/weewx/weekhum.png
Apr 20 06:40:31 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 20 ./dayhum.png 8f1e61bebd75cb8de3d062f91faec74403a1cd496ae06c7f354c4cb2542f39dd
Apr 20 06:40:32 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayhum.png to /jonadams/pages/weewx/dayhum.png
Apr 20 06:40:32 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 21 ./monthvolt.png e755edd19d58586887511ea9b78bfd022f189eff4545af4afcb447c4086b19ee
Apr 20 06:40:32 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/monthvolt.png to /jonadams/pages/weewx/monthvolt.png
Apr 20 06:40:32 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 22 ./weektempdew.png 7906e5a160007bf1e5955e928efdbeafe9bc565aa8230dde8c2cf37abf3b60aa
Apr 20 06:40:32 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/weektempdew.png to /jonadams/pages/weewx/weektempdew.png
Apr 20 06:40:32 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 23 ./daytempin.png 9999b3e78978c265550f16215750c31d64253af78c0c3a5586bf817416ba0a32
Apr 20 06:40:33 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempin.png to /jonadams/pages/weewx/daytempin.png
Apr 20 06:40:33 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 24 ./telemetry.html d613939e7929e3794f1002899e913459e800c67afe3368a8ba5d9e85679f3fed
Apr 20 06:40:33 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /jonadams/pages/weewx/telemetry.html
Apr 20 06:40:33 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 25 ./monthtempfeel.png 5b2053004d3f507849019479428f2ded346858e86c9e5bcaac1efe3958e6951b
Apr 20 06:40:33 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/monthtempfeel.png to /jonadams/pages/weewx/monthtempfeel.png
Apr 20 06:40:33 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 26 ./monthradiation.png 18131479a1233c6aed120aba16dbc9d01430d0caf7777a5155c7713b5d5e5e7e
Apr 20 06:40:34 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/monthradiation.png to /jonadams/pages/weewx/monthradiation.png
Apr 20 06:40:34 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 27 ./weekwindvec.png 9307fa574f4862b7f908f26b5adecfa93baaaff3f6136ffb41a69d5798e2588a
Apr 20 06:40:34 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/weekwindvec.png to /jonadams/pages/weewx/weekwindvec.png
Apr 20 06:40:34 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 28 ./weekET.png 073c2a704f4661f7aa1dccfa2032abd8c226c95d6fba1ebbd397866584981001
Apr 20 06:40:34 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/weekET.png to /jonadams/pages/weewx/weekET.png
Apr 20 06:40:34 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 29 ./monthUV.png 74d0477f0b3ef1aec051ed0f60f2bb2dc7efd4e8d4a890401238533b37470f25
Apr 20 06:40:35 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/monthUV.png to /jonadams/pages/weewx/monthUV.png
Apr 20 06:40:35 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 30 ./rss.xml 71e861a05a0da9fcf5e3f6c68026c1956d1ee4d8c92246b85f7c418f70c0b903
Apr 20 06:40:35 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/rss.xml to /jonadams/pages/weewx/rss.xml
Apr 20 06:40:35 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 31 ./weekwinddir.png 84ec865e1c525e4d268ff6152ee96df50cd96433295a43e111b77a2992cc584e
Apr 20 06:40:36 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/weekwinddir.png to /jonadams/pages/weewx/weekwinddir.png
Apr 20 06:40:36 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 32 ./daywinddir.png 5f23ba0366e9d73929fcb15ad44effd9f11c92169f168af5b769a2f3939a6f72
Apr 20 06:40:36 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywinddir.png to /jonadams/pages/weewx/daywinddir.png
Apr 20 06:40:36 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 33 ./weektempin.png 0a47c28496b36bd9ca6eab3f1870c63d6c8cbf61848754a71e9a17a8aa28cbdc
Apr 20 06:40:36 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/weektempin.png to /jonadams/pages/weewx/weektempin.png
Apr 20 06:40:36 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 34 ./dayrx.png 74d4a27d5239b47ee7ae40abef7772012c4529039af91e925190aa506562c2bd
Apr 20 06:40:37 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayrx.png to /jonadams/pages/weewx/dayrx.png
Apr 20 06:40:37 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 35 ./weekrain.png 50b605ed0207287f5766e789055ccc7d952a48e19dcc12f121e13e0ce7250682
Apr 20 06:40:37 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/weekrain.png to /jonadams/pages/weewx/weekrain.png
Apr 20 06:40:37 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 36 ./monthwindvec.png 67b1914699ad25340ec1aa36c815e6e0478b1c1f359d0d23999f9c0c113f70d5
Apr 20 06:40:38 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/monthwindvec.png to /jonadams/pages/weewx/monthwindvec.png
Apr 20 06:40:38 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 37 ./monthrx.png 1a3eb243ec316c4572f01072eb2332c6d4ca191410d10b558b2377abe12ca4af
Apr 20 06:40:38 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/monthrx.png to /jonadams/pages/weewx/monthrx.png
Apr 20 06:40:38 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 38 ./dayvolt.png ed5f6b31c5aab56d278703176ccf03cb42ed7d58db3b333ae8c0320e290e46ab
Apr 20 06:40:38 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayvolt.png to /jonadams/pages/weewx/dayvolt.png
Apr 20 06:40:38 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 39 ./celestial.html 15dbbbb638669b84c1408c2c8f742c973dce4d4b690ff46b364880efdff96b8f
Apr 20 06:40:39 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/celestial.html to /jonadams/pages/weewx/celestial.html
Apr 20 06:40:39 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 40 ./daytempdew.png 46a6642227feb0e6d498ee64cf488873484dbe81b14ba91d72829eb81ac195c0
Apr 20 06:40:39 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempdew.png to /jonadams/pages/weewx/daytempdew.png
Apr 20 06:40:39 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 41 ./monthtempin.png ba6587ed8f967f524284993bb344b6c79f37f16b9f18b52095a4282057cdb725
Apr 20 06:40:39 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/monthtempin.png to /jonadams/pages/weewx/monthtempin.png
Apr 20 06:40:39 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 42 ./dayUV.png 2f6b180c221b742b9ebccae3a426fbd9212a840af67597adbe7b3df1c55aabeb
Apr 20 06:40:40 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayUV.png to /jonadams/pages/weewx/dayUV.png
Apr 20 06:40:40 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 43 ./weekwind.png fdac68fd5426fc6dc71e55fc373e1256ad1c5038fd2950084f1409c10c93b0c0
Apr 20 06:40:40 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/weekwind.png to /jonadams/pages/weewx/weekwind.png
Apr 20 06:40:40 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 44 ./weektempfeel.png a479e16908b0897dba1e33152129c4d9170a7d12c80992974de3b6a03a2dff48
Apr 20 06:40:41 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/weektempfeel.png to /jonadams/pages/weewx/weektempfeel.png
Apr 20 06:40:41 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 45 ./daywind.png e1499d634f80fee41627600fa6e14d3afe03d18595fa37ff82736f8ea641218c
Apr 20 06:40:41 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywind.png to /jonadams/pages/weewx/daywind.png
Apr 20 06:40:41 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 46 ./weekhumin.png ef5ac7aa58fdb5a50e84020f1f14123f84d8fb983fffe15b39993b3e72b63fd6
Apr 20 06:40:41 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/weekhumin.png to /jonadams/pages/weewx/weekhumin.png
Apr 20 06:40:41 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 47 ./daytempfeel.png f11bfbe34b372f24b590a4014c4a9a04a0619635b4391d79f50b2332a86abe11
Apr 20 06:40:42 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempfeel.png to /jonadams/pages/weewx/daytempfeel.png
Apr 20 06:40:42 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 48 ./statistics.html bca17bad14dc9e7c52eac408ca31bff970d3e515aa41ea7e82204efc53f267e0
Apr 20 06:40:42 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/statistics.html to /jonadams/pages/weewx/statistics.html
Apr 20 06:40:42 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 49 ./weekrx.png c7e32bb5a691c30ad4febf5411a879cb4a64be8b6fb72fc30b82ba1b95d578a9
Apr 20 06:40:42 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/weekrx.png to /jonadams/pages/weewx/weekrx.png
Apr 20 06:40:42 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 50 ./weekbarometer.png 3b96b4cac47db9655017990b88637db568a6958ce1d7ad8b51e053ef89c15d5f
Apr 20 06:40:43 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/weekbarometer.png to /jonadams/pages/weewx/weekbarometer.png
Apr 20 06:40:43 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 51 ./NOAA/NOAA-2024-04.txt a6773aafcdd2e1d487d3838c45432bb0c0e81a3b851217f8df575acd6634dd92
Apr 20 06:40:43 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/NOAA/NOAA-2024-04.txt to /jonadams/pages/weewx/NOAA/NOAA-2024-04.txt
Apr 20 06:40:43 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 52 ./NOAA/NOAA-2024.txt 627f8eb4e88f7aefc658ee5cb6a3b9a1f63d996df8fed63b418107b961148b70
Apr 20 06:40:44 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/NOAA/NOAA-2024.txt to /jonadams/pages/weewx/NOAA/NOAA-2024.txt
Apr 20 06:40:44 rpi-weewx weewxd[4831]: INFO weewx.reportengine: ftpgenerator: Ftp'd 53 files in 20.57 seconds
Apr 20 06:40:44 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
Apr 20 06:41:15 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:41:16 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:41:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Retrieving 386 page(s); starting index= 3
Apr 20 06:41:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2024-04-18 11:27:00 MST (1713464820) less than final timestamp 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:41:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Catch up complete.
Apr 20 06:41:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running reports for latest time in the database.
Apr 20 06:41:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Apr 20 06:41:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running report 'SeasonsReport'
Apr 20 06:41:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Apr 20 06:41:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running generators for report 'SeasonsReport' in directory '/etc/weewx/skins/Seasons'
Apr 20 06:41:19 rpi-weewx weewxd[4831]: DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'wee>
Apr 20 06:41:19 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:41:20 rpi-weewx weewxd[4831]: INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 1.00 seconds
Apr 20 06:41:20 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:41:21 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:41:21 rpi-weewx weewxd[4831]: INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 0.59 seconds
Apr 20 06:41:21 rpi-weewx weewxd[4831]: INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Apr 20 06:41:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Apr 20 06:41:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Apr 20 06:41:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Apr 20 06:41:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running report 'FTP'
Apr 20 06:41:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Apr 20 06:41:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': Config file not found: "/etc/weewx/skins/Ftp/lang/en.c>
Apr 20 06:41:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: **** Using defaults instead.
Apr 20 06:41:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running generators for report 'FTP' in directory '/etc/weewx/skins/Ftp'
Apr 20 06:41:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Attempting secure connection to jonadams.com
Apr 20 06:41:21 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Apr 20 06:41:21 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: LOOP batch try #1; error: No <ACK> received from Vantage console
Apr 20 06:41:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Secure data connection to jonadams.com
Apr 20 06:41:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 0 ./index.html fe0a7a12ffd6dd4cc607dd8832e26466c651a53a66d9ae9612a53746213b3f67
Apr 20 06:41:22 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /jonadams/pages/weewx/index.html
Apr 20 06:41:22 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 1 ./telemetry.html 2fa57fc84a352f13d10cdde2e403189fc873d293dd34ac59b5311565663bc307
Apr 20 06:41:22 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /jonadams/pages/weewx/telemetry.html
Apr 20 06:41:22 rpi-weewx weewxd[4831]: INFO weewx.reportengine: ftpgenerator: Ftp'd 2 files in 1.28 seconds
Apr 20 06:41:22 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
Apr 20 06:41:23 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:42:14 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:42:16 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:42:16 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Apr 20 06:42:16 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: DMPAFT try #1; error: No <ACK> received from Vantage console
Apr 20 06:42:17 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:42:22 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: ip-read error: timed out
Apr 20 06:42:22 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Wake up try 1 failed. Exception: timed out
Apr 20 06:42:22 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Retry #1 unable to wake up console... sleeping
Apr 20 06:42:25 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:42:25 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Apr 20 06:42:25 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: DMPAFT try #2; error: No <ACK> received from Vantage console
Apr 20 06:42:25 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:42:31 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: ip-read error: timed out
Apr 20 06:42:31 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Wake up try 1 failed. Exception: timed out
Apr 20 06:42:31 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Retry #1 unable to wake up console... sleeping
Apr 20 06:42:33 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:42:36 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Retrieving 386 page(s); starting index= 3
Apr 20 06:42:36 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2024-04-18 11:27:00 MST (1713464820) less than final timestamp 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:42:36 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Catch up complete.
Apr 20 06:42:36 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running reports for latest time in the database.
Apr 20 06:42:36 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Apr 20 06:42:36 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running report 'SeasonsReport'
Apr 20 06:42:37 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Apr 20 06:42:37 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running generators for report 'SeasonsReport' in directory '/etc/weewx/skins/Seasons'
Apr 20 06:42:37 rpi-weewx weewxd[4831]: DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'wee>
Apr 20 06:42:37 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:42:38 rpi-weewx weewxd[4831]: INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 1.00 seconds
Apr 20 06:42:38 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:42:38 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:42:38 rpi-weewx weewxd[4831]: INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 0.59 seconds
Apr 20 06:42:38 rpi-weewx weewxd[4831]: INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Apr 20 06:42:38 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Apr 20 06:42:38 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Apr 20 06:42:38 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Apr 20 06:42:38 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running report 'FTP'
Apr 20 06:42:38 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Apr 20 06:42:38 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': Config file not found: "/etc/weewx/skins/Ftp/lang/en.c>
Apr 20 06:42:38 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: **** Using defaults instead.
Apr 20 06:42:38 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running generators for report 'FTP' in directory '/etc/weewx/skins/Ftp'
Apr 20 06:42:38 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Attempting secure connection to jonadams.com
Apr 20 06:42:38 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Secure data connection to jonadams.com
Apr 20 06:42:38 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 0 ./index.html 58e8d5aa6dc5e47e6f39a13dac00a4604ed6d9ebc8aa49c478ae2f110714c83e
Apr 20 06:42:39 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /jonadams/pages/weewx/index.html
Apr 20 06:42:39 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 1 ./telemetry.html bd32695869bf3e45e12aebd7ff015588debca9e7df3466c32d8f846155625131
Apr 20 06:42:39 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /jonadams/pages/weewx/telemetry.html
Apr 20 06:42:39 rpi-weewx weewxd[4831]: INFO weewx.reportengine: ftpgenerator: Ftp'd 2 files in 1.09 seconds
Apr 20 06:42:39 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
Apr 20 06:43:15 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:43:16 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:43:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Retrieving 386 page(s); starting index= 3
Apr 20 06:43:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2024-04-18 11:27:00 MST (1713464820) less than final timestamp 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:43:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Catch up complete.
Apr 20 06:43:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running reports for latest time in the database.
Apr 20 06:43:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Apr 20 06:43:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running report 'SeasonsReport'
Apr 20 06:43:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Apr 20 06:43:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running generators for report 'SeasonsReport' in directory '/etc/weewx/skins/Seasons'
Apr 20 06:43:19 rpi-weewx weewxd[4831]: DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'wee>
Apr 20 06:43:19 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:43:20 rpi-weewx weewxd[4831]: INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 1.03 seconds
Apr 20 06:43:20 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:43:21 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:43:21 rpi-weewx weewxd[4831]: INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 0.59 seconds
Apr 20 06:43:21 rpi-weewx weewxd[4831]: INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Apr 20 06:43:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Apr 20 06:43:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Apr 20 06:43:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Apr 20 06:43:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running report 'FTP'
Apr 20 06:43:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Apr 20 06:43:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': Config file not found: "/etc/weewx/skins/Ftp/lang/en.c>
Apr 20 06:43:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: **** Using defaults instead.
Apr 20 06:43:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running generators for report 'FTP' in directory '/etc/weewx/skins/Ftp'
Apr 20 06:43:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Attempting secure connection to jonadams.com
Apr 20 06:43:21 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Apr 20 06:43:21 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: LOOP batch try #1; error: No <ACK> received from Vantage console
Apr 20 06:43:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Secure data connection to jonadams.com
Apr 20 06:43:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 0 ./index.html c4bd5b1f6b1a1404ce3f3f267250cf634c8cee50237dcd7e62e82eadcec4adda
Apr 20 06:43:22 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /jonadams/pages/weewx/index.html
Apr 20 06:43:22 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 1 ./telemetry.html b9f85e3dc0845ddc478652f98782c3f49930b91c3babfb4cc924b7c68b508615
Apr 20 06:43:22 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /jonadams/pages/weewx/telemetry.html
Apr 20 06:43:22 rpi-weewx weewxd[4831]: INFO weewx.reportengine: ftpgenerator: Ftp'd 2 files in 1.34 seconds
Apr 20 06:43:22 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
Apr 20 06:43:23 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:44:14 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:44:16 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:44:18 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Retrieving 386 page(s); starting index= 3
Apr 20 06:44:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2024-04-18 11:27:00 MST (1713464820) less than final timestamp 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:44:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Catch up complete.
Apr 20 06:44:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running reports for latest time in the database.
Apr 20 06:44:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Apr 20 06:44:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running report 'SeasonsReport'
Apr 20 06:44:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Apr 20 06:44:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running generators for report 'SeasonsReport' in directory '/etc/weewx/skins/Seasons'
Apr 20 06:44:19 rpi-weewx weewxd[4831]: DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'wee>
Apr 20 06:44:19 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:44:20 rpi-weewx weewxd[4831]: INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 1.04 seconds
Apr 20 06:44:20 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:44:20 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:44:21 rpi-weewx weewxd[4831]: INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 0.64 seconds
Apr 20 06:44:21 rpi-weewx weewxd[4831]: INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Apr 20 06:44:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Apr 20 06:44:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Apr 20 06:44:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Apr 20 06:44:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running report 'FTP'
Apr 20 06:44:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Apr 20 06:44:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': Config file not found: "/etc/weewx/skins/Ftp/lang/en.c>
Apr 20 06:44:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: **** Using defaults instead.
Apr 20 06:44:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running generators for report 'FTP' in directory '/etc/weewx/skins/Ftp'
Apr 20 06:44:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Attempting secure connection to jonadams.com
Apr 20 06:44:21 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Apr 20 06:44:21 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: LOOP batch try #1; error: No <ACK> received from Vantage console
Apr 20 06:44:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Secure data connection to jonadams.com
Apr 20 06:44:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 0 ./index.html 8674b6b08c2777b094e1fbad8ddc918a104ea923eb994295b63476de28e81640
Apr 20 06:44:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /jonadams/pages/weewx/index.html
Apr 20 06:44:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 1 ./telemetry.html 4128b9544d75eacaac2ed4f2af4704afc3f7cf5f7c8d23e0769600a4641b063a
Apr 20 06:44:22 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /jonadams/pages/weewx/telemetry.html
Apr 20 06:44:22 rpi-weewx weewxd[4831]: INFO weewx.reportengine: ftpgenerator: Ftp'd 2 files in 1.17 seconds
Apr 20 06:44:22 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
Apr 20 06:44:22 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:45:15 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:45:16 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:45:17 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Apr 20 06:45:17 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: DMPAFT try #1; error: No <ACK> received from Vantage console
Apr 20 06:45:17 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:45:22 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: ip-read error: timed out
Apr 20 06:45:22 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Wake up try 1 failed. Exception: timed out
Apr 20 06:45:22 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Retry #1 unable to wake up console... sleeping
Apr 20 06:45:25 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:45:27 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Retrieving 386 page(s); starting index= 3
Apr 20 06:45:28 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2024-04-18 11:27:00 MST (1713464820) less than final timestamp 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:45:28 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Catch up complete.
Apr 20 06:45:28 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running reports for latest time in the database.
Apr 20 06:45:28 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Apr 20 06:45:28 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running report 'SeasonsReport'
Apr 20 06:45:28 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Apr 20 06:45:28 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running generators for report 'SeasonsReport' in directory '/etc/weewx/skins/Seasons'
Apr 20 06:45:28 rpi-weewx weewxd[4831]: DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'wee>
Apr 20 06:45:28 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:45:29 rpi-weewx weewxd[4831]: INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 1.02 seconds
Apr 20 06:45:29 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:45:29 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:45:30 rpi-weewx weewxd[4831]: INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 0.59 seconds
Apr 20 06:45:30 rpi-weewx weewxd[4831]: INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Apr 20 06:45:30 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Apr 20 06:45:30 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Apr 20 06:45:30 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Apr 20 06:45:30 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running report 'FTP'
Apr 20 06:45:30 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Apr 20 06:45:30 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': Config file not found: "/etc/weewx/skins/Ftp/lang/en.c>
Apr 20 06:45:30 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: **** Using defaults instead.
Apr 20 06:45:30 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running generators for report 'FTP' in directory '/etc/weewx/skins/Ftp'
Apr 20 06:45:30 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Attempting secure connection to jonadams.com
Apr 20 06:45:30 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Secure data connection to jonadams.com
Apr 20 06:45:30 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 0 ./index.html 192e1d6b281b476f087f2e29f5c7d3a720037d48d1f7e32a516ac22e44426ff9
Apr 20 06:45:30 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Apr 20 06:45:30 rpi-weewx weewxd[4831]: ERROR weewx.drivers.vantage: LOOP batch try #1; error: No <ACK> received from Vantage console
Apr 20 06:45:30 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /jonadams/pages/weewx/index.html
Apr 20 06:45:30 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 1 ./telemetry.html 321676f4ddc3a206d14c30ed63830e9bb54cd3fafc31ff62831b9827b9b19c33
Apr 20 06:45:31 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /jonadams/pages/weewx/telemetry.html
Apr 20 06:45:31 rpi-weewx weewxd[4831]: INFO weewx.reportengine: ftpgenerator: Ftp'd 2 files in 1.09 seconds
Apr 20 06:45:31 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
Apr 20 06:45:31 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:46:14 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:46:16 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:46:18 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Retrieving 387 page(s); starting index= 3
Apr 20 06:46:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2024-04-18 11:27:00 MST (1713464820) less than final timestamp 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:46:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Catch up complete.
Apr 20 06:46:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running reports for latest time in the database.
Apr 20 06:46:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Apr 20 06:46:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running report 'SeasonsReport'
Apr 20 06:46:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Apr 20 06:46:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running generators for report 'SeasonsReport' in directory '/etc/weewx/skins/Seasons'
Apr 20 06:46:19 rpi-weewx weewxd[4831]: DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'wee>
Apr 20 06:46:19 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:46:20 rpi-weewx weewxd[4831]: INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 1.01 seconds
Apr 20 06:46:20 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:46:20 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:46:20 rpi-weewx weewxd[4831]: INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 0.59 seconds
Apr 20 06:46:20 rpi-weewx weewxd[4831]: INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Apr 20 06:46:20 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Apr 20 06:46:20 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Apr 20 06:46:20 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Apr 20 06:46:20 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running report 'FTP'
Apr 20 06:46:20 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Apr 20 06:46:20 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': Config file not found: "/etc/weewx/skins/Ftp/lang/en.c>
Apr 20 06:46:20 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: **** Using defaults instead.
Apr 20 06:46:20 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running generators for report 'FTP' in directory '/etc/weewx/skins/Ftp'
Apr 20 06:46:20 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Attempting secure connection to jonadams.com
Apr 20 06:46:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Secure data connection to jonadams.com
Apr 20 06:46:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 0 ./index.html c81af07815f4048b784596fad6f2b5f2e05921fbd497ca7a68411367a339c24e
Apr 20 06:46:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /jonadams/pages/weewx/index.html
Apr 20 06:46:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 1 ./telemetry.html 7d7c6d8ed663448f2d70d8e3bd3849b853eff5ce8edd3fce45e3b24458d28ccd
Apr 20 06:46:22 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /jonadams/pages/weewx/telemetry.html
Apr 20 06:46:22 rpi-weewx weewxd[4831]: INFO weewx.reportengine: ftpgenerator: Ftp'd 2 files in 1.45 seconds
Apr 20 06:46:22 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
Apr 20 06:47:14 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:47:16 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:47:18 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Retrieving 387 page(s); starting index= 3
Apr 20 06:47:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2024-04-18 11:27:00 MST (1713464820) less than final timestamp 2024-04-20 06:18:00 MST (1713619080)
Apr 20 06:47:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Catch up complete.
Apr 20 06:47:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running reports for latest time in the database.
Apr 20 06:47:19 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Apr 20 06:47:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running report 'SeasonsReport'
Apr 20 06:47:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Apr 20 06:47:19 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running generators for report 'SeasonsReport' in directory '/etc/weewx/skins/Seasons'
Apr 20 06:47:19 rpi-weewx weewxd[4831]: DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'wee>
Apr 20 06:47:19 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:47:20 rpi-weewx weewxd[4831]: INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 1.01 seconds
Apr 20 06:47:20 rpi-weewx weewxd[4831]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 20 06:47:20 rpi-weewx weewxd[4831]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 20 06:47:21 rpi-weewx weewxd[4831]: INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 0.64 seconds
Apr 20 06:47:21 rpi-weewx weewxd[4831]: INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Apr 20 06:47:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Apr 20 06:47:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Apr 20 06:47:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Apr 20 06:47:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running report 'FTP'
Apr 20 06:47:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Apr 20 06:47:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': Config file not found: "/etc/weewx/skins/Ftp/lang/en.c>
Apr 20 06:47:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: **** Using defaults instead.
Apr 20 06:47:21 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Running generators for report 'FTP' in directory '/etc/weewx/skins/Ftp'
Apr 20 06:47:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Attempting secure connection to jonadams.com
Apr 20 06:47:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Secure data connection to jonadams.com
Apr 20 06:47:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 0 ./index.html f08173338f2943ebde04d65c5c74a0148d9c44c50bf0f070c1177c1800be60f7
Apr 20 06:47:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /jonadams/pages/weewx/index.html
Apr 20 06:47:21 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: 1 ./telemetry.html b0e868da5c1e39f94d9de3ba6acbb76ef99896b411f54a71d7462d97947b34da
Apr 20 06:47:22 rpi-weewx weewxd[4831]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /jonadams/pages/weewx/telemetry.html
Apr 20 06:47:22 rpi-weewx weewxd[4831]: INFO weewx.reportengine: ftpgenerator: Ftp'd 2 files in 1.08 seconds
Apr 20 06:47:22 rpi-weewx weewxd[4831]: DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
lines 565-599/599 (END)

Cheers - Jon N7UV

n7uv...@gmail.com

unread,
Apr 20, 2024, 12:37:24 PM4/20/24
to weewx-user
Then went to step 2, used the weewxctl utility, purged it all, now I'm back up and running. Unfortunate, but at least that's done.

Now to move on to adding gpsd and ntpd so I can have my local ntp stratum server.

Thanks again, Tom!

Cheers - Jon N7UV

n7uv...@gmail.com

unread,
Apr 21, 2024, 10:20:00 AM4/21/24
to weewx-user
I appear to be having a number of issues communicating between the RPi4 and the Vantage console IP datalogger via wired Ethernet on the same physical switch.

Everything was chugging along acceptably between yesterday midmorning when I last posted and 0455 MST local time this morning. Until then, every minute the process had been working acceptably. at 045616 the carnage (text was in red on the PuTTY screen) began. At 045812, weewx threw this error: 

ERROR weewx.engine: Import of driver failed: Unable to wake up Vantage console (<class 'weewx.WakeupError'>)

and a few errors later this 

weewx.service: Main process exited, code=exited, status=4/NOPERMISSION

Does that suggest that weewx was unable to start its own driver?

Here's the tail of the log file showing the final death throes.

Apr 21 04:55:14 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-21 04:54:00 MST (1713700440)
Apr 21 04:55:16 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 21 04:55:16 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Apr 21 04:55:16 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: DMPAFT try #1; error: No <ACK> received from Vantage console
Apr 21 04:55:16 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-21 04:54:00 MST (1713700440)
Apr 21 04:55:22 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: ip-read error: timed out
Apr 21 04:55:22 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Wake up try 1 failed. Exception: timed out
Apr 21 04:55:22 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Retry #1 unable to wake up console... sleeping
Apr 21 04:55:24 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 21 04:55:26 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Retrieving 1 page(s); starting index= 4
Apr 21 04:55:26 rpi-weewx weewxd[1270]: INFO weewx.manager: Added record 2024-04-21 04:55:00 MST (1713700500) to database 'weewx.sdb'
Apr 21 04:55:26 rpi-weewx weewxd[1270]: INFO weewx.manager: Added record 2024-04-21 04:55:00 MST (1713700500) to daily summary in 'weewx.sdb'
Apr 21 04:55:27 rpi-weewx weewxd[1270]: DEBUG weewx.reportengine: Running reports for latest time in the database.
Apr 21 04:55:27 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Apr 21 04:55:27 rpi-weewx weewxd[1270]: DEBUG weewx.reportengine: Running report 'SeasonsReport'
Apr 21 04:55:27 rpi-weewx weewxd[1270]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Apr 21 04:55:27 rpi-weewx weewxd[1270]: DEBUG weewx.reportengine: Running generators for report 'SeasonsReport' in directory '/etc/weewx/skins/Seasons'
Apr 21 04:55:27 rpi-weewx weewxd[1270]: DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'wee>
Apr 21 04:55:27 rpi-weewx weewxd[1270]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 21 04:55:28 rpi-weewx weewxd[1270]: INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 0.99 seconds
Apr 21 04:55:28 rpi-weewx weewxd[1270]: DEBUG weewx.manager: Daily summary version is 4.0
Apr 21 04:55:28 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 21 04:55:28 rpi-weewx weewxd[1270]: INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 0.69 seconds
Apr 21 04:55:28 rpi-weewx weewxd[1270]: INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Apr 21 04:55:28 rpi-weewx weewxd[1270]: DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Apr 21 04:55:28 rpi-weewx weewxd[1270]: DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Apr 21 04:55:28 rpi-weewx weewxd[1270]: DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Apr 21 04:55:28 rpi-weewx weewxd[1270]: DEBUG weewx.reportengine: Running report 'FTP'
Apr 21 04:55:28 rpi-weewx weewxd[1270]: DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Apr 21 04:55:28 rpi-weewx weewxd[1270]: DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': Config file not found: "/etc/weewx/skins/Ftp/lang/en.c>
Apr 21 04:55:28 rpi-weewx weewxd[1270]: DEBUG weewx.reportengine: **** Using defaults instead.
Apr 21 04:55:28 rpi-weewx weewxd[1270]: DEBUG weewx.reportengine: Running generators for report 'FTP' in directory '/etc/weewx/skins/Ftp'
Apr 21 04:55:28 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Attempting secure connection to jonadams.com
Apr 21 04:55:29 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Secure data connection to jonadams.com
Apr 21 04:55:29 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 0 ./daybarometer.png 4de50fb03e2e5a0b70f9f38a3ae40a1056498b317ee44bf3841f16c564ca2f3a
Apr 21 04:55:29 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daybarometer.png to /jonadams/pages/weewx/daybarometer.png
Apr 21 04:55:29 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 1 ./index.html df5ea4876b698b2505fa065bd966cf83697d4f8275ce50fa28436a4abec66e01
Apr 21 04:55:29 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /jonadams/pages/weewx/index.html
Apr 21 04:55:29 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 2 ./tabular.html 9a31b1e99766c8dd708c3310506ca4a7ad486cfdf62348c7e0b257cc2612177f
Apr 21 04:55:30 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/tabular.html to /jonadams/pages/weewx/tabular.html
Apr 21 04:55:30 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 3 ./daywindvec.png 5f6ea3eb4067831aa4aa9069cf62315d969621abf981a5360c57e3d26b3bcd9b
Apr 21 04:55:30 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywindvec.png to /jonadams/pages/weewx/daywindvec.png
Apr 21 04:55:30 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 4 ./dayhumin.png 0c8bae914949225cc6c7d67d60f4bd7a97705c423c75685251c0992e18f07c2f
Apr 21 04:55:30 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayhumin.png to /jonadams/pages/weewx/dayhumin.png
Apr 21 04:55:30 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 5 ./dayradiation.png 35565e5d8ef1c50f7fda27cd10605df71d76588040caffa513b56c99a8a7b235
Apr 21 04:55:31 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayradiation.png to /jonadams/pages/weewx/dayradiation.png
Apr 21 04:55:31 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 6 ./dayET.png 2a8cbea66c08cd9581a7425646e7060519e166f1168c9f45404383d6112257fd
Apr 21 04:55:31 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayET.png to /jonadams/pages/weewx/dayET.png
Apr 21 04:55:31 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 7 ./dayrain.png 1851e4bb30bba93c8b79506afd92bf6c43bfbdb10a954df463af33d5831a1e3d
Apr 21 04:55:31 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayrain.png to /jonadams/pages/weewx/dayrain.png
Apr 21 04:55:31 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 8 ./dayhum.png e9e1cb0a89cce01eddc517c9abfae11798d7c95f0f80ef0d4d05f3c012315f7f
Apr 21 04:55:32 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayhum.png to /jonadams/pages/weewx/dayhum.png
Apr 21 04:55:32 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 9 ./daytempin.png 80de3cb5468bfe0c9e85d7421bcff07944a3a00a4a31b32440694864c0450931
Apr 21 04:55:32 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempin.png to /jonadams/pages/weewx/daytempin.png
Apr 21 04:55:32 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 10 ./telemetry.html fb19ebefb499ce221f8703351bf15e09e5954b7e0a1549e391ddf191dfcc50b7
Apr 21 04:55:32 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /jonadams/pages/weewx/telemetry.html
Apr 21 04:55:32 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 11 ./rss.xml 2a4303b7dabe418cad5ea1adaf2b0ff05db08e60654be61f0148140578117f77
Apr 21 04:55:33 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/rss.xml to /jonadams/pages/weewx/rss.xml
Apr 21 04:55:33 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 12 ./daywinddir.png 5169f607aebf3e3452d76b34adf35c4aef9e27b3262c4066d00b773c5409f9a8
Apr 21 04:55:33 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywinddir.png to /jonadams/pages/weewx/daywinddir.png
Apr 21 04:55:33 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 13 ./dayrx.png aba6845f4796c02c0e7dc492bb88dd43450d45126c4c4d6d733fc9d5eb469a64
Apr 21 04:55:33 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayrx.png to /jonadams/pages/weewx/dayrx.png
Apr 21 04:55:33 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 14 ./dayvolt.png 54282acfa44af4f252ff9e4a86aa5d9871cca3eabc66a4cfc30458d39b7427d5
Apr 21 04:55:34 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayvolt.png to /jonadams/pages/weewx/dayvolt.png
Apr 21 04:55:34 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 15 ./celestial.html afcd4e79acc2ffd2086fdb7b1217b1198be55793127c6d32c7797b2103cfabc4
Apr 21 04:55:34 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/celestial.html to /jonadams/pages/weewx/celestial.html
Apr 21 04:55:34 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 16 ./daytempdew.png 2340b240e889a19300f6d67560f7c771b766f6ee17436e765c21f6bca59a8083
Apr 21 04:55:35 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempdew.png to /jonadams/pages/weewx/daytempdew.png
Apr 21 04:55:35 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 17 ./dayUV.png 3a9452ab33dd2960bb7af6521d6a387fe91fb604dac144b55ced9222b2eace1d
Apr 21 04:55:35 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayUV.png to /jonadams/pages/weewx/dayUV.png
Apr 21 04:55:35 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 18 ./daywind.png 12548e75653c7fcb6656d9a22ac8e6a21c4de9d02a3f2bf017e7b5cf4ec193b0
Apr 21 04:55:35 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywind.png to /jonadams/pages/weewx/daywind.png
Apr 21 04:55:35 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 19 ./daytempfeel.png 35eb2f082a38eefb1fd43d4f83ec41e1ce01c4559a560c5f28940d9d43997a4c
Apr 21 04:55:36 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempfeel.png to /jonadams/pages/weewx/daytempfeel.png
Apr 21 04:55:36 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: 20 ./statistics.html 7c9f83410e3252aed44203711a174bc8a2c80d7863a237e6505b5b6d2bee4463
Apr 21 04:55:36 rpi-weewx weewxd[1270]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/statistics.html to /jonadams/pages/weewx/statistics.html
Apr 21 04:55:36 rpi-weewx weewxd[1270]: INFO weewx.reportengine: ftpgenerator: Ftp'd 21 files in 7.79 seconds
Apr 21 04:55:36 rpi-weewx weewxd[1270]: DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
Apr 21 04:56:14 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-21 04:55:00 MST (1713700500)
Apr 21 04:56:16 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 21 04:56:16 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Apr 21 04:56:16 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: DMPAFT try #1; error: No <ACK> received from Vantage console
Apr 21 04:56:16 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-21 04:55:00 MST (1713700500)
Apr 21 04:56:22 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: ip-read error: timed out
Apr 21 04:56:22 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Wake up try 1 failed. Exception: timed out
Apr 21 04:56:22 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Retry #1 unable to wake up console... sleeping
Apr 21 04:56:24 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 21 04:56:25 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Apr 21 04:56:25 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: DMPAFT try #2; error: No <ACK> received from Vantage console
Apr 21 04:56:25 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-21 04:55:00 MST (1713700500)
Apr 21 04:56:30 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: ip-read error: timed out
Apr 21 04:56:30 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Wake up try 1 failed. Exception: timed out
Apr 21 04:56:30 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Retry #1 unable to wake up console... sleeping
Apr 21 04:56:33 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 21 04:56:34 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Apr 21 04:56:34 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: DMPAFT try #3; error: No <ACK> received from Vantage console
Apr 21 04:56:34 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-21 04:55:00 MST (1713700500)
Apr 21 04:56:39 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: ip-read error: timed out
Apr 21 04:56:39 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Wake up try 1 failed. Exception: timed out
Apr 21 04:56:39 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Retry #1 unable to wake up console... sleeping
Apr 21 04:56:42 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Apr 21 04:56:42 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Apr 21 04:56:42 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: DMPAFT try #4; error: No <ACK> received from Vantage console
Apr 21 04:56:42 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: DMPAFT max tries (4) exceeded.
Apr 21 04:56:42 rpi-weewx weewxd[1270]: INFO weewx.engine: Main loop exiting. Shutting engine down.
Apr 21 04:56:42 rpi-weewx weewxd[1270]: INFO weewx.engine: Shutting down StdReport thread
Apr 21 04:56:42 rpi-weewx weewxd[1270]: DEBUG weewx.engine: StdReport thread has been terminated
Apr 21 04:56:43 rpi-weewx weewxd[1270]: CRITICAL __main__: Caught WeeWxIOError: Max tries exceeded while getting archive data.
Apr 21 04:56:43 rpi-weewx weewxd[1270]: CRITICAL __main__:     ****  Waiting 60.0 seconds then retrying...
Apr 21 04:57:43 rpi-weewx weewxd[1270]: INFO __main__: retrying...
Apr 21 04:57:43 rpi-weewx weewxd[1270]: DEBUG __main__: Initializing engine
Apr 21 04:57:43 rpi-weewx weewxd[1270]: INFO weewx.engine: Loading station type Vantage (weewx.drivers.vantage)
Apr 21 04:57:43 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Driver version is 3.6.2
Apr 21 04:57:43 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Option loop_request=1
Apr 21 04:57:45 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Opened up ethernet host 192.168.1.45 on port 22222. timeout=4.0, tcp_send_delay=0.5
Apr 21 04:57:50 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: ip-read error: timed out
Apr 21 04:57:50 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Wake up try 1 failed. Exception: timed out
Apr 21 04:57:50 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Retry #1 unable to wake up console... sleeping
Apr 21 04:57:57 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: ip-read error: timed out
Apr 21 04:57:57 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Wake up try 2 failed. Exception: timed out
Apr 21 04:57:57 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Retry #2 unable to wake up console... sleeping
Apr 21 04:58:04 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: ip-read error: timed out
Apr 21 04:58:04 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Wake up try 3 failed. Exception: timed out
Apr 21 04:58:04 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Retry #3 unable to wake up console... sleeping
Apr 21 04:58:10 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: ip-read error: timed out
Apr 21 04:58:10 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Wake up try 4 failed. Exception: timed out
Apr 21 04:58:10 rpi-weewx weewxd[1270]: DEBUG weewx.drivers.vantage: Retry #4 unable to wake up console... sleeping
Apr 21 04:58:12 rpi-weewx weewxd[1270]: ERROR weewx.drivers.vantage: Unable to wake up Vantage console
Apr 21 04:58:12 rpi-weewx weewxd[1270]: ERROR weewx.engine: Import of driver failed: Unable to wake up Vantage console (<class 'weewx.WakeupError'>)
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL weewx.engine:     ****  Traceback (most recent call last):
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL weewx.engine:     ****    File "/usr/share/weewx/weewx/engine.py", line 115, in setupStation
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL weewx.engine:     ****      self.console = loader_function(config_dict, self)
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL weewx.engine:     ****                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL weewx.engine:     ****    File "/usr/share/weewx/weewx/drivers/vantage.py", line 32, in loader
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL weewx.engine:     ****      return VantageService(engine, config_dict)
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL weewx.engine:     ****             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL weewx.engine:     ****    File "/usr/share/weewx/weewx/drivers/vantage.py", line 2046, in __init__
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL weewx.engine:     ****      Vantage.__init__(self, **config_dict[DRIVER_NAME])
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL weewx.engine:     ****    File "/usr/share/weewx/weewx/drivers/vantage.py", line 539, in __init__
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL weewx.engine:     ****      self._setup()
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL weewx.engine:     ****    File "/usr/share/weewx/weewx/drivers/vantage.py", line 1440, in _setup
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL weewx.engine:     ****      self.port.wakeup_console(max_tries=self.max_tries)
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL weewx.engine:     ****    File "/usr/share/weewx/weewx/drivers/vantage.py", line 113, in wakeup_console
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL weewx.engine:     ****      raise weewx.WakeupError("Unable to wake up Vantage console")
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL weewx.engine:     ****  weewx.WakeupError: Unable to wake up Vantage console
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL __main__: Unable to load driver: Unable to wake up Vantage console
Apr 21 04:58:12 rpi-weewx weewxd[1270]: CRITICAL __main__:     ****  Exiting...
Apr 21 04:58:12 rpi-weewx systemd[1]: weewx.service: Main process exited, code=exited, status=4/NOPERMISSION
Apr 21 04:58:12 rpi-weewx systemd[1]: weewx.service: Failed with result 'exit-code'.
Apr 21 04:58:12 rpi-weewx systemd[1]: weewx.service: Consumed 44min 26.911s CPU time.
 
Any further assistance would be gratefully accepted.

Cheers  - Jon N7UV

n7uv...@gmail.com

unread,
Apr 21, 2024, 10:26:50 AM4/21/24
to weewx-user
And I was able to start weewx with only the systemctl start weewx.service once I had reported on the above, with no changes to anything. It's now working fine again.

Cheers - Jon N7UV

Tom Keffer

unread,
Apr 21, 2024, 11:20:04 AM4/21/24
to weewx...@googlegroups.com
The WLIP data logger has always been problematic, but it does look like there is something flaky going on with your network.

n7uv...@gmail.com

unread,
Apr 21, 2024, 1:59:53 PM4/21/24
to weewx-user
Hi Tom -

In your opinion, is the issue external to the weewx RPi? It was an unused RPi, new build, which I only just put to use just for this purpose.

I will point out that over the 10 years I've had this Vantage2Pro it has always seemed to have communications issues, to the point that other RPis running weewx (I think 4 or 5 builds now) would see weewx fail to start reliably and would force me to start it manually. I think I even commented on that here several years ago. At that time, I didn't ever pay attention to the logging so I didn't know why. Maybe it is my datalogger. I wonder if I go from an WLIP to a WLUSB (since the RPi and the console are only a foot apart) that things might change. Thoughts?

In any event, it's working for now and I've got other chores to do. %^)

Cheers - Jon N7UV

Reply all
Reply to author
Forward
0 new messages