Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garulf/ha_apcaccess
Home Assistant plugin to track APC UPS
https://github.com/garulf/ha_apcaccess
apc battery battery-monitor home-assistant home-assistant-component ups
Last synced: 17 days ago
JSON representation
Home Assistant plugin to track APC UPS
- Host: GitHub
- URL: https://github.com/garulf/ha_apcaccess
- Owner: Garulf
- Created: 2021-08-10T16:30:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T20:37:49.000Z (over 3 years ago)
- Last Synced: 2024-11-06T02:12:26.396Z (2 months ago)
- Topics: apc, battery, battery-monitor, home-assistant, home-assistant-component, ups
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apcaccess
Home Assistant plugin to track APC UPS using apcaccess and [apcupsd](http://www.apcupsd.org/)### Basic config:
```
sensor:
- platform: apcaccess
host: 127.0.0.1
```### Full Config:
```
sensor:
- platform: apcaccess
host: 127.0.0.1
port: 3551
timeout: 30
sensor_timeout: 5
power_calc: true
```| Option | Default | Required | Description |
|----------------|-------------|----------|---------------------------------------------------------------------------------------------------------------------|
| host | `127.0.0.1` | Yes | Host IP or URL of device running apcupsd |
| port | `3551` | Yes | Port of host device |
| timeout | `30` | No | How long to wait for device connection in seconds. |
| sensor_timeout | `5` | No | How long to wait for sensor to respond after initialization in seconds. Could be important for automation purposes. |
| power_calc | true | No | Determines if integration will create a sensor to track UPS power use. Measured in 'W'. |