0.0.7 • Published 4 years ago

mqtt-overvis v0.0.7

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

mqtt-overvis

MQTT integration for Overvis platform

Docker Compose

version: '3'

services:

  overvis:
    image: 2mqtt/overvis:0.0.7

    restart: always

    environment:
      - MQTT_ID=overvis
      - MQTT_PATH=overvis
      - MQTT_HOST=mqtt://<ip address of mqtt broker>
      - MQTT_USERNAME=<mqtt username>
      - MQTT_PASSWORD=<mqtt password>
      - OVERVIS_HOST=http://<ip address of overvis device>
      - OVERVIS_PASSWORD=<overvis device password>
      - OVERVIS_INTERVAL=5000
0.0.5

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago