Hi,
I am currently using a NRF52840 dongle with the python wrapper for the zigbee library.
When I send a Discover Attribute to a Green Power cluster in a Green Power Endpoint, it seems that the dongle does not receive any response from the device. I know the device send a response because I can see the frame with WireShark but the Wrapper seems to ignore it and sens a Request Timeout.
The command I use is the following :
zcl cmd -w -d {ieee_addr} 242 21 -p A1E0 C -l 0000ff
Thanks for your help.