-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
[BUG] MQTT commands don't work #171
Comments
Same issue. I am publishing messages via MQTT Explorer macOS app and WallPanel is not reacting to any commands. I see the messages being published by WallPanel. |
I just found the issue. It's due to the base topic setting. Basically, the app is not adding a If you publish a message on Fix is to append a Arguably this is a bug. The app should append it if missing IMO. However, fixing it would be a breaking change. |
OMFG i was staring at the commands in MQTT viewer and it looked strange but did not figure out that missing piece. adding the trailing / in the app config got it working. Thank you very much. Might not require an app change but maybe a clarification in the documentation. |
Haha, yep! I was staring at it for a while too and thought the topics looked strange, but I just chalked it up to an oddity in the way it publishes messages. I came across an old HA forum post from a few years ago where someone mentioned a trailing slash. I was shocked when I published to that topic and it worked :D I agree, clarification in the documentation will help. |
had another look at the documentation and the screenshots show the ending "/" but the text description does not, put in PR #175 to clarify the need for a trailing /. will leave this open until that's merged, in case others run across it. |
Describe the bug
I cant get MQTT commands to work from Home Assistant
To Reproduce
I have setup MQTT on the device and I see it publish sensor and connection data to MQTT however MQTT commands do not get picked up by the device
this is the command I issue for a reload, note HA translates " to " when pasted into the GUI and will not allow payload: "{"reload": true}", i have also tried payload: "{reload': true}" with no success.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: