zigpy / zigpy-cli

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

Implement an `energy-scan` tool #11

Closed puddly closed 2 years ago

puddly commented 2 years ago

Implements the zigpy-znp energy scan command using the radio-agnostic API. Currently works with the Conbee and Texas Instruments radios, will support SiLabs radios in the future once bellows is updated to properly translate loopback requests into appropriate EZSP commands.

One notable difference between the implementation in zigpy-znp and this one is using a non-coordinator router device to perform the scan itself.