zigpy / zha-device-handlers

ZHA device handlers bridge the functionality gap created when manufacturers deviate from the ZCL specification, handling deviations and exceptions by parsing custom messages to and from Zigbee devices.
Apache License 2.0
747 stars 682 forks source link

[Device Support Request] IDLock 150 Zigbee module #2675

Open prilly-dev opened 1 year ago

prilly-dev commented 1 year ago

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

Device signature

Device signature ```json { "node_descriptor": "NodeDescriptor(logical_type=, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=, mac_capability_flags=, manufacturer_code=4919, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=, *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 ```json [Paste the diagnostic information here] ```

Logs

Logs ```python [Paste the logs here] ```

Custom quirk

Custom quirk ```python [Paste your custom quirk here] ```

Additional information

No response

prilly-dev commented 11 months ago

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

jorlarsen commented 6 months ago

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

github-actions[bot] commented 5 days ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

prilly-dev commented 5 days ago

Bump