You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The closest i go was to run MQTTExplorer while rtlamr2mqtt is in Listen_only mode. then i was able to graph on Message ID and other graphable items to see what is out there.
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?
The text was updated successfully, but these errors were encountered: