Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Zigbee Scanning for best channel

tube0013 edited this pageSep 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 usewhere -D represents the /PATH to your zigbee DB

See information:

bellows -b 115200 info

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp