Add DDF for Danalock V3#6057
Conversation
Compared to legacy implementation the PR configures bindings and reporting for Power Configuration, Poll Controll and Doorlock cluster. This yileds a bit more traffic towards the gateway and shows the battery symbol in the GUI.
|
Should this DDF make the battery status show up in Home-assistant? |
|
Great work! Has this been released yet? Been waiting for this so I don't come home and have to dig up a key because I forgot about it. |
|
Apparently it is released: https://forum.phoscon.de/t/release-stable-2-16-1-akihi/2034 |
|
I'm thinking about replacing my ABUS HomeTec Pro with a Zigbee-Danalock. |
The only thing I have been missing is a battery status through deconz. But that seems fixed. So yes, it is fully supported in HA through Deconz now then. |
|
Yeah, lock/unlock and state of last change works for me. @manup Do you have any idea what's missing on my end? |
|
Hello, I use RaspBee I. Can I wait update to 0x26780700 for my old RaspBee for lost connection fixing? |



Compared to the legacy implementation the PR configures bindings and reporting for Power Configuration, Poll Control and Doorlock clusters.
This yields a bit more traffic towards the gateway and shows the battery symbol in the GUI.
Connection get lost issue
There are several reports that the device has difficulties keeping the connection (this seems to also happen with other gateways). Looking at various sniffer logs one reason is when the lock changes the parent from a router to the coordinator, this wasn't handled correctly in all cases. The bug is fixed in the new ConBee || and RaspBee II firmware 0x26780700 (firmware changelog).
The lock runs fine now in my setup for a few days with the new firmware and DDF.
However the sniffer logs show another problem which needs to be addressed in the Danalock V3 firmware: The lock detects than a parent is not reachable (aka powered off) and correctly rejoins via another parent. But it doesn't detect if the parent router plays nice, when commands are send to the gateway via a router the lock doesn't rejoin the network if it doesn't receive APS ACKs or ZCL Default Reponses from the gateway for a few times. The fix should be fairly simple and bring robustness like the Philips Hue motion sensor has.