2016-02-10 18:52:41 +00:00

885 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category
layout title description date sidebar comments sharing footer logo ha_category
page APCUPSd Instructions on how to integrate APCUPSd status with Home Assistant. 2016-02-10 17:11 true false true true apcupsd.png Hub

APCUPSd status information can be integrated into Home Assistant when the Network Information Server (NIS) is configured.

Create an apcupsd section in your configuration, optionally containing the following parameters:

  • host: The hostname/IP address on which the APCUPSd NIS is being served. Default: localhost
  • port: The port on which the APCUPSd NIS is listening. Default: 3551

Example

Use defaults:

apcupsd:

Set parameters:

apcupsd:
  host: 192.168.1.10
  port: 1234