您好,
我有一个 Danfoss 恒温器连接到我的协调员。
我还拥有节温器的 ZigBee 群集规范。(链接)
我尝试使用 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
)
但我收到这条消息的回报是:
<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
)
有什么建议?
巴西,
卢卡