--
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/18277490-29b2-439b-be7f-cc8ba74ac281n%40googlegroups.com.
On Mar 22, 2021, at 3:38 PM, Peter Dougherty <pjdou...@gmail.com> wrote:
It occurred to me that you might also need to see the log from process start, so I stopped the service and restarted it, and have pasted the relevant portion of the log below. This is from within 3 minutes of my typing out this post.
--
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/98084431-e149-46b5-9060-82670e742090n%40googlegroups.com.
On Mar 22, 2021, at 4:00 PM, John Kline <jo...@johnkline.com> wrote:
OK, now that is bizarre. Why would it just suddenly disappear, I wonder? I will post over there but there’s gotta be more involved.
The end goal is to have the data not just posted to CWOP itself, but also disseminated to the APRS network.
- pjd
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/h0AhMSztDvI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/777B9A92-4CC9-4BFA-A1EE-07E67A2AA897%40johnkline.com.
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/05ba01d71f68%249b245b70%24d16d1250%24%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/05c301d71f6f%24df79c790%249e6d56b0%24%40gmail.com.
I will de-power the Vantage for 5 minutes and see what happens, and reboot the Raspberry Pi once the Vantage console is back on line.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zECp8-riqjWzG%3Dw88DVoCSU0oT2vp91qr_6vwL-hFx-83g%40mail.gmail.com.
So…there was a tiny bit of progress (maybe??) but it's back to the same problem.
I stopped the Vantage console for a few minutes and pulled out the batteries. Restarted it, then unplugged the RPi and reconnected it. It seems to have started adding the missing data and I’m seeing “restx” messages again, but after 10 minutes, nothing seems to actually have gotten posted to CWOP.
So I stopped Weewx and restarted it again, a few seconds before the 19:35EDT update time. Nothing seems to have gotten posted to CWOP, however; I have refreshed the page numerous times since.
I know nothing about Linux (it frankly scares me half to death) and my ability to do anything complex without the precise syntax is zero, so I appreciate your assistance.
With it back to the way it was before I tried to invoke the wee_device --dump and --clear-memory. This is the screen results of those (failed) attempts.
pi@wx:~ $ wee_device --dump
Using configuration file /etc/weewx/weewx.conf
Using Vantage driver version 3.0.9 (weewx.drivers.vantage)
Traceback (most recent call last):
File "/usr/bin/wee_device", line 54, in <module>
main()
File "/usr/bin/wee_device", line 51, in main
device.configure(config_dict)
File "/usr/share/weewx/weewx/drivers/__init__.py", line 69, in configure
self.do_options(options, parser, config_dict, prompt)
File "/usr/share/weewx/weewx/drivers/vantage.py", line 1827, in do_options
station = Vantage(**config_dict[DRIVER_NAME])
File "/usr/share/weewx/weewx/drivers/vantage.py", line 479, in __init__
self._setup()
File "/usr/share/weewx/weewx/drivers/vantage.py", line 1174, in _setup
setup_bits = self._getEEPROM_value(0x2B)[0]
File "/usr/share/weewx/weewx/drivers/vantage.py", line 1257, in _getEEPROM_value
raise weewx.RetriesExceeded("While getting EEPROM data value at address 0x%X" % offset)
weewx.RetriesExceeded: While getting EEPROM data value at address 0x2B
pi@wx:~ $ wee_device --dump
Using configuration file /etc/weewx/weewx.conf
Using Vantage driver version 3.0.9 (weewx.drivers.vantage)
Traceback (most recent call last):
File "/usr/bin/wee_device", line 54, in <module>
main()
File "/usr/bin/wee_device", line 51, in main
device.configure(config_dict)
File "/usr/share/weewx/weewx/drivers/__init__.py", line 69, in configure
self.do_options(options, parser, config_dict, prompt)
File "/usr/share/weewx/weewx/drivers/vantage.py", line 1827, in do_options
station = Vantage(**config_dict[DRIVER_NAME])
File "/usr/share/weewx/weewx/drivers/vantage.py", line 479, in __init__
self._setup()
File "/usr/share/weewx/weewx/drivers/vantage.py", line 1174, in _setup
setup_bits = self._getEEPROM_value(0x2B)[0]
File "/usr/share/weewx/weewx/drivers/vantage.py", line 1257, in _getEEPROM_value
raise weewx.RetriesExceeded("While getting EEPROM data value at address 0x%X" % offset)
weewx.RetriesExceeded: While getting EEPROM data value at address 0x2B
pi@wx:~ $ wee_device --clear-memory
Using configuration file /etc/weewx/weewx.conf
Using Vantage driver version 3.0.9 (weewx.drivers.vantage)
Traceback (most recent call last):
File "/usr/bin/wee_device", line 54, in <module>
main()
File "/usr/bin/wee_device", line 51, in main
device.configure(config_dict)
File "/usr/share/weewx/weewx/drivers/__init__.py", line 69, in configure
self.do_options(options, parser, config_dict, prompt)
File "/usr/share/weewx/weewx/drivers/vantage.py", line 1827, in do_options
station = Vantage(**config_dict[DRIVER_NAME])
File "/usr/share/weewx/weewx/drivers/vantage.py", line 479, in __init__
self._setup()
File "/usr/share/weewx/weewx/drivers/vantage.py", line 1175, in _setup
self.rain_year_start = self._getEEPROM_value(0x2C)[0]
File "/usr/share/weewx/weewx/drivers/vantage.py", line 1257, in _getEEPROM_value
raise weewx.RetriesExceeded("While getting EEPROM data value at address 0x%X" % offset)
weewx.RetriesExceeded: While getting EEPROM data value at address 0x2C
Once again, there are no restx messages being displayed. Log follows:
Mar 22 19:12:01 wx weewx[3062]: vantage: LOOP try #1; error: Expected to read 99 chars; got 0 instead
Mar 22 19:12:01 wx weewx[3062]: vantage: Requesting 200 LOOP packets.
Mar 22 19:12:05 wx weewx[3062]: vantage: retry #0 failed
Mar 22 19:12:09 wx weewx[3062]: vantage: retry #1 failed
Mar 22 19:12:13 wx weewx[3062]: vantage: retry #2 failed
Mar 22 19:12:17 wx weewx[3062]: vantage: retry #3 failed
Mar 22 19:12:17 wx weewx[3062]: vantage: Unable to wake up console
Mar 22 19:12:17 wx weewx[3062]: vantage: LOOP try #2; error: Unable to wake up Vantage console
Mar 22 19:12:17 wx weewx[3062]: vantage: Requesting 200 LOOP packets.
Mar 22 19:12:21 wx weewx[3062]: vantage: retry #0 failed
Mar 22 19:12:25 wx weewx[3062]: vantage: retry #1 failed
Mar 22 19:12:29 wx weewx[3062]: vantage: retry #2 failed
Mar 22 19:12:33 wx weewx[3062]: vantage: retry #3 failed
Mar 22 19:12:33 wx weewx[3062]: vantage: Unable to wake up console
Mar 22 19:12:33 wx weewx[3062]: vantage: LOOP try #3; error: Unable to wake up Vantage console
Mar 22 19:12:33 wx weewx[3062]: vantage: Requesting 200 LOOP packets.
Mar 22 19:12:37 wx weewx[3062]: vantage: retry #0 failed
Mar 22 19:12:41 wx weewx[3062]: vantage: retry #1 failed
Mar 22 19:12:45 wx weewx[3062]: vantage: retry #2 failed
Mar 22 19:12:49 wx weewx[3062]: vantage: retry #3 failed
Mar 22 19:12:49 wx weewx[3062]: vantage: Unable to wake up console
Mar 22 19:12:49 wx weewx[3062]: vantage: LOOP try #4; error: Unable to wake up Vantage console
Mar 22 19:12:49 wx weewx[3062]: vantage: LOOP max tries (4) exceeded.
Mar 22 19:12:49 wx weewx[3062]: engine: Main loop exiting. Shutting engine down.
Mar 22 19:12:49 wx weewx[3062]: engine: Shutting down StdReport thread
Mar 22 19:12:49 wx weewx[3062]: engine: StdReport thread has been terminated
Mar 22 19:12:49 wx weewx[3062]: restx: Shut down CWOP thread.
Mar 22 19:12:49 wx weewx[3062]: restx: Shut down PWSWeather thread.
Mar 22 19:12:49 wx weewx[3062]: restx: Shut down Wunderground-RF thread.
Mar 22 19:12:49 wx weewx[3062]: engine: Caught WeeWxIOError: Max tries exceeded while getting LOOP data.
Mar 22 19:12:49 wx weewx[3062]: **** Waiting 60 seconds then retrying...
Mar 22 19:13:49 wx weewx[3062]: engine: retrying...
Mar 22 19:13:49 wx weewx[3062]: engine: Using configuration file /etc/weewx/weewx.conf
Mar 22 19:13:49 wx weewx[3062]: engine: Initializing engine
Mar 22 19:13:49 wx weewx[3062]: engine: Loading station type Vantage (weewx.drivers.vantage)
Mar 22 19:13:49 wx weewx[3062]: vantage: driver version is 3.0.9
Mar 22 19:13:49 wx weewx[3062]: vantage: Opened up serial port /dev/ttyUSB0; baud 19200; timeout 4.00
Mar 22 19:13:53 wx weewx[3062]: vantage: retry #0 failed
Mar 22 19:13:57 wx weewx[3062]: vantage: retry #1 failed
Mar 22 19:14:01 wx weewx[3062]: vantage: retry #2 failed
Mar 22 19:14:05 wx weewx[3062]: vantage: retry #3 failed
Mar 22 19:14:05 wx weewx[3062]: vantage: Unable to wake up console
Mar 22 19:14:05 wx weewx[3062]: import of driver failed: Unable to wake up Vantage console (<class 'weewx.WakeupError'>)
Mar 22 19:14:05 wx weewx[3062]: engine: Unable to load driver: Unable to wake up Vantage console
Mar 22 19:14:05 wx weewx[3062]: **** Exiting...
Mar 22 19:17:13 wx weewx[575]: Starting weewx weather system: weewxerror: unexpectedly disconnected from boot status daemon
Mar 22 19:17:16 wx weewx[784]: engine: Initializing weewx version 3.6.2
Mar 22 19:17:16 wx weewx[784]: engine: Using Python 2.7.9 (default, Sep 16 2019, 18:29:54) #012[GCC 4.9.2]
Mar 22 19:17:16 wx weewx[784]: engine: Platform Linux-4.9.35-v7+-armv7l-with-debian-8.0
Mar 22 19:17:16 wx weewx[784]: engine: pid file is /var/run/weewx.pid
Mar 22 19:17:16 wx weewx[1053]: engine: Using configuration file /etc/weewx/weewx.conf
Mar 22 19:17:16 wx weewx[1053]: engine: Initializing engine
Mar 22 19:17:16 wx weewx[1053]: engine: Loading station type Vantage (weewx.drivers.vantage)
Mar 22 19:17:16 wx weewx[575]: .
Mar 22 19:17:16 wx weewx[1053]: vantage: driver version is 3.0.9
Mar 22 19:17:16 wx weewx[1053]: vantage: Opened up serial port /dev/ttyUSB0; baud 19200; timeout 4.00
Mar 22 19:17:16 wx weewx[1053]: vantage: gentle wake up of console successful
Mar 22 19:17:16 wx weewx[1053]: vantage: _setup; hardware type is 16
Mar 22 19:17:16 wx weewx[1053]: engine: Loading service weewx.engine.StdTimeSynch
Mar 22 19:17:16 wx weewx[1053]: engine: Finished loading service weewx.engine.StdTimeSynch
Mar 22 19:17:16 wx weewx[1053]: engine: Loading service weewx.engine.StdConvert
Mar 22 19:17:16 wx weewx[1053]: engine: StdConvert target unit is 0x1
Mar 22 19:17:16 wx weewx[1053]: engine: Finished loading service weewx.engine.StdConvert
Mar 22 19:17:16 wx weewx[1053]: engine: Loading service weewx.engine.StdCalibrate
Mar 22 19:17:16 wx weewx[1053]: engine: Finished loading service weewx.engine.StdCalibrate
Mar 22 19:17:16 wx weewx[1053]: engine: Loading service weewx.engine.StdQC
Mar 22 19:17:16 wx weewx[1053]: engine: Finished loading service weewx.engine.StdQC
Mar 22 19:17:16 wx weewx[1053]: engine: Loading service weewx.wxservices.StdWXCalculate
Mar 22 19:17:16 wx weewx[1053]: wxcalculate: The following values will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, dewpoint=prefer_hardware, appTemp=prefer_hardware, rainRate=prefer_hardware, windrun=prefer_hardware, heatindex=prefer_hardware, maxSolarRad=prefer_hardware, humidex=prefer_hardware, pressure=prefer_hardware, inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, cloudbase=prefer_hardware
Mar 22 19:17:16 wx weewx[1053]: wxcalculate: The following algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Mar 22 19:17:16 wx weewx[1053]: engine: Finished loading service weewx.wxservices.StdWXCalculate
Mar 22 19:17:16 wx weewx[1053]: engine: Loading service weewx.engine.StdArchive
Mar 22 19:17:16 wx weewx[1053]: engine: Archive will use data binding wx_binding
Mar 22 19:17:16 wx weewx[1053]: engine: Record generation will be attempted in 'hardware'
Mar 22 19:17:16 wx weewx[1053]: engine: Using archive interval of 300 seconds (specified by hardware)
Mar 22 19:17:16 wx weewx[1053]: engine: Use LOOP data in hi/low calculations: 1
Mar 22 19:17:17 wx weewx[1053]: engine: Using binding 'wx_binding' to database 'weewx.sdb'
Mar 22 19:17:17 wx weewx[1053]: manager: Starting backfill of daily summaries
Mar 22 19:17:17 wx weewx[1053]: manager: Daily summaries up to date
Mar 22 19:17:17 wx weewx[1053]: engine: Finished loading service weewx.engine.StdArchive
Mar 22 19:17:17 wx weewx[1053]: engine: Loading service weewx.restx.StdStationRegistry
Mar 22 19:17:17 wx weewx[1053]: restx: StationRegistry: Station will not be registered: no station_url specified.
Mar 22 19:17:17 wx weewx[1053]: engine: Finished loading service weewx.restx.StdStationRegistry
Mar 22 19:17:17 wx weewx[1053]: engine: Loading service weewx.restx.StdWunderground
Mar 22 19:17:17 wx weewx[1053]: restx: Wunderground-RF: Data for station KNJWESTC2 will be posted
Mar 22 19:17:17 wx weewx[1053]: engine: Finished loading service weewx.restx.StdWunderground
Mar 22 19:17:17 wx weewx[1053]: engine: Loading service weewx.restx.StdPWSweather
Mar 22 19:17:17 wx weewx[1053]: restx: PWSWeather: Data for station w2irt will be posted
Mar 22 19:17:17 wx weewx[1053]: engine: Finished loading service weewx.restx.StdPWSweather
Mar 22 19:17:17 wx weewx[1053]: engine: Loading service weewx.restx.StdCWOP
Mar 22 19:17:17 wx weewx[1053]: restx: CWOP: Data for station W2IRT will be posted
Mar 22 19:17:17 wx weewx[1053]: engine: Finished loading service weewx.restx.StdCWOP
Mar 22 19:17:17 wx weewx[1053]: engine: Loading service weewx.restx.StdWOW
Mar 22 19:17:17 wx weewx[1053]: restx: WOW: Posting not enabled.
Mar 22 19:17:17 wx weewx[1053]: engine: Finished loading service weewx.restx.StdWOW
Mar 22 19:17:17 wx weewx[1053]: engine: Loading service weewx.restx.StdAWEKAS
Mar 22 19:17:17 wx weewx[1053]: restx: AWEKAS: Posting not enabled.
Mar 22 19:17:17 wx weewx[1053]: engine: Finished loading service weewx.restx.StdAWEKAS
Mar 22 19:17:17 wx weewx[1053]: engine: Loading service weewx.engine.StdPrint
Mar 22 19:17:17 wx weewx[1053]: engine: Finished loading service weewx.engine.StdPrint
Mar 22 19:17:17 wx weewx[1053]: engine: Loading service weewx.engine.StdReport
Mar 22 19:17:17 wx weewx[1053]: engine: Finished loading service weewx.engine.StdReport
Mar 22 19:17:17 wx weewx[1053]: engine: Starting up weewx version 3.6.2
Mar 22 19:17:17 wx weewx[1053]: vantage: gentle wake up of console successful
Mar 22 19:17:17 wx weewx[1053]: engine: Clock error is 811.07 seconds (positive is fast)
Mar 22 19:17:17 wx weewx[1053]: vantage: gentle wake up of console successful
Mar 22 19:17:17 wx weewx[1053]: vantage: Clock set to 2021-03-22 19:17:18 EDT (1616455038)
Mar 22 19:17:17 wx weewx[1053]: vantage: Getting archive packets since 2021-03-14 03:00:00 EDT (1615705200)
Mar 22 19:17:19 wx weewx[1053]: vantage: gentle wake up of console successful
Mar 22 19:22:47 wx weewx[1053]: vantage: Retrieving 513 page(s); starting index= 4
Mar 22 19:22:48 wx weewx[1053]: manager: added record 2021-03-22 12:25:00 EDT (1616430300) to database 'weewx.sdb'
Mar 22 19:22:48 wx weewx[1053]: manager: added record 2021-03-22 12:25:00 EDT (1616430300) to daily summary in 'weewx.sdb'
Mar 22 19:22:48 wx weewx[1053]: restx: CWOP: record 2021-03-22 12:25:00 EDT (1616430300) is stale (25068 > 60).
Mar 22 19:22:48 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 12:25:00 EDT (1616430300)
Mar 22 19:22:48 wx weewx[1053]: manager: added record 2021-03-22 12:30:00 EDT (1616430600) to database 'weewx.sdb'
Mar 22 19:22:48 wx weewx[1053]: manager: added record 2021-03-22 12:30:00 EDT (1616430600) to daily summary in 'weewx.sdb'
Mar 22 19:22:49 wx weewx[1053]: restx: CWOP: record 2021-03-22 12:30:00 EDT (1616430600) is stale (24769 > 60).
Mar 22 19:22:49 wx weewx[1053]: manager: added record 2021-03-22 12:35:00 EDT (1616430900) to database 'weewx.sdb'
Mar 22 19:22:49 wx weewx[1053]: manager: added record 2021-03-22 12:35:00 EDT (1616430900) to daily summary in 'weewx.sdb'
Mar 22 19:22:49 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 12:30:00 EDT (1616430600)
Mar 22 19:22:49 wx weewx[1053]: restx: CWOP: record 2021-03-22 12:35:00 EDT (1616430900) is stale (24469 > 60).
Mar 22 19:22:49 wx weewx[1053]: manager: added record 2021-03-22 12:40:00 EDT (1616431200) to database 'weewx.sdb'
Mar 22 19:22:49 wx weewx[1053]: manager: added record 2021-03-22 12:40:00 EDT (1616431200) to daily summary in 'weewx.sdb'
Mar 22 19:22:49 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 12:35:00 EDT (1616430900)
Mar 22 19:22:49 wx weewx[1053]: restx: CWOP: record 2021-03-22 12:40:00 EDT (1616431200) is stale (24169 > 60).
Mar 22 19:22:49 wx weewx[1053]: manager: added record 2021-03-22 12:45:00 EDT (1616431500) to database 'weewx.sdb'
Mar 22 19:22:49 wx weewx[1053]: manager: added record 2021-03-22 12:45:00 EDT (1616431500) to daily summary in 'weewx.sdb'
Mar 22 19:22:49 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 12:40:00 EDT (1616431200)
Mar 22 19:22:50 wx weewx[1053]: restx: CWOP: record 2021-03-22 12:45:00 EDT (1616431500) is stale (23870 > 60).
Mar 22 19:22:50 wx weewx[1053]: manager: added record 2021-03-22 12:50:00 EDT (1616431800) to database 'weewx.sdb'
Mar 22 19:22:50 wx weewx[1053]: manager: added record 2021-03-22 12:50:00 EDT (1616431800) to daily summary in 'weewx.sdb'
Mar 22 19:22:50 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 12:45:00 EDT (1616431500)
Mar 22 19:22:50 wx weewx[1053]: restx: CWOP: record 2021-03-22 12:50:00 EDT (1616431800) is stale (23570 > 60).
Mar 22 19:22:50 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 12:50:00 EDT (1616431800)
Mar 22 19:22:50 wx weewx[1053]: manager: added record 2021-03-22 12:55:00 EDT (1616432100) to database 'weewx.sdb'
Mar 22 19:22:51 wx weewx[1053]: manager: added record 2021-03-22 12:55:00 EDT (1616432100) to daily summary in 'weewx.sdb'
Mar 22 19:22:51 wx weewx[1053]: restx: CWOP: record 2021-03-22 12:55:00 EDT (1616432100) is stale (23271 > 60).
Mar 22 19:22:51 wx weewx[1053]: manager: added record 2021-03-22 13:00:00 EDT (1616432400) to database 'weewx.sdb'
Mar 22 19:22:51 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 12:55:00 EDT (1616432100)
Mar 22 19:22:51 wx weewx[1053]: manager: added record 2021-03-22 13:00:00 EDT (1616432400) to daily summary in 'weewx.sdb'
Mar 22 19:22:52 wx weewx[1053]: restx: CWOP: record 2021-03-22 13:00:00 EDT (1616432400) is stale (22972 > 60).
Mar 22 19:22:52 wx weewx[1053]: manager: added record 2021-03-22 13:05:00 EDT (1616432700) to database 'weewx.sdb'
Mar 22 19:22:52 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 13:00:00 EDT (1616432400)
Mar 22 19:22:52 wx weewx[1053]: manager: added record 2021-03-22 13:05:00 EDT (1616432700) to daily summary in 'weewx.sdb'
Mar 22 19:22:52 wx weewx[1053]: restx: CWOP: record 2021-03-22 13:05:00 EDT (1616432700) is stale (22672 > 60).
Mar 22 19:22:52 wx weewx[1053]: manager: added record 2021-03-22 13:10:00 EDT (1616433000) to database 'weewx.sdb'
Mar 22 19:22:52 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 13:05:00 EDT (1616432700)
Mar 22 19:22:52 wx weewx[1053]: manager: added record 2021-03-22 13:10:00 EDT (1616433000) to daily summary in 'weewx.sdb'
Mar 22 19:22:53 wx weewx[1053]: restx: CWOP: record 2021-03-22 13:10:00 EDT (1616433000) is stale (22373 > 60).
Mar 22 19:22:53 wx weewx[1053]: manager: added record 2021-03-22 13:15:00 EDT (1616433300) to database 'weewx.sdb'
Mar 22 19:22:53 wx weewx[1053]: manager: added record 2021-03-22 13:15:00 EDT (1616433300) to daily summary in 'weewx.sdb'
Mar 22 19:22:53 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 13:10:00 EDT (1616433000)
Mar 22 19:22:54 wx weewx[1053]: restx: CWOP: record 2021-03-22 13:15:00 EDT (1616433300) is stale (22074 > 60).
Mar 22 19:22:54 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 13:15:00 EDT (1616433300)
Mar 22 19:22:54 wx weewx[1053]: manager: added record 2021-03-22 13:20:00 EDT (1616433600) to database 'weewx.sdb'
Mar 22 19:22:54 wx weewx[1053]: manager: added record 2021-03-22 13:20:00 EDT (1616433600) to daily summary in 'weewx.sdb'
Mar 22 19:22:55 wx weewx[1053]: restx: CWOP: record 2021-03-22 13:20:00 EDT (1616433600) is stale (21775 > 60).
Mar 22 19:22:55 wx weewx[1053]: manager: added record 2021-03-22 13:25:00 EDT (1616433900) to database 'weewx.sdb'
Mar 22 19:22:55 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 13:20:00 EDT (1616433600)
Mar 22 19:22:55 wx weewx[1053]: manager: added record 2021-03-22 13:25:00 EDT (1616433900) to daily summary in 'weewx.sdb'
Mar 22 19:22:55 wx weewx[1053]: restx: CWOP: record 2021-03-22 13:25:00 EDT (1616433900) is stale (21475 > 60).
Mar 22 19:22:55 wx weewx[1053]: manager: added record 2021-03-22 13:30:00 EDT (1616434200) to database 'weewx.sdb'
Mar 22 19:22:55 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 13:25:00 EDT (1616433900)
Mar 22 19:22:55 wx weewx[1053]: manager: added record 2021-03-22 13:30:00 EDT (1616434200) to daily summary in 'weewx.sdb'
Mar 22 19:22:55 wx weewx[1053]: restx: CWOP: record 2021-03-22 13:30:00 EDT (1616434200) is stale (21175 > 60).
Mar 22 19:22:55 wx weewx[1053]: manager: added record 2021-03-22 13:35:00 EDT (1616434500) to database 'weewx.sdb'
Mar 22 19:22:55 wx weewx[1053]: manager: added record 2021-03-22 13:35:00 EDT (1616434500) to daily summary in 'weewx.sdb'
Mar 22 19:22:55 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 13:30:00 EDT (1616434200)
Mar 22 19:22:56 wx weewx[1053]: restx: CWOP: record 2021-03-22 13:35:00 EDT (1616434500) is stale (20876 > 60).
Mar 22 19:22:56 wx weewx[1053]: manager: added record 2021-03-22 13:40:00 EDT (1616434800) to database 'weewx.sdb'
Mar 22 19:22:56 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 13:35:00 EDT (1616434500)
Mar 22 19:22:56 wx weewx[1053]: manager: added record 2021-03-22 13:40:00 EDT (1616434800) to daily summary in 'weewx.sdb'
Mar 22 19:22:56 wx weewx[1053]: restx: CWOP: record 2021-03-22 13:40:00 EDT (1616434800) is stale (20576 > 60).
Mar 22 19:22:56 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 13:40:00 EDT (1616434800)
Mar 22 19:22:56 wx weewx[1053]: manager: added record 2021-03-22 13:45:00 EDT (1616435100) to database 'weewx.sdb'
Mar 22 19:22:56 wx weewx[1053]: manager: added record 2021-03-22 13:45:00 EDT (1616435100) to daily summary in 'weewx.sdb'
Mar 22 19:22:56 wx weewx[1053]: restx: CWOP: record 2021-03-22 13:45:00 EDT (1616435100) is stale (20276 > 60).
Mar 22 19:22:56 wx weewx[1053]: manager: added record 2021-03-22 13:50:00 EDT (1616435400) to database 'weewx.sdb'
Mar 22 19:22:56 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 13:45:00 EDT (1616435100)
Mar 22 19:22:56 wx weewx[1053]: manager: added record 2021-03-22 13:50:00 EDT (1616435400) to daily summary in 'weewx.sdb'
Mar 22 19:22:57 wx weewx[1053]: restx: CWOP: record 2021-03-22 13:50:00 EDT (1616435400) is stale (19977 > 60).
Mar 22 19:22:57 wx weewx[1053]: manager: added record 2021-03-22 13:55:00 EDT (1616435700) to database 'weewx.sdb'
Mar 22 19:22:57 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 13:50:00 EDT (1616435400)
Mar 22 19:22:57 wx weewx[1053]: manager: added record 2021-03-22 13:55:00 EDT (1616435700) to daily summary in 'weewx.sdb'
Mar 22 19:22:57 wx weewx[1053]: restx: CWOP: record 2021-03-22 13:55:00 EDT (1616435700) is stale (19677 > 60).
Mar 22 19:22:57 wx weewx[1053]: manager: added record 2021-03-22 14:00:00 EDT (1616436000) to database 'weewx.sdb'
Mar 22 19:22:57 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 13:55:00 EDT (1616435700)
Mar 22 19:22:57 wx weewx[1053]: manager: added record 2021-03-22 14:00:00 EDT (1616436000) to daily summary in 'weewx.sdb'
Mar 22 19:22:57 wx weewx[1053]: restx: CWOP: record 2021-03-22 14:00:00 EDT (1616436000) is stale (19377 > 60).
Mar 22 19:22:57 wx weewx[1053]: manager: added record 2021-03-22 14:05:00 EDT (1616436300) to database 'weewx.sdb'
Mar 22 19:22:57 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 14:00:00 EDT (1616436000)
Mar 22 19:22:57 wx weewx[1053]: manager: added record 2021-03-22 14:05:00 EDT (1616436300) to daily summary in 'weewx.sdb'
Mar 22 19:22:57 wx weewx[1053]: restx: CWOP: record 2021-03-22 14:05:00 EDT (1616436300) is stale (19077 > 60).
Mar 22 19:22:58 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 14:05:00 EDT (1616436300)
Mar 22 19:22:58 wx weewx[1053]: manager: added record 2021-03-22 14:10:00 EDT (1616436600) to database 'weewx.sdb'
Mar 22 19:22:58 wx weewx[1053]: manager: added record 2021-03-22 14:10:00 EDT (1616436600) to daily summary in 'weewx.sdb'
Mar 22 19:22:58 wx weewx[1053]: restx: CWOP: record 2021-03-22 14:10:00 EDT (1616436600) is stale (18778 > 60).
Mar 22 19:22:58 wx weewx[1053]: manager: added record 2021-03-22 14:30:00 EDT (1616437800) to database 'weewx.sdb'
Mar 22 19:22:58 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 14:10:00 EDT (1616436600)
Mar 22 19:22:58 wx weewx[1053]: manager: added record 2021-03-22 14:30:00 EDT (1616437800) to daily summary in 'weewx.sdb'
Mar 22 19:22:58 wx weewx[1053]: restx: CWOP: record 2021-03-22 14:30:00 EDT (1616437800) is stale (17578 > 60).
Mar 22 19:22:58 wx weewx[1053]: manager: added record 2021-03-22 14:35:00 EDT (1616438100) to database 'weewx.sdb'
Mar 22 19:22:58 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 14:30:00 EDT (1616437800)
Mar 22 19:22:58 wx weewx[1053]: manager: added record 2021-03-22 14:35:00 EDT (1616438100) to daily summary in 'weewx.sdb'
Mar 22 19:22:58 wx weewx[1053]: restx: CWOP: record 2021-03-22 14:35:00 EDT (1616438100) is stale (17278 > 60).
Mar 22 19:22:58 wx weewx[1053]: manager: added record 2021-03-22 14:40:00 EDT (1616438400) to database 'weewx.sdb'
Mar 22 19:22:58 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 14:35:00 EDT (1616438100)
Mar 22 19:22:58 wx weewx[1053]: manager: added record 2021-03-22 14:40:00 EDT (1616438400) to daily summary in 'weewx.sdb'
Mar 22 19:22:59 wx weewx[1053]: restx: CWOP: record 2021-03-22 14:40:00 EDT (1616438400) is stale (16979 > 60).
Mar 22 19:22:59 wx weewx[1053]: manager: added record 2021-03-22 14:45:00 EDT (1616438700) to database 'weewx.sdb'
Mar 22 19:22:59 wx weewx[1053]: manager: added record 2021-03-22 14:45:00 EDT (1616438700) to daily summary in 'weewx.sdb'
Mar 22 19:22:59 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 14:40:00 EDT (1616438400)
Mar 22 19:22:59 wx weewx[1053]: restx: CWOP: record 2021-03-22 14:45:00 EDT (1616438700) is stale (16679 > 60).
Mar 22 19:22:59 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 14:45:00 EDT (1616438700)
Mar 22 19:22:59 wx weewx[1053]: manager: added record 2021-03-22 14:50:00 EDT (1616439000) to database 'weewx.sdb'
Mar 22 19:22:59 wx weewx[1053]: manager: added record 2021-03-22 14:50:00 EDT (1616439000) to daily summary in 'weewx.sdb'
Mar 22 19:22:59 wx weewx[1053]: restx: CWOP: record 2021-03-22 14:50:00 EDT (1616439000) is stale (16379 > 60).
Mar 22 19:22:59 wx weewx[1053]: manager: added record 2021-03-22 14:55:00 EDT (1616439300) to database 'weewx.sdb'
Mar 22 19:22:59 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 14:50:00 EDT (1616439000)
Mar 22 19:22:59 wx weewx[1053]: manager: added record 2021-03-22 14:55:00 EDT (1616439300) to daily summary in 'weewx.sdb'
Mar 22 19:23:00 wx weewx[1053]: restx: CWOP: record 2021-03-22 14:55:00 EDT (1616439300) is stale (16080 > 60).
Mar 22 19:23:00 wx weewx[1053]: manager: added record 2021-03-22 15:00:00 EDT (1616439600) to database 'weewx.sdb'
Mar 22 19:23:00 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 14:55:00 EDT (1616439300)
Mar 22 19:23:00 wx weewx[1053]: manager: added record 2021-03-22 15:00:00 EDT (1616439600) to daily summary in 'weewx.sdb'
Mar 22 19:23:00 wx weewx[1053]: restx: CWOP: record 2021-03-22 15:00:00 EDT (1616439600) is stale (15780 > 60).
Mar 22 19:23:00 wx weewx[1053]: manager: added record 2021-03-22 15:05:00 EDT (1616439900) to database 'weewx.sdb'
Mar 22 19:23:00 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 15:00:00 EDT (1616439600)
Mar 22 19:23:00 wx weewx[1053]: manager: added record 2021-03-22 15:05:00 EDT (1616439900) to daily summary in 'weewx.sdb'
Mar 22 19:23:00 wx weewx[1053]: restx: CWOP: record 2021-03-22 15:05:00 EDT (1616439900) is stale (15480 > 60).
Mar 22 19:23:00 wx weewx[1053]: manager: added record 2021-03-22 15:10:00 EDT (1616440200) to database 'weewx.sdb'
Mar 22 19:23:00 wx weewx[1053]: manager: added record 2021-03-22 15:10:00 EDT (1616440200) to daily summary in 'weewx.sdb'
Mar 22 19:23:00 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 15:05:00 EDT (1616439900)
Mar 22 19:23:00 wx weewx[1053]: restx: CWOP: record 2021-03-22 15:10:00 EDT (1616440200) is stale (15180 > 60).
Mar 22 19:23:00 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 15:10:00 EDT (1616440200)
Mar 22 19:23:00 wx weewx[1053]: manager: added record 2021-03-22 15:15:00 EDT (1616440500) to database 'weewx.sdb'
Mar 22 19:23:00 wx weewx[1053]: manager: added record 2021-03-22 15:15:00 EDT (1616440500) to daily summary in 'weewx.sdb'
Mar 22 19:23:01 wx weewx[1053]: restx: CWOP: record 2021-03-22 15:15:00 EDT (1616440500) is stale (14881 > 60).
Mar 22 19:23:01 wx weewx[1053]: manager: added record 2021-03-22 15:20:00 EDT (1616440800) to database 'weewx.sdb'
Mar 22 19:23:01 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 15:15:00 EDT (1616440500)
Mar 22 19:23:01 wx weewx[1053]: manager: added record 2021-03-22 15:20:00 EDT (1616440800) to daily summary in 'weewx.sdb'
Mar 22 19:23:01 wx weewx[1053]: restx: CWOP: record 2021-03-22 15:20:00 EDT (1616440800) is stale (14581 > 60).
Mar 22 19:23:01 wx weewx[1053]: manager: added record 2021-03-22 15:25:00 EDT (1616441100) to database 'weewx.sdb'
Mar 22 19:23:01 wx weewx[1053]: manager: added record 2021-03-22 15:25:00 EDT (1616441100) to daily summary in 'weewx.sdb'
Mar 22 19:23:01 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 15:20:00 EDT (1616440800)
Mar 22 19:23:01 wx weewx[1053]: restx: CWOP: record 2021-03-22 15:25:00 EDT (1616441100) is stale (14281 > 60).
Mar 22 19:23:01 wx weewx[1053]: manager: added record 2021-03-22 15:30:00 EDT (1616441400) to database 'weewx.sdb'
Mar 22 19:23:01 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 15:25:00 EDT (1616441100)
Mar 22 19:23:01 wx weewx[1053]: manager: added record 2021-03-22 15:30:00 EDT (1616441400) to daily summary in 'weewx.sdb'
Mar 22 19:23:01 wx weewx[1053]: restx: CWOP: record 2021-03-22 15:30:00 EDT (1616441400) is stale (13981 > 60).
Mar 22 19:23:01 wx weewx[1053]: manager: added record 2021-03-22 15:35:00 EDT (1616441700) to database 'weewx.sdb'
Mar 22 19:23:01 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 15:30:00 EDT (1616441400)
Mar 22 19:23:01 wx weewx[1053]: manager: added record 2021-03-22 15:35:00 EDT (1616441700) to daily summary in 'weewx.sdb'
Mar 22 19:23:01 wx weewx[1053]: restx: CWOP: record 2021-03-22 15:35:00 EDT (1616441700) is stale (13681 > 60).
Mar 22 19:23:02 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 15:35:00 EDT (1616441700)
Mar 22 19:23:02 wx weewx[1053]: manager: added record 2021-03-22 15:40:00 EDT (1616442000) to database 'weewx.sdb'
Mar 22 19:23:02 wx weewx[1053]: manager: added record 2021-03-22 15:40:00 EDT (1616442000) to daily summary in 'weewx.sdb'
Mar 22 19:23:02 wx weewx[1053]: restx: CWOP: record 2021-03-22 15:40:00 EDT (1616442000) is stale (13382 > 60).
Mar 22 19:23:02 wx weewx[1053]: manager: added record 2021-03-22 15:45:00 EDT (1616442300) to database 'weewx.sdb'
Mar 22 19:23:02 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 15:40:00 EDT (1616442000)
Mar 22 19:23:02 wx weewx[1053]: manager: added record 2021-03-22 15:45:00 EDT (1616442300) to daily summary in 'weewx.sdb'
Mar 22 19:23:02 wx weewx[1053]: restx: CWOP: record 2021-03-22 15:45:00 EDT (1616442300) is stale (13082 > 60).
Mar 22 19:23:02 wx weewx[1053]: manager: added record 2021-03-22 15:50:00 EDT (1616442600) to database 'weewx.sdb'
Mar 22 19:23:02 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 15:45:00 EDT (1616442300)
Mar 22 19:23:02 wx weewx[1053]: manager: added record 2021-03-22 15:50:00 EDT (1616442600) to daily summary in 'weewx.sdb'
Mar 22 19:23:02 wx weewx[1053]: restx: CWOP: record 2021-03-22 15:50:00 EDT (1616442600) is stale (12782 > 60).
Mar 22 19:23:02 wx weewx[1053]: manager: added record 2021-03-22 15:55:00 EDT (1616442900) to database 'weewx.sdb'
Mar 22 19:23:02 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 15:50:00 EDT (1616442600)
Mar 22 19:23:02 wx weewx[1053]: manager: added record 2021-03-22 15:55:00 EDT (1616442900) to daily summary in 'weewx.sdb'
Mar 22 19:23:03 wx weewx[1053]: restx: CWOP: record 2021-03-22 15:55:00 EDT (1616442900) is stale (12483 > 60).
Mar 22 19:23:03 wx weewx[1053]: manager: added record 2021-03-22 16:00:00 EDT (1616443200) to database 'weewx.sdb'
Mar 22 19:23:03 wx weewx[1053]: manager: added record 2021-03-22 16:00:00 EDT (1616443200) to daily summary in 'weewx.sdb'
Mar 22 19:23:03 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 15:55:00 EDT (1616442900)
Mar 22 19:23:03 wx weewx[1053]: restx: CWOP: record 2021-03-22 16:00:00 EDT (1616443200) is stale (12183 > 60).
Mar 22 19:23:03 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 16:00:00 EDT (1616443200)
Mar 22 19:23:03 wx weewx[1053]: manager: added record 2021-03-22 16:05:00 EDT (1616443500) to database 'weewx.sdb'
Mar 22 19:23:03 wx weewx[1053]: manager: added record 2021-03-22 16:05:00 EDT (1616443500) to daily summary in 'weewx.sdb'
Mar 22 19:23:03 wx weewx[1053]: restx: CWOP: record 2021-03-22 16:05:00 EDT (1616443500) is stale (11883 > 60).
Mar 22 19:23:03 wx weewx[1053]: manager: added record 2021-03-22 16:10:00 EDT (1616443800) to database 'weewx.sdb'
Mar 22 19:23:03 wx weewx[1053]: manager: added record 2021-03-22 16:10:00 EDT (1616443800) to daily summary in 'weewx.sdb'
Mar 22 19:23:03 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 16:05:00 EDT (1616443500)
Mar 22 19:23:03 wx weewx[1053]: restx: CWOP: record 2021-03-22 16:10:00 EDT (1616443800) is stale (11583 > 60).
Mar 22 19:23:03 wx weewx[1053]: manager: added record 2021-03-22 16:15:00 EDT (1616444100) to database 'weewx.sdb'
Mar 22 19:23:03 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 16:10:00 EDT (1616443800)
Mar 22 19:23:03 wx weewx[1053]: manager: added record 2021-03-22 16:15:00 EDT (1616444100) to daily summary in 'weewx.sdb'
Mar 22 19:23:04 wx weewx[1053]: restx: CWOP: record 2021-03-22 16:15:00 EDT (1616444100) is stale (11284 > 60).
Mar 22 19:23:04 wx weewx[1053]: manager: added record 2021-03-22 16:20:00 EDT (1616444400) to database 'weewx.sdb'
Mar 22 19:23:04 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 16:15:00 EDT (1616444100)
Mar 22 19:23:04 wx weewx[1053]: manager: added record 2021-03-22 16:20:00 EDT (1616444400) to daily summary in 'weewx.sdb'
Mar 22 19:23:04 wx weewx[1053]: restx: CWOP: record 2021-03-22 16:20:00 EDT (1616444400) is stale (10984 > 60).
Mar 22 19:23:04 wx weewx[1053]: manager: added record 2021-03-22 16:25:00 EDT (1616444700) to database 'weewx.sdb'
Mar 22 19:23:04 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 16:20:00 EDT (1616444400)
Mar 22 19:23:04 wx weewx[1053]: manager: added record 2021-03-22 16:25:00 EDT (1616444700) to daily summary in 'weewx.sdb'
Mar 22 19:23:04 wx weewx[1053]: restx: CWOP: record 2021-03-22 16:25:00 EDT (1616444700) is stale (10684 > 60).
Mar 22 19:23:04 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 16:25:00 EDT (1616444700)
Mar 22 19:23:04 wx weewx[1053]: manager: added record 2021-03-22 16:30:00 EDT (1616445000) to database 'weewx.sdb'
Mar 22 19:23:04 wx weewx[1053]: manager: added record 2021-03-22 16:30:00 EDT (1616445000) to daily summary in 'weewx.sdb'
Mar 22 19:23:05 wx weewx[1053]: restx: CWOP: record 2021-03-22 16:30:00 EDT (1616445000) is stale (10385 > 60).
Mar 22 19:23:05 wx weewx[1053]: manager: added record 2021-03-22 16:35:00 EDT (1616445300) to database 'weewx.sdb'
Mar 22 19:23:05 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 16:30:00 EDT (1616445000)
Mar 22 19:23:05 wx weewx[1053]: manager: added record 2021-03-22 16:35:00 EDT (1616445300) to daily summary in 'weewx.sdb'
Mar 22 19:23:05 wx weewx[1053]: restx: CWOP: record 2021-03-22 16:35:00 EDT (1616445300) is stale (10085 > 60).
Mar 22 19:23:05 wx weewx[1053]: manager: added record 2021-03-22 16:40:00 EDT (1616445600) to database 'weewx.sdb'
Mar 22 19:23:05 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 16:35:00 EDT (1616445300)
Mar 22 19:23:05 wx weewx[1053]: manager: added record 2021-03-22 16:40:00 EDT (1616445600) to daily summary in 'weewx.sdb'
Mar 22 19:23:05 wx weewx[1053]: restx: CWOP: record 2021-03-22 16:40:00 EDT (1616445600) is stale (9785 > 60).
Mar 22 19:23:05 wx weewx[1053]: manager: added record 2021-03-22 16:45:00 EDT (1616445900) to database 'weewx.sdb'
Mar 22 19:23:05 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 16:40:00 EDT (1616445600)
Mar 22 19:23:05 wx weewx[1053]: manager: added record 2021-03-22 16:45:00 EDT (1616445900) to daily summary in 'weewx.sdb'
Mar 22 19:23:05 wx weewx[1053]: restx: CWOP: record 2021-03-22 16:45:00 EDT (1616445900) is stale (9485 > 60).
Mar 22 19:23:05 wx weewx[1053]: manager: added record 2021-03-22 16:50:00 EDT (1616446200) to database 'weewx.sdb'
Mar 22 19:23:05 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 16:45:00 EDT (1616445900)
Mar 22 19:23:05 wx weewx[1053]: manager: added record 2021-03-22 16:50:00 EDT (1616446200) to daily summary in 'weewx.sdb'
Mar 22 19:23:06 wx weewx[1053]: restx: CWOP: record 2021-03-22 16:50:00 EDT (1616446200) is stale (9186 > 60).
Mar 22 19:23:06 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 16:50:00 EDT (1616446200)
Mar 22 19:23:06 wx weewx[1053]: manager: added record 2021-03-22 16:55:00 EDT (1616446500) to database 'weewx.sdb'
Mar 22 19:23:06 wx weewx[1053]: manager: added record 2021-03-22 16:55:00 EDT (1616446500) to daily summary in 'weewx.sdb'
Mar 22 19:23:06 wx weewx[1053]: restx: CWOP: record 2021-03-22 16:55:00 EDT (1616446500) is stale (8886 > 60).
Mar 22 19:23:06 wx weewx[1053]: manager: added record 2021-03-22 17:00:00 EDT (1616446800) to database 'weewx.sdb'
Mar 22 19:23:06 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 16:55:00 EDT (1616446500)
Mar 22 19:23:06 wx weewx[1053]: manager: added record 2021-03-22 17:00:00 EDT (1616446800) to daily summary in 'weewx.sdb'
Mar 22 19:23:06 wx weewx[1053]: restx: CWOP: record 2021-03-22 17:00:00 EDT (1616446800) is stale (8586 > 60).
Mar 22 19:23:06 wx weewx[1053]: manager: added record 2021-03-22 17:05:00 EDT (1616447100) to database 'weewx.sdb'
Mar 22 19:23:06 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 17:00:00 EDT (1616446800)
Mar 22 19:23:06 wx weewx[1053]: manager: added record 2021-03-22 17:05:00 EDT (1616447100) to daily summary in 'weewx.sdb'
Mar 22 19:23:06 wx weewx[1053]: restx: CWOP: record 2021-03-22 17:05:00 EDT (1616447100) is stale (8286 > 60).
Mar 22 19:23:06 wx weewx[1053]: manager: added record 2021-03-22 17:10:00 EDT (1616447400) to database 'weewx.sdb'
Mar 22 19:23:06 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 17:05:00 EDT (1616447100)
Mar 22 19:23:06 wx weewx[1053]: manager: added record 2021-03-22 17:10:00 EDT (1616447400) to daily summary in 'weewx.sdb'
Mar 22 19:23:07 wx weewx[1053]: restx: CWOP: record 2021-03-22 17:10:00 EDT (1616447400) is stale (7987 > 60).
Mar 22 19:23:07 wx weewx[1053]: manager: added record 2021-03-22 17:15:00 EDT (1616447700) to database 'weewx.sdb'
Mar 22 19:23:07 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 17:10:00 EDT (1616447400)
Mar 22 19:23:07 wx weewx[1053]: manager: added record 2021-03-22 17:15:00 EDT (1616447700) to daily summary in 'weewx.sdb'
Mar 22 19:23:07 wx weewx[1053]: restx: CWOP: record 2021-03-22 17:15:00 EDT (1616447700) is stale (7687 > 60).
Mar 22 19:23:07 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 17:15:00 EDT (1616447700)
Mar 22 19:23:07 wx weewx[1053]: manager: added record 2021-03-22 17:20:00 EDT (1616448000) to database 'weewx.sdb'
Mar 22 19:23:07 wx weewx[1053]: manager: added record 2021-03-22 17:20:00 EDT (1616448000) to daily summary in 'weewx.sdb'
Mar 22 19:23:07 wx weewx[1053]: restx: CWOP: record 2021-03-22 17:20:00 EDT (1616448000) is stale (7387 > 60).
Mar 22 19:23:07 wx weewx[1053]: manager: added record 2021-03-22 17:25:00 EDT (1616448300) to database 'weewx.sdb'
Mar 22 19:23:07 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 17:20:00 EDT (1616448000)
Mar 22 19:23:07 wx weewx[1053]: manager: added record 2021-03-22 17:25:00 EDT (1616448300) to daily summary in 'weewx.sdb'
Mar 22 19:23:08 wx weewx[1053]: restx: CWOP: record 2021-03-22 17:25:00 EDT (1616448300) is stale (7088 > 60).
Mar 22 19:23:08 wx weewx[1053]: manager: added record 2021-03-22 17:30:00 EDT (1616448600) to database 'weewx.sdb'
Mar 22 19:23:08 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 17:25:00 EDT (1616448300)
Mar 22 19:23:08 wx weewx[1053]: manager: added record 2021-03-22 17:30:00 EDT (1616448600) to daily summary in 'weewx.sdb'
Mar 22 19:23:08 wx weewx[1053]: restx: CWOP: record 2021-03-22 17:30:00 EDT (1616448600) is stale (6788 > 60).
Mar 22 19:23:08 wx weewx[1053]: manager: added record 2021-03-22 17:35:00 EDT (1616448900) to database 'weewx.sdb'
Mar 22 19:23:08 wx weewx[1053]: manager: added record 2021-03-22 17:35:00 EDT (1616448900) to daily summary in 'weewx.sdb'
Mar 22 19:23:08 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 17:30:00 EDT (1616448600)
Mar 22 19:23:08 wx weewx[1053]: restx: CWOP: record 2021-03-22 17:35:00 EDT (1616448900) is stale (6488 > 60).
Mar 22 19:23:08 wx weewx[1053]: manager: added record 2021-03-22 17:40:00 EDT (1616449200) to database 'weewx.sdb'
Mar 22 19:23:08 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 17:35:00 EDT (1616448900)
Mar 22 19:23:08 wx weewx[1053]: manager: added record 2021-03-22 17:40:00 EDT (1616449200) to daily summary in 'weewx.sdb'
Mar 22 19:23:08 wx weewx[1053]: restx: CWOP: record 2021-03-22 17:40:00 EDT (1616449200) is stale (6188 > 60).
Mar 22 19:23:08 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 17:40:00 EDT (1616449200)
Mar 22 19:23:09 wx weewx[1053]: manager: added record 2021-03-22 17:45:00 EDT (1616449500) to database 'weewx.sdb'
Mar 22 19:23:09 wx weewx[1053]: manager: added record 2021-03-22 17:45:00 EDT (1616449500) to daily summary in 'weewx.sdb'
Mar 22 19:23:09 wx weewx[1053]: restx: CWOP: record 2021-03-22 17:45:00 EDT (1616449500) is stale (5889 > 60).
Mar 22 19:23:09 wx weewx[1053]: manager: added record 2021-03-22 17:50:00 EDT (1616449800) to database 'weewx.sdb'
Mar 22 19:23:09 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 17:45:00 EDT (1616449500)
Mar 22 19:23:09 wx weewx[1053]: manager: added record 2021-03-22 17:50:00 EDT (1616449800) to daily summary in 'weewx.sdb'
Mar 22 19:23:09 wx weewx[1053]: restx: CWOP: record 2021-03-22 17:50:00 EDT (1616449800) is stale (5589 > 60).
Mar 22 19:23:09 wx weewx[1053]: manager: added record 2021-03-22 17:55:00 EDT (1616450100) to database 'weewx.sdb'
Mar 22 19:23:09 wx weewx[1053]: manager: added record 2021-03-22 17:55:00 EDT (1616450100) to daily summary in 'weewx.sdb'
Mar 22 19:23:09 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 17:50:00 EDT (1616449800)
Mar 22 19:23:09 wx weewx[1053]: restx: CWOP: record 2021-03-22 17:55:00 EDT (1616450100) is stale (5289 > 60).
Mar 22 19:23:09 wx weewx[1053]: manager: added record 2021-03-22 18:00:00 EDT (1616450400) to database 'weewx.sdb'
Mar 22 19:23:09 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 17:55:00 EDT (1616450100)
Mar 22 19:23:09 wx weewx[1053]: manager: added record 2021-03-22 18:00:00 EDT (1616450400) to daily summary in 'weewx.sdb'
Mar 22 19:23:10 wx weewx[1053]: restx: CWOP: record 2021-03-22 18:00:00 EDT (1616450400) is stale (4990 > 60).
Mar 22 19:23:10 wx weewx[1053]: manager: added record 2021-03-22 18:05:00 EDT (1616450700) to database 'weewx.sdb'
Mar 22 19:23:10 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 18:00:00 EDT (1616450400)
Mar 22 19:23:10 wx weewx[1053]: manager: added record 2021-03-22 18:05:00 EDT (1616450700) to daily summary in 'weewx.sdb'
Mar 22 19:23:10 wx weewx[1053]: restx: CWOP: record 2021-03-22 18:05:00 EDT (1616450700) is stale (4690 > 60).
Mar 22 19:23:10 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 18:05:00 EDT (1616450700)
Mar 22 19:23:10 wx weewx[1053]: manager: added record 2021-03-22 18:10:00 EDT (1616451000) to database 'weewx.sdb'
Mar 22 19:23:10 wx weewx[1053]: manager: added record 2021-03-22 18:10:00 EDT (1616451000) to daily summary in 'weewx.sdb'
Mar 22 19:23:10 wx weewx[1053]: restx: CWOP: record 2021-03-22 18:10:00 EDT (1616451000) is stale (4390 > 60).
Mar 22 19:23:10 wx weewx[1053]: manager: added record 2021-03-22 18:15:00 EDT (1616451300) to database 'weewx.sdb'
Mar 22 19:23:10 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 18:10:00 EDT (1616451000)
Mar 22 19:23:10 wx weewx[1053]: manager: added record 2021-03-22 18:15:00 EDT (1616451300) to daily summary in 'weewx.sdb'
Mar 22 19:23:11 wx weewx[1053]: restx: CWOP: record 2021-03-22 18:15:00 EDT (1616451300) is stale (4091 > 60).
Mar 22 19:23:11 wx weewx[1053]: manager: added record 2021-03-22 18:20:00 EDT (1616451600) to database 'weewx.sdb'
Mar 22 19:23:11 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 18:15:00 EDT (1616451300)
Mar 22 19:23:11 wx weewx[1053]: manager: added record 2021-03-22 18:20:00 EDT (1616451600) to daily summary in 'weewx.sdb'
Mar 22 19:23:11 wx weewx[1053]: restx: CWOP: record 2021-03-22 18:20:00 EDT (1616451600) is stale (3791 > 60).
Mar 22 19:23:11 wx weewx[1053]: manager: added record 2021-03-22 18:25:00 EDT (1616451900) to database 'weewx.sdb'
Mar 22 19:23:11 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 18:20:00 EDT (1616451600)
Mar 22 19:23:11 wx weewx[1053]: manager: added record 2021-03-22 18:25:00 EDT (1616451900) to daily summary in 'weewx.sdb'
Mar 22 19:23:11 wx weewx[1053]: restx: CWOP: record 2021-03-22 18:25:00 EDT (1616451900) is stale (3491 > 60).
Mar 22 19:23:11 wx weewx[1053]: manager: added record 2021-03-22 18:30:00 EDT (1616452200) to database 'weewx.sdb'
Mar 22 19:23:11 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 18:25:00 EDT (1616451900)
Mar 22 19:23:11 wx weewx[1053]: manager: added record 2021-03-22 18:30:00 EDT (1616452200) to daily summary in 'weewx.sdb'
Mar 22 19:23:11 wx weewx[1053]: restx: CWOP: record 2021-03-22 18:30:00 EDT (1616452200) is stale (3191 > 60).
Mar 22 19:23:11 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 18:30:00 EDT (1616452200)
Mar 22 19:23:11 wx weewx[1053]: manager: added record 2021-03-22 18:35:00 EDT (1616452500) to database 'weewx.sdb'
Mar 22 19:23:11 wx weewx[1053]: manager: added record 2021-03-22 18:35:00 EDT (1616452500) to daily summary in 'weewx.sdb'
Mar 22 19:23:12 wx weewx[1053]: restx: CWOP: record 2021-03-22 18:35:00 EDT (1616452500) is stale (2892 > 60).
Mar 22 19:23:12 wx weewx[1053]: manager: added record 2021-03-22 18:40:00 EDT (1616452800) to database 'weewx.sdb'
Mar 22 19:23:12 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 18:35:00 EDT (1616452500)
Mar 22 19:23:12 wx weewx[1053]: manager: added record 2021-03-22 18:40:00 EDT (1616452800) to daily summary in 'weewx.sdb'
Mar 22 19:23:12 wx weewx[1053]: restx: CWOP: record 2021-03-22 18:40:00 EDT (1616452800) is stale (2592 > 60).
Mar 22 19:23:12 wx weewx[1053]: manager: added record 2021-03-22 18:45:00 EDT (1616453100) to database 'weewx.sdb'
Mar 22 19:23:12 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 18:40:00 EDT (1616452800)
Mar 22 19:23:12 wx weewx[1053]: manager: added record 2021-03-22 18:45:00 EDT (1616453100) to daily summary in 'weewx.sdb'
Mar 22 19:23:12 wx weewx[1053]: restx: CWOP: record 2021-03-22 18:45:00 EDT (1616453100) is stale (2292 > 60).
Mar 22 19:23:12 wx weewx[1053]: manager: added record 2021-03-22 18:50:00 EDT (1616453400) to database 'weewx.sdb'
Mar 22 19:23:12 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 18:45:00 EDT (1616453100)
Mar 22 19:23:12 wx weewx[1053]: manager: added record 2021-03-22 18:50:00 EDT (1616453400) to daily summary in 'weewx.sdb'
Mar 22 19:23:12 wx weewx[1053]: restx: CWOP: record 2021-03-22 18:50:00 EDT (1616453400) is stale (1992 > 60).
Mar 22 19:23:12 wx weewx[1053]: manager: added record 2021-03-22 18:55:00 EDT (1616453700) to database 'weewx.sdb'
Mar 22 19:23:12 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 18:50:00 EDT (1616453400)
Mar 22 19:23:12 wx weewx[1053]: manager: added record 2021-03-22 18:55:00 EDT (1616453700) to daily summary in 'weewx.sdb'
Mar 22 19:23:13 wx weewx[1053]: restx: CWOP: record 2021-03-22 18:55:00 EDT (1616453700) is stale (1693 > 60).
Mar 22 19:23:13 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 18:55:00 EDT (1616453700)
Mar 22 19:23:13 wx weewx[1053]: manager: added record 2021-03-22 19:00:00 EDT (1616454000) to database 'weewx.sdb'
Mar 22 19:23:13 wx weewx[1053]: manager: added record 2021-03-22 19:00:00 EDT (1616454000) to daily summary in 'weewx.sdb'
Mar 22 19:23:13 wx weewx[1053]: restx: CWOP: record 2021-03-22 19:00:00 EDT (1616454000) is stale (1393 > 60).
Mar 22 19:23:13 wx weewx[1053]: manager: added record 2021-03-22 19:05:00 EDT (1616454300) to database 'weewx.sdb'
Mar 22 19:23:13 wx weewx[1053]: manager: added record 2021-03-22 19:05:00 EDT (1616454300) to daily summary in 'weewx.sdb'
Mar 22 19:23:13 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 19:00:00 EDT (1616454000)
Mar 22 19:23:13 wx weewx[1053]: restx: CWOP: record 2021-03-22 19:05:00 EDT (1616454300) is stale (1093 > 60).
Mar 22 19:23:13 wx weewx[1053]: manager: added record 2021-03-22 19:10:00 EDT (1616454600) to database 'weewx.sdb'
Mar 22 19:23:13 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 19:05:00 EDT (1616454300)
Mar 22 19:23:13 wx weewx[1053]: manager: added record 2021-03-22 19:10:00 EDT (1616454600) to daily summary in 'weewx.sdb'
Mar 22 19:23:13 wx weewx[1053]: vantage: DMPAFT complete: page timestamp 2021-03-13 20:50:00 EST (1615686600) less than final timestamp 2021-03-22 19:10:00 EDT (1616454600)
Mar 22 19:23:13 wx weewx[1053]: vantage: Catch up complete.
Mar 22 19:23:13 wx weewx[1053]: engine: Starting main packet loop.
Mar 22 19:23:13 wx weewx[1053]: restx: CWOP: record 2021-03-22 19:10:00 EDT (1616454600) is stale (793 > 60).
Mar 22 19:23:13 wx weewx[1053]: vantage: gentle wake up of console successful
Mar 22 19:23:13 wx weewx[1053]: restx: PWSWeather: Published record 2021-03-22 19:10:00 EDT (1616454600)
Mar 22 19:23:14 wx weewx[1053]: vantage: Requesting 200 LOOP packets.
Mar 22 19:23:14 wx weewx[1053]: vantage: gentle wake up of console successful
Mar 22 19:23:14 wx weewx[1053]: reportengine: Running reports for latest time in the database.
Mar 22 19:23:14 wx weewx[1053]: vantage: Requesting 200 LOOP packets.
Mar 22 19:23:14 wx weewx[1053]: reportengine: Running report StandardReport
Mar 22 19:23:14 wx weewx[1053]: vantage: rude wake up of console successful
Mar 22 19:23:14 wx weewx[1053]: reportengine: Found configuration file /etc/weewx/skins/Standard/skin.conf for report StandardReport
Mar 22 19:23:14 wx weewx[1053]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Mar 22 19:23:22 wx weewx[1053]: cheetahgenerator: Generated 14 files for report StandardReport in 8.12 seconds
Mar 22 19:23:42 wx weewx[1053]: genimages: Generated 25 images for StandardReport in 19.36 seconds
Mar 22 19:23:42 wx weewx[1053]: reportengine: copied 9 files to /var/www/html/weewx
Mar 22 19:23:42 wx weewx[1053]: reportengine: Running report FTP
Mar 22 19:23:42 wx weewx[1053]: reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report FTP
Mar 22 19:23:42 wx weewx[1053]: reportengine: FTP upload not requested. Skipped.
Mar 22 19:23:42 wx weewx[1053]: reportengine: Running report RSYNC
Mar 22 19:23:42 wx weewx[1053]: reportengine: Found configuration file /etc/weewx/skins/Rsync/skin.conf for report RSYNC
Mar 22 19:23:42 wx weewx[1053]: reportengine: rsync upload not requested. Skipped.
Mar 22 19:25:15 wx weewx[1053]: vantage: Getting archive packets since 2021-03-22 19:10:00 EDT (1616454600)
Mar 22 19:25:15 wx weewx[1053]: vantage: gentle wake up of console successful
Mar 22 19:25:16 wx weewx[1053]: vantage: Retrieving 497 page(s); starting index= 3
Mar 22 19:25:16 wx weewx[1053]: vantage: DMPAFT complete: page timestamp 2021-03-13 20:50:00 EST (1615686600) less than final timestamp 2021-03-22 19:10:00 EDT (1616454600)
Mar 22 19:25:16 wx weewx[1053]: vantage: Catch up complete.
Mar 22 19:25:16 wx weewx[1053]: vantage: Requesting 200 LOOP packets.
Mar 22 19:25:16 wx weewx[1053]: reportengine: Running reports for latest time in the database.
Mar 22 19:25:16 wx weewx[1053]: reportengine: Running report StandardReport
Mar 22 19:25:17 wx weewx[1053]: vantage: gentle wake up of console successful
Mar 22 19:25:17 wx weewx[1053]: reportengine: Found configuration file /etc/weewx/skins/Standard/skin.conf for report StandardReport
Mar 22 19:25:17 wx weewx[1053]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Mar 22 19:25:19 wx weewx[1053]: cheetahgenerator: Generated 14 files for report StandardReport in 2.73 seconds
Mar 22 19:25:21 wx weewx[1053]: genimages: Generated 12 images for StandardReport in 1.49 seconds
Mar 22 19:25:21 wx weewx[1053]: reportengine: copied 0 files to /var/www/html/weewx
Mar 22 19:25:21 wx weewx[1053]: reportengine: Running report FTP
Mar 22 19:25:21 wx weewx[1053]: reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report FTP
Mar 22 19:25:21 wx weewx[1053]: reportengine: FTP upload not requested. Skipped.
Mar 22 19:25:21 wx weewx[1053]: reportengine: Running report RSYNC
Mar 22 19:25:21 wx weewx[1053]: reportengine: Found configuration file /etc/weewx/skins/Rsync/skin.conf for report RSYNC
Mar 22 19:25:21 wx weewx[1053]: reportengine: rsync upload not requested. Skipped.
Mar 22 19:30:15 wx weewx[1053]: vantage: Getting archive packets since 2021-03-22 19:10:00 EDT (1616454600)
Mar 22 19:30:15 wx weewx[1053]: vantage: gentle wake up of console successful
Mar 22 19:30:16 wx weewx[1053]: vantage: Retrieving 497 page(s); starting index= 3
Mar 22 19:30:16 wx weewx[1053]: vantage: DMPAFT complete: page timestamp 2021-03-13 20:50:00 EST (1615686600) less than final timestamp 2021-03-22 19:10:00 EDT (1616454600)
Mar 22 19:30:16 wx weewx[1053]: vantage: Catch up complete.
Mar 22 19:30:16 wx weewx[1053]: vantage: Requesting 200 LOOP packets.
Mar 22 19:30:16 wx weewx[1053]: reportengine: Running reports for latest time in the database.
Mar 22 19:30:16 wx weewx[1053]: reportengine: Running report StandardReport
Mar 22 19:30:16 wx weewx[1053]: vantage: gentle wake up of console successful
Mar 22 19:30:17 wx weewx[1053]: reportengine: Found configuration file /etc/weewx/skins/Standard/skin.conf for report StandardReport
Mar 22 19:30:17 wx weewx[1053]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Mar 22 19:30:19 wx weewx[1053]: cheetahgenerator: Generated 14 files for report StandardReport in 2.73 seconds
Mar 22 19:30:21 wx weewx[1053]: genimages: Generated 12 images for StandardReport in 1.46 seconds
Mar 22 19:30:21 wx weewx[1053]: reportengine: copied 0 files to /var/www/html/weewx
Mar 22 19:30:21 wx weewx[1053]: reportengine: Running report FTP
Mar 22 19:30:21 wx weewx[1053]: reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report FTP
Mar 22 19:30:21 wx weewx[1053]: reportengine: FTP upload not requested. Skipped.
Mar 22 19:30:21 wx weewx[1053]: reportengine: Running report RSYNC
Mar 22 19:30:21 wx weewx[1053]: reportengine: Found configuration file /etc/weewx/skins/Rsync/skin.conf for report RSYNC
Mar 22 19:30:21 wx weewx[1053]: reportengine: rsync upload not requested. Skipped.
Mar 22 19:34:43 wx weewx[1053]: engine: Received signal TERM.
Mar 22 19:34:43 wx weewx[1053]: engine: Main loop exiting. Shutting engine down.
Mar 22 19:34:43 wx weewx[1053]: engine: Shutting down StdReport thread
Mar 22 19:34:43 wx weewx[1053]: engine: StdReport thread has been terminated
Mar 22 19:34:43 wx weewx[1053]: restx: Shut down CWOP thread.
Mar 22 19:34:43 wx weewx[1053]: restx: Shut down PWSWeather thread.
Mar 22 19:34:43 wx weewx[1053]: restx: Shut down Wunderground-RF thread.
Mar 22 19:34:43 wx weewx[1053]: engine: Terminating weewx version 3.6.2
Mar 22 19:34:48 wx weewx[1561]: Stopping weewx weather system: weewx..
Mar 22 19:34:52 wx weewx[1638]: engine: Initializing weewx version 3.6.2
Mar 22 19:34:52 wx weewx[1638]: engine: Using Python 2.7.9 (default, Sep 16 2019, 18:29:54) #012[GCC 4.9.2]
Mar 22 19:34:52 wx weewx[1638]: engine: Platform Linux-4.9.35-v7+-armv7l-with-debian-8.0
Mar 22 19:34:52 wx weewx[1638]: engine: pid file is /var/run/weewx.pid
Mar 22 19:34:52 wx weewx[1642]: engine: Using configuration file /etc/weewx/weewx.conf
Mar 22 19:34:52 wx weewx[1642]: engine: Initializing engine
Mar 22 19:34:52 wx weewx[1642]: engine: Loading station type Vantage (weewx.drivers.vantage)
Mar 22 19:34:52 wx weewx[1628]: Starting weewx weather system: weewx.
Mar 22 19:34:52 wx weewx[1642]: vantage: driver version is 3.0.9
Mar 22 19:34:52 wx weewx[1642]: vantage: Opened up serial port /dev/ttyUSB0; baud 19200; timeout 4.00
Mar 22 19:34:52 wx weewx[1642]: vantage: gentle wake up of console successful
Mar 22 19:34:52 wx weewx[1642]: vantage: _setup; hardware type is 16
Mar 22 19:34:52 wx weewx[1642]: engine: Loading service weewx.engine.StdTimeSynch
Mar 22 19:34:52 wx weewx[1642]: engine: Finished loading service weewx.engine.StdTimeSynch
Mar 22 19:34:52 wx weewx[1642]: engine: Loading service weewx.engine.StdConvert
Mar 22 19:34:52 wx weewx[1642]: engine: StdConvert target unit is 0x1
Mar 22 19:34:52 wx weewx[1642]: engine: Finished loading service weewx.engine.StdConvert
Mar 22 19:34:52 wx weewx[1642]: engine: Loading service weewx.engine.StdCalibrate
Mar 22 19:34:52 wx weewx[1642]: engine: Finished loading service weewx.engine.StdCalibrate
Mar 22 19:34:52 wx weewx[1642]: engine: Loading service weewx.engine.StdQC
Mar 22 19:34:52 wx weewx[1642]: engine: Finished loading service weewx.engine.StdQC
Mar 22 19:34:52 wx weewx[1642]: engine: Loading service weewx.wxservices.StdWXCalculate
Mar 22 19:34:52 wx weewx[1642]: wxcalculate: The following values will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, dewpoint=prefer_hardware, appTemp=prefer_hardware, rainRate=prefer_hardware, windrun=prefer_hardware, heatindex=prefer_hardware, maxSolarRad=prefer_hardware, humidex=prefer_hardware, pressure=prefer_hardware, inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, cloudbase=prefer_hardware
Mar 22 19:34:52 wx weewx[1642]: wxcalculate: The following algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Mar 22 19:34:52 wx weewx[1642]: engine: Finished loading service weewx.wxservices.StdWXCalculate
Mar 22 19:34:52 wx weewx[1642]: engine: Loading service weewx.engine.StdArchive
Mar 22 19:34:52 wx weewx[1642]: engine: Archive will use data binding wx_binding
Mar 22 19:34:52 wx weewx[1642]: engine: Record generation will be attempted in 'hardware'
Mar 22 19:34:52 wx weewx[1642]: engine: Using archive interval of 300 seconds (specified by hardware)
Mar 22 19:34:52 wx weewx[1642]: engine: Use LOOP data in hi/low calculations: 1
Mar 22 19:34:52 wx weewx[1642]: engine: Using binding 'wx_binding' to database 'weewx.sdb'
Mar 22 19:34:52 wx weewx[1642]: manager: Starting backfill of daily summaries
Mar 22 19:34:52 wx weewx[1642]: manager: Daily summaries up to date
Mar 22 19:34:52 wx weewx[1642]: engine: Finished loading service weewx.engine.StdArchive
Mar 22 19:34:52 wx weewx[1642]: engine: Loading service weewx.restx.StdStationRegistry
Mar 22 19:34:52 wx weewx[1642]: restx: StationRegistry: Station will not be registered: no station_url specified.
Mar 22 19:34:52 wx weewx[1642]: engine: Finished loading service weewx.restx.StdStationRegistry
Mar 22 19:34:52 wx weewx[1642]: engine: Loading service weewx.restx.StdWunderground
Mar 22 19:34:52 wx weewx[1642]: restx: Wunderground-RF: Data for station KNJWESTC2 will be posted
Mar 22 19:34:52 wx weewx[1642]: engine: Finished loading service weewx.restx.StdWunderground
Mar 22 19:34:52 wx weewx[1642]: engine: Loading service weewx.restx.StdPWSweather
Mar 22 19:34:52 wx weewx[1642]: restx: PWSWeather: Data for station w2irt will be posted
Mar 22 19:34:52 wx weewx[1642]: engine: Finished loading service weewx.restx.StdPWSweather
Mar 22 19:34:52 wx weewx[1642]: engine: Loading service weewx.restx.StdCWOP
Mar 22 19:34:52 wx weewx[1642]: restx: CWOP: Data for station W2IRT will be posted
Mar 22 19:34:52 wx weewx[1642]: engine: Finished loading service weewx.restx.StdCWOP
Mar 22 19:34:52 wx weewx[1642]: engine: Loading service weewx.restx.StdWOW
Mar 22 19:34:52 wx weewx[1642]: restx: WOW: Posting not enabled.
Mar 22 19:34:52 wx weewx[1642]: engine: Finished loading service weewx.restx.StdWOW
Mar 22 19:34:52 wx weewx[1642]: engine: Loading service weewx.restx.StdAWEKAS
Mar 22 19:34:52 wx weewx[1642]: restx: AWEKAS: Posting not enabled.
Mar 22 19:34:52 wx weewx[1642]: engine: Finished loading service weewx.restx.StdAWEKAS
Mar 22 19:34:52 wx weewx[1642]: engine: Loading service weewx.engine.StdPrint
Mar 22 19:34:52 wx weewx[1642]: engine: Finished loading service weewx.engine.StdPrint
Mar 22 19:34:52 wx weewx[1642]: engine: Loading service weewx.engine.StdReport
Mar 22 19:34:52 wx weewx[1642]: engine: Finished loading service weewx.engine.StdReport
Mar 22 19:34:52 wx weewx[1642]: engine: Starting up weewx version 3.6.2
Mar 22 19:34:52 wx weewx[1642]: vantage: gentle wake up of console successful
Mar 22 19:34:52 wx weewx[1642]: engine: Clock error is -326.66 seconds (positive is fast)
Mar 22 19:34:52 wx weewx[1642]: vantage: gentle wake up of console successful
Mar 22 19:34:52 wx weewx[1642]: vantage: Clock set to 2021-03-22 19:34:53 EDT (1616456093)
Mar 22 19:34:52 wx weewx[1642]: vantage: Getting archive packets since 2021-03-22 19:10:00 EDT (1616454600)
Mar 22 19:34:54 wx weewx[1642]: vantage: gentle wake up of console successful
Mar 22 19:34:56 wx weewx[1642]: vantage: Retrieving 498 page(s); starting index= 3
Mar 22 19:34:56 wx weewx[1642]: vantage: DMPAFT complete: page timestamp 2021-03-13 20:50:00 EST (1615686600) less than final timestamp 2021-03-22 19:10:00 EDT (1616454600)
Mar 22 19:34:56 wx weewx[1642]: vantage: Catch up complete.
Mar 22 19:34:56 wx weewx[1642]: engine: Starting main packet loop.
Mar 22 19:34:56 wx weewx[1642]: vantage: gentle wake up of console successful
Mar 22 19:34:56 wx weewx[1642]: vantage: Requesting 200 LOOP packets.
Mar 22 19:34:56 wx weewx[1642]: vantage: gentle wake up of console successful
Mar 22 19:35:16 wx weewx[1642]: vantage: Getting archive packets since 2021-03-22 19:10:00 EDT (1616454600)
Mar 22 19:35:16 wx weewx[1642]: vantage: gentle wake up of console successful
Mar 22 19:35:17 wx weewx[1642]: vantage: Retrieving 498 page(s); starting index= 3
Mar 22 19:35:18 wx weewx[1642]: vantage: DMPAFT complete: page timestamp 2021-03-13 20:50:00 EST (1615686600) less than final timestamp 2021-03-22 19:10:00 EDT (1616454600)
Mar 22 19:35:18 wx weewx[1642]: vantage: Catch up complete.
Mar 22 19:35:18 wx weewx[1642]: reportengine: Running reports for latest time in the database.
Mar 22 19:35:18 wx weewx[1642]: vantage: Requesting 200 LOOP packets.
Mar 22 19:35:18 wx weewx[1642]: reportengine: Running report StandardReport
Mar 22 19:35:18 wx weewx[1642]: reportengine: Found configuration file /etc/weewx/skins/Standard/skin.conf for report StandardReport
Mar 22 19:35:18 wx weewx[1642]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Mar 22 19:35:18 wx weewx[1642]: vantage: gentle wake up of console successful
Mar 22 19:35:26 wx weewx[1642]: cheetahgenerator: Generated 14 files for report StandardReport in 7.91 seconds
Mar 22 19:35:27 wx weewx[1642]: genimages: Generated 12 images for StandardReport in 1.50 seconds
Mar 22 19:35:27 wx weewx[1642]: reportengine: copied 9 files to /var/www/html/weewx
Mar 22 19:35:27 wx weewx[1642]: reportengine: Running report FTP
Mar 22 19:35:27 wx weewx[1642]: reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report FTP
Mar 22 19:35:27 wx weewx[1642]: reportengine: FTP upload not requested. Skipped.
Mar 22 19:35:27 wx weewx[1642]: reportengine: Running report RSYNC
Mar 22 19:35:27 wx weewx[1642]: reportengine: Found configuration file /etc/weewx/skins/Rsync/skin.conf for report RSYNC
Mar 22 19:35:27 wx weewx[1642]: reportengine: rsync upload not requested. Skipped.
On Mar 22, 2021, at 5:28 PM, Peter Dougherty <pjdou...@gmail.com> wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/e2fcb641-eb92-4d81-bbb6-e28bfcd10c1dn%40googlegroups.com.
Yes. I will do it again to confirm.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/04167E20-4567-407D-BF41-789A37DFE82A%40johnkline.com.
I stand corrected…I did not. I’m doing it now and will post in a few minutes with the results.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/04167E20-4567-407D-BF41-789A37DFE82A%40johnkline.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/da3400c3-4790-4525-a809-9621db93d1dan%40googlegroups.com.
I did use the - - dump command. But (a) I don’t know where it put the data, (b) how to recover it, or (c) does it need to even be recovered now?
--
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/062f01d71f87%2475641be0%24602c53a0%24%40gmail.com.
Sorry to be so daft, but I honestly could not understand this. I’m a “set-it-and-forget-it” user so I’m not up on all the terminology, I’m afraid. I last did anything of consequence to this RPi in 2019, and it was built by a Linux-competent friend in 2017.
I did tell the weewx config file to upload to CWOP every 300 seconds, but it only seems to show up every 600s (10 minutes) instead.
- pjd
From: weewx...@googlegroups.com <weewx...@googlegroups.com> On Behalf Of Tom Keffer
Sent: Monday, March 22, 2021 9:57 PM
To: weewx-user <weewx...@googlegroups.com>
Subject: Re: [weewx-user] Not uploading to CWOP - still not working
It should have put the data right in your database. You should be able to tell by looking at the image plots.
Mind you: they are refreshed only as often as the aggregation interval. If you want to see them right away, delete them and they will be automatically regenerated in the next reporting cycle.
-tk
On Mon, Mar 22, 2021 at 6:54 PM Peter Dougherty <pjdou...@gmail.com> wrote:
I did use the - - dump command. But (a) I don’t know where it put the data, (b) how to recover it, or (c) does it need to even be recovered now?
- pjd
From: weewx...@googlegroups.com <weewx...@googlegroups.com> On Behalf Of Tom Keffer
Sent: Monday, March 22, 2021 9:30 PM
To: weewx-user <weewx...@googlegroups.com>
Subject: Re: [weewx-user] Not uploading to CWOP - still not working
If you did the "wee_device --dump" command as suggested by the Wiki, you should have recovered all the data off the logger.
If not, you can use wee_import to recover from the Weather Underground.
--
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/062f01d71f87%2475641be0%24602c53a0%24%40gmail.com.
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/h0AhMSztDvI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEC1-FaM%3D04BFBiNvZaxDO_HsZTyggCaMt-96_VAUfA9cQ%40mail.gmail.com.
On Mar 22, 2021, at 7:03 PM, Peter Dougherty <pjdou...@gmail.com> wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/064401d71f88%24c678ae50%24536a0af0%24%40gmail.com.
Yes! So far so good!
- pjd
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/9F506130-A298-4627-9FFE-CA831FAA1C7F%40johnkline.com.