zigbee icon indicating copy to clipboard operation
zigbee copied to clipboard

Multiple Versions of Lidl Livarno Light Bar

Open steffen890 opened this issue 3 years ago • 1 comments

Hi,

I've recently bought a Livarno Light Bar from the Lidl Online Shop, which seems to be a different version than this supported model.

Unfortunately I'm having the same issue with ZHA and Home Assistant as described in this thread: #https://github.com/dresden-elektronik/deconz-rest-plugin/issues/5900

Here is the Zigbee signature of my device, which you might want to add as not fully compatible to the database.

{ "node_descriptor": "NodeDescriptor(logical_type=<LogicalType.Router: 1>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress|RxOnWhenIdle|MainsPowered|FullFunctionDevice: 142>, manufacturer_code=4098, 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=False, *is_full_function_device=True, *is_mains_powered=True, *is_receiver_on_when_idle=True, *is_router=True, *is_security_capable=False)", "endpoints": { "1": { "profile_id": 260, "device_type": "0x010d", "in_clusters": [ "0x0000", "0x0003", "0x0004", "0x0005", "0x0006", "0x0008", "0x0300", "0x1000", "0xef00" ], "out_clusters": [ "0x000a", "0x0019" ] }, "242": { "profile_id": 41440, "device_type": "0x0061", "in_clusters": [], "out_clusters": [ "0x0021" ] } }, "manufacturer": "_TZ3210_iystcadi", "model": "TS0505B", "class": "zigpy.device.Device" }

Thanks!

steffen890 avatar May 04 '22 06:05 steffen890

I encountered the same problem. I already made a zha issue for this here: https://github.com/zigpy/zha-device-handlers/issues/1567 (but no solution at the moment)

X52p avatar May 21 '22 11:05 X52p