Open Osendo opened 1 year ago
You can try to wake it up by pressing the button of RTCGQ11LM within 0-7 seconds after sending zbhci_ZclAttrRead.
ps: The RTCGQ11LM sensor is a dormant device, it is only active for one minute after joining the network.
As I understand it, I got a response from the device that it accepted the read request, but nothing happened :) The device is alive and sends data when a key is pressed or movement
Data Type: 0x16
This data type is invalid.
The supported data types are defined here.
https://github.com/Xinyuan-LilyGO/T-ZigBee/blob/main/src/zbhci_commom.h#L18-L77
0x16 is Logical Reserved Data Type. And i observed behaviour like this plenty of times, not all attributes about those notifying sensor are supposed to be read (or write), and when attribute on sensor side not implemented for read, then sensor responding with Reserved Data Type or even with wrong attribute ID.
Hi. I'm new to the zigbee stack, I'm having some trouble with a request to read an attribute from a RTCGQ11LM sensor. Maybe I don't understand the request path correctly, in that case please correct me. Example request:
I expect a message to come from the sensor after this with u16MsgType == ZBHCI_CMD_ZCL_ATTR_READ_RSP