Hi
I’m new to HA, but have successfully configured a few ZHA devices. I have just purchased a couple of Aqara H1M two-rocker remote switches from Aliexpress, so i assume these are Chinese region variants.
I can pair the switch, but like some other posts on here, i get only battery: unknown and identity: press
I attempted to tweak/hack the custom quirk referred above to suit the device (lumi.remote.acn009) but no luck.
I could really use some help to get this working (quirk, blueprint, ?) for this device. Full device Signature is:
{
"node_descriptor": {
"logical_type": 2,
"complex_descriptor_available": 0,
"user_descriptor_available": 0,
"reserved": 0,
"aps_flags": 0,
"frequency_band": 8,
"mac_capability_flags": 128,
"manufacturer_code": 4447,
"maximum_buffer_size": 66,
"maximum_incoming_transfer_size": 66,
"server_mask": 10752,
"maximum_outgoing_transfer_size": 66,
"descriptor_capability_field": 0
},
"endpoints": {
"1": {
"profile_id": "0x0104",
"device_type": "0x0000",
"input_clusters": [
"0x0000",
"0x0001",
"0x0003",
"0x0012",
"0xfcc0"
],
"output_clusters": [
"0x0003",
"0x0006",
"0x0019"
]
},
"2": {
"profile_id": "0x0104",
"device_type": "0x0000",
"input_clusters": [
"0x0012"
],
"output_clusters": [
"0x0006"
]
},
"3": {
"profile_id": "0x0104",
"device_type": "0x0000",
"input_clusters": [
"0x0012"
],
"output_clusters": [
"0x0006"
]
}
},
"manufacturer": "LUMI",
"model": "lumi.remote.acn009",
"class": "zigpy.device.Device"
}
Thanks in advance to anybody with some ideas to try.