You should check /var/log/syslog, not /var/log/messages. The latter usually does not include debug messages.)
This is almost surely a permissions problem. There are many threads on this topic. For example, this one <https://groups.google.com/g/weewx-user/c/5BuR3BSQfeY>. In that case, adding user weewx to group "plugdev" solved the problem: *sudo usermod -aG plugdev weewx* Also, see the wiki article *Understanding permissions <https://github.com/weewx/weewx/wiki/Understanding-permissions>*. Pay particular attention to the section *How to fix device permissions <https://github.com/weewx/weewx/wiki/Understanding-permissions#how-to-fix-device-permissions>.* On Saturday, March 2, 2024 at 7:55:04 AM UTC-8 an oldman wrote: > yes > fedora 36 > *WeeWX version: 5.0.2* > *Seasons version: 5.0.2* > *Python version: 3.10.11* > had to add weewx user to rtlsdr group so weewx could use it > > On Saturday, March 2, 2024 at 9:42:14 AM UTC-6 Charlie T wrote: > >> I have a mystery problem.....*weewx *runs fine in simulator mode and >> updates the html file regularly. When I switch to using *weewx-sdr* I >> can see weewx call rtl_433 but the html file stops updating. No errors >> posted in the *messages *file as shown below. I'm thinking this is a >> configuration issue....somewhere? >> >> /var/log/messages: >> >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Initializing >> weewxd version 5.0.2 >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Command line: >> /usr/share/weewx/weewxd.py /etc/weewx/weewx.conf >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Using Python >> 3.9.2 (default, Mar 12 2021, 04:06:34) #012[GCC 10.2.1 20210110] >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Located at >> /usr/bin/python3 >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Platform >> Linux-6.1.21-v7+-armv7l-with-glibc2.31 >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Locale: >> 'en_US.UTF-8' >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Entry path: >> /usr/share/weewx/weewxd.py >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: WEEWX_ROOT: >> /etc/weewx >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Configuration >> file: /etc/weewx/weewx.conf >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: User module: >> /etc/weewx/bin/user >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO __main__: Debug: 1 >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Loading >> station type SDR (user.sdr) >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: driver version >> is 0.87 >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: model is SDR >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: sensor map is {} >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: deltas is >> {'rain': 'rain_total', 'strikes': 'strikes_total'} >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO user.sdr: startup process >> 'rtl_433 -M utc -F json -R 40' >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: StdConvert >> target unit is 0x1 >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.wxservices: >> StdWXCalculate will use data binding wx_binding >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Archive >> will use data binding wx_binding >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Record >> generation will be attempted in 'hardware' >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.engine: Using >> archive interval of 300 seconds (specified in weewx configuration) >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: >> StationRegistry: Registration not requested. >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: >> Wunderground: Posting not enabled. >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: PWSweather: >> Posting not enabled. >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: CWOP: >> Posting not enabled. >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: WOW: Posting >> not enabled. >> Mar 2 09:40:25 raspberrypi weewxd[21061]: INFO weewx.restx: AWEKAS: >> Posting not enabled. >> pi@raspberrypi:/var/log $ >> >> >> >> -- 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/a4a1fb7f-10f6-459f-8677-b86e8b4c7fadn%40googlegroups.com.
