Created
November 18, 2021 19:31
-
-
Save corgan2222/943fce50cd120d18239ae38211eb9ab0 to your computer and use it in GitHub Desktop.
Zigbee Network Backup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir backupZigbee | |
cd backupZigbee | |
virtualenv -p 3 venv | |
source venv/bin/activate | |
pip3 install zigpy-znp | |
usb-devices | |
lsusb | |
ls -lah /dev/tty* | |
service zigbee2mqtt stop | |
python3 -m zigpy_znp.tools.network_backup /dev/ttyACM0 -o network_backup.json -v | |
service zigbee2mqtt start | |
ls | |
cat network_backup.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment