You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current documentation is a bit confusing with regard to how to set operation modes. I have doubts with some topics
in the Read values section we have /heat/operation/set
That looks like a topic to set a value instead of a topic to read a value from. Actually after subscribing to that topic I get nothing (contrary to subscribing to /heat/operation where I do get values). So what is it used for?
in the Change values section, there is no payload specification for any topic except /water/temp/set. I've verified that an empty payload does indeed change the values. Perhaps that should be added in the documentation.
Related to the previous comment, what about having just /heat/operation to read values and /heat/operation/set to set values (the payload would the 0/1 to disable/enable, or whatever other pair like off/on...)
Last but not least, what does imply setting an operating mode on? For example for water, if I set /water/operation/on does it simply enable the hot water system (which will eventually kick in when needed), or does it actually start to warm the water?
The text was updated successfully, but these errors were encountered:
The current documentation is a bit confusing with regard to how to set operation modes. I have doubts with some topics
/heat/operation/set
That looks like a topic to set a value instead of a topic to read a value from. Actually after subscribing to that topic I get nothing (contrary to subscribing to
/heat/operation
where I do get values). So what is it used for?/water/temp/set
. I've verified that an empty payload does indeed change the values. Perhaps that should be added in the documentation./heat/operation
to read values and/heat/operation/set
to set values (the payload would the 0/1 to disable/enable, or whatever other pair like off/on...)/water/operation/on
does it simply enable the hot water system (which will eventually kick in when needed), or does it actually start to warm the water?The text was updated successfully, but these errors were encountered: