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.
- Host: GitHub
- URL: https://github.com/dids/homebridge-ups-nut
- Owner: Dids
- License: gpl-2.0
- Created: 2021-06-13T09:33:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T11:55:59.000Z (almost 5 years ago)
- Last Synced: 2025-03-20T19:07:50.344Z (about 1 year ago)
- Language: TypeScript
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.