mqtt-overvis

0.0.7 • Public • Published

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

/mqtt-overvis/

    Package Sidebar

    Install

    npm i mqtt-overvis

    Weekly Downloads

    0

    Version

    0.0.7

    License

    MIT

    Unpacked Size

    13.9 kB

    Total Files

    11

    Last publish

    Collaborators

    • zephyrus