Page 1 of 1
Abus door lock issue after update Domoticz
Posted: Friday 22 August 2025 12:59
by abc1000
After version Domoticz2025.1 (build 16732), my Abus zwave doorlock works not anymore. What has changed?
For now i'm stuck to this verion..
Re: Abus door lock issue after update Domoticz
Posted: Friday 22 August 2025 16:31
by gizmocuz
Are you using OpenZWave or ZWaveJS-UI with MQTT?
What does not work anymore? Did you receive a new device?
Can you receive the status, or does it not lock/unlock?
Re: Abus door lock issue after update Domoticz
Posted: Saturday 23 August 2025 7:34
by abc1000
I'm using ZWaveJS-UI with MQTT.
Open/close commands don't work anymore
Status is also not received
Re: Abus door lock issue after update Domoticz
Posted: Saturday 23 August 2025 7:38
by gizmocuz
Please create a issue on Github following the below Guidelines:
https://wiki.domoticz.com/MQTT_AD_Report_Problems
Re: Abus door lock issue after update Domoticz
Posted: Saturday 23 August 2025 13:07
by abc1000
mqtt-explorer: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
It don't want to run..
Re: Abus door lock issue after update Domoticz
Posted: Saturday 23 August 2025 13:16
by jvdz
On which OS are you running this, and how did you install mqtt-explorer?
Re: Abus door lock issue after update Domoticz
Posted: Saturday 23 August 2025 13:53
by abc1000
Debian 12 and installed with apt install ./MQTT-Explorer_0.4.0-beta.6_amd64.deb
Update; i'v installed libasound2.. now i'v got this:
mqtt-explorer
14:07:14.526 › App starting...
subscribing connection/add/mqtt
subscribing connection/remove
subscribing storage/store/request
subscribing storage/load/request
subscribing storage/clear/request
[14919:0823/140714.536456:ERROR:ozone_platform_x11.cc(244)] Missing X server or $DISPLAY
[14919:0823/140714.536888:ERROR:env.cc(257)] The platform failed to initialize. Exiting.
Segmentation fault
My Debian is a server...it has no display..
Re: Abus door lock issue after update Domoticz
Posted: Saturday 23 August 2025 14:10
by jvdz
Do you have a Windows computer you could run on to avoid having to install addition libraries on Debian?
Re: Abus door lock issue after update Domoticz
Posted: Saturday 23 August 2025 14:53
by abc1000
yes.. i did the install on Windows and it runs! But it disconnects.. i'm using same setting as in Domoticz..
Re: Abus door lock issue after update Domoticz
Posted: Saturday 23 August 2025 14:59
by abc1000
Ok, it works! had to do this:
General Warning config change for v2.0 and up
From Mosquitto v2.0.x you need extra configuration, else no connection is made with Domoticz see also
https://www.domoticz.com/forum/viewtopi ... 28&t=35706
To see your installed version:
mosquitto -h | grep version
To fix this edit the /etc/mosquitto/mosquitto.conf file and add:
listener 1883
allow_anonymous true
Re: Abus door lock issue after update Domoticz
Posted: Saturday 23 August 2025 18:14
by waltervl
Ok, so it was a configuration issue of Mosquito v2. Did you update Mosquito also when updating Domoticz?
Re: Abus door lock issue after update Domoticz
Posted: Saturday 23 August 2025 19:11
by jvdz
waltervl wrote: Saturday 23 August 2025 18:14
Ok, so it was a configuration issue of Mosquito v2. Did you update Mosquito also when updating Domoticz?
Only for his mqtt-explorer usage from his external windows computer, but unrelated to the original issue. He now needs to provide the required mqtt message info,
Re: Abus door lock issue after update Domoticz
Posted: Saturday 23 August 2025 19:59
by abc1000
I did not update Mosquito
I'v created an issue on Github