Hi Everyone,
I have z-stack home 1.2 and i use cc2531 USB Dongle as a coordinator by flashing the znp inside it.I use z-tool to communicate with the coordinator.I also have HA supported bulb as end device.Once i send the zigbee start request command and then on the bulb i continuously get unformatted raw data as below:
*** WARNING ***
Unsupported or unformatted message received. Raw data:
0C 45 CA B8 F5 F8 C5 41 03 00 6F 0D 00 00 00
This is a zdo call back for trust center device indication.But i do not have any details about this command.
I need to know that this call back is in response to which zdo command?
Also i observed that once i stop receiving this raw data the communication with the end device stops although it is associated with the coordinator.
I am finding a command such that when i send the command the coordinator starts scanning the network and all the end devices gets connected to the network and advertise themselves by sending their 64 bit and 16 bit IDs.Before sending this command the end device should not directly connect with the coordinator as soon as i on the device.
I already tried with the ZDO permit join request with following attribute values:
AddrMode: 16 bit
DstAddr:0x00(coordinator)
Duration:180 sec , 10 sec , 5 sec.
TC significance:i tried with values: 00,ff both.
In this i observe that once the duration time is over the coordinator stops receiving raw data.And as i mentioned before nce it stops the communication with the end device is not possible.
Any kind of help will be valuable to solve my issues.
Thanks in advcance.