Part Number:CC2530
Hi,
I have written python script which will run in Linkit module. It will communicate with ZC over UART. From Linkit I am sending Leave request to the ZR which needs to be removed from the network. In a python script I am maintaining list of devices rejected by the Coordinator, so the devices in the list should not connect again with particular ZC.
After sending Leave_request particular ZR is removed from the network, but when I am trying to operate ZR ( it is a switch) , in ZC I am getting MAC ID as 00:00:00:00:00:00:00:00. But I am getting the status of the switch ON/OFF..
Here is the snippet of the output.
2017-05-29 12:11:10,349 INFO ZBee::ProcessMessage Device c216 turned On
2017-05-29 12:11:10,358 INFO Response::Show STA
2017-05-29 12:11:10,366 DEBUG DeviceStatusHndlr CmdType=STA@0T;DevType=zbee@0T;DevID=c216@0T;Operation=ON
2017-05-29 12:11:10,374 DEBUG ZBee::WriteMessage fe02 2741c216b0
2017-05-29 12:11:10,407 DEBUG ZBee::CallbackHandler fe0b 674100000000000000002e
2017-05-29 12:11:10,414 INFO ZBee::GetMacFromNwid: c216 = 00:00:00:00:00:00:00:00
2017-05-29 12:11:10,422 ERROR DeviceStatusHndlr 00:00:00:00:00:00:00:00 is not managed by this RTU
2017-05-29 12:11:11,980 INFO ZBee::ProcessMessage Device c216 turned Off
2017-05-29 12:11:11,990 INFO Response::Show STA
2017-05-29 12:11:12,003 DEBUG DeviceStatusHndlr CmdType=STA@0T;DevType=zbee@0T;DevID=c216@0T;Operation=OFF
2017-05-29 12:11:12,011 DEBUG ZBee::WriteMessage fe02 2741c216b0
2017-05-29 12:11:12,046 DEBUG ZBee::CallbackHandler fe0b 674100000000000000002e
2017-05-29 12:11:12,053 INFO ZBee::GetMacFromNwid: c216 = 00:00:00:00:00:00:00:00
2017-05-29 12:11:12,061 ERROR DeviceStatusHndlr 00:00:00:00:00:00:00:00 is not managed by this RTU