Zwave2Mqtt

screenshot of Zwave2Mqtt
express
vue
scss
vuetify

Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue

Overview

Zwave To MQTT GitHub is a fully configurable Zwave to MQTT gateway and control panel built on NodeJS and Vue. It allows seamless integration of Zwave devices with MQTT, offering a user-friendly interface for management and control. With features like Home Assistant integration, components management, and MQTT APIs, Zwave To MQTT GitHub provides a comprehensive solution for home automation enthusiasts.

Features

  • Home Assistant integration (BETA): Allows integration with Home Assistant for enhanced automation.
  • Components management: Manage and customize components like thermostats, fans, and more.
  • MQTT APIs: Offers MQTT APIs for setting values, broadcasting messages, and interacting with devices.
  • Nodes Management: Add, remove, replace, and manage Zwave nodes effortlessly.
  • Screenshots: Provides a visual interface for settings, control panel, groups associations, scenes, and more.

DOCKER way

  1. Replace /dev/ttyACM0 with your serial device.
  2. For more information about Docker, visit the provided link.

Kubernetes way

  1. Refer to the base provided and customize with necessary patches or resources.
  2. Copy resources from the Kubernetes directory of the repository.

NodeJS or PKG version

  1. Install the Open-Zwave library on your system.
  2. Test the library by navigating to the Openzwave directory and running the command MinOZW /dev/ttyACM0.
  3. Use the packaged version or clone the repository for building the project.
  4. For the packaged version or compiling the latest code, access http://localhost:8091 in your browser.

Summary

Zwave To MQTT GitHub is a versatile solution for integrating Zwave devices with MQTT, providing a feature-rich control panel and gateway. By offering seamless Home Assistant integration, customizable components management, and MQTT APIs, it empowers users to create dynamic and responsive home automation setups. The installation guide ensures users can easily set up the system using Docker, Kubernetes, or NodeJS, making it accessible to a wide range of enthusiasts and developers.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

vuetify
Vuetify

Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

prismjs
Prism JS

PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.