An open API service indexing awesome lists of open source software.

https://github.com/dids/homebridge-ups-nut

Homebridge plugin for UPS devices via NUT.
https://github.com/dids/homebridge-ups-nut

Last synced: 25 days ago
JSON representation

Homebridge plugin for UPS devices via NUT.

Awesome Lists containing this project

README

          

# homebridge-ups-nut

**DISCLAIMER:** _This is NOT yet ready for usage and still in heavy development!_

HomeKit battery status information for various UPS devices. Uses [NUT](https://networkupstools.org/) for communication.

# Installation

Follow the instruction in [homebridge](https://www.npmjs.com/package/homebridge) for the homebridge server installation.
The plugin is published through [NPM](https://www.npmjs.com/package/homebridge-ups-nut) and should be installed "globally" by typing:

> npm install -g homebridge-ups-nut

# Configuration

Supports configuration via either the `config.json` file in Homebridge or via the HomeBridge configuration UI.

IP address is required, while username and password are optional. See [config.schema.json](config.schema.json) for more details.