Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

korylprince/hassio-apcupsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

Unfortunately, I just don't have time to maintain this project anymore. This repository is now archived, but will remain in place for anyone still using it. If someone wants to take over maintaining this repo please contact me.

I suggest migrating to the Community NUT Add-on. To help you along here's my add-on configuration:

users:
  - username: nut
    password: <random pass here>
    instcmds:
      - all
    actions: []
devices:
  - name: apc
    driver: usbhid-ups
    port: auto
    config:
      - desc = "APC Back-UPS 600VA"
      - vendorid = 051d
mode: netserver
shutdown_host: 'false'

You can then add the NUT Integration using:

  • Host: a0d7b954-nut
  • Port: 3493
  • Username: nut
  • Password: <random pass here>

About

This repository contains just one add-on, an unofficial apcupsd add-on.

Installation

Add this repository to your Hass.io instance:

https://github.com/korylprince/hassio-apcupsd

If you have trouble you can follow the official docs.

Then install the "APC UPS Daemon" add-on.

Configuration

See the apcupsd add-on itself for information on configuring it.

Issues

If you have an issue with this plugin, please file an issue.