Zigbee Aqara miniswitch not working

Hello,

I Have a problem getting an Aqara mini switch (zigbee) to work.

The switch pairs and registers correctly (seems) in openhab, but oin pressing the button nothing comes in the eventlog, and after enabling debugging for zigbee some messages come in the openhab.log. I’m not sure but it seems the command send from the zigbee device is not recognised. I’m ruinning openhab on ubuntu 18.04 with the repositry to the testing branch. At this moment all bindings seem to be 2.5.9.

Relevant part of the openhab.log (I think).

2020-10-03 23:28:47.446 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 05 45 C4 19 0B 01 84 EB F8)
2020-10-03 23:28:47.447 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=5, apiId=45 C4, data=FE 05 45 C4 19 0B 01 84 EB F8, checksum=F8, error=false
2020-10-03 23:28:47.447 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45c4
2020-10-03 23:28:47.499 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- AF_INCOMING_MSG (FE 1C 44 81 00 00 12 00 19 0B 01 01 00 02 00 D7 30 B6 00 00 08 18 1C 0A 55 00 21 11 00 84 EB 1C 9A)
2020-10-03 23:28:47.500 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=28, apiId=44 81, data=FE 1C 44 81 00 00 12 00 19 0B 01 01 00 02 00 D7 30 B6 00 00 08 18 1C 0A 55 00 21 11 00 84 EB 1C 9A, checksum=9A, error=false
2020-10-03 23:28:47.500 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x4481
2020-10-03 23:28:47.501 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=0B19/1, destinationAddress=0000/1, profile=0104, cluster=0012, addressMode=null, radius=0, apsSecurity=false, ackRequest=false, apsCounter=--, rssi=--, lqi=--, payload=18 1C 0A 55 00 21 11 00]
2020-10-03 23:28:47.501 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=28, commandId=10]
2020-10-03 23:28:47.502 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - Unsupported local client cluster 0012
2020-10-03 23:28:47.502 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - Incoming message from node 0B19 did not translate to command

Any idea what might be wrong? I removed and rediscoverd the device several times.

Best regards,

Peter.

These switches appear to use an unsupported cluster so would require some work to get them running.

Hi Chris,

Thanks for your answer, but I dont’t know exactly what you mean wtih:

Does this mean that this is en new ‘type’ of device wich is not yet supported in the zigbee binding?
Would this device be supported if I buy an ‘Ember based chipset’ USB-zigbee stck (i’m using CC2531 now)?
Do you need to have some extra info from me to get this device supported?

Thanks, and kind regards,

Peter.

It basically means that it is not supported. It still won’t be supported with a different single - it requires updates to the binding itself to add the required support.