Skip to content

Commit cfda2d6

Browse files
authored
Merge pull request #5 from puddly/puddly/update-zbt1-manifest
Update ZBT-1 firmwares to latest release
2 parents 1531410 + f784f26 commit cfda2d6

File tree

5 files changed

+48
-57
lines changed

5 files changed

+48
-57
lines changed
Binary file not shown.
235 KB
Binary file not shown.

public/assets/manifests/skyconnect.json

Lines changed: 0 additions & 44 deletions
This file was deleted.

public/assets/manifests/zbt1.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"product_name": "Home Assistant Connect ZBT-1",
3+
"baudrates": {
4+
"bootloader": [
5+
115200
6+
],
7+
"cpc": [
8+
460800,
9+
115200,
10+
230400
11+
],
12+
"ezsp": [
13+
115200,
14+
460800
15+
],
16+
"spinel": [
17+
460800
18+
]
19+
},
20+
"usb_filters": [
21+
{
22+
"pid": 60000,
23+
"vid": 4292
24+
}
25+
],
26+
"firmwares": [
27+
{
28+
"name": "Zigbee (EZSP)",
29+
"url": "/assets/firmwares/skyconnect_zigbee_ncp_7.4.4.3.gbl",
30+
"type": "ncp-uart-hw",
31+
"version": "7.4.4.3"
32+
},
33+
{
34+
"name": "OpenThread (RCP)",
35+
"url": "/assets/firmwares/skyconnect_openthread_rcp_2.4.4.0_GitHub-7074a43e4_gsdk_4.4.4.gbl",
36+
"type": "ot-rcp",
37+
"version": "2.4.4.0"
38+
},
39+
{
40+
"name": "Multiprotocol (deprecated)",
41+
"url": "https://raw.githubusercontent.com/NabuCasa/silabs-firmware/main/RCPMultiPAN/beta/NabuCasa_SkyConnect_RCP_v4.3.2_rcp-uart-hw-802154_460800.gbl",
42+
"type": "rcp-uart-802154",
43+
"version": "4.3.2"
44+
}
45+
],
46+
"allow_custom_firmware_upload": true
47+
}

src/pages/zbt1-install.ts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,23 +81,11 @@ export class ZBT1InstallPage extends LitElement {
8181
</p>
8282
<div class="flasher-container">
8383
<nabucasa-zigbee-flasher
84-
manifest="/assets/manifests/skyconnect.json"
84+
manifest="/assets/manifests/zbt1.json"
8585
>
8686
<span slot="button">Install firmware</span>
8787
</nabucasa-zigbee-flasher>
8888
</div>
89-
<h3>Update content of Voice PE firmware installer</h3>
90-
<p>
91-
Home Assistant will automatically detect updates for the Home
92-
Assistant Voice Preview Edition and allow you to install them. This
93-
page is only needed if you are using the device with other software
94-
than Home Assistant.
95-
</p>
96-
<p>
97-
If you are looking to factory reset the device, you can hold the
98-
middle button pressed for 30 seconds instead of re-installing the
99-
firmware.
100-
</p>
10189
</div>
10290
</details-page>
10391
`;

0 commit comments

Comments
 (0)