Skip to content

Commit 9eb705f

Browse files
authored
Merge pull request #27 from OpenHomeFoundation/zwa2-update
Add z-wave Zniffer, repeater and confiuguration
2 parents cad1a43 + ca84d93 commit 9eb705f

File tree

13 files changed

+141
-6
lines changed

13 files changed

+141
-6
lines changed

public/svgs/chip.svg

Lines changed: 1 addition & 0 deletions
Loading

public/svgs/zwave.svg

Lines changed: 1 addition & 0 deletions
Loading

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/_includes/product-overview.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ <h1 class="details-hero-title">{{ productTitle }}</h1>
2020

2121
<div class="details-actions">
2222
{%- for action in actions %}
23+
{% if action.section_header %}
24+
<div class="action-section-header">{{ action.section_header }}</div>
25+
{% endif %}
2326
{% set external = action.href.startsWith('http') %}
2427
{% if action.tag_open %}
2528
{{ action.tag_open | safe }}

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: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,48 @@ productTitle: Home Assistant Connect ZWA-2
88
productSubtitle: The ultimate way to connect Z-Wave devices to Home Assistant.
99

1010
actions:
11-
- title: Install original firmware
11+
- title: Install original USB bridge firmware
12+
section_header: ESP firmware
1213
description: The original firmware that allows to connect the ZWA-2 directly to Home Assistant hub via USB cable.
1314
href: /home-assistant-connect-zwa-2/install
14-
icon: /svgs/install.svg
15+
icon: /svgs/chip.svg
1516

1617
- title: Install portable Z-Wave firmware
1718
description: Place the ZWA-2 in the most optimal position and connect it to Home Assistant via Wi-Fi.
1819
href: /home-assistant-connect-zwa-2/install-portable
19-
icon: /svgs/install.svg
20+
icon: /svgs/chip.svg
2021
experimental: true
2122

2223
- title: Use Portable Z-Wave with Power-over-Ethernet
2324
description: Place the ZWA-2 in the most optimal position and connect it to Home Assistant via Power-over-Ethernet.
2425
href: /home-assistant-connect-zwa-2/use-poe
25-
icon: /svgs/install.svg
26+
icon: /svgs/chip.svg
2627
experimental: true
2728

29+
- title: Install Z-Wave controller firmware
30+
section_header: Z-Wave firmware
31+
description: Restore the original Z-Wave controller firmware after using the repeater or Zniffer firmware.
32+
href: /home-assistant-connect-zwa-2/install-controller
33+
icon: /svgs/zwave.svg
34+
35+
- title: Install Z-Wave repeater firmware
36+
description: This firmware turns ZWA-2 into a standalone Z-Wave device, which can help strengthen an existing Z-Wave network.
37+
href: /home-assistant-connect-zwa-2/install-repeater
38+
icon: /svgs/zwave.svg
39+
experimental: true
40+
41+
- title: Install Z-Wave Zniffer firmware
42+
description: This is a development firmware that can be used to inspect packets, decode traffic, send commands, gather statistics, and more.
43+
href: /home-assistant-connect-zwa-2/install-zniffer
44+
icon: /svgs/zwave.svg
45+
experimental: true
46+
47+
- title: Configure ZWA-2
48+
section_header: Tools
49+
description: Change region, view DSK and QR code for an existing ZWA-2.
50+
href: /home-assistant-connect-zwa-2/configure-zwa2
51+
icon: /svgs/wrench.svg
52+
2853
- title: Recover adapter
2954
description: Recover a non-responsive ZWA-2 adapter.
3055
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 controller firmware
4+
subtitle: Restore the original Z-Wave controller firmware
5+
description: Install Z-Wave controller firmware on your Home Assistant Connect ZWA-2
6+
backHref: /home-assistant-connect-zwa-2/
7+
hero: |
8+
<p>
9+
Restore the original Z-Wave controller firmware after using the repeater or Zniffer firmware.
10+
</p>
11+
---
12+
13+
<div class="installer-wrapper">
14+
<div class="installer-card">
15+
<install-firmware firmware="controller"></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 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>

0 commit comments

Comments
 (0)