mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on Z-Wave JS to MQTT 0.2.0
This commit is contained in:
parent
f6ad5379cc
commit
eb2db46f5b
5 changed files with 13 additions and 16 deletions
|
@ -1071,10 +1071,10 @@ SOFTWARE.
|
||||||
[wireguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[wireguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[wireguard-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
[wireguard-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[wireguard-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[wireguard-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.1.0
|
[addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.2.0
|
||||||
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/v0.1.0/README.md
|
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/v0.2.0/README.md
|
||||||
[zwavejs2mqtt-issue]: https://github.com/hassio-addons/addon-zwavejs2mqtt/issues
|
[zwavejs2mqtt-issue]: https://github.com/hassio-addons/addon-zwavejs2mqtt/issues
|
||||||
[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
|
[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
|
||||||
[zwavejs2mqtt-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
[zwavejs2mqtt-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[zwavejs2mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[zwavejs2mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[zwavejs2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[zwavejs2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
## What’s changed
|
## What’s changed
|
||||||
|
|
||||||
The initial release of the Z-Wave JS to MQTT add-on 🎉
|
The add-on will now create a default configuration on the first run, pre-configured as much as possible for use with Home Assistant.
|
||||||
|
Additionally, if the Mosquitto add-on is found, it will configure that too.
|
||||||
|
|
||||||
## ✨ New features
|
## ✨ New features
|
||||||
|
|
||||||
- Add initial add-on code @frenck (#1)
|
- Initiate default configuration on first run @frenck (#3)
|
||||||
|
|
||||||
## 📚 Documentation
|
|
||||||
|
|
||||||
- Extend setup instructions @frenck (#2)
|
|
||||||
|
|
|
@ -13,6 +13,7 @@ Some advantages and use-cases for this are:
|
||||||
it is available for Home Assistant at the same time.
|
it is available for Home Assistant at the same time.
|
||||||
- Allow [ESPHome.io][esphome] based ESP devices to directly respond or work
|
- Allow [ESPHome.io][esphome] based ESP devices to directly respond or work
|
||||||
with your Z-Wave network.
|
with your Z-Wave network.
|
||||||
|
- Pre-configures itself with the Mosquitto add-on when found.
|
||||||
|
|
||||||
This add-on uses the [Zwavejs2Mqtt][zwavejs2mqtt] software.
|
This add-on uses the [Zwavejs2Mqtt][zwavejs2mqtt] software.
|
||||||
|
|
||||||
|
@ -55,10 +56,6 @@ To do this:
|
||||||
1. Enter the following information:
|
1. Enter the following information:
|
||||||
- Serial Port (e.g., `/dev/serial/by-id/usb-0658_0200_if00`)
|
- Serial Port (e.g., `/dev/serial/by-id/usb-0658_0200_if00`)
|
||||||
- Network Key (e.g., `2232666D100F795E5BB17F0A1BB7A146`)
|
- Network Key (e.g., `2232666D100F795E5BB17F0A1BB7A146`)
|
||||||
- **Enable the WS Server** checkbox!
|
|
||||||
|
|
||||||
You can check the "Disable Gateway" box for now, as you can set up MQTT
|
|
||||||
later (if you like that is).
|
|
||||||
|
|
||||||
Now click the "SAVE" button and navigate to the "Control Panel" in the menu.
|
Now click the "SAVE" button and navigate to the "Control Panel" in the menu.
|
||||||
If you had devices paired already, you should see the showing up slowly.
|
If you had devices paired already, you should see the showing up slowly.
|
||||||
|
|
|
@ -56,5 +56,5 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.1.0
|
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.2.0
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Z-Wave JS to MQTT",
|
"name": "Z-Wave JS to MQTT",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"slug": "zwavejs2mqtt",
|
"slug": "zwavejs2mqtt",
|
||||||
"description": "Fully configurable Z-Wave JS to MQTT gateway and control panel",
|
"description": "Fully configurable Z-Wave JS to MQTT gateway and control panel",
|
||||||
"url": "https://github.com/hassio-addons/addon-zwavejs2mqtt",
|
"url": "https://github.com/hassio-addons/addon-zwavejs2mqtt",
|
||||||
|
@ -19,6 +19,9 @@
|
||||||
"discovery": [
|
"discovery": [
|
||||||
"zwave_js"
|
"zwave_js"
|
||||||
],
|
],
|
||||||
|
"services": [
|
||||||
|
"mqtt:want"
|
||||||
|
],
|
||||||
"auto_uart": true,
|
"auto_uart": true,
|
||||||
"map": [
|
"map": [
|
||||||
"share:rw"
|
"share:rw"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue