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

[BUG] MQTT commands don't work #171

Open
briodan opened this issue Jan 10, 2025 · 0 comments
Open

[BUG] MQTT commands don't work #171

briodan opened this issue Jan 10, 2025 · 0 comments

Comments

@briodan
Copy link

briodan commented Jan 10, 2025

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

image

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.

action: mqtt.publish
data:
  evaluate_payload: false
  qos: 0
  retain: false
  topic: wallpanel/los1_wp/command
  payload: "{\"reload\": true}"

Smartphone (please complete the following information):

  • Device: ThinkSmart View
  • OS: Android 8.10 (Lineage OS)
  • Applicaiton version: v0.12.0 build 0
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

1 participant