APCUPSd


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