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

Error / ":" in mqtt topic name not resolved (Shelly mqtt topic messages) #111

Open
aschliemann opened this issue Aug 22, 2024 · 0 comments · May be fixed by #112
Open

Error / ":" in mqtt topic name not resolved (Shelly mqtt topic messages) #111

aschliemann opened this issue Aug 22, 2024 · 0 comments · May be fixed by #112

Comments

@aschliemann
Copy link

Hello,

the shelly products https://www.shelly.com/ allow data to be send via mqtt protocol.
topic: shellyplusplugs-someid/status/switch:0
value: {"id":0, "source":"init", "output":true, "apower":10.4, "voltage":234.5, "current":0.073, "aenergy":{"total":75861.628,"by_minute":[173.264,173.689,174.113],"minute_ts":1724310360},"temperature":{"tC":35.2, "tF":95.4}}

":" generates an error - no data is received. (":" itself is fine with other mqtt-client applications!)

When using the topic shellyplusplugs-someid/status/# I can see data via "Inspect".
When I am manually publishing text to shellyplusplugs-someid/status/switch_0 there is also no problem.

It seems that ':' is causing problem in the plugin.

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

Successfully merging a pull request may close this issue.

1 participant