Koenkk / Koenkk/zigbee2mqtt

[New device support]: AKLOCK-V2 from smart lock

Open
#33,153 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

new device support
Dominant language
TypeScript
Stars
15.7k
Forks
2k
Avg merge
18h 55m
Merged PRs (30d)
35

Description

Link

https://knowledge.akuvox.com/docs/f2

Database entry

IEEE: 0xa4c1385ea1bc3002 Network address: 0x3768 Model: AKLOCK-V2

Zigbee2MQTT version

2.14.1 (unknown)

External definition
import * as m from 'zigbee-herdsman-converters/lib/modernExtend';

export default {
    zigbeeModel: ['AKLOCK-V2'],
    model: 'AKLOCK-V2',
    vendor: 'smart lock',
    description: 'Automatically generated definition',
    extend: [m.identify()],
};
What does/doesn't work with the external definition?

Device information

Device: akubela F2 Smart Lock
Zigbee model: AKLOCK-V2
Manufacturer shown by Zigbee2MQTT: smart lock
IEEE address: 0xa4c1385ea1bc3002
Network address: 0x3768
Device type: EndDevice / battery powered

Zigbee2MQTT behavior

The device pairs successfully and is recognized by Zigbee2MQTT.

However, only the following features are discovered:

  • Identify
  • Linkquality

The automatically generated external definition is:

import * as m from 'zigbee-herdsman-converters/lib/modernExtend';

export default {
    zigbeeModel: ['AKLOCK-V2'],
    model: 'AKLOCK-V2',
    vendor: 'smart lock',
    description: 'Automatically generated definition',
    extend: [m.identify()],
};

### Notes


software_build_id: `undefined`
date_code: `undefined`
endpoints:
```json
{"1":{"bindings":[{"cluster":"genPollCtrl","target":{"endpoint":1,"ieee_address":"0x7c31fafffeb18be8","type":"endpoint"}}],"clusters":{"input":["genBasic","genIdentify","genPollCtrl"],"output":[]},"configured_reportings":[],"scenes":[]}}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start from the external definition for AKLOCK-V2 and the reported endpoint data, then compare how existing device definitions expose lock capabilities. Determine which features the device supports beyond Identify and link quality, add the appropriate definition, and verify that pairing exposes those features in Zigbee2MQTT.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, typescript
Domain
embedded-iot
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.