0.0.9 • Published 5 years ago

mqtt-zwave v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.4

5 years ago

0.0.1

5 years ago