Advertisement
Guest User

Bellows - Zigbee Channel Scan

a guest
Jan 11th, 2022
623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Docker Container:
  2. 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
  3.  
  4. commands to run in container:
  5.  
  6. Scan best channel:
  7. bellows -b 115200 scan -e
  8.  
  9. Change the current channel:
  10. bellows -b 115200 leave
  11. bellows -b 115200 form -c 11 -D /data/zigbee.db
  12.  
  13. where -c represents the channel you want to use
  14. where -D represents the /PATH to your zigbee DB
  15.  
  16. See information:
  17. bellows -b 115200 info
  18.  
  19. Linux with bellows installed:
  20.  
  21. Scan best channel:
  22. sudo bellows -b 115200 --device=/dev/ttyUSB0 scan -e
  23.  
  24. See information:
  25. sudo bellows -b 115200 --device=/dev/ttyUSB0 info
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement