Hi,
I have a Coordinator with Z-Stack and CC2430 connected through Serial Port to the PC.
I am newbye with Zigbee and I just would like to send a simple set of messages from Zigbee Cluster Library through MT_Commands from Z-Stack Monitor and Test API. What I try is to create a set of bytes as indicated in Z-Stack Monitor and Test API and send them with a Java Application to the Serial Port to the Coordinator. I just wrap the data following the Z-Stack Monitor and Test API and ZCL rules and send them via Serial Port.
if I am not wrong, some of these MT_Commands messages can be used by send Configuration or change configuration attributes in the Zigbee End Devices in the same network that my Coordinator. My simple question is, what kind of MT_Commands do I have to send via Serial Port to achieve modifiying or read information from an Zigbee End Device connected to the same network as my Coordinator?
What I tried was to send a Configure Reporting Command through APP_MSG (MT_APP Command) in which I fixed like DestAddress and EndPoint the End Device ones. In this message I followed the structure fixed in Zigbee Cluster Library for Configure Reporting Command in order to change the Maximum Interval in which the Temperature is reported.
FE 01 69 00 00 68 --> Which is a SUCESS RESPONSE of APP_MSG message The problem is there is no change in the reporting period for the End Device.
Can I use this APP_MSG or I have to use another MT_COMMAND?
Thanks in advance