zha-device-handlers icon indicating copy to clipboard operation
zha-device-handlers copied to clipboard

[Device Support Request] IDLock 150 Zigbee module

Open prilly-dev opened this issue 1 year ago • 4 comments

Problem description

IDlock 150 is a door lock that has a optional zigbee module, this module with the lock needs a quirk. the goodpart is that its a full documentation available for the implementation.

Solution description

please make a quirk for this device.

Screenshots/Video

Screenshots/Video

[Paste/upload your media here]

[User-Manual-Zigbee-module_EN_v0.4.pdf](https://github.com/zigpy/zha-device-handlers/files/13061791/User-Manual-Zigbee-module_EN_v0.4.pdf)

Device signature

Device signature
{
  "node_descriptor": "NodeDescriptor(logical_type=<LogicalType.EndDevice: 2>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress: 128>, manufacturer_code=4919, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=True, *is_full_function_device=False, *is_mains_powered=False, *is_receiver_on_when_idle=False, *is_router=False, *is_security_capable=False)",
  "endpoints": {
    "1": {
      "profile_id": "0x0104",
      "device_type": "0x000a",
      "input_clusters": [
        "0x0000",
        "0x0001",
        "0x0003",
        "0x0101"
      ],
      "output_clusters": [
        "0x0003",
        "0x0019"
      ]
    }
  },
  "manufacturer": "Datek",
  "model": "ID Lock 150",
  "class": "zigpy.device.Device"
}

Diagnostic information

Diagnostic information
[Paste the diagnostic information here]

Logs

Logs
[Paste the logs here]

Custom quirk

Custom quirk
[Paste your custom quirk here]

Additional information

No response

prilly-dev avatar Oct 21 '23 20:10 prilly-dev

any chance we can get support for this lock? Spec sheet contains the information needed to make a device handler

prilly-dev avatar Nov 30 '23 21:11 prilly-dev

Would love for this device to get support.

Full documentation available here https://idlock.no/wp-content/uploads/2023/07/User-Manual-Zigbee-150_EN.pdf

jorlarsen avatar Apr 23 '24 08:04 jorlarsen