I am working with a SmartThings Multipurpose Sensor connected to a nRF52840-DK running the ZigBee CLI as a coordinator. I am able to have the sensor join the network and I can interact with all of the ZigBee defined clusters but I can't seem to interact with the manufacturing specific cluster. As you can see below the device has 1 endpoint and supports the following device type and clusters.
I am trying to read the accelerometer values from the sensor which are stored in the 0xFC02 cluster. I gathered this from the SmartThings developer site. Every time I try and read the attribute I get an error.
I noticed on the developer site that when they read and write the 0xFC02 cluster they also include a manufacture code, see line 404 on the developer link. I tried using the manufacture code in place of the profile ID but that didn't work as the request just times out.
How do I include this code in the CLI or the Zboss stack?