EDIT: Must have missed it from the blackadder site, but the right rocker no triggering state change in ZHA seems to be a known issue. I’ve just moved over to zigbee2mqtt and it all works fine - added bonus of double presses now working.
I have two of these H1 EU Wall Switch (No Neutral, Double Rocker).
Both button of both switches can be controlled using Home Assistant - and will switch on/off from within the Home Assistant UI.
However, the righthand button on both switches does not trigger a state change within Home Assistant. I have had a google but cannot find a conclusive answer on what to do.
I am using the SONOFF Universal Zigbee 3.0 USB Dongle Plus Gateway.
Here’s the device signature, in case that is helpful.
{
"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=4447, maximum_buffer_size=127, maximum_incoming_transfer_size=100, server_mask=11264, maximum_outgoing_transfer_size=100, 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": 260,
"device_type": "0x0100",
"in_clusters": [
"0x0000",
"0x0002",
"0x0003",
"0x0004",
"0x0005",
"0x0006",
"0x0009"
],
"out_clusters": [
"0x000a",
"0x0019"
]
},
"2": {
"profile_id": 260,
"device_type": "0x0100",
"in_clusters": [
"0x0000",
"0x0003",
"0x0004",
"0x0005",
"0x0006"
],
"out_clusters": []
},
"242": {
"profile_id": 41440,
"device_type": "0x0061",
"in_clusters": [],
"out_clusters": [
"0x0021"
]
}
},
"manufacturer": "LUMI",
"model": "lumi.switch.l2aeu1",
"class": "zigpy.device.Device"
}
type or paste code here