I have bought the following battery powered Zigbee buttons:
I have been able to successfully pair them with a CC2531 zigbee USB stick on my Home Assistant.
However, they show up as on/off switches and I can’t seem use them in automations.
When I press any of the buttons, I see the following error message in the home assistant log:
2020-12-10 17:27:25 WARNING (MainThread) [zigpy.zcl] [0x45ff:3:0x0006] Unknown cluster-specific command 253
2020-12-10 17:27:26 WARNING (MainThread) [zigpy.zcl] [0x45ff:3:0x0006] Unknown cluster-specific command 253
Also the other way around, when I toggle them from within Home Assistant, I see an error message:
2020-12-10 17:29:44 WARNING (MainThread) [zigpy_znp.api] Received an unhandled command: AF.DataConfirm.Callback(Status=<Status.MAC_TRANSACTION_EXPIRED: 240>, Endpoint=1, TSN=85)
This last one seems logical, because I don’t really know what would happen when you “turn on” a push button.
Can I somehow force Home Assistant to recognize this device as buttons? What is my next step in debugging this?