You definitely have a corrupted logger. The clue are the lines

Mar 22 18:10:17 wx weewx[2460]: vantage: Retrieving 513 page(s); starting
index= 1
Mar 22 18:10:17 wx weewx[2460]: vantage: DMPAFT complete: page timestamp
2021-03-13 19:50:00 EST (1615683000) less than final timestamp 2021-03-14
03:00:00 EDT (1615705200)

Despite saying there are 513 pages available, the logger immediately
signals that the DMPAFT is complete without returning anything. This is the
classic symptom.

You did not post the startup sequence, but I'm betting that you are using
RapidFire, which would explain why the WU is getting updated. RapidFire
uses LOOP packets, while most everything else uses archive records.

See the section *Corrupt station memory
<https://github.com/weewx/weewx/wiki/Troubleshooting-the-Davis-Vantage-station#corrupt-station-memory>*
for
how to clear the logger.

-tk

On Mon, Mar 22, 2021 at 3:13 PM Peter Dougherty <pjdoughe...@gmail.com>
wrote:

> OK, set to debug and the results will be found below.
>
> My Weather Underground page is
> https://www.wunderground.com/dashboard/pws/KNJWESTC2
> And as you can see, data has been continuous for quite some time. I had
> stopped and restarted the server a few times in an attempt to maybe get
> things running which could explain the earlier time jump.
>
> These are pastes from two sections of my config file:
>
> # WEEWX CONFIGURATION FILE
> #
> # Copyright (c) 2009-2015 Tom Keffer mailto:tkef...@gmail.com
> # See the file LICENSE.txt for your rights.
>
>
> ##############################################################################
>
> # This section is for general configuration information.
>
> # Set to 1 for extra debug info, otherwise comment it out or set to zero
> debug = 1
>
> # Root directory of the weewx data file hierarchy for this station
> WEEWX_ROOT = /
>
> # How long to wait before timing out a socket (FTP, HTTP) connection
> socket_timeout = 20
>
> # Do not modify this. It is used when installing and updating weewx.
> version = 3.6.2
>
> and
>
> #   This section is for uploading data to Internet sites
>
> [StdRESTful]
>
>     [[StationRegistry]]
>         # To register this weather station with weewx, set this to true
>         register_this_station = true
>
>     [[AWEKAS]]
>         # This section is for configuring posts to AWEKAS.
>
>         # If you wish to do this, set the option 'enable' to true,
>         # and specify a username and password.
>         enable = false
>         username = replace_me
>         password = replace_me
>
>
>     [[CWOP]]
>         # This section is for configuring posts to CWOP.
>
>         # If you wish to do this, set the option 'enable' to true,
>         # and specify the station ID (e.g., CW1234).
>         enable = true
>         station = W2IRT
>         post_interval = 300
>         log_success = True
>         log_failure = True
>         server_list = rotate.aprs.net:14580, rotate.aprs2.net:14580,
> cwop.aprs.net:14580, swop.aprs.net:23
>
>         # If this is an APRS (radio amateur) station, uncomment
>         # the following and replace with a passcode (e.g., 12345).
>         passcode = (removed)
>
>
>     [[PWSweather]]
>         # This section is for configuring posts to PWSweather.com.
>
>         # If you wish to do this, set the option 'enable' to true,
>         # and specify a station and password.
>         enable = true
>         station = w2irt
>         password = (removed for this troubleshooting session)
>
>     [[WOW]]
>         # This section is for configuring posts to WOW.
>
>         # If you wish to do this, set the option 'enable' to true,
>         # and specify a station and password.
>         enable = false
>         station = replace_me
>         password = replace_me
>
>     [[Wunderground]]
>         # This section is for configuring posts to the Weather Underground.
>
>         # If you wish to do this, set the option 'enable' to true,
>         # and specify a station (e.g., 'KORHOODR3') and password.
>         enable = true
>         station = KNJWESTC2
>         password = (removed for this troubleshooting session)
>
>         # Set the following to True to have weewx use the WU "Rapidfire"
>         # protocol. Not all hardware can support it. See the User's Guide.
>         rapidfire = True
>
> #    [[Twitter]]
> #        oauth_token_secret = OAUTH_TOKEN_SECRET
> #        oauth_token = OAUTH_TOKEN
> #        app_key_secret = APP_KEY_SECRET
> #        app_key = APP_KEY
>
> Next, there are going to be two pastes below. The first (immediately
> below) will be the two most recent reporting cycles from the log with debug
> set to 1.
> The second (prefaced with the text string of ++++) will be a portion of a
> previous log wherein the last references to “restx” were mentioned. The
> “restx” line has not appeared in any log entry since Mar. 14 at 0300:16.
> The last data received at CWOP was on the 15th (the relevant paste from the
> CWOP web site will be after that second section).
>
> Mar 22 18:00:15 wx weewx[2460]: vantage: Getting archive packets since
> 2021-03-14 03:00:00 EDT (1615705200)
> Mar 22 18:00:15 wx weewx[2460]: vantage: gentle wake up of console
> successful
> Mar 22 18:00:17 wx weewx[2460]: vantage: Retrieving 513 page(s); starting
> index= 4
> Mar 22 18:00:17 wx weewx[2460]: vantage: DMPAFT complete: page timestamp
> 2021-03-13 19:40:00 EST (1615682400) less than final timestamp 2021-03-14
> 03:00:00 EDT (1615705200)
> Mar 22 18:00:17 wx weewx[2460]: vantage: Catch up complete.
> Mar 22 18:00:17 wx weewx[2460]: reportengine: Running reports for latest
> time in the database.
> Mar 22 18:00:17 wx weewx[2460]: vantage: Requesting 200 LOOP packets.
> Mar 22 18:00:17 wx weewx[2460]: reportengine: Running report StandardReport
> Mar 22 18:00:17 wx weewx[2460]: reportengine: Found configuration file
> /etc/weewx/skins/Standard/skin.conf for report StandardReport
> Mar 22 18:00:17 wx weewx[2460]: vantage: gentle wake up of console
> successful
> Mar 22 18:00:17 wx weewx[2460]: cheetahgenerator: using search list
> ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
> 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo',
> 'weewx.cheetahgenerator.Extras']
> Mar 22 18:00:20 wx weewx[2460]: cheetahgenerator: Generated 14 files for
> report StandardReport in 2.77 seconds
> Mar 22 18:00:28 wx weewx[2460]: genimages: Generated 36 images for
> StandardReport in 8.03 seconds
> Mar 22 18:00:28 wx weewx[2460]: reportengine: copied 0 files to
> /var/www/html/weewx
> Mar 22 18:00:28 wx weewx[2460]: reportengine: Running report FTP
> Mar 22 18:00:28 wx weewx[2460]: reportengine: Found configuration file
> /etc/weewx/skins/Ftp/skin.conf for report FTP
> Mar 22 18:00:28 wx weewx[2460]: reportengine: FTP upload not requested.
> Skipped.
> Mar 22 18:00:28 wx weewx[2460]: reportengine: Running report RSYNC
> Mar 22 18:00:28 wx weewx[2460]: reportengine: Found configuration file
> /etc/weewx/skins/Rsync/skin.conf for report RSYNC
> Mar 22 18:00:28 wx weewx[2460]: reportengine: rsync upload not requested.
> Skipped.
> Mar 22 18:05:15 wx weewx[2460]: vantage: Getting archive packets since
> 2021-03-14 03:00:00 EDT (1615705200)
> Mar 22 18:05:15 wx weewx[2460]: vantage: gentle wake up of console
> successful
> Mar 22 18:05:17 wx weewx[2460]: vantage: Retrieving 513 page(s); starting
> index= 0
> Mar 22 18:05:17 wx weewx[2460]: vantage: DMPAFT complete: page timestamp
> 2021-03-13 19:45:00 EST (1615682700) less than final timestamp 2021-03-14
> 03:00:00 EDT (1615705200)
> Mar 22 18:05:17 wx weewx[2460]: vantage: Catch up complete.
> Mar 22 18:05:17 wx weewx[2460]: reportengine: Running reports for latest
> time in the database.
> Mar 22 18:05:17 wx weewx[2460]: vantage: Requesting 200 LOOP packets.
> Mar 22 18:05:17 wx weewx[2460]: reportengine: Running report StandardReport
> Mar 22 18:05:17 wx weewx[2460]: reportengine: Found configuration file
> /etc/weewx/skins/Standard/skin.conf for report StandardReport
> Mar 22 18:05:17 wx weewx[2460]: vantage: gentle wake up of console
> successful
> Mar 22 18:05:17 wx weewx[2460]: cheetahgenerator: using search list
> ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
> 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo',
> 'weewx.cheetahgenerator.Extras']
> Mar 22 18:05:20 wx weewx[2460]: cheetahgenerator: Generated 14 files for
> report StandardReport in 2.76 seconds
> Mar 22 18:05:28 wx weewx[2460]: genimages: Generated 36 images for
> StandardReport in 7.98 seconds
> Mar 22 18:05:28 wx weewx[2460]: reportengine: copied 0 files to
> /var/www/html/weewx
> Mar 22 18:05:28 wx weewx[2460]: reportengine: Running report FTP
> Mar 22 18:05:28 wx weewx[2460]: reportengine: Found configuration file
> /etc/weewx/skins/Ftp/skin.conf for report FTP
> Mar 22 18:05:28 wx weewx[2460]: reportengine: FTP upload not requested.
> Skipped.
> Mar 22 18:05:28 wx weewx[2460]: reportengine: Running report RSYNC
> Mar 22 18:05:28 wx weewx[2460]: reportengine: Found configuration file
> /etc/weewx/skins/Rsync/skin.conf for report RSYNC
> Mar 22 18:05:28 wx weewx[2460]: reportengine: rsync upload not requested.
> Skipped.
> Mar 22 18:10:15 wx weewx[2460]: vantage: Getting archive packets since
> 2021-03-14 03:00:00 EDT (1615705200)
> Mar 22 18:10:15 wx weewx[2460]: vantage: gentle wake up of console
> successful
> Mar 22 18:10:17 wx weewx[2460]: vantage: Retrieving 513 page(s); starting
> index= 1
> Mar 22 18:10:17 wx weewx[2460]: vantage: DMPAFT complete: page timestamp
> 2021-03-13 19:50:00 EST (1615683000) less than final timestamp 2021-03-14
> 03:00:00 EDT (1615705200)
> Mar 22 18:10:17 wx weewx[2460]: vantage: Catch up complete.
> Mar 22 18:10:17 wx weewx[2460]: reportengine: Running reports for latest
> time in the database.
> Mar 22 18:10:17 wx weewx[2460]: vantage: Requesting 200 LOOP packets.
> Mar 22 18:10:17 wx weewx[2460]: reportengine: Running report StandardReport
> Mar 22 18:10:17 wx weewx[2460]: reportengine: Found configuration file
> /etc/weewx/skins/Standard/skin.conf for report StandardReport
> Mar 22 18:10:17 wx weewx[2460]: vantage: gentle wake up of console
> successful
> Mar 22 18:10:17 wx weewx[2460]: cheetahgenerator: using search list
> ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
> 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo',
> 'weewx.cheetahgenerator.Extras']
> Mar 22 18:10:20 wx weewx[2460]: cheetahgenerator: Generated 14 files for
> report StandardReport in 2.86 seconds
> Mar 22 18:10:28 wx weewx[2460]: genimages: Generated 36 images for
> StandardReport in 8.22 seconds
> Mar 22 18:10:28 wx weewx[2460]: reportengine: copied 0 files to
> /var/www/html/weewx
> Mar 22 18:10:28 wx weewx[2460]: reportengine: Running report FTP
> Mar 22 18:10:28 wx weewx[2460]: reportengine: Found configuration file
> /etc/weewx/skins/Ftp/skin.conf for report FTP
> Mar 22 18:10:28 wx weewx[2460]: reportengine: FTP upload not requested.
> Skipped.
> Mar 22 18:10:28 wx weewx[2460]: reportengine: Running report RSYNC
> Mar 22 18:10:28 wx weewx[2460]: reportengine: Found configuration file
> /etc/weewx/skins/Rsync/skin.conf for report RSYNC
> Mar 22 18:10:28 wx weewx[2460]: reportengine: rsync upload not requested.
> Skipped.
>
> ++++
> Mar 14 01:50:16 wx weewx[1049]: manager: added record 2021-03-14 01:50:00
> EST (1615704600) to database 'weewx.sdb'
> Mar 14 01:50:16 wx weewx[1049]: manager: added record 2021-03-14 01:50:00
> EST (1615704600) to daily summary in 'weewx.sdb'
> Mar 14 01:50:16 wx weewx[1049]: restx: PWSWeather: Published record
> 2021-03-14 01:50:00 EST (1615704600)
> Mar 14 01:50:16 wx weewx[1049]: restx: CWOP: Published record 2021-03-14
> 01:50:00 EST (1615704600)
> Mar 14 01:50:19 wx weewx[1049]: cheetahgenerator: Generated 14 files for
> report StandardReport in 2.57 seconds
> Mar 14 01:50:20 wx weewx[1049]: genimages: Generated 12 images for
> StandardReport in 1.50 seconds
> Mar 14 01:50:20 wx weewx[1049]: reportengine: copied 0 files to
> /var/www/html/weewx
> Mar 14 01:55:16 wx weewx[1049]: manager: added record 2021-03-14 01:55:00
> EST (1615704900) to database 'weewx.sdb'
> Mar 14 01:55:16 wx weewx[1049]: manager: added record 2021-03-14 01:55:00
> EST (1615704900) to daily summary in 'weewx.sdb'
> Mar 14 01:55:16 wx weewx[1049]: restx: PWSWeather: Published record
> 2021-03-14 01:55:00 EST (1615704900)
> Mar 14 01:55:16 wx weewx[1049]: restx: CWOP: Published record 2021-03-14
> 01:55:00 EST (1615704900)
> Mar 14 01:55:19 wx weewx[1049]: cheetahgenerator: Generated 14 files for
> report StandardReport in 2.51 seconds
> Mar 14 01:55:20 wx weewx[1049]: genimages: Generated 12 images for
> StandardReport in 1.48 seconds
> Mar 14 01:55:20 wx weewx[1049]: reportengine: copied 0 files to
> /var/www/html/weewx
> Mar 14 03:00:16 wx weewx[1049]: manager: added record 2021-03-14 03:00:00
> EDT (1615705200) to database 'weewx.sdb'
> Mar 14 03:00:16 wx weewx[1049]: manager: added record 2021-03-14 03:00:00
> EDT (1615705200) to daily summary in 'weewx.sdb'
> Mar 14 03:00:16 wx weewx[1049]: restx: PWSWeather: Published record
> 2021-03-14 03:00:00 EDT (1615705200)
> Mar 14 03:00:16 wx weewx[1049]: restx: CWOP: Published record 2021-03-14
> 03:00:00 EDT (1615705200)
> Mar 14 03:00:19 wx weewx[1049]: cheetahgenerator: Generated 14 files for
> report StandardReport in 2.67 seconds
> Mar 14 03:00:27 wx weewx[1049]: genimages: Generated 36 images for
> StandardReport in 8.07 seconds
> Mar 14 03:00:27 wx weewx[1049]: reportengine: copied 0 files to
> /var/www/html/weewx
> Mar 14 03:05:20 wx weewx[1049]: cheetahgenerator: Generated 14 files for
> report StandardReport in 2.52 seconds
> Mar 14 03:05:28 wx weewx[1049]: genimages: Generated 36 images for
> StandardReport in 7.74 seconds
>
> The last reports coincide with this (with a four hour time difference,
> which I assume is UTC<>EDT)
>
> https://weather.gladstonefamily.net/cgi-bin/wxobservations.pl?site=E0732&days=14
> 2021-03-14
> <https://weather.gladstonefamily.net/cgi-bin/wxobservations.pl?site=E0732&days=142021-03-14>
> 04:40:00,1018.00,38.0,14.7,38,,,1017.65,37.0,14.8,39,,
> 2021-03-14 04:45:00,1017.80,38.0,15.3,39,,,1016.81,36.9,14.8,39,,
> 2021-03-14 04:55:00,1017.80,38.0,15.3,39,,,1016.81,36.9,14.8,39,,
> 2021-03-14 05:15:00,1017.70,38.0,14.7,38,0,,,,,,,
> 2021-03-14 05:26:00,1017.60,38.0,14.1,37,0,,,,,,,
> 2021-03-14 05:45:00,1017.40,39.0,15.0,37,,,1016.47,36.6,16.7,43,,
> 2021-03-14 05:52:00,1017.50,39.0,15.0,37,,,1016.47,36.6,16.7,43,,
> 2021-03-14 05:58:00,1017.50,39.0,15.0,37,,,1016.47,36.2,16.7,44,,
> 2021-03-14 06:00:00,1017.50,39.0,14.3,36,0,,,,,,,
> 2021-03-14 06:15:00,1017.30,39.0,15.6,37,0,,,,,,,
> 2021-03-14 06:21:00,1017.30,39.0,15.6,37,0,,,,,,,
> 2021-03-14 06:45:00,1017.20,38.0,15.3,39,,,1017.27,37.7,16.1,40,,
> 2021-03-14 06:51:00,1017.10,38.0,15.3,39,,,1017.27,37.7,16.1,40,,
> 2021-03-14 06:57:00,1017.10,38.0,15.3,39,,,1016.04,37.7,16.1,40,,
> 2021-03-14 07:00:00,1017.00,38.0,15.3,39,0,225,,,,,,
>
>
>  - pjd
>
> From: weewx-user@googlegroups.com <weewx-user@googlegroups.com> On Behalf
> Of Tom Keffer
> Sent: Monday, March 22, 2021 2:40 PM
> To: weewx-user <weewx-user@googlegroups.com>
> Subject: Re: [weewx-user] Not uploading to CWOP
>
> You said the station is uploading to the WU, but I'm not seeing any
> evidence of that in the log. Of course, you do not have debug set, so we
> can't really tell one way or the other.
>
> Also, there was a big jump in time in the logfrom 12:17:17 to 12:28:38,
> which makes me suspicious that you may have a clock issue.
>
> Please set debug=1, then restart weewxd, then post the log through the
> first reporting cycle. That's likely to give us much more information.
>
> -tk
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/05ba01d71f68%249b245b70%24d16d1250%24%40gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEA7WNRoZiKgFE8NQ1agLfbvD86z_E7Hm0EA-eyhjKfg1Q%40mail.gmail.com.

Reply via email to