Hello!
I got a Sinopé SW2500ZB that I connected to my zigbee network yesterday. It appears properly in Home Assistant, but it seems I’m lacking a number of options / configurations, such as defining the on/off colors and intensity of the led, for instance?
My Sinopé SW2500ZB zigbee signature is the following:
{
"node_descriptor": "NodeDescriptor(logical_type=<LogicalType.Router: 1>, complex_descriptor_available=0, user_descriptor_available=1, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress|RxOnWhenIdle|MainsPowered|FullFunctionDevice: 142>, manufacturer_code=4508, maximum_buffer_size=71, maximum_incoming_transfer_size=43, server_mask=10752, maximum_outgoing_transfer_size=43, 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": "0x0100",
"in_clusters": [
"0x0000",
"0x0002",
"0x0003",
"0x0004",
"0x0005",
"0x0006",
"0x0702",
"0x0b05",
"0xff01"
],
"out_clusters": [
"0x0003",
"0x0004",
"0x0019"
]
}
},
"manufacturer": "Sinope Technologies",
"model": "SW2500ZB",
"class": "zhaquirks.sinope.light.SinopeTechnologieslight"
}
And this is the device info:
In which we can see it’s properly using the quirks. I also compared the default implementation and the current development one by @claudegel without seeing anything that could help, beside the fact that at least, some attributes are supposed to show but I don’t see them anywhere?
Am I missing something to be able to configure my switch more completely? (I even thought it was possible to have control over the led outside of the on/off mode, which would allow to use it for signals around the house, but maybe I’m mistaken? I do not have one of the Sinopé Gateway to see the available options there)
Thanks!