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

application hiding some topics #704

Closed
Wildcarde opened this issue Feb 18, 2023 · 2 comments
Closed

application hiding some topics #704

Wildcarde opened this issue Feb 18, 2023 · 2 comments

Comments

@Wildcarde
Copy link

I've got a water softener that publishes itself as $aws/things/<serialnumber>/<Configure Topic>, while I have confirmed that this is the case using mosquitto debug logs and by testing against it with the home assistant mqtt debugging interface the mqtt explorer interface does not show these published entries. I suspect this is due to the $aws at the front of the topic string but i'm not sure if there's an obvious way to check if this is being filtered, there's no obvious way to turn on debugging through the gui itself.

@Mynijo
Copy link

Mynijo commented Feb 20, 2023

If you add "$aws/#" before you connect using the Advanced Connection option, your msgs will be displayed.

@Wildcarde
Copy link
Author

That worked perfect, thank you!

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

No branches or pull requests

2 participants