Replies: 1 comment
-
I think all my |
Beta Was this translation helpful? Give feedback.
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.
-
I am trying to establish if the status topic publishes with a retain flag? I do not think the documentation is explicit about this, but in mqtt-explorer I see a yellow "publish" icon in the data window that shows the JSON string. So I think this is a yes.
I am trying to write some HABApp code (a python module that interacts with openHAB) to connect to the Faikin module. HABApp has a class that combines read and publish toppics into one instance to simplify the code. It throws an error however if one topic has the retain flag and the other does not.
Since it is only "nice to have" if Faikin could be set to not post with a retain flag I would like to clarify this. If it is not possible I can stop my endeavours to try to get it to work and use the second best option of instantiating two seperate write and read classes for the topics.
Beta Was this translation helpful? Give feedback.
All reactions