Hello, this is my first zigbee device, so any help would be really appreciated.
After several attempts i was able to pair the Aquara switch with my slaesh’s CC2652RB stick.
After that I test it by looking at the event listener in the developer tool tab. All buttons with all the 4 possible events works except for button 2 that doesn’t trigger any event.
I tried to re-pair the device but nothing change and button 2 seams not to be broken since if i spam click it, it send the same event as the reset button on the back.
This is the device signature in case could be helpful.
{
"node_descriptor": "NodeDescriptor(byte1=2, byte2=64, mac_capability_flags=128, manufacturer_code=4447, maximum_buffer_size=127, maximum_incoming_transfer_size=100, server_mask=11264, maximum_outgoing_transfer_size=100, descriptor_capability_field=0)",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0105",
"in_clusters": [
"0x0000",
"0x0001",
"0x0003",
"0x0012",
"0xfcc0"
],
"out_clusters": [
"0x0003",
"0x0006",
"0x0008",
"0x0300"
]
},
"2": {
"profile_id": 260,
"device_type": "0x0103",
"in_clusters": [
"0x0003"
],
"out_clusters": [
"0x0003",
"0x0006"
]
},
"3": {
"profile_id": 260,
"device_type": "0x0103",
"in_clusters": [
"0x0003",
"0x0012"
],
"out_clusters": [
"0x0006"
]
},
"4": {
"profile_id": 260,
"device_type": "0x0103",
"in_clusters": [
"0x0003",
"0x0012"
],
"out_clusters": [
"0x0006"
]
},
"5": {
"profile_id": 260,
"device_type": "0x0103",
"in_clusters": [
"0x0003",
"0x0012"
],
"out_clusters": [
"0x0006"
]
},
"6": {
"profile_id": 260,
"device_type": "0x0103",
"in_clusters": [
"0x0003",
"0x0012"
],
"out_clusters": [
"0x0006"
]
}
},
"manufacturer": "LUMI",
"model": "lumi.remote.b686opcn01",
"class": "zhaquirks.xiaomi.aqara.opple_remote.RemoteB686OPCN01V3"
}
If you have any ideas on what I could do to fix this issue please let me know. Thank you