Skip to content

Instantly share code, notes, and snippets.

@cmer81

cmer81/syslog.c Secret

Created June 1, 2024 19:47
Show Gist options
  • Save cmer81/4c359b8bef5a2fdc7313532f880803b9 to your computer and use it in GitHub Desktop.
Save cmer81/4c359b8bef5a2fdc7313532f880803b9 to your computer and use it in GitHub Desktop.
debug weewx
Jun 1 21:40:51 weewx systemd[1]: Started WeeWX.
Jun 1 21:40:52 weewx weewxd[34209]: INFO __main__: Initializing weewxd version 5.0.2
Jun 1 21:40:52 weewx weewxd[34209]: INFO __main__: Command line: /usr/share/weewx/weewxd.py /etc/weewx/weewx.conf
Jun 1 21:40:52 weewx weewxd[34209]: INFO __main__: Using Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
Jun 1 21:40:52 weewx weewxd[34209]: INFO __main__: Located at /usr/bin/python3
Jun 1 21:40:52 weewx weewxd[34209]: INFO __main__: Platform Linux-6.8.4-2-pve-x86_64-with-glibc2.35
Jun 1 21:40:52 weewx weewxd[34209]: INFO __main__: Locale: 'fr_FR.UTF-8'
Jun 1 21:40:52 weewx weewxd[34209]: INFO __main__: Entry path: /usr/share/weewx/weewxd.py
Jun 1 21:40:52 weewx weewxd[34209]: INFO __main__: WEEWX_ROOT: /etc/weewx
Jun 1 21:40:52 weewx weewxd[34209]: INFO __main__: Configuration file: /etc/weewx/weewx.conf
Jun 1 21:40:52 weewx weewxd[34209]: INFO __main__: User module: /etc/weewx/bin/user
Jun 1 21:40:52 weewx weewxd[34209]: INFO __main__: Debug: 1
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG __main__: Initializing engine
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.engine: Loading station type WeatherLinkLive (user.weatherlink_live)
Jun 1 21:40:52 weewx weewxd[34209]: INFO user.weatherlink_live.driver: Initializing driver: WeatherLinkLive v1.1.4
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.driver: Configuration: {'host': '192.168.2.11', 'mappings': [['th', '1'], ['rain', '1'], ['wind', '1'], ['windchill', '1'], ['thw', '1', 'appTemp'], ['th_indoor'], ['baro'], ['battery', '1']], 'polling_interval': 10.0, 'max_no_data_iterations': 5, 'log_success': True, 'log_error': True, 'socket_timeout': 20.0}
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.configuration: Creating mapper th. Options: ['1']
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapping targets: {'t': 'outTemp', 'h': 'outHumidity', 'dp': 'dewpoint', 'hi': 'heatindex', 'wb': 'wetbulb'}
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.configuration: Creating mapper rain. Options: ['1']
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapping targets: {'amount': 'rain', 'rate': 'rainRate', 'count': 'rainCount', 'count_rate': 'rainCountRate', 'size': 'rainSize'}
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.configuration: Creating mapper wind. Options: ['1']
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapping targets: {'wind_dir': 'windDir', 'wind_speed': 'windSpeed', 'gust_dir': 'windGustDir', 'gust_speed': 'windGust'}
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.configuration: Creating mapper windchill. Options: ['1']
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Mapping targets: {'windchill': 'windchill'}
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.configuration: Creating mapper thw. Options: ['1', 'appTemp']
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Mapping targets: {'thw': 'thw', 'app_temp': 'appTemp'}
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.configuration: Creating mapper th_indoor. Options: []
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapping targets: {'t': 'inTemp', 'h': 'inHumidity', 'dp': 'inDewpoint', 'hi': 'inHeatindex'}
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.configuration: Creating mapper baro. Options: []
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BaroMapping: Mapping targets: {'baro_abs': 'pressure', 'baro_sl': 'altimeter'}
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.configuration: Creating mapper battery. Options: ['1']
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Mapping targets: {'battery': 'batteryStatus1'}
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: Found 1 wind mappings
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: Clearing max gust values
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.engine.StdTimeSynch
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.engine.StdTimeSynch
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.engine.StdConvert
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.engine: StdConvert target unit is 0x1
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.engine.StdConvert
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.engine.StdCalibrate
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.engine.StdCalibrate
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.engine.StdQC
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.engine.StdQC
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.wxservices.StdWXCalculate
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.wxservices: StdWXCalculate will use data binding wx_binding
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.manager: Daily summary version is 4.0
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.wxservices.StdWXCalculate
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.wxxtypes.StdWXXTypes
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdWXXTypes
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.wxxtypes.StdPressureCooker
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdPressureCooker
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.wxxtypes.StdRainRater
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdRainRater
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.wxxtypes.StdDelta
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdDelta
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.engine.StdArchive
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.engine: Archive will use data binding wx_binding
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.engine: Record generation will be attempted in 'hardware'
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.engine: Using archive interval of 300 seconds (specified in weewx configuration)
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Use LOOP data in hi/low calculations: 1
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.engine.StdArchive
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.restx.StdStationRegistry
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.restx: StationRegistry: Station will be registered.
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.restx.StdStationRegistry
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.restx.StdWunderground
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.restx: WU essentials: {}
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.restx: Wunderground-PWS: Data for station ISAINT6168 will be posted
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.restx.StdWunderground
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.restx.StdPWSweather
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.restx: PWSWeather: Data for station BAJAGUET will be posted
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.restx.StdPWSweather
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.restx.StdCWOP
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.restx: CWOP: Posting not enabled.
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.restx.StdCWOP
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.restx.StdWOW
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.restx: WOW: Posting not enabled.
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.restx.StdWOW
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.restx.StdAWEKAS
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.restx: AWEKAS: Posting not enabled.
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.restx.StdAWEKAS
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service user.mqtt.MQTT
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.manager: Daily summary version is 4.0
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.manager: Daily summary version is 4.0
Jun 1 21:40:52 weewx weewxd[34209]: INFO user.mqtt: service version is 0.24
Jun 1 21:40:52 weewx weewxd[34209]: INFO user.mqtt: binding to ['archive', 'loop']
Jun 1 21:40:52 weewx weewxd[34209]: INFO user.mqtt: data_binding is wx_binding
Jun 1 21:40:52 weewx weewxd[34209]: INFO user.mqtt: topic is weewx
Jun 1 21:40:52 weewx weewxd[34209]: INFO user.mqtt: desired unit system is METRIC
Jun 1 21:40:52 weewx weewxd[34209]: INFO user.mqtt: data will be uploaded to mqtt://weewx:xxx@localhost:1883
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service user.mqtt.MQTT
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.engine.StdPrint
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.engine.StdPrint
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Loading service weewx.engine.StdReport
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.engine: 'pyephem' detected, extended almanac data is available
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Finished loading service weewx.engine.StdReport
Jun 1 21:40:52 weewx weewxd[34209]: INFO __main__: Starting up weewx version 5.0.2
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: Service startup
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: Clearing max gust values
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.engine: Station does not support reading the time
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.engine: Using binding 'wx_binding' to database 'weewx'
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.manager: Starting backfill of daily summaries
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.manager: Daily summaries up to date
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.engine: Starting main packet loop.
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.scheduler: Push refresh will happen every 120 scheduler ticks
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.scheduler: Scheduler tick
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.scheduler: Notifying poll callback
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG urllib3.connectionpool: Starting new HTTP connection (1): 192.168.2.11:80
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG urllib3.connectionpool: http://192.168.2.11:80 "GET /v1/current_conditions HTTP/1.1" 200 None
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG weewx.manager: Daily summary version is 4.0
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.packets: Trying to create HTTP conditions packet
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.data_host: Polled current conditions
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: outTemp=55.5
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: outHumidity=89.7
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: dewpoint=52.5
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: heatindex=55.5
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: wetbulb=53.6
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapping not responsible: Not a broadcast packet
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapping not responsible: Not a broadcast packet
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Mapped: windchill=55.5
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Mapped: thw=55.5
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Mapped: appTemp=55.5
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapped: inTemp=74.4
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapped: inHumidity=51.0
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapped: inDewpoint=55.1
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapped: inHeatindex=74.4
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BaroMapping: Mapped: pressure=28.041
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BaroMapping: Mapped: altimeter=30.12
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Mapped: batteryStatus1=0
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.scheduler: Notifying push refresh callback
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.data_host: Re-requesting UDP broadcast
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG urllib3.connectionpool: Starting new HTTP connection (1): 192.168.2.11:80
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG urllib3.connectionpool: http://192.168.2.11:80 "GET /v1/real_time?duration=1500 HTTP/1.1" 200 None
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.data_host: Restarting broadcast reception
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.davis_broadcast: Starting broadcast reception
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.scheduler: 119 scheduler ticks until next push refresh
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.scheduler: Next scheduler tick at 2024-06-01 19:41:02 Z
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.driver: Entering driver loop
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.driver: Waiting for new packet
Jun 1 21:40:52 weewx weewxd[34209]: INFO user.weatherlink_live.driver: Emitting poll packet
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: Wind observations windSpeed:windDir not in record
Jun 1 21:40:52 weewx weewxd[34209]: DEBUG user.weatherlink_live.driver: Waiting for new packet
Jun 1 21:40:52 weewx weewxd[34209]: INFO user.mqtt: client established for mqtt://weewx:xxx@localhost:1883
Jun 1 21:40:52 weewx weewxd[34209]: INFO weewx.restx: MQTT: Published record 2024-06-01 21:40:51 CEST (1717270851)
Jun 1 21:40:53 weewx weewxd[34209]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:40:53 weewx weewxd[34209]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:40:53 weewx weewxd[34209]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:40:53 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:40:53 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:40:53 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:40:53 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:40:53 weewx weewxd[34209]: INFO user.weatherlink_live.mappers: RainMapping['1']: First daily rain value
Jun 1 21:40:53 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:40:53 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:40:53 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:40:53 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:40:53 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:40:53 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:40:53 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:40:53 weewx weewxd[34209]: INFO user.weatherlink_live.driver: Emitting push (broadcast) packet
Jun 1 21:40:53 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: New wind vector 0.00:0 larger than 0.00:None
Jun 1 21:40:53 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: Updating record with dict: {'windGust': 0.0, 'windGustDir': 0}
Jun 1 21:40:53 weewx weewxd[34209]: DEBUG user.weatherlink_live.driver: Waiting for new packet
Jun 1 21:40:53 weewx weewxd[34209]: INFO weewx.restx: MQTT: Published record 2024-06-01 21:40:52 CEST (1717270852)
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCount=0
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rain=0.0
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:40:55 weewx weewxd[34209]: INFO user.weatherlink_live.driver: Emitting push (broadcast) packet
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: New wind vector 0.00:0 larger than 0.00:0
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: Updating record with dict: {'windGust': 0.0, 'windGustDir': 0}
Jun 1 21:40:55 weewx weewxd[34209]: DEBUG user.weatherlink_live.driver: Waiting for new packet
Jun 1 21:40:55 weewx weewxd[34209]: INFO weewx.restx: MQTT: Published record 2024-06-01 21:40:54 CEST (1717270854)
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCount=0
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rain=0.0
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:40:58 weewx weewxd[34209]: INFO user.weatherlink_live.driver: Emitting push (broadcast) packet
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: New wind vector 0.00:0 larger than 0.00:0
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: Updating record with dict: {'windGust': 0.0, 'windGustDir': 0}
Jun 1 21:40:58 weewx weewxd[34209]: DEBUG user.weatherlink_live.driver: Waiting for new packet
Jun 1 21:40:58 weewx weewxd[34209]: INFO weewx.restx: MQTT: Published record 2024-06-01 21:40:57 CEST (1717270857)
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCount=0
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rain=0.0
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:41:00 weewx weewxd[34209]: INFO user.weatherlink_live.driver: Emitting push (broadcast) packet
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: New wind vector 0.00:0 larger than 0.00:0
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: Updating record with dict: {'windGust': 0.0, 'windGustDir': 0}
Jun 1 21:41:00 weewx weewxd[34209]: DEBUG user.weatherlink_live.driver: Waiting for new packet
Jun 1 21:41:00 weewx weewxd[34209]: INFO weewx.restx: MQTT: Published record 2024-06-01 21:40:59 CEST (1717270859)
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.scheduler: Scheduler tick
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.scheduler: Notifying poll callback
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG urllib3.connectionpool: Starting new HTTP connection (1): 192.168.2.11:80
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG urllib3.connectionpool: http://192.168.2.11:80 "GET /v1/current_conditions HTTP/1.1" 200 None
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.packets: Trying to create HTTP conditions packet
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.data_host: Polled current conditions
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: outTemp=55.5
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: outHumidity=89.8
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: dewpoint=52.6
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: heatindex=55.5
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: wetbulb=53.7
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapping not responsible: Not a broadcast packet
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapping not responsible: Not a broadcast packet
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Mapped: windchill=55.5
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Mapped: thw=55.5
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Mapped: appTemp=55.5
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapped: inTemp=74.4
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapped: inHumidity=51.0
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapped: inDewpoint=55.1
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapped: inHeatindex=74.4
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BaroMapping: Mapped: pressure=28.04
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BaroMapping: Mapped: altimeter=30.119
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Mapped: batteryStatus1=0
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.scheduler: 118 scheduler ticks until next push refresh
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.scheduler: Next scheduler tick at 2024-06-01 19:41:12 Z
Jun 1 21:41:02 weewx weewxd[34209]: INFO user.weatherlink_live.driver: Emitting poll packet
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: Wind observations windSpeed:windDir not in record
Jun 1 21:41:02 weewx weewxd[34209]: DEBUG user.weatherlink_live.driver: Waiting for new packet
Jun 1 21:41:02 weewx weewxd[34209]: INFO weewx.restx: MQTT: Published record 2024-06-01 21:41:01 CEST (1717270861)
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCount=0
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rain=0.0
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:41:03 weewx weewxd[34209]: INFO user.weatherlink_live.driver: Emitting push (broadcast) packet
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: New wind vector 0.00:0 larger than 0.00:0
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: Updating record with dict: {'windGust': 0.0, 'windGustDir': 0}
Jun 1 21:41:03 weewx weewxd[34209]: DEBUG user.weatherlink_live.driver: Waiting for new packet
Jun 1 21:41:03 weewx weewxd[34209]: INFO weewx.restx: MQTT: Published record 2024-06-01 21:41:02 CEST (1717270862)
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCount=0
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rain=0.0
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:41:05 weewx weewxd[34209]: INFO user.weatherlink_live.driver: Emitting push (broadcast) packet
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: New wind vector 0.00:0 larger than 0.00:0
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.service: WllWindGustService: Updating record with dict: {'windGust': 0.0, 'windGustDir': 0}
Jun 1 21:41:05 weewx weewxd[34209]: DEBUG user.weatherlink_live.driver: Waiting for new packet
Jun 1 21:41:05 weewx weewxd[34209]: INFO weewx.restx: MQTT: Published record 2024-06-01 21:41:04 CEST (1717270864)
Jun 1 21:41:07 weewx systemd[1]: Stopping WeeWX...
Jun 1 21:41:07 weewx weewxd[34209]: INFO __main__: Received signal TERM (15).
Jun 1 21:41:07 weewx weewxd[34209]: INFO weewx.engine: Main loop exiting. Shutting engine down.
Jun 1 21:41:07 weewx weewxd[34209]: DEBUG weewx.restx: Shut down MQTT thread.
Jun 1 21:41:07 weewx weewxd[34209]: DEBUG weewx.restx: Shut down PWSWeather thread.
Jun 1 21:41:07 weewx weewxd[34209]: DEBUG weewx.restx: Shut down Wunderground-PWS thread.
Jun 1 21:41:07 weewx weewxd[34209]: DEBUG weewx.restx: Shut down StationRegistry thread.
Jun 1 21:41:07 weewx weewxd[34209]: DEBUG user.weatherlink_live.scheduler: Cancelling scheduler
Jun 1 21:41:07 weewx weewxd[34209]: DEBUG user.weatherlink_live.scheduler: Cancelling tick task
Jun 1 21:41:08 weewx weewxd[34209]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:41:08 weewx weewxd[34209]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:41:08 weewx weewxd[34209]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:41:08 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:41:08 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:41:08 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:41:08 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:41:08 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCount=0
Jun 1 21:41:08 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rain=0.0
Jun 1 21:41:08 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:41:08 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:41:08 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:41:08 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:41:08 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:41:08 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:41:08 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:41:10 weewx weewxd[34209]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:41:10 weewx weewxd[34209]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:41:10 weewx weewxd[34209]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:41:10 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:41:10 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:41:10 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:41:10 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:41:10 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCount=0
Jun 1 21:41:10 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rain=0.0
Jun 1 21:41:10 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:41:10 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:41:10 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:41:10 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:41:10 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:41:10 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:41:10 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:41:12 weewx weewxd[34209]: INFO user.weatherlink_live.scheduler: All tasks cancelled
Jun 1 21:41:12 weewx weewxd[34209]: DEBUG user.weatherlink_live.davis_broadcast: Stopping broadcast reception
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCount=0
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rain=0.0
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.davis_broadcast: Closed broadcast receiving socket
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG user.weatherlink_live.davis_broadcast: Stopped broadcast reception
Jun 1 21:41:13 weewx weewxd[34209]: INFO __main__: Terminating weewx version 5.0.2
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG __main__: **** Traceback (most recent call last):
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG __main__: **** File "/usr/share/weewx/weewxd.py", line 166, in main
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG __main__: **** engine.run()
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG __main__: **** File "/usr/share/weewx/weewx/engine.py", line 204, in run
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG __main__: **** for packet in self.console.genLoopPackets():
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG __main__: **** File "/etc/weewx/bin/user/weatherlink_live/driver.py", line 91, in genLoopPackets
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG __main__: **** self.data_event.wait(5) # do a check every 5 secs
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG __main__: **** File "/usr/lib/python3.10/threading.py", line 607, in wait
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG __main__: **** signaled = self._cond.wait(timeout)
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG __main__: **** File "/usr/lib/python3.10/threading.py", line 324, in wait
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG __main__: **** gotit = waiter.acquire(True, timeout)
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG __main__: **** File "/usr/share/weewx/weewxd.py", line 260, in sigTERMhandler
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG __main__: **** raise Terminate
Jun 1 21:41:13 weewx weewxd[34209]: DEBUG __main__: **** Terminate
Jun 1 21:41:13 weewx systemd[1]: weewx.service: Deactivated successfully.
Jun 1 21:41:13 weewx systemd[1]: Stopped WeeWX.
Jun 1 21:41:13 weewx systemd[1]: Started WeeWX.
Jun 1 21:41:13 weewx weewxd[34224]: INFO __main__: Initializing weewxd version 5.0.2
Jun 1 21:41:13 weewx weewxd[34224]: INFO __main__: Command line: /usr/share/weewx/weewxd.py /etc/weewx/weewx.conf
Jun 1 21:41:13 weewx weewxd[34224]: INFO __main__: Using Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
Jun 1 21:41:13 weewx weewxd[34224]: INFO __main__: Located at /usr/bin/python3
Jun 1 21:41:13 weewx weewxd[34224]: INFO __main__: Platform Linux-6.8.4-2-pve-x86_64-with-glibc2.35
Jun 1 21:41:13 weewx weewxd[34224]: INFO __main__: Locale: 'fr_FR.UTF-8'
Jun 1 21:41:13 weewx weewxd[34224]: INFO __main__: Entry path: /usr/share/weewx/weewxd.py
Jun 1 21:41:13 weewx weewxd[34224]: INFO __main__: WEEWX_ROOT: /etc/weewx
Jun 1 21:41:13 weewx weewxd[34224]: INFO __main__: Configuration file: /etc/weewx/weewx.conf
Jun 1 21:41:13 weewx weewxd[34224]: INFO __main__: User module: /etc/weewx/bin/user
Jun 1 21:41:13 weewx weewxd[34224]: INFO __main__: Debug: 1
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG __main__: Initializing engine
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.engine: Loading station type WeatherLinkLive (user.weatherlink_live)
Jun 1 21:41:13 weewx weewxd[34224]: INFO user.weatherlink_live.driver: Initializing driver: WeatherLinkLive v1.1.4
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.driver: Configuration: {'host': '192.168.2.11', 'mappings': [['th', '1'], ['rain', '1'], ['wind', '1'], ['windchill', '1'], ['thw', '1', 'appTemp'], ['th_indoor'], ['baro'], ['battery', '1']], 'polling_interval': 10.0, 'max_no_data_iterations': 5, 'log_success': True, 'log_error': True, 'socket_timeout': 20.0}
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.configuration: Creating mapper th. Options: ['1']
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapping targets: {'t': 'outTemp', 'h': 'outHumidity', 'dp': 'dewpoint', 'hi': 'heatindex', 'wb': 'wetbulb'}
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.configuration: Creating mapper rain. Options: ['1']
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapping targets: {'amount': 'rain', 'rate': 'rainRate', 'count': 'rainCount', 'count_rate': 'rainCountRate', 'size': 'rainSize'}
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.configuration: Creating mapper wind. Options: ['1']
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapping targets: {'wind_dir': 'windDir', 'wind_speed': 'windSpeed', 'gust_dir': 'windGustDir', 'gust_speed': 'windGust'}
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.configuration: Creating mapper windchill. Options: ['1']
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Mapping targets: {'windchill': 'windchill'}
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.configuration: Creating mapper thw. Options: ['1', 'appTemp']
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Mapping targets: {'thw': 'thw', 'app_temp': 'appTemp'}
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.configuration: Creating mapper th_indoor. Options: []
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapping targets: {'t': 'inTemp', 'h': 'inHumidity', 'dp': 'inDewpoint', 'hi': 'inHeatindex'}
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.configuration: Creating mapper baro. Options: []
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BaroMapping: Mapping targets: {'baro_abs': 'pressure', 'baro_sl': 'altimeter'}
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.configuration: Creating mapper battery. Options: ['1']
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Mapping targets: {'battery': 'batteryStatus1'}
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.service: WllWindGustService: Found 1 wind mappings
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.service: WllWindGustService: Clearing max gust values
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.engine.StdTimeSynch
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.engine.StdTimeSynch
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.engine.StdConvert
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.engine: StdConvert target unit is 0x1
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.engine.StdConvert
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.engine.StdCalibrate
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.engine.StdCalibrate
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.engine.StdQC
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.engine.StdQC
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.wxservices.StdWXCalculate
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.wxservices: StdWXCalculate will use data binding wx_binding
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.manager: Daily summary version is 4.0
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.wxservices.StdWXCalculate
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.wxxtypes.StdWXXTypes
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdWXXTypes
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.wxxtypes.StdPressureCooker
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdPressureCooker
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.wxxtypes.StdRainRater
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdRainRater
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.wxxtypes.StdDelta
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdDelta
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.engine.StdArchive
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.engine: Archive will use data binding wx_binding
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.engine: Record generation will be attempted in 'hardware'
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.engine: Using archive interval of 300 seconds (specified in weewx configuration)
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Use LOOP data in hi/low calculations: 1
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.engine.StdArchive
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.restx.StdStationRegistry
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.restx: StationRegistry: Station will be registered.
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.restx.StdStationRegistry
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.restx.StdWunderground
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.restx: WU essentials: {}
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.restx: Wunderground-PWS: Data for station ISAINT6168 will be posted
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.restx.StdWunderground
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.restx.StdPWSweather
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.restx: PWSWeather: Data for station BAJAGUET will be posted
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.restx.StdPWSweather
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.restx.StdCWOP
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.restx: CWOP: Posting not enabled.
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.restx.StdCWOP
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.restx.StdWOW
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.restx: WOW: Posting not enabled.
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.restx.StdWOW
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.restx.StdAWEKAS
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.restx: AWEKAS: Posting not enabled.
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.restx.StdAWEKAS
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service user.mqtt.MQTT
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.manager: Daily summary version is 4.0
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.manager: Daily summary version is 4.0
Jun 1 21:41:13 weewx weewxd[34224]: INFO user.mqtt: service version is 0.24
Jun 1 21:41:13 weewx weewxd[34224]: INFO user.mqtt: binding to ['archive', 'loop']
Jun 1 21:41:13 weewx weewxd[34224]: INFO user.mqtt: data_binding is wx_binding
Jun 1 21:41:13 weewx weewxd[34224]: INFO user.mqtt: topic is weewx
Jun 1 21:41:13 weewx weewxd[34224]: INFO user.mqtt: desired unit system is METRIC
Jun 1 21:41:13 weewx weewxd[34224]: INFO user.mqtt: data will be uploaded to mqtt://weewx:xxx@localhost:1883
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service user.mqtt.MQTT
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.engine.StdPrint
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.engine.StdPrint
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Loading service weewx.engine.StdReport
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.engine: 'pyephem' detected, extended almanac data is available
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Finished loading service weewx.engine.StdReport
Jun 1 21:41:13 weewx weewxd[34224]: INFO __main__: Starting up weewx version 5.0.2
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.service: WllWindGustService: Service startup
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.service: WllWindGustService: Clearing max gust values
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.engine: Station does not support reading the time
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.engine: Using binding 'wx_binding' to database 'weewx'
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.manager: Starting backfill of daily summaries
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.manager: Daily summaries up to date
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.engine: Starting main packet loop.
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.scheduler: Push refresh will happen every 120 scheduler ticks
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.scheduler: Scheduler tick
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.scheduler: Notifying poll callback
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG urllib3.connectionpool: Starting new HTTP connection (1): 192.168.2.11:80
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG urllib3.connectionpool: http://192.168.2.11:80 "GET /v1/current_conditions HTTP/1.1" 200 None
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG weewx.manager: Daily summary version is 4.0
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.packets: Trying to create HTTP conditions packet
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.data_host: Polled current conditions
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: outTemp=55.5
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: outHumidity=89.8
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: dewpoint=52.6
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: heatindex=55.5
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: wetbulb=53.7
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapping not responsible: Not a broadcast packet
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapping not responsible: Not a broadcast packet
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Mapped: windchill=55.5
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Mapped: thw=55.5
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Mapped: appTemp=55.5
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapped: inTemp=74.4
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapped: inHumidity=51.0
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapped: inDewpoint=55.1
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapped: inHeatindex=74.4
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BaroMapping: Mapped: pressure=28.04
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BaroMapping: Mapped: altimeter=30.119
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Mapped: batteryStatus1=0
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.scheduler: Notifying push refresh callback
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.data_host: Re-requesting UDP broadcast
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG urllib3.connectionpool: Starting new HTTP connection (1): 192.168.2.11:80
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG urllib3.connectionpool: http://192.168.2.11:80 "GET /v1/real_time?duration=1500 HTTP/1.1" 200 None
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.data_host: Restarting broadcast reception
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.davis_broadcast: Starting broadcast reception
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.scheduler: 119 scheduler ticks until next push refresh
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.scheduler: Next scheduler tick at 2024-06-01 19:41:23 Z
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.driver: Entering driver loop
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.driver: Waiting for new packet
Jun 1 21:41:13 weewx weewxd[34224]: INFO user.weatherlink_live.driver: Emitting poll packet
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.service: WllWindGustService: Wind observations windSpeed:windDir not in record
Jun 1 21:41:13 weewx weewxd[34224]: DEBUG user.weatherlink_live.driver: Waiting for new packet
Jun 1 21:41:13 weewx weewxd[34224]: INFO user.mqtt: client established for mqtt://weewx:xxx@localhost:1883
Jun 1 21:41:13 weewx weewxd[34224]: INFO weewx.restx: MQTT: Published record 2024-06-01 21:41:12 CEST (1717270872)
Jun 1 21:41:15 weewx weewxd[34224]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:41:15 weewx weewxd[34224]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:41:15 weewx weewxd[34224]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:41:15 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:41:15 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:41:15 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:41:15 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:41:15 weewx weewxd[34224]: INFO user.weatherlink_live.mappers: RainMapping['1']: First daily rain value
Jun 1 21:41:15 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:41:15 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:41:15 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:41:15 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:41:15 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:41:15 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:41:15 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:41:15 weewx weewxd[34224]: INFO user.weatherlink_live.driver: Emitting push (broadcast) packet
Jun 1 21:41:15 weewx weewxd[34224]: DEBUG user.weatherlink_live.service: WllWindGustService: New wind vector 0.00:0 larger than 0.00:None
Jun 1 21:41:15 weewx weewxd[34224]: DEBUG user.weatherlink_live.service: WllWindGustService: Updating record with dict: {'windGust': 0.0, 'windGustDir': 0}
Jun 1 21:41:15 weewx weewxd[34224]: DEBUG user.weatherlink_live.driver: Waiting for new packet
Jun 1 21:41:15 weewx weewxd[34224]: INFO weewx.restx: MQTT: Published record 2024-06-01 21:41:14 CEST (1717270874)
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCount=0
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rain=0.0
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:41:18 weewx weewxd[34224]: INFO user.weatherlink_live.driver: Emitting push (broadcast) packet
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.service: WllWindGustService: New wind vector 0.00:0 larger than 0.00:0
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.service: WllWindGustService: Updating record with dict: {'windGust': 0.0, 'windGustDir': 0}
Jun 1 21:41:18 weewx weewxd[34224]: DEBUG user.weatherlink_live.driver: Waiting for new packet
Jun 1 21:41:18 weewx weewxd[34224]: INFO weewx.restx: MQTT: Published record 2024-06-01 21:41:17 CEST (1717270877)
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCount=0
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rain=0.0
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:41:20 weewx weewxd[34224]: INFO user.weatherlink_live.driver: Emitting push (broadcast) packet
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.service: WllWindGustService: New wind vector 0.00:0 larger than 0.00:0
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.service: WllWindGustService: Updating record with dict: {'windGust': 0.0, 'windGustDir': 0}
Jun 1 21:41:20 weewx weewxd[34224]: DEBUG user.weatherlink_live.driver: Waiting for new packet
Jun 1 21:41:20 weewx weewxd[34224]: INFO weewx.restx: MQTT: Published record 2024-06-01 21:41:19 CEST (1717270879)
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCount=0
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rain=0.0
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:41:23 weewx weewxd[34224]: INFO user.weatherlink_live.driver: Emitting push (broadcast) packet
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.service: WllWindGustService: New wind vector 0.00:0 larger than 0.00:0
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.service: WllWindGustService: Updating record with dict: {'windGust': 0.0, 'windGustDir': 0}
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.driver: Waiting for new packet
Jun 1 21:41:23 weewx weewxd[34224]: INFO weewx.restx: MQTT: Published record 2024-06-01 21:41:22 CEST (1717270882)
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.scheduler: Scheduler tick
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.scheduler: Notifying poll callback
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG urllib3.connectionpool: Starting new HTTP connection (1): 192.168.2.11:80
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG urllib3.connectionpool: http://192.168.2.11:80 "GET /v1/current_conditions HTTP/1.1" 200 None
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.packets: Trying to create HTTP conditions packet
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.data_host: Polled current conditions
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: outTemp=55.5
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: outHumidity=89.8
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: dewpoint=52.6
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: heatindex=55.5
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Mapped: wetbulb=53.7
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapping not responsible: Not a broadcast packet
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapping not responsible: Not a broadcast packet
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Mapped: windchill=55.5
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Mapped: thw=55.5
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Mapped: appTemp=55.5
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapped: inTemp=74.2
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapped: inHumidity=50.9
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapped: inDewpoint=54.9
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Mapped: inHeatindex=74.2
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BaroMapping: Mapped: pressure=28.04
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BaroMapping: Mapped: altimeter=30.119
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Mapped: batteryStatus1=0
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.scheduler: 118 scheduler ticks until next push refresh
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.scheduler: Next scheduler tick at 2024-06-01 19:41:33 Z
Jun 1 21:41:23 weewx weewxd[34224]: INFO user.weatherlink_live.driver: Emitting poll packet
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.service: WllWindGustService: Wind observations windSpeed:windDir not in record
Jun 1 21:41:23 weewx weewxd[34224]: DEBUG user.weatherlink_live.driver: Waiting for new packet
Jun 1 21:41:23 weewx weewxd[34224]: INFO weewx.restx: MQTT: Published record 2024-06-01 21:41:23 CEST (1717270883)
Jun 1 21:41:24 weewx systemd[1]: Stopping WeeWX...
Jun 1 21:41:24 weewx weewxd[34224]: INFO __main__: Received signal TERM (15).
Jun 1 21:41:24 weewx weewxd[34224]: INFO weewx.engine: Main loop exiting. Shutting engine down.
Jun 1 21:41:24 weewx weewxd[34224]: DEBUG weewx.restx: Shut down MQTT thread.
Jun 1 21:41:24 weewx weewxd[34224]: DEBUG weewx.restx: Shut down PWSWeather thread.
Jun 1 21:41:24 weewx weewxd[34224]: DEBUG weewx.restx: Shut down Wunderground-PWS thread.
Jun 1 21:41:24 weewx weewxd[34224]: DEBUG weewx.restx: Shut down StationRegistry thread.
Jun 1 21:41:24 weewx weewxd[34224]: DEBUG user.weatherlink_live.scheduler: Cancelling scheduler
Jun 1 21:41:24 weewx weewxd[34224]: DEBUG user.weatherlink_live.scheduler: Cancelling tick task
Jun 1 21:41:25 weewx weewxd[34224]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:41:25 weewx weewxd[34224]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:41:25 weewx weewxd[34224]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:41:25 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:41:25 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:41:25 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:41:25 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:41:25 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCount=0
Jun 1 21:41:25 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rain=0.0
Jun 1 21:41:25 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:41:25 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:41:25 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:41:25 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:41:25 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:41:25 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:41:25 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:41:28 weewx weewxd[34224]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:41:28 weewx weewxd[34224]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:41:28 weewx weewxd[34224]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:41:28 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:41:28 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:41:28 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:41:28 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:41:28 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCount=0
Jun 1 21:41:28 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rain=0.0
Jun 1 21:41:28 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:41:28 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:41:28 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:41:28 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:41:28 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:41:28 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:41:28 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:41:30 weewx weewxd[34224]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:41:30 weewx weewxd[34224]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:41:30 weewx weewxd[34224]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:41:30 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:41:30 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:41:30 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:41:30 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:41:30 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCount=0
Jun 1 21:41:30 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rain=0.0
Jun 1 21:41:30 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:41:30 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:41:30 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:41:30 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:41:30 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:41:30 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:41:30 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:41:33 weewx weewxd[34224]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:41:33 weewx weewxd[34224]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:41:33 weewx weewxd[34224]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:41:33 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:41:33 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:41:33 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:41:33 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:41:33 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCount=0
Jun 1 21:41:33 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rain=0.0
Jun 1 21:41:33 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:41:33 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:41:33 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:41:33 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:41:33 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:41:33 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:41:33 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:41:33 weewx weewxd[34224]: INFO user.weatherlink_live.scheduler: All tasks cancelled
Jun 1 21:41:33 weewx weewxd[34224]: DEBUG user.weatherlink_live.davis_broadcast: Stopping broadcast reception
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.davis_broadcast: Received 402 bytes from ('192.168.2.11', 25854)
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.packets: Trying to create UDP conditions packet
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.data_host: Received new broadcast packet
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THMapping['1']: Observation not found in packet
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainSize=0.007874015748031496
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCountRate=0
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainRate=0.0
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rainCount=0
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: RainMapping['1']: Mapped: rain=0.0
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windDir=0
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindMapping['1']: Mapped: windSpeed=0.0
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: WindChillMapping['1']: Observation not found in packet
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: ThwMapping['1', 'appTemp']: Observation not found in packet
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: THIndoorMapping: Observation not found in packet
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BaroMapping: Observation not found in packet
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.mappers: BatteryStatusMapping['1']: Observation not found in packet
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.davis_broadcast: Closed broadcast receiving socket
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG user.weatherlink_live.davis_broadcast: Stopped broadcast reception
Jun 1 21:41:35 weewx weewxd[34224]: INFO __main__: Terminating weewx version 5.0.2
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG __main__: **** Traceback (most recent call last):
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG __main__: **** File "/usr/share/weewx/weewxd.py", line 166, in main
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG __main__: **** engine.run()
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG __main__: **** File "/usr/share/weewx/weewx/engine.py", line 204, in run
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG __main__: **** for packet in self.console.genLoopPackets():
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG __main__: **** File "/etc/weewx/bin/user/weatherlink_live/driver.py", line 91, in genLoopPackets
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG __main__: **** self.data_event.wait(5) # do a check every 5 secs
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG __main__: **** File "/usr/lib/python3.10/threading.py", line 607, in wait
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG __main__: **** signaled = self._cond.wait(timeout)
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG __main__: **** File "/usr/lib/python3.10/threading.py", line 324, in wait
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG __main__: **** gotit = waiter.acquire(True, timeout)
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG __main__: **** File "/usr/share/weewx/weewxd.py", line 260, in sigTERMhandler
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG __main__: **** raise Terminate
Jun 1 21:41:35 weewx weewxd[34224]: DEBUG __main__: **** Terminate
Jun 1 21:41:35 weewx systemd[1]: weewx.service: Deactivated successfully.
Jun 1 21:41:35 weewx systemd[1]: Stopped WeeWX.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment