Weewx seems to be working in simulator works fine. It I run the rtl_433 command I am getting data from the sensors. When I use sudo /etc/init.d/weewx start I get the error below. Any suggestions, please?
Thanks,
Gil
Mar 6 10:08:45 raspberrypi systemd[1]: Starting LSB: weewx weather system...
Mar 6 10:08:45 raspberrypi weewx[2215]: engine: Initializing weewx version 3.9.2
Mar 6 10:08:45 raspberrypi weewx[2215]: engine: Using Python 2.7.16 (default, Oct 10 2019, 22:02:15) #012[GCC 8.3.0]
Mar 6 10:08:45 raspberrypi weewx[2215]: engine: Platform Linux-4.19.97-v7l+-armv7l-with-debian-10.3
Mar 6 10:08:45 raspberrypi weewx[2215]: engine: Locale is 'en_US.UTF-8'
Mar 6 10:08:45 raspberrypi weewx[2215]: engine: pid file is /var/run/weewx.pid
Mar 6 10:08:45 raspberrypi weewx[2219]: engine: Using configuration file /etc/weewx/weewx.conf
Mar 6 10:08:45 raspberrypi weewx[2219]: engine: Debug is 1
Mar 6 10:08:45 raspberrypi weewx[2219]: engine: Initializing engine
Mar 6 10:08:45 raspberrypi weewx[2219]: engine: Loading station type SDR (user.sdr)
Mar 6 10:08:45 raspberrypi weewx[2204]: Starting weewx weather system: weewx.
Mar 6 10:08:45 raspberrypi systemd[1]: Started LSB: weewx weather system.
Mar 6 10:08:45 raspberrypi weewx[2219]: sdr: MainThread: driver version is 0.77
Mar 6 10:08:45 raspberrypi weewx[2219]: sdr: MainThread: sensor map is {}
Mar 6 10:08:45 raspberrypi weewx[2219]: sdr: MainThread: deltas is {'strikes': 'strikes_total', 'rain': 'rain_total'}
Mar 6 10:08:45 raspberrypi weewx[2219]: sdr: MainThread: startup process 'rtl_433 -M utc -F json'
Mar 6 10:08:45 raspberrypi weewx[2219]: engine: Import of driver failed: failed to start process 'rtl_433 -M utc -F json': [Errno 2] No such file or directory (<class 'weewx.WeeWxIOError'>)
Mar 6 10:08:45 raspberrypi weewx[2219]: engine: Unable to load driver: failed to start process 'rtl_433 -M utc -F json': [Errno 2] No such file or directory
Mar 6 10:08:45 raspberrypi weewx[2219]: **** Exiting...