I solved the issue. I saw in some postings that some users have added the line cmd = "rtl_433 -M utc -F json -G" after driver = user.sdr in the [sdr] section of /etc/weewx/weewx.conf
That in itself didn't fix my issue but changing the line to cmd = "/usr/local/bin/rtl_433 -M utc -F json -G" did fix it On Tuesday, April 2, 2019 at 10:36:51 AM UTC-4, [email protected] wrote: > > I went through the instructions supplied by Brian Wilson to install a SDR > using Weewx and an AcuRite weather station (no smartHUB). Everything went > fine as best I can tell. > > When I put in the command > > sudo PYTHONPATH=. python user/sdr.py --cmd="rtl_433 -M utc -F json -G" > > The sensor data displayed just like in the instructions. > > Then I update the /etc/weewx/weewx.conf file with the appropriate sensors. > > When I restart Weewx the syslog show the following error. > > weewx[4637]: import of driver failed: failed to start process 'rtl_433 -M > UTC -F json -G -vv': [Errno 2] No such file or directory (<class > 'weewx.WeeWxIOError'>) > Apr 2 10:13:42 Amazon1 weewx[4637]: engine: Unable to load driver: failed > to start process 'rtl_433 -M UTC -F json -G -vv': [Errno 2] No such file or > directory > Apr 2 10:13:42 Amazon1 weewx[4637]: **** Exiting... > > I am thinking there might be a permissions issue or maybe something is in > the wrong place. I have no idea how to diagnose this. > > Anyone have any ideas? > -- 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]. For more options, visit https://groups.google.com/d/optout.
