Skip to content

MQTT integration for Network UPS Tools (NUT)

License

Notifications You must be signed in to change notification settings

zephyrus/mqtt-nut

Repository files navigation

mqtt-nut

MQTT integration for Network UPS Tools (NUT)

Docker Compose

version: '3'

services:

  nut:
    image: 2mqtt/nut:0.0.3

    restart: always

    environment:
      - MQTT_ID=nut
      - MQTT_PATH=nut
      - MQTT_HOST=mqtt://<ip address of mqtt broker>
      - MQTT_USERNAME=<mqtt username>
      - MQTT_PASSWORD=<mqtt password>
      - NUT_HOST=<ip address of nut server>
      - NUT_USERNAME=<nut username>
      - NUT_PASSWORD=<nut password>

About

MQTT integration for Network UPS Tools (NUT)

Resources

License

Stars

Watchers

Forks

Packages

No packages published