HOME › Forums › Gateways › Raspberry Pi › ZigBee Groups › Reply To: ZigBee Groups
Inactive
October 2, 2014 at 9:09 pm
Post count: 6
@Dhawal wrote:
It is definitely implemented. Can you please print the TX and RX debug from ZBPServer? That would help us find the issue.
This:
ZBP_NodeNode_ClusterCommand1858d0142[0]8840
ZBP_NodeNode_ClusterCommand08840b161d611-391d-4e28-bb68-126d9ef9e61fNodeNode_ClusterCmdRsp3258d01420[07,01,aa,ab]
produces:
Oct 2 20:02:14 raspberrypi ZBPServer[3316]: ZBP_packet:: [TX] (00) Cmd: 0030 len: 08 data: 02 00 30 08 12 d4 25 01 00 04 02 00 dc
Oct 2 20:02:14 raspberrypi ZBPServer[3316]: ZBP_packet:: [RX] (00) Cmd: 1030 len: 0b data: 32 d4 25 01 00 04 02 07 01 aa ab CRC: e8
But this:
ZBP_NodeNode_ClusterCommand17aaab160[]11163
ZBP_NodeNode_ClusterCommand211163b161d611-391d-4e28-bb68-126d9ef9e61f
does not produce any output in the zbp.log file.
Additionally, we can try to verify using the RAW Mode:
Example for Sys_Ping.
ZBP_SystemSys_RAWMsg[02,00,00,00,00,FF]100
I’m not familiar with the raw message format, but this is what I can gather:
0:4 – unknown to me
5:6 – address but not in the same format as u16DevAdd, how does 58d0 = d4 25?
7 – endPointID
8:9 – clusterID
11 – command
12: – payload
last byte – crc