Skip to content

Commit 814a904

Browse files
committed
Add z-wave Zniffer, repeater and confiuguration
1 parent cad1a43 commit 814a904

10 files changed

Lines changed: 94 additions & 4 deletions

File tree

src-11ty/_includes/install.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@
128128

129129
.installer-card install-esphome-firmware,
130130
.installer-card install-esp-bridge-firmware,
131+
.installer-card install-firmware,
132+
.installer-card configure-zwa2,
131133
.installer-card recover-adapter {
132134
width: 100%;
133135
border: none;
@@ -137,6 +139,8 @@
137139

138140
install-esphome-firmware .min-h-screen,
139141
install-esp-bridge-firmware .min-h-screen,
142+
install-firmware .min-h-screen,
143+
configure-zwa2 .min-h-screen,
140144
recover-adapter .min-h-screen {
141145
min-height: auto !important;
142146
}

src-11ty/home-assistant-connect-zbt-1/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ productSubtitle: Zigbee & Thread 3.0 USB adapter
99

1010
actions:
1111
- title: Install firmware
12-
description: Update your ZBT-1 with the latest Zigbee or Thread firmware
12+
description: Update your ZBT-1 with the latest Zigbee, Zigbee Repeater or Thread firmware
1313
href: /home-assistant-connect-zbt-1/install
1414
icon: /svgs/install.svg
1515

src-11ty/home-assistant-connect-zbt-1/install.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: install.html
33
title: Install firmware
4-
subtitle: Update your ZBT-1 with the latest Zigbee or Thread firmware
4+
subtitle: Update your ZBT-1 with the latest Zigbee, Zigbee Repeater or Thread firmware
55
description: Install the latest Zigbee or Thread firmware on your ZBT-1
66
backHref: /home-assistant-connect-zbt-1/
77
hero: |

src-11ty/home-assistant-connect-zbt-2/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ productSubtitle: Zigbee 3.0 & Thread USB adapter
99

1010
actions:
1111
- title: Install firmware
12-
description: Update your ZBT-2 with the latest Zigbee or Thread firmware
12+
description: Update your ZBT-2 with the latest Zigbee, Zigbee Repeater or Thread firmware
1313
href: /home-assistant-connect-zbt-2/install
1414
icon: /svgs/install.svg
1515

src-11ty/home-assistant-connect-zbt-2/install.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: install.html
33
title: Install Firmware
4-
subtitle: Update your ZBT-2 with the latest Zigbee or Thread firmware
4+
subtitle: Update your ZBT-2 with the latest Zigbee, Zigbee Repeater or Thread firmware
55
description: Install the latest Zigbee or Thread firmware on your ZBT-2
66
backHref: /home-assistant-connect-zbt-2/
77
hero: |
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: install.html
3+
title: Configure ZWA-2
4+
subtitle: Change region, view DSK and QR code
5+
description: Configure your Home Assistant Connect ZWA-2
6+
backHref: /home-assistant-connect-zwa-2/
7+
hero: |
8+
<p>
9+
Configure an existing ZWA-2 adapter. Change the Z-Wave region, view the DSK, and display the QR code for SmartStart inclusion.
10+
</p>
11+
---
12+
13+
<div class="installer-wrapper">
14+
<div class="installer-card">
15+
<configure-zwa2></configure-zwa2>
16+
</div>
17+
</div>
18+
19+
<script type="module" src="https://home-assistant.github.io/zwa2-toolbox/standalone/configure-zwa2.js"></script>

src-11ty/home-assistant-connect-zwa-2/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,23 @@ actions:
2525
icon: /svgs/install.svg
2626
experimental: true
2727

28+
- title: Install Z-Wave repeater firmware
29+
description: This firmware turns ZWA-2 into a standalone Z-Wave device, which can help strengthen an existing Z-Wave network.
30+
href: /home-assistant-connect-zwa-2/install-repeater
31+
icon: /svgs/install.svg
32+
experimental: true
33+
34+
- title: Install Z-Wave Zniffer firmware
35+
description: This firmware is for Z-Wave developers, and can be used to inspect packets, decode traffic, send commands, gather statistics, and more.
36+
href: /home-assistant-connect-zwa-2/install-zniffer
37+
icon: /svgs/install.svg
38+
experimental: true
39+
40+
- title: Configure ZWA-2
41+
description: Change region, view DSK and QR code for an existing ZWA-2.
42+
href: /home-assistant-connect-zwa-2/configure-zwa2
43+
icon: /svgs/wrench.svg
44+
2845
- title: Recover adapter
2946
description: Recover a non-responsive ZWA-2 adapter.
3047
href: /home-assistant-connect-zwa-2/recover
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: install.html
3+
title: Install Z-Wave repeater firmware
4+
subtitle: Turn ZWA-2 into a standalone Z-Wave repeater
5+
description: Install Z-Wave repeater firmware on your Home Assistant Connect ZWA-2
6+
backHref: /home-assistant-connect-zwa-2/
7+
hero: |
8+
<p>
9+
This firmware turns ZWA-2 into a standalone Z-Wave device, which can help strengthen an existing Z-Wave network.
10+
</p>
11+
---
12+
13+
<div class="installer-wrapper">
14+
<div class="installer-card">
15+
<install-firmware firmware="repeater"></install-firmware>
16+
</div>
17+
</div>
18+
19+
<script type="module" src="https://home-assistant.github.io/zwa2-toolbox/standalone/install-firmware.js"></script>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: install.html
3+
title: Install Z-Wave Zniffer firmware
4+
subtitle: Inspect packets, decode traffic, and gather statistics
5+
description: Install Z-Wave Zniffer firmware on your Home Assistant Connect ZWA-2
6+
backHref: /home-assistant-connect-zwa-2/
7+
hero: |
8+
<p>
9+
This firmware is for Z-Wave developers, and can be used to inspect packets, decode traffic, send commands, gather statistics, and more.
10+
</p>
11+
---
12+
13+
<div class="installer-wrapper">
14+
<div class="installer-card">
15+
<install-firmware firmware="zniffer"></install-firmware>
16+
</div>
17+
</div>
18+
19+
<script type="module" src="https://home-assistant.github.io/zwa2-toolbox/standalone/install-firmware.js"></script>

vite.config.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,18 @@ export default defineConfig({
9393
__dirname,
9494
'dist/home-assistant-connect-zwa-2/recover/index.html'
9595
),
96+
homeAssistantConnectZwa2InstallRepeater: resolve(
97+
__dirname,
98+
'dist/home-assistant-connect-zwa-2/install-repeater/index.html'
99+
),
100+
homeAssistantConnectZwa2InstallZniffer: resolve(
101+
__dirname,
102+
'dist/home-assistant-connect-zwa-2/install-zniffer/index.html'
103+
),
104+
homeAssistantConnectZwa2ConfigureZwa2: resolve(
105+
__dirname,
106+
'dist/home-assistant-connect-zwa-2/configure-zwa2/index.html'
107+
),
96108
homeAssistantConnectZbt1: resolve(
97109
__dirname,
98110
'dist/home-assistant-connect-zbt-1/index.html'

0 commit comments

Comments
 (0)