This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2531EMK: How to get Manufacturer Attributes via Z-Tool

Part Number: CC2531EMK

Hi,

I have a Danfoss Thermostat connected to my coordinator.

I also have the ZigBee Cluster Specification of the thermostat. (Link)

I've tried to use AF_DATA_REQUEST

<TX>12:37:03.48 COM4 AF_DATA_REQUEST (0x2401)
    DstAddr: 0xE195
    DestEndpoint: 0x01
    SrcEndpoint: 0x01
    ClusterID: 0x0201
    TransID: 0x01
    Options: 0x00
    Radius: 0x1E
    Len: 0x05
    Data: ...Q@ (0x10, 0x01, 0x00, 
                0x51, 0x40  ---> custom attribute has value 0x4051
                )

But I get this message in return:

<RX>12:37:07.41 COM4 AF_INCOMING_MSG (0x4481)
    GroupID: 0x0000
    ClusterID: 0x0201
    SrcAddr: 0xE195
    SrcEndpoint: 0x01
    DstEndpoint: 0x01
    WasBroadcast: 0x00
    LinkQuality: 0x54
    SecurityUse: 0x00
    Timestamp: 0x00614CD9
    TransSeqNumber: 0x00
    Len: 0x06
    Data: ...Q@. (0x08, 0x01, 0x01, 0x51, 0x40, 
                 0x86 --> the value should be either 0 or 1
                 )

Any suggestion?

BR,

Luca