Hello, I have been trying to get SDR setup and running with a Acurite 5n1 sensor. I think I am close to making it work, but no success yet.
My setup is on a Raspberry Pi 2 (unfortunately I am using an old 2 since 3''s and 4's are not available) running the current version of Raspberry Pi OS Lite, release Feb 21, 2023, Debian Version 11 (bullseye). I have followed the process of Mathew Wall Git Hub weewx-sdr <https://github.com/matthewwall/weewx-sdr> Here is the process of what I did in the last week, so all files are the current versions. 1) sudo apt-get install rtl-sdr 2) sudo apt-get install rtl-433 3) Installed weewx, which I did for: Installation on Debian-based systems <https://weewx.com/docs/debian.htm> using Python 3. I did not install weewx as Python utility, setup.py. 4) ) Install the sdr.py driver: sudo wee_extension --install weewx-sdr.zip 5) Configure the sdr driver: sudo wee_config --reconfigure --driver=user.sdr --no-prompt 6) Updated [SDR] section of weewx.conf for the Accurite 5n1 sensor unit. In running rtl_433 stand alone, I see the Acurite 5n1 sensors with no issues. However, weewx has many errors, below in looking at the log files, see below. It looks like paths are needed that need to be setup. Any suggestions would be greatly appreciated, Terry weewx[450] ERROR user.sdr: rtl_433 version unknown inputs file rtl_tcp RTL-SDR SoapySDR weewx[450] ERROR user.sdr: Use -h for usage help and see https://triq.org/ for documentation. weewx[450] ERROR user.sdr: Trying conf file at "rtl_433.conf"... raspberrypi weewx[450] ERROR user.sdr: Trying conf file at "/root/.config/rtl_433/rtl_433.conf"... -- 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/a62c8cf8-c96f-47d8-bf29-cb30f0410277n%40googlegroups.com.
