Integration for Danalock v3 Zigbee

Hi @dimadusk , Is the connection to the lock still reliable and stable?

Which hardware version of the lock do yo have?

According to danalock’s documentation:

Both locks can be updated with the latest mainboard firmware, but only the newest model can have the Zigbee module firmware updated.

V3-BTZB is built on the older Zigbee 1.2 and can’t be updated.
(The production date when scanning the QR code inside the battery cover will be 2020 or before)

V3-BTZBE is built on the newer Zigbee 3.0 and can be updated with the latest Zigbee firmware.
(The production date when scanning the QR code inside the battery cover will be 2021 or later)

Thank you!!

1 Like

Well it was working for about a month then connection has been lost, I think it has to do with Zigbee signal but I don’t have range extender so cannot tell for sure. As far as I know zigbee version can be upgraded via firmware, but definitely latest firmware upgrade made it working for a month so they can fix it if they want to.

I might have created a workaround solution for this. Not beautiful, but it seems to work for me. My HA is not heavy loaded so i went through a few days of logging and saw that danalock reports is missing after a few days or sometimes hours.

What I have done:
Created 2 scripts, one for updating the entitys and one for reload the config (This is the swedish version):

1

action: homeassistant.update_entity
metadata: {}
data:
  entity_id:
    - lock.danalock_dorrlas
    - sensor.danalock_batteri

2

action: homeassistant.reload_config_entry
metadata: {}
data: {}
target:
  device_id:
    - youridhere

Script 1 runs every 2 minutes and script 1 every hour.

trigger: time_pattern
minutes: /2

And the same for number 2 but:

trigger: time_pattern
hours: /1

I’m not 100% sure this works but it seems to work for now. I will delete this entry if it stops working, scripts was made with ease in the GUI

1 Like