-
Notifications
You must be signed in to change notification settings - Fork 4
Add z-wave Zniffer, repeater and confiuguration #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| layout: install.html | ||
| title: Configure ZWA-2 | ||
| subtitle: Change region, view DSK and QR code | ||
| description: Configure your Home Assistant Connect ZWA-2 | ||
| backHref: /home-assistant-connect-zwa-2/ | ||
| hero: | | ||
| <p> | ||
| Configure an existing ZWA-2 adapter. Change the Z-Wave region, view the DSK, and display the QR code for SmartStart inclusion. | ||
| </p> | ||
| --- | ||
|
|
||
| <div class="installer-wrapper"> | ||
| <div class="installer-card"> | ||
| <configure-zwa2></configure-zwa2> | ||
| </div> | ||
| </div> | ||
|
|
||
| <script type="module" src="https://home-assistant.github.io/zwa2-toolbox/standalone/configure-zwa2.js"></script> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| layout: install.html | ||
| title: Install Z-Wave controller firmware | ||
| subtitle: Restore the original Z-Wave controller firmware | ||
| description: Install Z-Wave controller firmware on your Home Assistant Connect ZWA-2 | ||
| backHref: /home-assistant-connect-zwa-2/ | ||
| hero: | | ||
| <p> | ||
| Restore the original Z-Wave controller firmware after using the repeater or Zniffer firmware. | ||
| </p> | ||
| --- | ||
|
|
||
| <div class="installer-wrapper"> | ||
| <div class="installer-card"> | ||
| <install-firmware firmware="controller"></install-firmware> | ||
| </div> | ||
| </div> | ||
|
|
||
| <script type="module" src="https://home-assistant.github.io/zwa2-toolbox/standalone/install-firmware.js"></script> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| layout: install.html | ||
| title: Install Z-Wave repeater firmware | ||
| subtitle: Turn ZWA-2 into a standalone Z-Wave repeater | ||
| description: Install Z-Wave repeater firmware on your Home Assistant Connect ZWA-2 | ||
| backHref: /home-assistant-connect-zwa-2/ | ||
| hero: | | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't we have support for block tags to bring things into other parts of html
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No other pages in the project use block tag, the new pages are just following the existing convention |
||
| <p> | ||
| This firmware turns ZWA-2 into a standalone Z-Wave device, which can help strengthen an existing Z-Wave network. | ||
| </p> | ||
| --- | ||
|
|
||
| <div class="installer-wrapper"> | ||
| <div class="installer-card"> | ||
| <install-firmware firmware="repeater"></install-firmware> | ||
| </div> | ||
| </div> | ||
|
|
||
| <script type="module" src="https://home-assistant.github.io/zwa2-toolbox/standalone/install-firmware.js"></script> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| layout: install.html | ||
| title: Install Z-Wave Zniffer firmware | ||
| subtitle: Inspect packets, decode traffic, and gather statistics | ||
| description: Install Z-Wave Zniffer firmware on your Home Assistant Connect ZWA-2 | ||
| backHref: /home-assistant-connect-zwa-2/ | ||
| hero: | | ||
| <p> | ||
| This is a development firmware that can be used to inspect packets, decode traffic, send commands, gather statistics, and more. | ||
| </p> | ||
| --- | ||
|
|
||
| <div class="installer-wrapper"> | ||
| <div class="installer-card"> | ||
| <install-firmware firmware="zniffer"></install-firmware> | ||
| </div> | ||
| </div> | ||
|
|
||
| <script type="module" src="https://home-assistant.github.io/zwa2-toolbox/standalone/install-firmware.js"></script> |
Uh oh!
There was an error while loading. Please reload this page.