Skip to content

Zigbee Scanning for best channel

tube0013 edited this page Sep 5, 2021 · 5 revisions

Zigbee - Scanning for best channel (placeholder)

For ZNP coordinators, see: https://github.com/zigpy/zigpy-znp/blob/dev/TOOLS.md#energy-scan

For EZSP coordinators, see:

Bellows - scan best zigbee channel

docker run -it --name bellows --device=/dev/ttyUSB0:/dev/ttyUSB0 -v /home/docker-files/home-assistant:/data -e EZSP_DEVICE='/dev/ttyUSB0' -e LANG='C.UTF-8' walthowd/husbzb-firmware bash

where EZSP_DEVICE points to the serial device to use.

For Network connected coordinators:

docker run -it --name bellows -v /home/docker-files/home-assistant:/data -e EZSP_DEVICE='socket://IP:PORT' -e LANG='C.UTF-8' walthowd/husbzb-firmware bash

commands to run in container:

Scan best channel:

bellows -b 115200 scan -e

Change the current channel:

bellows -b 115200 leave

bellows -b 115200 form -c 11 -D /data/zigbee.db

where -c represents the channel you want to use where -D represents the /PATH to your zigbee DB

See information:

bellows -b 115200 info