Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.