Publishes the status of devices to a MQTT topic and is able to set values based on subscribed topics.
- 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
- To update to last version in this repo:
cd /opt/z-way-server/automation/userModules/WBMQTTNative
git pull
Add an instance of the app through Z-Wave interface (Menu - Apps - Local Apps). No configuration needed. All configuration fields are skipped.
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.