mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-06 12:01:36 +00:00
62 lines
No EOL
2.6 KiB
Markdown
62 lines
No EOL
2.6 KiB
Markdown
# Community Hass.io Add-ons: Z-Wave to MQTT
|
|
|
|
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
|
|
|
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
|
|
|
|
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
|
|
|
[![Support my work on Patreon][patreon-shield]][patreon]
|
|
|
|
Fully configurable Z-Wave to MQTT gateway and control panel.
|
|
|
|
![Z-Wave to MQTT][logo]
|
|
|
|
## About
|
|
|
|
The Z-Wave to MQTT add-on allows you to decouple your Z-Wave network from
|
|
your Home Assistant instance by leveraging your MQTT broker. It ships with
|
|
a web-based control panel, allowing you to configure every aspect of your
|
|
Z-Wave network and how they are published in MQTT.
|
|
|
|
Some advantages and use-cases for this are:
|
|
|
|
- Your Z-Wave network will keep running between Home Assistant restarts.
|
|
- You can directly use things like Node-RED with your Z-Wave network, while
|
|
it is available for Home Assistant at the same time.
|
|
- Allow [ESPHome.io][esphome] based ESP devices to directly respond or work
|
|
with your Z-Wave network.
|
|
|
|
[Click here for the full documentation][docs]
|
|
|
|
## WARNING! THIS IS A BETA VERSION!
|
|
|
|
This Hass.io Add-ons repository contains beta releases of add-ons.
|
|
|
|
- They might stop working at any time.
|
|
- They could have a negative impact on your system.
|
|
|
|
This repository was created for:
|
|
|
|
- Anybody willing to test.
|
|
- Anybody interested in trying out upcoming add-ons or add-on features.
|
|
|
|
If you are more interested in stable releases of our add-ons:
|
|
|
|
<https://github.com/hassio-addons/repository>
|
|
|
|
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
|
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
|
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
|
[discord]: https://discord.me/hassioaddons
|
|
[docs]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/v0.1.0/README.md
|
|
[esphome]: https://esphome.io/components/mqtt.html#on-message-trigger
|
|
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
|
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-z-wave-to-mqtt/115899?u=frenck
|
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
|
[patreon-shield]: https://www.frenck.nl/images/patreon.png
|
|
[patreon]: https://www.patreon.com/frenck
|
|
[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]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/v0.1.0
|
|
[logo]: https://github.com/hassio-addons/addon-zwave2mqtt/raw/master/zwave2mqtt/logo.png |