hassio-addons/upsmon/README.md

744 B

Network UPS Tools for Hass.io

Network UPS Tools can be used to control and manage several power devices like Uninterruptible Power Supplies. This Hass.io plugin provides the nessecary daemon to make use of the Home Assistant NUT Sensor.

The default configuration should work with any usbhid-ups compatible UPS. They can be added to configuration.yaml by adding:

sensor
  - platform: nut
    username: nut
    password: nut
    resources:
      - ups.load
      - ups.status
      [...]