HA/MQTT command for changing config not working/no output #966
Unanswered
WhyDoYouMakeUsDoThis
asked this question in
Q&A
Replies: 1 comment
|
So to continue on unanswered.... Publishing an empty message to hasp/nodename/command/config/gui This is NOT the expected topic according to the documentation and is NOT the topic that the HA integration publishes to. adding {"idle2":0} still does nothing. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Using an WT32-SC01 - Version 0.7.0-rc13 042fe05
HA 2025.10.2
I can't seem to get the command to change/disable the idle timeout to register.
Or the command to see the gui config.
According to the documentation if you publish to:
hasp/nodename/config/gui
the config should be published to hasp/nodename/state/config
Likewise publishing {"idle2":0} to the same, 'should' turn off the idle timeout.
I've tried via the MQTT direct and HA integration using:
Similar to the example automation.
I see the message in MQTT, but nothing in the log (via syslog) and no change in the config.
No message in state/config either.
Nothing in the HA logs.
All reactions