cr3ative / homebridge-apcaccess

what if apcaccess, but in homebridge??
MIT License
8 stars 5 forks source link

homebridge-apcaccess

An apcaccess wrapper for Homebridge. Supports precisely one UPS. If you're on battery power, the Contact Sensor is open.

This accessory:

Configuration

The plugin will run with these default values, they can be changed in the accessories: [] section of homebridge config:

{
    "name": "APC UPS",
    "host": "127.0.0.1",
    "port": 3551,
    "manufacturer": "American Power Conversion'",
    "model": "APCAccess UPS",
    "serial": "unknown",
    "interval": 1,
    "temperatureSensor": false,
    "errorLogsOnly": false
}

interval is in seconds.