Homebridge accessory plugin for APC UPS systems
npm install homebridge-apc-snmpaccessory - Has to be ups
name - Friendly name of the accessory
community - SNMP community name
address - IP address of the SNMP device
enable_non_graceful* - Non Graceful* power switch function
enable_graceful* - Graceful* power switch function
enable_alarm** - Switch for enabling or disabling the alarm
enable_self_test** - Switch for starting a self test
enable_temp** - Internal temperature function
enable_battery** - Battery state of charge indicator
update_interval* - Update interval in seconds
** Values are enabled by default
* Default value is 20 seconds
json
{
"accessory": "ups",
"name": "UPS",
"community": "private",
"address": "10.0.30.3"
}
``