zigpy-cli icon indicating copy to clipboard operation
zigpy-cli copied to clipboard

Command line interface for zigpy

Results 12 zigpy-cli issues
Sort by recently updated
recently updated
newest added

It would be a nice feature of the zigpy-cli command to be able to allow OTA firmware update

While the pyspinel is not made for Zigbee but for OpenThread NCPs instead, concepts in the Spinel CLI might however still be interesting as it is a relatively mature CLI...

Suggest add unified command in zigpy-cli to probe running firmware in order to dump EmberZNet Ember config from bellows via EZSP. ``` $ bellows -d /dev/ttyUSB1 -b 115200 config --all...

## REQUIRES: https://github.com/zigpy/workflows/pull/2

Hi, doing that : ```bash pip install git+https://github.com/zigpy/zigpy.git pip install git+https://github.com/zigpy/zigpy-cli.git pip install git+https://github.com/zigpy/zigpy-znp.git pip install git+https://github.com/zigpy/bellows.git ``` --- Getting (with decoration for readability) : Full installation log (quite long)...

Mainly wanted to add a link to "zigpy-cli" project on PyPI but also added info on compatible zigpy radio libraries (and hardware/firmware)

Should zigpy-cli README.md be updated with examples that cover basic information about `backup` (and restore) commands? Like this example below? ``` zigpy radio --baudrate 115200 ezsp /dev/ttyAMA0 backup ``` Maybe...

Feature for direct manipulation of child/neighbour table by the application to "Add Child", "Remove Child", "Remove Neighbor" might be nice to have for a few reasons but I think that...

Certain boards (such as the Sonoff Zigbee 3.0 USB Dongle Plus P) have a hardware switch that allows for turning on hardware flow control (given the correct firmware is flashed)....