[New device support]: AKLOCK-V2 from smart lock
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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