Skip to content

Instantly share code, notes, and snippets.

@appleguru
Last active January 11, 2023 02:57
Show Gist options
  • Save appleguru/222a6a91087a592aa00c239f2c8aaf0e to your computer and use it in GitHub Desktop.
Save appleguru/222a6a91087a592aa00c239f2c8aaf0e to your computer and use it in GitHub Desktop.
Home Assistant HUSBZB-1 firmware update cheatsheet

Home assistant HUSBZB-1 fw update cheatsheet. SSH into your HA machine and then:

ha core stop
git clone https://github.com/walthowd/husbzb-firmware.git && cd husbzb-firmware
pip install pyserial
pip install xmodem
python3 ncp.py scan
python3 ncp.py flash -p /dev/ttyUSB1 -f ncp-uart-sw-6.7.8.ebl
python3 ncp.py scan
ha core start

ncp.py scan hangs, so you'll need to ctrl-c. Once you do, it should tell you the current version running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment