Hello,

This is Weewx 4.2, Python 3, Debian Buster, Vantage Pro 2 (from 2020) with BelfryBoy data logger.

TLDR: After stable data retrieval for many weeks, my Linux box restarted and now weewx won't retrieve new data anymore:

Oct 29 22:25:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Retrieving 513 page(s); starting index= 1 Oct 29 22:25:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2020-10-28 17:20:00 CET (1603902000) less than final timestamp 2020-10-29 21:05:00 CET (1604001900) Oct 29 22:25:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Catch up complete.

Last data stays as 2020-10-29 21:05:00 (report won't get updated). It seems that DMPAFT command report incorrect page with old data, so weewx just stop.


Long story:

I had this kind of problem since the beginning of using this new station. I was at that time doing a lot of stop/start of the server and of weewx, so I didn't pay much attention to it: after a reset of the station using the console, plus a wee_device --clear-memory, the logging have been working well for many weeks.

But now, after a reboot of the server, weewx is once again unable to get data from the console. I tried to switch OFF the console for 5 minutes but no change.

I looked a bit at the code and at the serial interface of the Vantage, and it's as if the DMPAFT command is not giving data after the provided timestamp but on a wrong page with old data.

I read about "data corruption" on the console or logger but this is very unfortunate because nothing special happened to the console (no power loss, just the serial connection being stopped), and the Linux box restart might happened from times to times.

I replaced my old WMR200 that had a lot of USB communication problems with this Vantage Pro 2 to get stability and it was a big investment for me, this leaves me very disappointed and sad :(

I'm now trying a wee_device --clear-memory (losing a records) to get it back (seems to work so far)


Any idea on why this is happening is welcome, whether it could be an hardware failure, or a problem with the datalogger or anything else. (I can do more tests if needed)

Thanks,
Nicolas


wee_device --info output:

Using configuration file /etc/weewx/weewx.conf
Using Vantage driver version 3.2.1 (weewx.drivers.vantage)
Querying...
Davis Vantage EEPROM settings:

    CONSOLE TYPE:                   Vantage Pro2

    CONSOLE FIRMWARE:
      Date:                         Jan 22 2018
      Version:                      3.83

    CONSOLE SETTINGS:
      Archive interval:             300 (seconds)
      Altitude:                     238 (meter)
      Wind cup type:                large
      Rain bucket type:             0.2 mm
      Rain year start:              1
      Onboard time:                 2020-10-29 22:59:16

    CONSOLE DISPLAY UNITS:
      Barometer:                    hPa
      Temperature:                  degree_10C
      Rain:                         mm
      Wind:                         km_per_hour

    CONSOLE STATION INFO:
      Latitude (onboard):           +49.2
      Longitude (onboard):          +6.1
      Use manual or auto DST?       AUTO
      DST setting:                  N/A
      Use GMT offset or zone code?  ZONE_CODE
      Time zone code:               21
      GMT offset:                   N/A
      Temperature logging:          LAST
      Retransmit channel:           OFF (0)

    TRANSMITTERS:
      Channel   Receive   Repeater  Type
         1      active      none    iss
         2      active      none    (N/A)
         3      active      none    (N/A)
         4      active      none    (N/A)
         5      active      none    (N/A)
         6      active      none    (N/A)
         7      active      none    (N/A)
         8      active      none    (N/A)

    RECEPTION STATS:
      Total packets received:       859
      Total packets missed:         5
      Number of resynchronizations: 0
      Longest good stretch:         330
      Number of CRC errors:         0

    BAROMETER CALIBRATION DATA:
      Current barometer reading:    30.199 inHg
      Altitude:                     781 feet
      Dew point:                    52 F
      Virtual temperature:          52 F
      Humidity correction factor:   2.7
      Correction ratio:             1.029
      Correction constant:          +0.000 inHg
      Gain:                         0.000
      Offset:                       -20.000

    OFFSETS:
      Wind direction:               +0 deg
      Inside Temperature:           +0.0 F
      Inside Humidity:              +0 %
      Outside Temperature:          +0.0 F
      Outside Humidity:             +0 %


Full logs:

Oct 29 22:22:46 nuc systemd[1]: Starting LSB: weewx weather system...
Oct 29 22:22:46 nuc python3[4498]: weewx[4498] INFO __main__: Initializing weewx version 4.2.0 Oct 29 22:22:46 nuc python3[4498]: weewx[4498] INFO __main__: Using Python 3.7.3 (default, Jul 25 2020, 13:03:44)
                                   [GCC 8.3.0]
Oct 29 22:22:46 nuc python3[4498]: weewx[4498] INFO __main__: Platform Linux-4.19.0-12-amd64-x86_64-with-debian-10.6 Oct 29 22:22:46 nuc python3[4498]: weewx[4498] INFO __main__: Locale is 'en_US.UTF-8' Oct 29 22:22:46 nuc python3[4498]: weewx[4498] INFO __main__: PID file is /var/run/weewx.pid Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO __main__: Using configuration file /etc/weewx/weewx.conf
Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO __main__: Debug is 1
Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG __main__: Initializing engine Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO weewx.engine: Loading station type Vantage (weewx.drivers.vantage)
Oct 29 22:22:46 nuc weewx[4487]: Starting weewx weather system: weewx.
Oct 29 22:22:46 nuc systemd[1]: Started LSB: weewx weather system.
Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Driver version is 3.2.1 Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Option loop_request=1 Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Opened up serial port /dev/ttyUSB0; baud 19200; timeout 4.00 Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Gentle wake up of console successful Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Hardware type is 16 Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: ISS ID is 1 Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Hardware name: Vantage Pro2 Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.engine.StdTimeSynch Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.engine.StdTimeSynch Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.engine.StdConvert Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO weewx.engine: StdConvert target unit is 0x1 Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.engine.StdConvert Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.engine.StdCalibrate Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.engine.StdCalibrate Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.engine.StdQC Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.engine.StdQC Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.wxservices.StdWXCalculate Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.manager: Daily summary version is 2 Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.wxservices.StdWXCalculate Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdWXXTypes Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdWXXTypes Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdPressureCooker Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdPressureCooker Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdRainRater Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdRainRater Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdDelta Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdDelta Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.engine.StdArchive Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO weewx.engine: Archive will use data binding wx_binding Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO weewx.engine: Record generation will be attempted in 'hardware' Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO weewx.engine: Using archive interval of 300 seconds (specified by hardware) Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Use LOOP data in hi/low calculations: 1 Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.engine.StdArchive Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.restx.StdStationRegistry Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO weewx.restx: StationRegistry: Registration not requested. Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.restx.StdStationRegistry Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.restx.StdWunderground Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO weewx.restx: Wunderground: Posting not enabled. Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.restx.StdWunderground Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.restx.StdPWSweather Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO weewx.restx: PWSweather: Posting not enabled. Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.restx.StdPWSweather Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.restx.StdCWOP Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO weewx.restx: CWOP: Posting not enabled. Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.restx.StdCWOP Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.restx.StdWOW Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO weewx.restx: WOW: Posting not enabled. Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.restx.StdWOW Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.restx.StdAWEKAS Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO weewx.restx: AWEKAS: Posting not enabled. Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.restx.StdAWEKAS Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.engine.StdPrint Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.engine.StdPrint Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Loading service weewx.engine.StdReport Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.engine: Finished loading service weewx.engine.StdReport Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO __main__: Starting up weewx version 4.2.0 Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Gentle wake up of console successful Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO weewx.engine: Clock error is 0.19 seconds (positive is fast) Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO weewx.engine: Using binding 'wx_binding' to database 'weewx.sdb' Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO weewx.manager: Starting backfill of daily summaries Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Getting archive packets since 2020-10-29 21:05:00 CET (1604001900) Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Gentle wake up of console successful Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Retrieving 0 page(s); starting index= 0 Oct 29 22:22:46 nuc python3[4502]: weewx[4502] INFO weewx.engine: Starting main packet loop. Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Gentle wake up of console successful Oct 29 22:22:46 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets. Oct 29 22:22:47 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Gentle wake up of console successful Oct 29 22:22:47 nuc python3[4502]: weewx[4502] INFO weewx.wxxtypes: Type beaufort has been deprecated. Use unit beaufort instead.


Oct 29 22:25:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Getting archive packets since 2020-10-29 21:05:00 CET (1604001900) Oct 29 22:25:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Gentle wake up of console successful Oct 29 22:25:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Retrieving 513 page(s); starting index= 1 Oct 29 22:25:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2020-10-28 17:20:00 CET (1603902000) less than final timestamp 2020-10-29 21:05:00 CET (1604001900) Oct 29 22:25:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Catch up complete. Oct 29 22:25:14 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Running reports for latest time in the database. Oct 29 22:25:14 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Running report 'SeasonsReport' Oct 29 22:25:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets. Oct 29 22:25:14 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport' Oct 29 22:25:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Gentle wake up of console successful Oct 29 22:25:14 nuc python3[4502]: weewx[4502] DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras'] Oct 29 22:25:14 nuc python3[4502]: weewx[4502] DEBUG weewx.manager: Daily summary version is 2 Oct 29 22:25:17 nuc python3[4502]: weewx[4502] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 2.59 seconds Oct 29 22:25:17 nuc python3[4502]: weewx[4502] DEBUG weewx.manager: Daily summary version is 2 Oct 29 22:25:18 nuc python3[4502]: weewx[4502] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 0.63 seconds Oct 29 22:25:18 nuc python3[4502]: weewx[4502] INFO weewx.reportengine: Copied 5 files to /var/www/html/weewx Oct 29 22:25:18 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping. Oct 29 22:25:18 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping. Oct 29 22:25:18 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping. Oct 29 22:25:18 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Report 'FTP' not enabled. Skipping. Oct 29 22:25:18 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping. Oct 29 22:30:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Getting archive packets since 2020-10-29 21:05:00 CET (1604001900) Oct 29 22:30:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Gentle wake up of console successful Oct 29 22:30:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Retrieving 513 page(s); starting index= 2 Oct 29 22:30:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2020-10-28 17:25:00 CET (1603902300) less than final timestamp 2020-10-29 21:05:00 CET (1604001900) Oct 29 22:30:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Catch up complete. Oct 29 22:30:14 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Running reports for latest time in the database. Oct 29 22:30:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets. Oct 29 22:30:14 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Running report 'SeasonsReport' Oct 29 22:30:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Gentle wake up of console successful Oct 29 22:30:14 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport' Oct 29 22:30:14 nuc python3[4502]: weewx[4502] DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras'] Oct 29 22:30:14 nuc python3[4502]: weewx[4502] DEBUG weewx.manager: Daily summary version is 2 Oct 29 22:30:16 nuc python3[4502]: weewx[4502] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 1.52 seconds Oct 29 22:30:16 nuc python3[4502]: weewx[4502] DEBUG weewx.manager: Daily summary version is 2 Oct 29 22:30:16 nuc python3[4502]: weewx[4502] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 0.61 seconds Oct 29 22:30:16 nuc python3[4502]: weewx[4502] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx Oct 29 22:30:16 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping. Oct 29 22:30:16 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping. Oct 29 22:30:16 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping. Oct 29 22:30:16 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Report 'FTP' not enabled. Skipping. Oct 29 22:30:16 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping. Oct 29 22:35:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Getting archive packets since 2020-10-29 21:05:00 CET (1604001900) Oct 29 22:35:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Gentle wake up of console successful Oct 29 22:35:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Retrieving 513 page(s); starting index= 3 Oct 29 22:35:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2020-10-28 17:30:00 CET (1603902600) less than final timestamp 2020-10-29 21:05:00 CET (1604001900) Oct 29 22:35:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Catch up complete. Oct 29 22:35:14 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Running reports for latest time in the database. Oct 29 22:35:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets. Oct 29 22:35:14 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Running report 'SeasonsReport' Oct 29 22:35:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Gentle wake up of console successful Oct 29 22:35:14 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport' Oct 29 22:35:14 nuc python3[4502]: weewx[4502] DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras'] Oct 29 22:35:14 nuc python3[4502]: weewx[4502] DEBUG weewx.manager: Daily summary version is 2 Oct 29 22:35:16 nuc python3[4502]: weewx[4502] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 1.57 seconds Oct 29 22:35:16 nuc python3[4502]: weewx[4502] DEBUG weewx.manager: Daily summary version is 2 Oct 29 22:35:17 nuc python3[4502]: weewx[4502] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 0.60 seconds Oct 29 22:35:17 nuc python3[4502]: weewx[4502] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx Oct 29 22:35:17 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping. Oct 29 22:35:17 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping. Oct 29 22:35:17 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping. Oct 29 22:35:17 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Report 'FTP' not enabled. Skipping. Oct 29 22:35:17 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping. Oct 29 22:40:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Getting archive packets since 2020-10-29 21:05:00 CET (1604001900) Oct 29 22:40:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Gentle wake up of console successful Oct 29 22:40:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Retrieving 513 page(s); starting index= 4 Oct 29 22:40:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2020-10-28 17:35:00 CET (1603902900) less than final timestamp 2020-10-29 21:05:00 CET (1604001900) Oct 29 22:40:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Catch up complete. Oct 29 22:40:14 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Running reports for latest time in the database. Oct 29 22:40:14 nuc python3[4502]: weewx[4502] DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets. Oct 29 22:40:14 nuc python3[4502]: weewx[4502] DEBUG weewx.reportengine: Running report 'SeasonsReport'

--
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/0937ccd1-e4f6-412d-28a8-f35777081bf7%40lostgeeks.org.

Reply via email to