Connect ZBT-1 add button to install firmware

This commit is contained in:
c0ffeeca7 2025-05-06 16:07:52 +02:00
parent f434ee41d9
commit b188a92f40
No known key found for this signature in database
GPG Key ID: 11BDC0C7599B77E7
2 changed files with 78 additions and 2 deletions

View File

@ -12,13 +12,43 @@ ha_integration_type: hardware
ha_config_flow: true
ha_platforms:
- update
related:
- url: https://support.nabucasa.com/hc/en-us/categories/24734620813469-Home-Assistant-Connect-ZBT-1
title: Home Assistant Connect ZBT-1 documentation
- docs: /connectzbt1/
title: Home Assistant Connect ZBT-1 product page
---
The Home Assistant Connect ZBT-1 integration provides hardware information for the hardware configuration page.
For documentation on the Home Assistant Connect ZBT-1, please visit the [documentation page](https://connectzbt1.home-assistant.io/documentation/).
If you are looking to buy one, please visit the [product page](https://home-assistant.io/connectzbt1)
For documentation on the Home Assistant Connect ZBT-1, please visit the [documentation page](https://support.nabucasa.com/hc/en-us/categories/24734620813469-Home-Assistant-Connect-ZBT-1).
If you are looking to buy one, please visit the [product page](/connectzbt1)
## Configuration
This integration is not user configurable.
## Re-installing the firmware using the Silicon Labs Web Flasher
The Home Assistant Connect ZBT-1 ships with a full-fledged Zigbee firmware. At this point, there are no known issues with the factory-flashed firmware.
Normally, there is no need to re-install the firmware. Firmware updates for the Connect ZBT-1 are natively supported in Home Assistant 2025.4 and newer if you are running the ZHA integration or OTBR.
If your Home Assistant installation has no add-ons available, you can use the web flasher below to install the latest firmware version for Home Assistant Connect ZBT-1 directly from your browser over USB.
### Prerequisites
- Firmware update through web flasher is only available for Home Assistant SkyConnect devices and for Home Assistant Connect ZBT-1 devices purchased after October 20, 2024.
### To re-install the firmware
1. Plug in your Connect ZBT-1 to your computer.
2. Select the **Connect** button below.
<script type="module" src="https://unpkg.com/@nabucasa/sl-web-tools@0.10.1/dist/web/nabucasa-zigbee-flasher.js?module"></script>
<nabucasa-zigbee-flasher manifest="/static/firmware/connect-zbt-1/manifest.json"></nabucasa-zigbee-flasher>
3. Select the firmware version you want to install.
To read more about the SL Web Tools, refer to this [blog post](https://www.home-assistant.io/blog/2023/02/08/state-of-matter-and-thread/#silabs-multi-flasher--sl-web-tools).

View File

@ -0,0 +1,46 @@
{
"product_name": "Home Assistant Connect ZBT-1",
"baudrates": {
"bootloader": [
115200
],
"cpc": [
460800,
115200,
230400
],
"ezsp": [
115200
],
"spinel": [
460800
]
},
"usb_filters": [
{
"pid": 60000,
"vid": 4292
}
],
"firmwares": [
{
"name": "Zigbee (EZSP)",
"url": "/firmwares/skyconnect_zigbee_ncp_7.4.4.0.gbl",
"type": "ncp-uart-hw",
"version": "7.4.4.0"
},
{
"name": "OpenThread (RCP)",
"url": "/firmwares/skyconnect_openthread_rcp_2.4.4.0_GitHub-7074a43e4_gsdk_4.4.4.gbl",
"type": "ot-rcp",
"version": "2.4.4.0"
},
{
"name": "Multiprotocol (deprecated)",
"url": "https://raw.githubusercontent.com/NabuCasa/silabs-firmware/main/RCPMultiPAN/beta/NabuCasa_SkyConnect_RCP_v4.3.2_rcp-uart-hw-802154_460800.gbl",
"type": "rcp-uart-802154",
"version": "4.3.2"
}
],
"allow_custom_firmware_upload": true
}