Hi all,
About 8 days ago weewx stopped uploading data to CWOP without explanation.
It has continued to report to Weather Underground without issue so the
station itself, the Pi, weewx, and the Internet connection are obviously
still good.
I'm not sure what went wrong. I didn't change any files or even access the
Pi in the last 6 months or so. I restarted it and no change since. Any
suggestions? Please and thanks.
There is nothing in the log that looks out of place:
Mar 22 12:17:15 wx weewx[666]: engine: Initializing weewx version 3.6.2
Mar 22 12:17:15 wx weewx[666]: engine: Using Python 2.7.9 (default, Sep 16
2019, 18:29:54) #012[GCC 4.9.2]
Mar 22 12:17:15 wx weewx[666]: engine: Platform
Linux-4.9.35-v7+-armv7l-with-debian-8.0
Mar 22 12:17:15 wx weewx[666]: engine: pid file is /var/run/weewx.pid
Mar 22 12:17:15 wx weewx[582]: Starting weewx weather system: weewx.
Mar 22 12:17:15 wx weewx[1050]: engine: Using configuration file
/etc/weewx/weewx.conf
Mar 22 12:17:15 wx weewx[1050]: engine: Loading station type Vantage
(weewx.drivers.vantage)
Mar 22 12:17:16 wx weewx[1050]: engine: StdConvert target unit is 0x1
Mar 22 12:17:16 wx weewx[1050]: wxcalculate: The following values will be
calculated: barometer=prefer_hardware, windchill=prefer_hardware,
dewpoint=prefer_hardware, appTemp=prefer_hardware, rainRate=prefer_hardw$
Mar 22 12:17:16 wx weewx[1050]: wxcalculate: The following algorithms will
be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Mar 22 12:17:16 wx weewx[1050]: engine: Archive will use data binding
wx_binding
Mar 22 12:17:16 wx weewx[1050]: engine: Record generation will be attempted
in 'hardware'
Mar 22 12:17:16 wx weewx[1050]: engine: Using archive interval of 300
seconds (specified by hardware)
Mar 22 12:17:17 wx weewx[1050]: engine: Using binding 'wx_binding' to
database 'weewx.sdb'
Mar 22 12:17:17 wx weewx[1050]: manager: Starting backfill of daily
summaries
Mar 22 12:17:17 wx weewx[1050]: manager: Daily summaries up to date
Mar 22 12:17:17 wx weewx[1050]: restx: StationRegistry: Station will not be
registered: no station_url specified.
Mar 22 12:17:17 wx weewx[1050]: restx: Wunderground-RF: Data for station
KNJWESTC2 will be posted
Mar 22 12:17:17 wx weewx[1050]: restx: PWSWeather: Data for station w2irt
will be posted
Mar 22 12:17:17 wx weewx[1050]: restx: CWOP: Data for station W2IRT will be
posted
Mar 22 12:17:17 wx weewx[1050]: restx: WOW: Posting not enabled.
Mar 22 12:17:17 wx weewx[1050]: restx: AWEKAS: Posting not enabled.
Mar 22 12:17:17 wx weewx[1050]: engine: Starting up weewx version 3.6.2
Mar 22 12:17:17 wx weewx[1050]: engine: Clock error is 677.10 seconds
(positive is fast)
Mar 22 12:17:17 wx weewx[1050]: vantage: Clock set to 2021-03-22 12:17:18
EDT (1616429838)
Mar 22 12:28:38 wx weewx[1050]: engine: Starting main packet loop.
Mar 22 12:28:50 wx weewx[1050]: cheetahgenerator: Generated 14 files for
report StandardReport in 10.44 seconds
Mar 22 12:28:58 wx weewx[1050]: genimages: Generated 36 images for
StandardReport in 8.20 seconds
Mar 22 12:28:59 wx weewx[1050]: reportengine: copied 9 files to
/var/www/html/weewx
Mar 22 12:30:20 wx weewx[1050]: cheetahgenerator: Generated 14 files for
report StandardReport in 2.68 seconds
Mar 22 12:30:28 wx weewx[1050]: genimages: Generated 36 images for
StandardReport in 7.88 seconds
Mar 22 12:30:28 wx weewx[1050]: reportengine: copied 0 files to
/var/www/html/weewx
Mar 22 12:35:20 wx weewx[1050]: cheetahgenerator: Generated 14 files for
report StandardReport in 2.85 seconds
Mar 22 12:35:28 wx weewx[1050]: genimages: Generated 36 images for
StandardReport in 8.20 seconds
Mar 22 12:35:28 wx weewx[1050]: reportengine: copied 0 files to
/var/www/html/weewx
And the config file is in order too (with password removed for posting
here):
# 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 = (my password)
--
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/18277490-29b2-439b-be7f-cc8ba74ac281n%40googlegroups.com.