Re: [weewx-user] Missing observations - wind & rain
Hi - would anyone have suggestions on where I could further to try and solve the below problem? I can't find anything in documentation that relates to the "not a broadcast packet" error. Many thanks, JW On Sat, Apr 13, 2024 at 2:02 PM John Walker wrote: > Hi, a few days ago I started to lose wind speed, wind direction and rain > data. Everything else is coming through ok and the charts are all updating > fine. But the wind and rain ones are blank after a certain point. Syslog > excerpt at bottom, I did find some rows indicating 'not a broadcast packet' > and 'not in record' applying to wind/rain. > > About the time I started to lose the data I was installing another server > application, not related to weewx. Weewx is the latest version (see below). > And I just updated the weatherlink driver today (and before the log file > excerpt below) - it was fairly recent anyway, think beginning Feb on last > update. > > Any pointers on how to solve this? Possibly an issue at the device head > (which is remote)? > > Thanks - JW > > weewx: > Installed: 4.9.1-1 > Candidate: 4.9.1-1 > Version table: > *** 4.9.1-1 100 > 100 /var/lib/dpkg/status > > *SYSLOG (debug set to 1):* > > Apr 13 13:52:54 sparta weewx[96085] DEBUG user.weatherlink_live.scheduler: > 100 scheduler ticks until next push refresh > Apr 13 13:52:54 sparta weewx[96085] DEBUG user.weatherlink_live.scheduler: > Next scheduler tick at 2024-04-13 17:53:04 Z > Apr 13 13:52:55 sparta weewx[96085] WARNING user.weatherlink_live.driver: > No data since 1 iterations > Apr 13 13:52:55 sparta weewx[96085] DEBUG user.weatherlink_live.driver: > Waiting for new packet > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.scheduler: > Scheduler tick > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.scheduler: > Notifying poll callback > Apr 13 13:53:00 sparta weewx[96085] DEBUG urllib3.connectionpool: Starting > new HTTP connection (1): 192.168.1.6:80 > Apr 13 13:53:00 sparta weewx[96085] DEBUG urllib3.connectionpool: > http://192.168.1.6:80 "GET /v1/current_conditions HTTP/1.1" 200 None > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.packets: > Trying to create HTTP conditions packet > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.data_host: > Polled current conditions > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: > THMapping['1']: Mapped: outTemp=47.6 > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: > THMapping['1']: Mapped: outHumidity=69.3 > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: > THMapping['1']: Mapped: dewpoint=38.0 > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: > THMapping['1']: Mapped: heatindex=47.5 > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: > THMapping['1']: Mapped: wetbulb=42.3 > > > *Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: > RainMapping['1']: Mapping not responsible: Not a broadcast packetApr 13 > 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: > WindMapping['1']: Mapping not responsible: Not a broadcast packet*Apr 13 > 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: > WindChillMapping['1']: Mapped: windchill=47.0 > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: > ThwMapping['1', 'appTemp']: Mapped: thw=46.9 > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: > ThwMapping['1', 'appTemp']: Mapped: appTemp=46.9 > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: > THIndoorMapping: Mapped: inTemp=68.1 > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: > THIndoorMapping: Mapped: inHumidity=40.3 > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: > THIndoorMapping: Mapped: inDewpoint=43.1 > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: > THIndoorMapping: Mapped: inHeatindex=66.1 > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: > BaroMapping: Mapped: pressure=29.255 > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: > BaroMapping: Mapped: altimeter=29.549 > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: > BatteryStatusMapping['1']: Mapped: batteryStatus1=0 > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.scheduler: > 113 scheduler ticks until next push refresh > Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.scheduler: > Next scheduler tick at 2024-04-13 17:53:10 Z > Apr 13 13:53:00 sparta weewx[96085] INFO user.weatherlink_live.driver: > Emitting poll packet > *Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.service: > WllWindGustService: Wind observations windSpeed:windDir not in record* > > -- > You received this message because you are subscribed to a topic in the > Google Groups "weewx-user" group
Re: [weewx-user] Missing observations - wind & rain
You might have better luck contacting the author of the extension. On Fri, Apr 19, 2024 at 4:59 AM John Walker wrote: > Hi - would anyone have suggestions on where I could further to try and > solve the below problem? I can't find anything in documentation that > relates to the "not a broadcast packet" error. > Many thanks, > JW > > On Sat, Apr 13, 2024 at 2:02 PM John Walker wrote: > >> Hi, a few days ago I started to lose wind speed, wind direction and rain >> data. Everything else is coming through ok and the charts are all updating >> fine. But the wind and rain ones are blank after a certain point. Syslog >> excerpt at bottom, I did find some rows indicating 'not a broadcast packet' >> and 'not in record' applying to wind/rain. >> >> About the time I started to lose the data I was installing another server >> application, not related to weewx. Weewx is the latest version (see below). >> And I just updated the weatherlink driver today (and before the log file >> excerpt below) - it was fairly recent anyway, think beginning Feb on last >> update. >> >> Any pointers on how to solve this? Possibly an issue at the device head >> (which is remote)? >> >> Thanks - JW >> >> weewx: >> Installed: 4.9.1-1 >> Candidate: 4.9.1-1 >> Version table: >> *** 4.9.1-1 100 >> 100 /var/lib/dpkg/status >> >> *SYSLOG (debug set to 1):* >> >> Apr 13 13:52:54 sparta weewx[96085] DEBUG >> user.weatherlink_live.scheduler: 100 scheduler ticks until next push refresh >> Apr 13 13:52:54 sparta weewx[96085] DEBUG >> user.weatherlink_live.scheduler: Next scheduler tick at 2024-04-13 17:53:04 >> Z >> Apr 13 13:52:55 sparta weewx[96085] WARNING user.weatherlink_live.driver: >> No data since 1 iterations >> Apr 13 13:52:55 sparta weewx[96085] DEBUG user.weatherlink_live.driver: >> Waiting for new packet >> Apr 13 13:53:00 sparta weewx[96085] DEBUG >> user.weatherlink_live.scheduler: Scheduler tick >> Apr 13 13:53:00 sparta weewx[96085] DEBUG >> user.weatherlink_live.scheduler: Notifying poll callback >> Apr 13 13:53:00 sparta weewx[96085] DEBUG urllib3.connectionpool: >> Starting new HTTP connection (1): 192.168.1.6:80 >> Apr 13 13:53:00 sparta weewx[96085] DEBUG urllib3.connectionpool: >> http://192.168.1.6:80 "GET /v1/current_conditions HTTP/1.1" 200 None >> Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.packets: >> Trying to create HTTP conditions packet >> Apr 13 13:53:00 sparta weewx[96085] DEBUG >> user.weatherlink_live.data_host: Polled current conditions >> Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: >> THMapping['1']: Mapped: outTemp=47.6 >> Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: >> THMapping['1']: Mapped: outHumidity=69.3 >> Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: >> THMapping['1']: Mapped: dewpoint=38.0 >> Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: >> THMapping['1']: Mapped: heatindex=47.5 >> Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: >> THMapping['1']: Mapped: wetbulb=42.3 >> >> >> *Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: >> RainMapping['1']: Mapping not responsible: Not a broadcast packetApr 13 >> 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: >> WindMapping['1']: Mapping not responsible: Not a broadcast packet*Apr 13 >> 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: >> WindChillMapping['1']: Mapped: windchill=47.0 >> Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: >> ThwMapping['1', 'appTemp']: Mapped: thw=46.9 >> Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: >> ThwMapping['1', 'appTemp']: Mapped: appTemp=46.9 >> Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: >> THIndoorMapping: Mapped: inTemp=68.1 >> Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: >> THIndoorMapping: Mapped: inHumidity=40.3 >> Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: >> THIndoorMapping: Mapped: inDewpoint=43.1 >> Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: >> THIndoorMapping: Mapped: inHeatindex=66.1 >> Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: >> BaroMapping: Mapped: pressure=29.255 >> Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: >> BaroMapping: Mapped: altimeter=29.549 >> Apr 13 13:53:00 sparta weewx[96085] DEBUG user.weatherlink_live.mappers: >> BatteryStatusMapping['1']: Mapped: batteryStatus1=0 >> Apr 13 13:53:00 sparta weewx[96085] DEBUG >> user.weatherlink_live.scheduler: 113 scheduler ticks until next push refresh >> Apr 13 13:53:00 sparta weewx[96085] DEBUG >> user.weatherlink_live.scheduler: Next scheduler tick at 2024-04-13 17:53:10 >> Z >> Apr 13 13:53:00 sparta weewx[96085] INFO user.weatherlink_live.driver: >> Emitting poll packet >> *Apr 13 13:53:00 sparta weewx[9
[weewx-user] New weewx woes
Good evening all - I have finally gotten around to updating my 3-yo weewx station running on RPi. New build: RPi 4B, 64-bit Bookworm with desktop Besides weewx and apache2 webserver, nothing else was installed. Forgot to change local time in raspi-config, so the first hour or so was running BST %^( Changed to MST (Phoenix) about 1900 hours, seemed to reboot fine, and updated the local apache and ftp'd to my webserver jonadams.com/pages/weewx. At around 1935, it appears to have stopped updating either the local or the distant webserver. Trying to resolve that now. Here's an output from systemctl status: jta@rpi-weewx:/var/www/html/weewx $ systemctl status weewx.service ● weewx.service - WeeWX Loaded: loaded (/lib/systemd/system/weewx.service; enabled; preset: enabled) Active: active (running) since Fri 2024-04-19 19:47:58 MST; 15min ago Docs: https://weewx.com/docs Main PID: 1263 (python3) Tasks: 1 (limit: 3910) CPU: 22.820s CGroup: /system.slice/weewx.service └─1263 python3 /usr/share/weewx/weewxd.py /etc/weewx/weewx.conf Apr 19 20:02:23 rpi-weewx weewxd[1263]: ERROR weewx.drivers.vantage: LOOP batch try #1; error: No received from Vantage console Apr 19 20:02:23 rpi-weewx weewxd[1263]: DEBUG weeutil.ftpupload: 0 ./index.html 1ee0d0a57c964e821245a1ca3955fbb9bb40b71b88824331040a4dc4328c3823 Apr 19 20:02:23 rpi-weewx weewxd[1263]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /jonadams/pages/weewx/index.html Apr 19 20:02:23 rpi-weewx weewxd[1263]: DEBUG weeutil.ftpupload: 1 ./telemetry.html dc9834d1f7c371e384a3c894ffceacf58fe0cb89c097c81e668576c5b22adf68 Apr 19 20:02:24 rpi-weewx weewxd[1263]: DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /jonadams/pages/weewx/telemetry.html Apr 19 20:02:24 rpi-weewx weewxd[1263]: INFO weewx.reportengine: ftpgenerator: Ftp'd 2 files in 1.07 seconds Apr 19 20:02:24 rpi-weewx weewxd[1263]: DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping. Apr 19 20:02:24 rpi-weewx weewxd[1263]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console Apr 19 20:03:14 rpi-weewx weewxd[1263]: DEBUG weewx.drivers.vantage: Getting archive packets since 2024-04-19 19:35:00 MST (1713580500) Apr 19 20:03:16 rpi-weewx weewxd[1263]: DEBUG weewx.drivers.vantage: Successfully woke up Vantage console jta@rpi-weewx:/var/www/html/weewx $ I'm not sure what I did that caused it to stop updating the pages. And it used to be sending 30-40 files to the remote webserver, but now only two, index.html and telemetry.html. Both are stuck at 1935 hours MST. What am I doing wrong? Cheers - Jon N7UV -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/a874622d-bdc5-47bb-8df2-96b6a2d5216cn%40googlegroups.com.
[weewx-user] Re: New weewx woes
Also, seeing this occasionally with systemctl status weewx.service: Apr 19 20:21:20 rpi-weewx weewxd[1263]: DEBUG weewx.drivers.vantage: Retrieving 513 page(s); starting index= 1 *Apr 19 20:21:21 rpi-weewx weewxd[1263]: DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2024-04-18 01:30:00 MST (1713429000) less than final timestamp 2024-04-19 19:35:00 MST (1713580500)* Apr 19 20:21:21 rpi-weewx weewxd[1263]: DEBUG weewx.drivers.vantage: Catch up complete. Perhaps I screwed up the database time? Cheers - Jon N7UV On Friday, April 19, 2024 at 8:19:24 PM UTC-7 n7uv...@gmail.com wrote: > Good evening all - > > I have finally gotten around to updating my 3-yo weewx station running on > RPi. > New build: RPi 4B, 64-bit Bookworm with desktop > Besides weewx and apache2 webserver, nothing else was installed. > Forgot to change local time in raspi-config, so the first hour or so was > running BST %^( > Changed to MST (Phoenix) about 1900 hours, seemed to reboot fine, and > updated the local apache and ftp'd to my webserver > jonadams.com/pages/weewx. > > At around 1935, it appears to have stopped updating either the local or > the distant webserver. Trying to resolve that now. Here's an output from > systemctl status: > > jta@rpi-weewx:/var/www/html/weewx $ systemctl status weewx.service > ● weewx.service - WeeWX > Loaded: loaded (/lib/systemd/system/weewx.service; enabled; preset: > enabled) > Active: active (running) since Fri 2024-04-19 19:47:58 MST; 15min ago >Docs: https://weewx.com/docs >Main PID: 1263 (python3) > Tasks: 1 (limit: 3910) > CPU: 22.820s > CGroup: /system.slice/weewx.service > └─1263 python3 /usr/share/weewx/weewxd.py > /etc/weewx/weewx.conf > > Apr 19 20:02:23 rpi-weewx weewxd[1263]: ERROR weewx.drivers.vantage: LOOP > batch try #1; error: No received from Vantage console > Apr 19 20:02:23 rpi-weewx weewxd[1263]: DEBUG weeutil.ftpupload: 0 > ./index.html > 1ee0d0a57c964e821245a1ca3955fbb9bb40b71b88824331040a4dc4328c3823 > Apr 19 20:02:23 rpi-weewx weewxd[1263]: DEBUG weeutil.ftpupload: Uploaded > file /var/www/html/weewx/index.html to /jonadams/pages/weewx/index.html > Apr 19 20:02:23 rpi-weewx weewxd[1263]: DEBUG weeutil.ftpupload: 1 > ./telemetry.html > dc9834d1f7c371e384a3c894ffceacf58fe0cb89c097c81e668576c5b22adf68 > Apr 19 20:02:24 rpi-weewx weewxd[1263]: DEBUG weeutil.ftpupload: Uploaded > file /var/www/html/weewx/telemetry.html to > /jonadams/pages/weewx/telemetry.html > Apr 19 20:02:24 rpi-weewx weewxd[1263]: INFO weewx.reportengine: > ftpgenerator: Ftp'd 2 files in 1.07 seconds > Apr 19 20:02:24 rpi-weewx weewxd[1263]: DEBUG weewx.reportengine: Report > 'RSYNC' not enabled. Skipping. > Apr 19 20:02:24 rpi-weewx weewxd[1263]: DEBUG weewx.drivers.vantage: > Successfully woke up Vantage console > Apr 19 20:03:14 rpi-weewx weewxd[1263]: DEBUG weewx.drivers.vantage: > Getting archive packets since 2024-04-19 19:35:00 MST (1713580500) > Apr 19 20:03:16 rpi-weewx weewxd[1263]: DEBUG weewx.drivers.vantage: > Successfully woke up Vantage console > jta@rpi-weewx:/var/www/html/weewx $ > > I'm not sure what I did that caused it to stop updating the pages. And it > used to be sending 30-40 files to the remote webserver, but now only two, > index.html and telemetry.html. Both are stuck at 1935 hours MST. > > What am I doing wrong? > > Cheers - Jon N7UV > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/da495605-2572-4ee7-a027-65f1cebaddadn%40googlegroups.com.