Alexei Chetroi
Alexei Chetroi
``` zigpy_deconz.api] Request id: 0xff 'aps_data_confirm' for , status: 0x00 ``` Means that request was delivered successfuly. You may be confusing it with another device.
You can match aps_data_confirm to aps_data_request by the request id number. E.g. ``` Command.aps_data_request (17, 9, 0, , 0, , 0, b'\x08\x00', 2, 0) 2021-09-20 13:48:28 DEBUG (MainThread) [zigpy_deconz.api] Request...
Not out of the box. The library itself does not process received requests. You would need to add a layer which responds and reacts to incoming requests.
For the battery report, should there be a cluster id? What type of cluster is it on the device itself?
Wireshark does not tell you the cluster?