zigpy-cli
zigpy-cli copied to clipboard
Command line interface for zigpy
To run it: ```bash # Collect the data pip install 'git+https://github.com/puddly/zigpy-cli@puddly/advanced-energy-scan' zigpy radio ezsp /dev/cu.SLAB_USBtoUART advanced-energy-scan \ --num-energy-scans 1000 \ --num-network-scans 20 \ advanced-energy-scan.json # Plot it with the script...
Can commands to join a Zigbee network be added to zigpy-cli to enable using NCP in ”router mode”? I believe that bellows CLI already have join commands for this? [Nerivec](https://github.com/Nerivec)...
To restore an EZSP radio coordinator, how do we pass the option i_understand_i_can_update_eui64_only_once_and_i_still_want_to_do_it = true from the zigpy-cli command ?