-
Notifications
You must be signed in to change notification settings - Fork 30
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
Publish only on change not working #451
Comments
Please provoide an debug log of such a case and tell which value changed that was not send out. Please also enable the extended debug in settings |
Yes the trace output is what I mean. And enable debug log please (expertmode enable, instances, expand mqtt.X and set loglevel to debug. Then get the log from file on disk in /opt/iobroker/log . tell example names and such that log can be searched for |
In the logs I can see the state changes now:
But only at startup it sends out the states:
|
@Apollon77 Do you already have an idea why the messages are not being published? Do you need any more information? |
any update on this ticket? |
This seems like some very basic functionality that is not working as expected. Can anyone help me out finding the cause? This might be a misconfiguration? |
Please show your config. There should be one setting if just "ack=false" ones (so commands) are sent ... if this is enabled then it is clear that changes with ack=true are not sent out |
Send state (Ack=true) toois not activated ... so why the adapter should send those updates? Activate it ... does it work then? |
Based on your comment I had already tried that. With that change it seems to work for the vacuum state, but not for smartthings changes (the tv). |
Then enable please and send a new debug log showing this case |
Describe the bug
I have mqtt configured on ioBroker for certain objects:
When I enable 'publish own states on commect' and save the configuration, I get the state for these objects.
But if an object value changes, I do not get an update, even while I have 'publish only on change' enabled. In ioBroker Objects, I can see the value changing, but on the mqtt server I do not receive anything.
Expected behavior
A publish for every time the value changes.
Screenshots & Logfiles
I use the loxone mqtt server. Can share more details if needed.
Versions:
The text was updated successfully, but these errors were encountered: