0.0.9 • Published 3 years ago

mqtt-zwave v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

mqtt-zwave

MQTT integration for Z-Wave Z-Way Controller

Docker Compose

version: '3'

services:
  zwave:
    image: 2mqtt/zwave:0.0.8

    restart: always

    environment:
      - MQTT_ID=zwave
      - MQTT_PATH=zwave
      - MQTT_HOST=mqtt://<ip address of mqtt broker>
      - MQTT_USERNAME=<mqtt username>
      - MQTT_PASSWORD=<mqtt password>
      - ZWAY_HOST=<ip address of zway controller>
      - ZWAY_USERNAME=<zway username>
      - ZWAY_PASSWORD=<zway password>
0.0.9

3 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago