I ended up adding the weewx user to the plughw group which fixed the problem with rtl_433 not starting:
sudo adduser weewx plughw sudo systemctl restart weewx.service On Wednesday, February 7, 2024 at 2:14:41 AM UTC-5 František Slimařík wrote: > @Matthew: > > That makes sense yep. Thanks a lot for detailed explanation. I cannot > change port 80 on my hardware so I will review other options :) > > st 7. 2. 2024 v 8:08 odesílatel matthew wall <[email protected]> napsal: > >> another option is to put a proxy in front of interceptor. configure >> interceptor to listen on a high port, say 8080, then run nginx binding to >> port 80 as a reverse proxy to interceptor, proxying all traffic or just >> specific requests. >> >> m >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "weewx-user" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/weewx-user/5BuR3BSQfeY/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/weewx-user/e8a748e8-5008-4ecc-b5f2-59fad26e8b67n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/weewx-user/e8a748e8-5008-4ecc-b5f2-59fad26e8b67n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/3239d8e8-5e87-420a-a660-74666b1847ben%40googlegroups.com.
