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

unable to modify settings via MQTT #745

Open
stagea09 opened this issue May 29, 2024 · 1 comment
Open

unable to modify settings via MQTT #745

stagea09 opened this issue May 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@stagea09
Copy link

HACS version installed is 0.7.3

Plate info - newly added to system

openHASP

Version | 0.7.0-rc12 cd34d89
Build DateTime | May 23 2024 22:15:50 UTC
Environment | lanbon_l8

I also have 7 other plates on earlier firmware that work fine.
This plate is communicating with HA via MQTT as all the config has updated on the screen and the plate functions as expected.

have a script that publishes updates via MQTT to update the idle and idle2 values on all plates. this new one doesnt seem to accept or receive it (nothing changes). all my other plates are working fine.

script details:
topic: hasp/plates/config/gui
payload: {"idle2":10}

i have MQTT explorer open and can see the messages being sent OK.

@stagea09 stagea09 added the bug Something isn't working label May 29, 2024
@iletunic
Copy link

I can confirm the same issue with 0.7.0-rc12 running on sunton-8048s050c. I solved it temporarily by switching to command/json instead of config/gui:

topic: hasp/plates/command/json
payload: "['config/gui {"idle2":0}']"

This works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants