2022.0.6 • Published 2 years ago

ever-ups-adapter v2022.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

EVER UPS Adapter


This module implements modified version of net-snmp as EVER is adding \x00 (NULL char) at the end of every response line.


Support matrix

DeviceSupported protocols
RT3000 XLSNMP (v1)

If you tested this adapter on another device, and it worked as should, please add PR with updated table above.


SNMP OID & variables list

OIDDescription
1.3.6.1.2.1.33.1.1.1.0Manufacturer name
1.3.6.1.2.1.33.1.1.2.0Model name
1.3.6.1.2.1.33.1.1.3.0Device firmware version
1.3.6.1.2.1.33.1.1.4.0Agent firmware version
1.3.6.1.2.1.33.1.1.5.0Identification name
1.3.6.1.2.1.33.1.1.6.0Output devices identification
1.3.6.1.2.1.33.1.2.1.0Battery status
1.3.6.1.2.1.33.1.2.2.0Seconds on battery
1.3.6.1.2.1.33.1.2.3.0Estimated minutes remaining
1.3.6.1.2.1.33.1.2.4.0Estimated battery percentage
1.3.6.1.2.1.33.1.2.5.0Battery voltage
1.3.6.1.2.1.33.1.2.6.0Battery current
1.3.6.1.2.1.33.1.2.7.0Battery temperature
1.3.6.1.2.1.33.1.3.1.0Count of time the input entered an out-of-tolerance condition
1.3.6.1.2.1.33.1.3.2.0Utilized input lines number
1.3.6.1.2.1.33.1.4.1.0Output source
1.3.6.1.2.1.33.1.4.2.0Output frequency
1.3.6.1.2.1.33.1.4.3.0Output lines number
1.3.6.1.2.1.33.1.5.1.0Bypass frequency
1.3.6.1.2.1.33.1.5.2.0Bypass lines number
1.3.6.1.2.1.33.1.6.1.0Number of active alarm conditions
1.3.6.1.2.1.33.1.7.1.0UPS test name
1.3.6.1.2.1.33.1.7.2.0UPS test spin lock
1.3.6.1.2.1.33.1.7.3.0UPS test diagnostics result
1.3.6.1.2.1.33.1.7.4.0UPS test result detail
1.3.6.1.2.1.33.1.7.5.0UPS test start time
1.3.6.1.2.1.33.1.7.6.0UPS test elapsed time
1.3.6.1.2.1.33.1.8.1.0UPS shutdown type
1.3.6.1.2.1.33.1.8.2.0UPS shutdown after delay
1.3.6.1.2.1.33.1.8.3.0UPS startup after delay
1.3.6.1.2.1.33.1.8.4.0UPS reboot with duration
1.3.6.1.2.1.33.1.8.5.0UPS auto restart
1.3.6.1.2.1.33.1.9.1.0Nominal input voltage
1.3.6.1.2.1.33.1.9.2.0Nominal input frequency
1.3.6.1.2.1.33.1.9.3.0Nominal output voltage
1.3.6.1.2.1.33.1.9.4.0Nominal output frequency
1.3.6.1.2.1.33.1.9.5.0Nominal Volt-Amp rating
1.3.6.1.2.1.33.1.9.6.0Nominal output power rating
1.3.6.1.2.1.33.1.9.7.0Low battery alert condition of estimated minutes remaining
1.3.6.1.2.1.33.1.9.8.0Status of audible alarm
1.3.6.1.2.1.33.1.9.9.0Minimum input line voltage allowed to transfer to backup
1.3.6.1.2.1.33.1.9.10.0Maximum input line voltage allowed to transfer to backup

Example input line table

OIDDescription
1.3.6.1.2.1.33.1.3.3.1.<index>.1Input index
1.3.6.1.2.1.33.1.3.3.1.<index>.2Input frequency
1.3.6.1.2.1.33.1.3.3.1.<index>.3Input voltage
1.3.6.1.2.1.33.1.3.3.1.<index>.4Input current
1.3.6.1.2.1.33.1.3.3.1.<index>.5Input true power

Example output line table

OIDDescription
1.3.6.1.2.1.33.1.4.4.1.<index>.1Output index
1.3.6.1.2.1.33.1.4.4.1.<index>.2Output voltage
1.3.6.1.2.1.33.1.4.4.1.<index>.3Output current
1.3.6.1.2.1.33.1.4.4.1.<index>.4Output true power
1.3.6.1.2.1.33.1.4.4.1.<index>.5Output load percentage

HTTP API Attributes List

Feature will come in future releases