It could be a variety of issues, but I would simply start with the CLI. Run rtl_433 with the appropriate switches for your sdr dongle and the frequency, etc. If it comes up with a USB claim error, then you know the rtl_433 for weewx is running and that's not the issue. I would then stop the weewx service and be sure that the rtl_433 is still running using htop. Then rerun rtl_433 and watch for your wx sensors, They should report at least every minute; all my Ambient wx, Nexus and Fine Offset sensors do. If you're not sure of the frequency, then you can run both to alternate. Here's is my example I keep running 24/7 to monitor all my sensors...
rtl_433 -d rtl_tcp://192.168.0.35:1200 -C customary -M level -M time:tz -H 60 -f 433.92M -f 915M -v I am using the tcp for a remote RPI3B+ with two dongles running rtl_tcp. You can omit the -C if you like. This should start with 433MHz and monitor for a minutes then switch to 915MHz for a minute and then loop back to 433...As far as the log entries, I am guessing that your RPI is trying to lease an IPv6 address to something and nothing is taking it. My guess is you are using IPv4, so you should be able to ignore those. N3EDS Jeff P. On Friday, April 12, 2024 at 8:38:11 PM UTC-4 Monica Mulholland wrote: > My Rpi with weewx has been running very successfully for many > years.....until we had a power failure recently. I can still get into my > Rpi from my desktop and see that it is running....but nothing is been > updating on my website. It is still stuck at the time the power came back > on. I suppose it could be the battery on the external weather station but > that was changed recently and it the signal strength on the last webpage is > not showing any problem. When I look at the log, I get a stream of these. > > Apr 13 12:25:28 WeatherPi dhcpcd[349]: wlan0: Router Advertisement from > fe80::724f:57ff:feb7:82a1 > Apr 13 12:25:28 WeatherPi dhcpcd[349]: wlan0: soliciting a DHCPv6 lease > > Can somebody who knows more about these things than me, please tell me > what is going on and how I can sort this out, > > Thanks in anticipation. > -- 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/24b8296a-b35d-4c7f-b68e-550dc8a576a9n%40googlegroups.com.