-
Notifications
You must be signed in to change notification settings - Fork 10
700 series Controller Firmware Updates (Linux)
This guide describes where to download Over-The-Wire (OTW) firmware upgrade files for Z-Wave 700 and 800-series controllers, and how to flash the controllers using freely available tools.
If using unofficial tools does not appeal to you, stop now and follow your vendor's official instructions, or contact them directly for support. See Disclaimer.
There are multiple certified releases being maintained at this time. The latest of these are:
- 7.22.2 based on Simplicity SDK 2024.6.2 (release notes) - 800-series only
- 7.21.5 based on Gecko SDK v4.4.5 (release notes)
- 7.18.8 based on Gecko SDK v4.1.6 (release notes)
📝 As of v7.22.0, the Gecko SDK has been replaced by the Simplicity SDK and support for 700-series controllers has been dropped, with 7.21.x being the last release.
🚨 Z-Wave JS has reported an issue to Silicon Labs for a controller firmware bug. It is recommended to stay on v7.18 or earlier, or upgrade to 7.22.1 or later for 800-series, and 7.21.5 or later for 700-series. See:
- SDK 7.19.x: Controller locks up during transmission, not acknowledging incoming frames, missing SendData callback
- Controller reports being jammed during usage and provokes the Zwave network to stall for several seconds
0x18
is usually an indicator of this. In some cases the bootloader may be unlocked and allow the downgrade.
We recommend always using the vendor provided files and versions to reduce the risk of bricking your controller. Use other versions and files at your own risk. All downloads linked here go directly to their respective vendor websites.
- Aeotec Z-Pi 7
- Aeotec Z-Stick 7
- Everspring SA370
- HomeSeer SmartStick G8
- HomeSeer SmartStick+ G3
- HomeSeer Z-NET G3
- Silicon Labs UZB-7 (SLUSB001A)
- Silicon Labs EFR32xG28 Explorer Kit (xG28-EK2705A)
- Silicon Labs Z-Wave 800 Series Development Kit (ZGM230-DK2603A)
- Z-Wave.Me Multi-Protocol Controller
- Z-Wave.Me RaZberry 7
- Z-Wave.Me Z-Station
- Z-Wave.Me mPCIe adaptor
- Zooz ZAC93 800 Long Range GPIO Module
- Zooz ZST10 700 Z-Wave Stick
- Zooz ZST39 800 Long Range Z-Wave Stick
For alternative download options, see other downloads.
Missing a product? Let us know by submitting an issue.
The Z-Stick 7 and Z-Pi 7 are 700-series controllers based on the EFR32ZG14 chipset.
Refer to official Aeotec update instructions:
The SA370 is a 700-series controller based on the ZGM130S module. There are currently no official update instructions or downloads available.
Known working versions:
-
7.17.2
- Download ZW_SerialAPI_Controller_7_17_2_406_ZGM130S_REGION_US.gbl
-
MD5 checksum:
6cc0961168d209221869bdfd64d5a138
- SmartStick G8 is an 800-series controller
- SmartStick+ G3 is a 700-series controller based on the ZGM130S module
Refer to the official HomeSeer update instructions:
The Z-NET G3 is a 700-series controller.
Refer to the official HomeSeer update instructions:
The UZB-7 controller is based on the EFR32ZG14 chipset.
As this is a developer reference board with no official support, the latest GA versions of firmware are listed. New versions may introduce new bugs, so take care if you are using this in a production system. Consider waiting until the firmware is vetted by others.
The firmware file to install depends on your requirements:
- BRD4201A: +14dBm, with SAW filters
- BRD4206A: +14dBm, Z-Wave Long Range (US only)
🚨 Some users have reported problems with versions 7.19, 7.20 and 7.21 for the the BRD4206A variant. These versions can result in severely reduced RF range. The BRD4201A variant works OK, however you lose Long Range capabilities. The 7.21 BRD4201A variant does not work. See 1, 2 and 3 for details.
Latest and stable releases:
- BRD4201A
-
7.21.5 (latest)
- There is no direct download. Download demo-applications.zip and extract the
zwave_ncp_serial_api_controller_BRD4201A.gbl
file manually. -
MD5 checksum:
fe9c730c1938157f52ca2ac2bbfdb3a9
- There is no direct download. Download demo-applications.zip and extract the
-
7.18.8 (stable)
- Download zwave_ncp_serial_api_controller_BRD4201A.gbl
-
MD5 checksum:
38df5ac73299169c957f257f2d8c3cff
-
7.21.5 (latest)
- BRD4206A
-
7.21.5 (latest)
- There is no direct download. Download demo-applications.zip and extract the
zwave_ncp_serial_api_controller_BRD4206A.gbl
file manually. -
MD5 checksum:
737f953f7b2482ee0b7aef7805dbc283
- There is no direct download. Download demo-applications.zip and extract the
-
7.18.8 (stable)
- Download zwave_ncp_serial_api_controller_BRD4206A.gbl
-
MD5 checksum:
496924733c76a82eadef0ca4a848ea54
-
7.21.5 (latest)
Here are some shell commands (Linux, etc.) to download and extract the files from the demo-applications.zip
file:
# Download 7.21.5 package
wget https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.5/demo-applications.zip
# BRD4201A
unzip -o -j demo-applications.zip protocol/z-wave/Apps/bin/gbl/zwave_ncp_serial_api_controller_BRD4201A.gbl
7z -y e demo-applications.zip protocol/z-wave/Apps/bin/gbl/zwave_ncp_serial_api_controller_BRD4201A.gbl
# BRD4206A
unzip -o -j demo-applications.zip protocol/z-wave/Apps/bin/gbl/zwave_ncp_serial_api_controller_BRD4206A.gbl
7z -y e demo-applications.zip protocol/z-wave/Apps/bin/gbl/zwave_ncp_serial_api_controller_BRD4206A.gbl
Official Silicon Labs update instructions:
- 800 Series Dev Kit (ZGM230-DK2603A) is based on the ZGM230S SiP module and utilizes the BRD2603A radio board. It is a multifunction device that can be used as either a controller are an end device depending on how it's programmed.
- EFR32xG29 Explorer Kit (xG28-EK2705A) is based on the EFR32ZG28B312F1024IM48 SOC and utilizes the BRD2705A radio board. It is a multifunction device that can be used as either a controller are an end device depending on how it's programmed.
The preferred way to update the firmware on either of the above devices is with Simplicity Studio.
Refer to the official Z-Wave.Me update instructions and downloads:
- UZB/RaZberry Firmwares
- UZB/RazBerry Versions Graph (sometimes this lists newer versions than the previous page)
- ZAC93 800 Long Range GPIO module is an 800-series controller based on the EFR32ZG23A chipset
- ZST39 800 Long Range Z-Wave Stick is an 800-series controller based on the EFR32ZG23A chipset
- ZST10 700 Z-Wave Stick is a 700-series controller based on the ZGM130S module
Refer to the official Zooz update instructions and downloads:
- Zooz OTA Firmware Files
- How to Perform an OTW Firmware Update on Your ZST39 800 Long Range Z-Wave Stick
- How to Perform an OTA Firmware Update on Your ZST10 700 Z-Wave Stick
- Download the Simplicity SDK 2024.6.2 demo-applications.zip archive for all of the v7.22.2 firmware files.
- Download the Gecko SDK v4.4.5 demo-applications.zip archive for all of the v7.21.5 firmware files.
There are several ways to update the controller firmware. Choose the most convenient method or, when in doubt, the one recommended by your manufacturer.
You can use the controller OTW functionality of Z-Wave JS UI (version 8.8.2 or later).
- Navigate to the ZUI Control Panel page
- Select the blue FAB (floating action button), which is a floating round plus sign at the bottom of the screen
- Select the "Advanced actions" button, which looks like a magic wand
- Select "Update" under "Firmware update OTW"
- Read the warning message
- Select "File" to open the file selector, and choose the firmware file you downloaded from a source above
- Select "UPDATE" to start the OTW update, and progress will be displayed in the message box on the top right of the UI
If the update fails, it is often recoverable. The controller will reboot into the bootloader menu and Z-Wave JS will fail to start. To recover you must re-configure Z-Wave JS UI to enter bootloader mode and try the update again. To do this:
- Navigate to the ZUI Settings page
- Go to the Z-Wave settings panel
- Enable the "Bootloader only" option
- Scroll to the bottom of the settings page and select "SAVE"
- ZUI will reboot, if the controller is in a failed state the driver will pause on startup and allow interaction with the controller
- Repeat the update settings above, and hope it works!
- You can disable "Bootloader only" afterwards, although it has no effect when the controller is in a working state
You can use the device update functionality provided by the Z-Wave integration in Home Assistant (version 2023.3 or later).
- Navigate to Settings -> Devices & Services -> Devices
- Select your Z-Wave controller Device
- Select "UPDATE" in the Device info panel
- Read the warning message and select "YES" if you are sure
- Select the "Upload Firmware" field to open the file selector, and choose the firmware file you downloaded from a source above, or drag and drop a file into the dialog box
- Select "BEGIN FIRMWARE UPDATE" to start the OTW update, and progress will be displayed in the dialog
If the update fails, it is often recoverable. The controller will reboot into the bootloader menu and Z-Wave JS will fail to start. HA does not support recovery. You will need to switch to Z-Wave JS and use its update recovery method (describe above), or use the flash utility method (described below).
Z-Wave JS provides a flash command line utility, @zwave-js/flash. It requires Node.js and npm:
npx -y @zwave-js/flash /dev/ttyUSB0 /path/to/fw/fw.gbl
Use the --verbose
command line option to see detailed logging.
The flash utility can also recover the controller if it is stuck in the bootloader menu from a previous update failure.
If you are using HAOS, you can run this utility within either of the Terminal/SSH add-ons. You will need to install the Node Package Manager (NPM) first:
apk add npm
The kpine/zwave-js-server
container image includes the above Z-Wave JS flash utility:
docker run --rm -it \
--device /dev/ttyUSB0:/dev/zwave \
--volume /path/to/fw:/fw \
ghcr.io/kpine/zwave-js-server:latest \
flash /fw/fw.gbl
Use the --verbose
command line option to see detailed logging.
Before Z-Wave JS supported OTW updates, the update procedure could be performed using the Minicom terminal emulator. If for some reason you cannot use Z-Wave JS or other software, refer to the archived instructions to update manually with Minicom.