rtlamr2mqtt
rtlamr2mqtt copied to clipboard
is there a way to run in listen mode and output it to mqtt?
docker run --rm -ti -e LISTEN_ONLY=yes -e RTL_MSGTYPE="all" --device=/dev/bus/usb:/dev/bus/usb allangood/rtlamr2mqtt
run it in listen mode select all msg types and output to mqtt so that i can go back and view output to see all IDs found.
seems like when listen mode is enabled it does not output to mqtt but Justs displays on screen. suggestions?