I have installed an Osram DALI CONV LI.
https://www.osram.com/ds/highlights/zigbee.jsp
This works fine with my ZigBee installation.
I use ZHA and a Sonoff ZigBee Bridge with Tasmota.
My lamp can be controlled without any problems.
However, this control unit still has a button input.
However, this does not work in the ZHA.
In the ZigBee log I see the commands, but I don’t have an entity for this button.
Can someone help me there?
Zigbee device signature:
{
"node_descriptor": "NodeDescriptor(byte1=1, byte2=64, mac_capability_flags=142, manufacturer_code=4364, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=0, *allocate_address=True, *complex_descriptor_available=False, *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, *is_valid=True, *logical_type=<LogicalType.Router: 1>, *user_descriptor_available=False)",
"endpoints": {
"10": {
"profile_id": 260,
"device_type": "0x0101",
"in_clusters": [
"0x0000",
"0x0003",
"0x0004",
"0x0005",
"0x0006",
"0x0008",
"0x0301",
"0x1000"
],
"out_clusters": [
"0x0019"
]
},
"25": {
"profile_id": 260,
"device_type": "0x0104",
"in_clusters": [
"0x0000",
"0x0003"
],
"out_clusters": [
"0x0003",
"0x0006",
"0x0008",
"0x0019"
]
},
"242": {
"profile_id": 41440,
"device_type": "0x0061",
"in_clusters": [],
"out_clusters": [
"0x0021"
]
}
},
"manufacturer": "Osram Sylvania",
"model": "Zigbee 3.0 DALI CONV LI",
"class": "zigpy.device.Device"
}
Short press:
[0x538d:25:0x0006] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=55 command_id=2>
[0x538d:25:0x0006] ZCL request 0x0002: []
[0x538d:25:0x0006] No handler for cluster command 2
Long press start:
[0x538d:25:0x0008] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=56 command_id=5>
[0x538d:25:0x0008] ZCL request 0x0005: [0, 20]
[0x538d:25:0x0008] No handler for cluster command 5
Long press stop:
[0x538d:25:0x0008] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=57 command_id=3>
[0x538d:25:0x0008] Data remains after deserializing ZCL frame
[0x538d:25:0x0008] ZCL request 0x0003: []
[0x538d:25:0x0008] No handler for cluster command 3
Double press:
[0x538d:25:0x0003] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=CLUSTER_COMMAND manufacturer_specific=False is_reply=False disable_default_response=False> manufacturer=None tsn=58 command_id=1>
[0x538d:25:0x0003] ZCL request 0x0001: []
[0x538d:25:0x0003] No handler for cluster command 1
Many Thanks.