How to do I run rtl_433 and rtlamr with two RTL-SDR sticks on a Raspberry Pi HA installation?
Hi I successfully installed this Home Assistant Add-on: rtl_433 with MQTT auto discovery) and receive old thermometers via a RTL-SDR on Bus 001 Device 004: ID 0bda:2838. Now I added a 2nd RTL-SDR stick on Bus 001 Device 006: ID 0bda:2838 and would like to run amr2mqtt in parallel to the well working rtl_433. Two of my meters are smart: water Itron 100WRD Water ERT Type 11 903/927 Mhz and gas Itron 100GDLAN Gas ERT Type 12 908/926.8 Mhz. So far, I am unable to figure out how to “tell” HA, to continue to use this RTL-SDR Bus 001 Device 004: ID 0bda:2838 for the old thermometers etc. via rtl_433 (GitHub - pbkhrv/rtl_433-hass-addons: Collection of Home Assistant add-ons that use rtl_433) and Bus 001 Device 006: ID 0bda:2838 for gas and water. Also, identifying the meters via this command “docker run --rm -ti -e LISTEN_ONLY=yes -e RTL_MSGTYPE=“all” --device=/dev/bus/usb:/dev/bus/usb allangood/rtlamr2mqtt” probably requres some adjustments I guess? The system log shows this: 22-04-09 11:48:48 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with 6713e36e_rtlamr2mqtt!
22-04-09 11:48:48 INFO (SyncWorker_6) [supervisor.docker.interface] Cleaning addon_6713e36e_rtlamr2mqtt application
22-04-09 11:48:50 INFO (SyncWorker_6) [supervisor.docker.addon] Starting Docker add-on 6713e36e/aarch64-addon-rtlamr2mqtt with version 1.7.0
And, when I type in “rtl_tcp” or “rtlamr” into the SSH sheel inside HA, I don’t see anything but an error message.
[core-ssh /]$ rtl_tcp
bash: rtl_tcp: command not found
[core-ssh /]$ rtlamr
bash: rtlamr: command not found
Any help would be greatly appreciated
1 Like