Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Publishes the status of devices to a MQTT topic and is able to set values based on subscribed topics.

License

Notifications You must be signed in to change notification settings

wirenboard/wb-mqtt-zway-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiren Board MQTT Z-Way Gateway

Publishes the status of devices to a MQTT topic and is able to set values based on subscribed topics.

This repository is archived now. You can find new versions of the plugin in the repository of our partners https://github.com/Z-Wave-Me/WBMQTTNative.

Installation

  1. Install module:
        # Execute on Wiren Board
        apt install git
        cd /opt/z-way-server/automation/userModules
        git clone https://github.com/wirenboard/wb-mqtt-zway-plugin.git WBMQTTNative
  1. To update to last version in this repo:
        cd /opt/z-way-server/automation/userModules/WBMQTTNative
        git pull

Usage

Add an instance of the app through Z-Wave interface (Menu - Apps - Local Apps). No configuration needed. All configuration fields are skipped.

Acknowledgements for older versions

I want to thank @Edubits for developing this module. It's only slightly simplified to work with Wiren Board. His module can be found at https://github.com/Edubits/Zway-MQTT.

I want to thank @goodfield for finding and fixing a fully JavaScript MQTTClient which I could use in this module as well. His module can be found at https://github.com/goodfield/zway-mqtt.

About

Publishes the status of devices to a MQTT topic and is able to set values based on subscribed topics.

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 100.0%