This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Zigbee CLI communication failure

Hello,

I am able to use the Zigbee CLI Agent and send some commands. I am using the zb-cli-wrapper python package to send commands from python. I wrote an application that configures the module as a zigbee coordinator. If it is already configured as such, that means if the zigbee stack is already running, I just connect the cli with bdb start command (so it will not create a new network). Then, when nodes join the network, I retrieve some information using simple descriptor command. Once I have all the informations about the network, I want to be able to control and monitor the nodes.

But for some reason that I don't understand, after sending some commands to the CLI, the communication stops working. I can not communicate with the CLI until I reset the module. What could be the issue? Do you think that I am sending commands too fast? Because when I send commands manually using Minicom, it never crashes or hangs.

Best regards,

Damien

Parents Reply
  • Hi Damien,

    Sorry for the late reply. It's a little bit difficult for me to guess what is going wrong here without more information. Could you please attach:

    • Your python script (or a modified version of the script that generates the same behavior, you don't need to include all functionality in your application, just enough so I can reproduce the issue).

    This way I can reproduce and debug at my end and be able to help you.

    Best regards,

    Marjeris

Children
Related