Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is there a way to run in listen mode and output it to mqtt? #194

Open
7ooL opened this issue Apr 6, 2023 · 2 comments
Open

is there a way to run in listen mode and output it to mqtt? #194

7ooL opened this issue Apr 6, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@7ooL
Copy link

7ooL commented Apr 6, 2023

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?

@allangood
Copy link
Owner

This is the default behavior when using the addon, but not the "stand-alone" version.

I am rewriting the whole project and this will be in the new version! :)

@allangood allangood added the enhancement New feature or request label Apr 11, 2023
@DeFlanko
Copy link

DeFlanko commented Aug 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants