zigpy / zigpy-cli

Command line interface for zigpy
GNU General Public License v3.0
44 stars 12 forks source link

[REQUEST] Add command to probe running firmware? #35

Open Hedda opened 1 year ago

Hedda commented 1 year ago

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

and

$ bellows -d /dev/ttyUSB1 -b 115200 info

Then such zigpy CLI command could possibly later be extended to offer similar information probe in other radio libraries for zigpy too?

PS: @darkxst pull request for universal-silabs-flasher added wrappr for it here -> https://github.com/NabuCasa/universal-silabs-flasher/pull/37

PPS: Also related to same feature request by xconverge here -> https://github.com/NabuCasa/universal-silabs-flasher/issues/16