Running in the foreground (sudo weewxd /etc/weewx/weewx.conf) -- I only see
LOOP and REC messages -- nothing about attempting to publish anything...
These are the only config diffs between pre (working) and post (no publish)
upgrade:
mgray@raspberrypi:/etc/weewx $* diff weewx.conf-3.7.1 weewx.conf*
11,12c11
< debug = 0
---
> debug = 1
21c20
< version = 3.7.1
---
> version = 3.8.0
Here's the whole StdRESTfull section:
[StdRESTful]
[[StationRegistry]]
# To register this weather station with weewx, set this to true
register_this_station = false
[[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 = DW7229
# post_interval = 600
post_interval = 300
# If this is an APRS (radio amateur) station, uncomment
# the following and replace with a passcode (e.g., 12345).
#passcode = replace_me (APRS stations only)
[[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 = false
station = KNHHAMPS9
password = ********
[[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 = KNHHAMPS9
password = ********
# 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 = False
On Thursday, August 16, 2018 at 9:06:11 AM UTC-4, Thomas Keffer wrote:
>
> That all looks normal to me as well.
>
> Take a look at the [StdRESTful] section of your weewx.conf configuration
> file. Did anything get mangled by the upgrade process? Is the option
> "log_success" set to false? You can post the section here after obscuring
> any passwords.
>
> -tk
>
> On Thu, Aug 16, 2018 at 4:30 AM Michael Gray <[email protected]
> <javascript:>> wrote:
>
>> Last night, I performed routine Rapbian (Jessie) updates to my RaspBerry
>> Pi and also updated weewx from 3.7.1-1 to 3.8.0.1 and after the updates,
>> weewx has stopped publishing data to CWOP and Wunderground -- I'm still
>> getting data from my (Acurite) weather station which are going into the
>> database, creating graphs etc. -- it seems to be just the publishing
>> part that's stopped. I enabled debug (debug=1) in config file but don't
>> see any
>> errors -- just not publishing -- I'd appreciate any guidance in debugging
>> this...
>>
>> Aug 15 23:25:24 raspberrypi weewx[1648]: engine: Using configuration file
>> /etc/weewx/weewx.conf
>> Aug 15 23:25:24 raspberrypi weewx[1648]: engine: Loading station type
>> AcuRite (weewx.drivers.acurite)
>> *Aug 15 23:25:24 raspberrypi weewx[1648]: acurite: driver version is 0.24*
>> Aug 15 23:25:24 raspberrypi weewx[1648]: acurite: R2 will be decoded
>> using sensor constants
>> Aug 15 23:25:24 raspberrypi weewx[1648]: engine: StdConvert target unit
>> is 0x1
>> Aug 15 23:25:24 raspberrypi weewx[1648]: 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_ha
>> rdware, ET=prefer_hardware, altimeter=prefer_hardware,
>> cloudbase=prefer_hardware
>> Aug 15 23:25:24 raspberrypi weewx[1648]: wxcalculate: The following
>> algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
>> Aug 15 23:25:24 raspberrypi weewx[1648]: engine: Archive will use data
>> binding wx_binding
>> Aug 15 23:25:24 raspberrypi weewx[1648]: engine: Record generation will
>> be attempted in 'hardware'
>> Aug 15 23:25:24 raspberrypi weewx[1648]: engine: Using archive interval
>> of 300 seconds (specified in weewx configuration)
>> Aug 15 23:25:24 raspberrypi weewx[1648]: engine: Using binding
>> 'wx_binding' to database 'weewx.sdb'
>> Aug 15 23:25:24 raspberrypi weewx[1648]: manager: Starting backfill of
>> daily summaries
>> Aug 15 23:25:24 raspberrypi weewx[1648]: restx: StationRegistry:
>> Registration not requested.
>> *Aug 15 23:25:24 raspberrypi weewx[1648]: restx: Wunderground-PWS: Data
>> for station KNHHAMPS9 will be posted*
>> Aug 15 23:25:24 raspberrypi weewx[1648]: restx: PWSweather: Posting not
>> enabled.
>> *Aug 15 23:25:24 raspberrypi weewx[1648]: restx: CWOP: Data for station
>> DW7229 will be posted*
>> Aug 15 23:25:24 raspberrypi weewx[1648]: restx: WOW: Posting not enabled.
>> Aug 15 23:25:24 raspberrypi weewx[1648]: restx: AWEKAS: Posting not
>> enabled.
>> Aug 15 23:25:24 raspberrypi weewx[1648]: engine: Starting up weewx
>> version 3.8.0
>> Aug 15 23:25:24 raspberrypi weewx[1648]: engine: Starting main packet
>> loop.
>> Aug 15 23:30:25 raspberrypi weewx[1648]: manager: Added record 2018-08-15
>> 23:30:00 EDT (1534390200) to database 'weewx.sdb'
>> Aug 15 23:30:25 raspberrypi weewx[1648]: manager: Added record 2018-08-15
>> 23:30:00 EDT (1534390200) to daily summary in 'weewx.sdb'
>> Aug 15 23:30:29 raspberrypi weewx[1648]: cheetahgenerator: Generated 14
>> files for report StandardReport in 3.95 seconds
>> Aug 15 23:30:30 raspberrypi weewx[1648]: imagegenerator: Generated 12
>> images for StandardReport in 0.77 seconds
>> Aug 15 23:30:30 raspberrypi weewx[1648]: copygenerator: copied 9 files to
>> /var/www/html/weewx
>> Aug 15 23:35:20 raspberrypi weewx[1648]: manager: Added record 2018-08-15
>> 23:35:00 EDT (1534390500) to database 'weewx.sdb'
>> Aug 15 23:35:20 raspberrypi weewx[1648]: manager: Added record 2018-08-15
>> 23:35:00 EDT (1534390500) to daily summary in 'weewx.sdb'
>> Aug 15 23:35:22 raspberrypi weewx[1648]: cheetahgenerator: Generated 14
>> files for report StandardReport in 1.65 seconds
>> Aug 15 23:35:22 raspberrypi weewx[1648]: imagegenerator: Generated 12
>> images for StandardReport in 0.76 seconds
>> Aug 15 23:35:22 raspberrypi weewx[1648]: copygenerator: copied 0 files to
>> /var/www/html/weewx
>> Aug 15 23:40:27 raspberrypi weewx[1648]: manager: Added record 2018-08-15
>> 23:40:00 EDT (1534390800) to database 'weewx.sdb'
>> Aug 15 23:40:27 raspberrypi weewx[1648]: manager: Added record 2018-08-15
>> 23:40:00 EDT (1534390800) to daily summary in 'weewx.sdb'
>> Aug 15 23:40:28 raspberrypi weewx[1648]: cheetahgenerator: Generated 14
>> files for report StandardReport in 1.66 seconds
>> Aug 15 23:40:29 raspberrypi weewx[1648]: imagegenerator: Generated 12
>> images for StandardReport in 0.76 seconds
>> Aug 15 23:40:29 raspberrypi weewx[1648]: copygenerator: copied 0 files to
>> /var/www/html/weewx
>> Aug 15 23:45:15 raspberrypi weewx[1648]: manager: Added record 2018-08-15
>> 23:45:00 EDT (1534391100) to database 'weewx.sdb'
>> Aug 15 23:45:15 raspberrypi weewx[1648]: manager: Added record 2018-08-15
>> 23:45:00 EDT (1534391100) to daily summary in 'weewx.sdb'
>> Aug 15 23:45:17 raspberrypi weewx[1648]: cheetahgenerator: Generated 14
>> files for report StandardReport in 1.70 seconds
>> Aug 15 23:45:18 raspberrypi weewx[1648]: imagegenerator: Generated 12
>> images for StandardReport in 0.76 seconds
>> Aug 15 23:45:18 raspberrypi weewx[1648]: copygenerator: copied 0 files to
>> /var/www/html/weewx
>> Aug 15 23:50:22 raspberrypi weewx[1648]: manager: Added record 2018-08-15
>> 23:50:00 EDT (1534391400) to database 'weewx.sdb'
>> Aug 15 23:50:22 raspberrypi weewx[1648]: manager: Added record 2018-08-15
>> 23:50:00 EDT (1534391400) to daily summary in 'weewx.sdb'
>> Aug 15 23:50:24 raspberrypi weewx[1648]: cheetahgenerator: Generated 14
>> files for report StandardReport in 1.73 seconds
>> Aug 15 23:50:25 raspberrypi weewx[1648]: imagegenerator: Generated 12
>> images for StandardReport in 0.76 seconds
>> Aug 15 23:50:25 raspberrypi weewx[1648]: copygenerator: copied 0 files to
>> /var/www/html/weewx
>> Aug 15 23:55:29 raspberrypi weewx[1648]: manager: Added record 2018-08-15
>> 23:55:00 EDT (1534391700) to database 'weewx.sdb'
>> Aug 15 23:55:29 raspberrypi weewx[1648]: manager: Added record 2018-08-15
>> 23:55:00 EDT (1534391700) to daily summary in 'weewx.sdb'
>> m
>>
>>
>>
>> --
>> 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] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
--
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].
For more options, visit https://groups.google.com/d/optout.