Skip to content

Instantly share code, notes, and snippets.

@rosmo
Created December 18, 2022 21:39
Show Gist options
  • Save rosmo/7e77f26dcdd3fed6713bbb0499c79cf1 to your computer and use it in GitHub Desktop.
Save rosmo/7e77f26dcdd3fed6713bbb0499c79cf1 to your computer and use it in GitHub Desktop.
Home Assistant: Zigbee/ZHA - moving from CC2531 to SkyConnect without repairing
1. Install community Terminal & SSH addon, disable protection
2. Log into home assistant via SSH
3. ls -l /dev/serial/by-id
total 0
lrwxrwxrwx 1 root root 13 Dec 15 09:56 usb-Nabu_Casa_SkyConnect_v1.0_34b60e0f8318ec11a66ef69a47486eb0-if00-port0 -> ../../ttyUSB0
lrwxrwxrwx 1 root root 13 Dec 15 09:56 usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001CDD4956-if00 -> ../../ttyACM0
4. pip install git+https://github.com/zigpy/zigpy-cli.git
5. Disable CC2531 in Home Assistant
5. Make backup: zigpy -vv radio znp /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001CDD4956-if00 backup znp.json
6. Restore backup: zigpy -vv radio znp /dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_34b60e0f8318ec11a66ef69a47486eb0-if00-port0 restore znp.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment