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

Some messages not updating MQTT values. #3227

Closed
3 tasks done
cinadr opened this issue Aug 17, 2023 · 5 comments
Closed
3 tasks done

Some messages not updating MQTT values. #3227

cinadr opened this issue Aug 17, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@cinadr
Copy link
Contributor

cinadr commented Aug 17, 2023

Checklist

  • I am not using Home Assistant. Or: a developer has told me to come here.
  • I have checked the troubleshooting section and my problem is not described there.
  • I have read the changelog and my problem is not mentioned there.

Deploy method

Docker

Z-Wave JS UI version

8.22.3.8607bd8

ZwaveJS version

11.9.2

Describe the bug

Some of my topics on MQTT server are not updating. My motion sensor (48/0/Motion) and my Danalock V3 98/0/targetMode and 98/0/currentMode are refreshing as expected but my DoorSensor sensor status 48/0/Any is always true. Also my Danalock 98/0/boltStatus is sticking to "locked" just as latchStatus and doorStatus not changing. The log shows a DEBUG message that these MQTT messages are sent but along this there is no update in MQTT topics (openhab not receiving values and MQTT explorer shows no update and the History list missing these updates).

To Reproduce

I've tried to stop/start my stack of mqtt zwavejs2mqtt containers but keeps the same.

Expected behavior

All values should update as before. This is apearing with the latest update (docker HUB says 3 hours ago).

Additional context

No response

Logs

zwave-js-ui-store.zip

@cinadr cinadr added the bug Something isn't working label Aug 17, 2023
@robertsLando
Copy link
Member

@cinadr is storage enabled on MQTT settings? If so could you try by disabling it?

@cinadr
Copy link
Contributor Author

cinadr commented Aug 18, 2023

I've tried to disable storage but still no luck. currentMode/targetMode of the lock is refreshing and the lock can be controlled via MQTT but the MQTT values of bolt/lock/latchStatuses are not updated despite the logs.

Screencapture
image

This might be outside of ZWAVEJS2MQTT but I cannot figure it out. All of my apps working as expected (openhab, zigbee2mqtt, etc.) I've restarted all of them. The issue arrived with the yesterday zwavejs docker update.

@JGtHb
Copy link

JGtHb commented Aug 20, 2023

Are you using Mosquitto as your MQTT broker using the latest eclipse-mosquitto Docker image? I had the same symptoms with a different door sensor and eventually narrowed it down to the new 2.0.16 Mosquitto release. Rolling back to version 2.0.15 resolved the issue for me.

@cinadr
Copy link
Contributor Author

cinadr commented Aug 20, 2023

Are you using Mosquitto as your MQTT broker using the latest eclipse-mosquitto Docker image? I had the same symptoms with a different door sensor and eventually narrowed it down to the new 2.0.16 Mosquitto release. Rolling back to version 2.0.15 resolved the issue for me.

Yes. That solved my issue. Thank you for your help.

Might be related to this: eclipse/mosquitto#2876

@cinadr cinadr closed this as completed Aug 20, 2023
@robertsLando
Copy link
Member

Thanks @JGtHb for the help

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

3 participants