networkupstools / nut-ddl

Network UPS Tools Devices Dumps Library
http://networkupstools.org/ddl/index.html#_supported_devices
4 stars 16 forks source link

HCL: Cyber Power Systems VP1200ELCD #10

Closed timsavage closed 3 years ago

timsavage commented 4 years ago

Model Name: CyberPower Value Pro Series Model Ref: VP1200ELCD

Reading data on FreeNAS.

$ upsc ups@localhost battery.charge: 100 battery.charge.low: 10 battery.charge.warning: 20 battery.mfr.date: CPS battery.runtime: 14100 battery.runtime.low: 300 battery.type: PbAcid battery.voltage: 28.2 battery.voltage.nominal: 24 device.mfr: CPS device.model: ValueII_1200E device.type: ups driver.name: usbhid-ups driver.parameter.pollfreq: 30 driver.parameter.pollinterval: 2 driver.parameter.port: auto driver.parameter.synchronous: no driver.version: 2.7.4 driver.version.data: CyberPower HID 0.4 driver.version.internal: 0.41 input.transfer.high: 295 input.transfer.low: 167 input.voltage: 247.0 input.voltage.nominal: 230 output.voltage: 247.0 ups.beeper.status: enabled ups.delay.shutdown: 20 ups.delay.start: 30 ups.load: 8 ups.mfr: CPS ups.model: ValueII_1200E ups.productid: 0501 ups.realpower.nominal: 720 ups.status: OL ups.test.result: No test initiated ups.timer.shutdown: -60 ups.timer.start: -60 ups.vendorid: 0764

clepple commented 4 years ago

Thanks! Do all of those value look reasonable? (We have had some units problems with older CPS models.) Have you had a chance to test the shutdown procedure? We'd also be interested in the output of upscmd -l and upsrw when you get a chance.

timsavage commented 4 years ago

I have the data reporting (from NUT) into my HomeAssistant instance and the data matches up with what is being reported on the LCD.

As to testing shutdown (we had an issue with breakers tripping) and soon after I installed the UPS the breaker tripped and the machine safely shutdown after the configured delay.

Will get the additional outputs.

timsavage commented 4 years ago
$ upscmd -l ups@localhost
Instant commands supported on UPS [ups]:

beeper.disable - Description unavailable
beeper.enable - Description unavailable
beeper.mute - Description unavailable
beeper.off - Description unavailable
beeper.on - Description unavailable
load.off - Description unavailable
load.off.delay - Description unavailable
load.on - Description unavailable
load.on.delay - Description unavailable
shutdown.return - Description unavailable
shutdown.stayoff - Description unavailable
shutdown.stop - Description unavailable
test.battery.start.deep - Description unavailable
test.battery.start.quick - Description unavailable
test.battery.stop - Description unavailable
timsavage commented 4 years ago
$ upsrw ups@localhost
[battery.charge.low]
Description unavailable
Type: STRING
Maximum length: 10
Value: 10

[battery.runtime.low]
Description unavailable
Type: STRING
Maximum length: 10
Value: 300

[input.transfer.high]
Description unavailable
Type: STRING
Maximum length: 10
Value: 295

[input.transfer.low]
Description unavailable
Type: STRING
Maximum length: 10
Value: 167

[ups.delay.shutdown]
Description unavailable
Type: STRING
Maximum length: 10
Value: 20

[ups.delay.start]
Description unavailable
Type: STRING
Maximum length: 10
Value: 30