Data only sent to Wunderground, not to any other restx destination

41 views
Skip to first unread message

tha...@gmail.com

unread,
Feb 12, 2023, 1:37:37 PM2/12/23
to weewx-user
Hi guys,

I recently upgraded my weewx install from python2 to python3 and updated to weewx version 4.10.1. Now, even though I have WUnderground, PWSWeather, AWEKAS and WOW configured, data is only sent to Wunderground. There's no errors in the log (I have debug turned on too). Data is just never sent. Here's what the log looks like from startup showing that they all should be going. Any ideas?

Sun Feb 12 18:17:13 2023 user.info weewx[8177] INFO weewx.engine: Loading station type Vantage (weewx.drivers.vantage)
Sun Feb 12 18:17:13 2023 user.debug weewx[8177] DEBUG weewx.drivers.vantage: Driver version is 3.5.2
Sun Feb 12 18:17:13 2023 user.debug weewx[8177] DEBUG weewx.drivers.vantage: Option loop_request=1
Sun Feb 12 18:17:13 2023 user.debug weewx[8177] DEBUG weewx.drivers.vantage: Opened up serial port /dev/ttyUSB0; baud 19200; timeout 4.00
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.drivers.vantage: Hardware type is 17
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.drivers.vantage: ISS ID is 1
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.drivers.vantage: Hardware name: Vantage Vue
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.engine.StdTimeSynch
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.engine.StdTimeSynch
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.engine.StdConvert
Sun Feb 12 18:17:14 2023 user.info weewx[8177] INFO weewx.engine: StdConvert target unit is 0x1
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.engine.StdConvert
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.engine.StdCalibrate
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.engine.StdCalibrate
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.engine.StdQC
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.engine.StdQC
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.wxservices.StdWXCalculate
Sun Feb 12 18:17:14 2023 user.info weewx[8177] INFO weewx.wxservices: StdWXCalculate will use data binding wx_binding
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.manager: Daily summary version is 4.0
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.wxservices.StdWXCalculate
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdWXXTypes
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdWXXTypes
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdPressureCooker
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdPressureCooker
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdRainRater
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdRainRater
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdDelta
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdDelta
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.engine.StdArchive
Sun Feb 12 18:17:14 2023 user.info weewx[8177] INFO weewx.engine: Archive will use data binding wx_binding
Sun Feb 12 18:17:14 2023 user.info weewx[8177] INFO weewx.engine: Record generation will be attempted in 'hardware'
Sun Feb 12 18:17:14 2023 user.info weewx[8177] INFO weewx.engine: Using archive interval of 300 seconds (specified by hardware)
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Use LOOP data in hi/low calculations: 1
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.engine.StdArchive
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.restx.StdStationRegistry
Sun Feb 12 18:17:14 2023 user.info weewx[8177] INFO weewx.restx: StationRegistry: Registration not requested.
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.restx.StdStationRegistry
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.restx.StdPWSweather
Sun Feb 12 18:17:14 2023 user.info weewx[8177] INFO weewx.restx: PWSWeather: Data for station TUTUKAKA will be posted
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.restx.StdPWSweather
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.restx.StdWunderground
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.restx: WU essentials: {}
Sun Feb 12 18:17:14 2023 user.info weewx[8177] INFO weewx.restx: Wunderground-RF: Data for station IMARUANG2 will be posted
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.restx.StdWunderground
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.restx.StdCWOP
Sun Feb 12 18:17:14 2023 user.info weewx[8177] INFO weewx.restx: CWOP: Posting not enabled.
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.restx.StdCWOP
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.restx.StdWOW
Sun Feb 12 18:17:14 2023 user.info weewx[8177] INFO weewx.restx: WOW: Data for station 34defca9-adaa-ed11-9ac4-0003ff7a6da1 will be posted
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.restx.StdWOW
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.restx.StdAWEKAS
Sun Feb 12 18:17:14 2023 user.info weewx[8177] INFO weewx.restx: AWEKAS: Data will be uploaded for user thardie
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.restx.StdAWEKAS
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service user.graphite.Graphite
Sun Feb 12 18:17:14 2023 user.info weewxd: restx: Graphite: Data will be sent to host 192.168.2.252:2003
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service user.graphite.Graphite
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.engine.StdPrint
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.manager: Daily summary version is 4.0
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.engine.StdPrint
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Loading service weewx.engine.StdReport
Sun Feb 12 18:17:14 2023 user.info weewx[8177] INFO weewx.engine: 'pyephem' not detected, extended almanac data is not available
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.engine: Finished loading service weewx.engine.StdReport
Sun Feb 12 18:17:14 2023 user.info weewx[8177] INFO __main__: Starting up weewx version 4.10.1
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.manager: Daily summary version is 4.0
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.manager: Daily summary version is 4.0
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.manager: Daily summary version is 4.0
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.manager: Daily summary version is 4.0
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Sun Feb 12 18:17:14 2023 user.info weewx[8177] INFO weewx.engine: Clock error is 0.23 seconds (positive is fast)
Sun Feb 12 18:17:14 2023 user.info weewx[8177] INFO weewx.engine: Using binding 'wx_binding' to database 'weewx.sdb'
Sun Feb 12 18:17:14 2023 user.info weewx[8177] INFO weewx.manager: Starting backfill of daily summaries
Sun Feb 12 18:17:14 2023 user.info weewx[8177] INFO weewx.manager: Daily summaries up to date
Sun Feb 12 18:17:14 2023 user.debug weewx[8177] DEBUG weewx.drivers.vantage: Getting archive packets since 2023-02-11 18:36:00 UTC (1676140560)
Sun Feb 12 18:17:15 2023 user.debug weewx[8177] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Sun Feb 12 18:17:15 2023 user.debug weewx[8177] DEBUG weewx.drivers.vantage: Retrieving 89 page(s); starting index= 2
Sun Feb 12 18:17:15 2023 user.debug weewx[8177] DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2019-09-07 11:54:00 UTC (1567857240) less than final timestamp 2023-02-11 18:36:00 UTC (1676140560)
Sun Feb 12 18:17:15 2023 user.debug weewx[8177] DEBUG weewx.drivers.vantage: Catch up complete.
Sun Feb 12 18:17:15 2023 user.info weewx[8177] INFO weewx.engine: Starting main packet loop.
Sun Feb 12 18:17:16 2023 user.debug weewx[8177] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Sun Feb 12 18:17:16 2023 user.debug weewx[8177] DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Sun Feb 12 18:17:16 2023 user.debug weewx[8177] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Sun Feb 12 18:17:17 2023 user.info weewx[8177] INFO weewx.restx: Wunderground-RF: Published record 2023-02-12 18:17:17 UTC (1676225837)

Tom Keffer

unread,
Feb 12, 2023, 6:47:48 PM2/12/23
to weewx...@googlegroups.com
Your problem is that your logger is corrupted. To fix, see the wiki article Corrupt station memory.

The reason why WU is working, but the others are not, is because you are using Rapidfire, which posts LOOP packets, not the archive records everything else uses.


--
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/51720e35-408f-4ace-b1b4-b291a18d41d7n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages