Just wanted to report that I have successfully got a Dynex DX-800U UPS functioning with the newhidups driver. This UPS appears to be made by CyberPower Systems and I believe is the same as the CPS 800AVR. --------- # upsc dynex@localhost battery.charge: 66 battery.charge.low: 10 battery.charge.warning: 20 battery.runtime: 399 battery.runtime.low: 300 battery.type: PbAcid battery.voltage: 19.7 battery.voltage.nominal: 12.0 driver.name: newhidups driver.parameter.port: auto driver.version: 2.0.5 driver.version.data: APC/CyberPower HID 0.9 driver.version.internal: 0.30 input.transfer.high: 140 input.transfer.low: 90 input.voltage: 122.0 input.voltage.nominal: 120 output.voltage: 122.0 ups.beeper.status: enabled ups.delay.shutdown: -1 ups.load: 50.0 ups.mfr: CPS ups.model: DX-800U ups.power.nominal: 636 ups.status: OL CHRG LB ups.test.result: Done and warning ---------- # upscmd -l dynex@localhost Instant commands supported on UPS [dynex@localhost]: load.off - Turn off the load immediately load.on - Turn on the load immediately shutdown.stop - Stop a shutdown in progress beeper.on - Enable the UPS beeper beeper.off - Disable the UPS beeper ---------- Mike Hanson
Thanks, I have added this to our list of supported devices. Do you know the USB productid and vendorid of this device? Is it 0764/0005? Developers: I also added new driver variables ups.vendorid and ups.productid. This will make it easier to get that information from upsc output. Any objections to this? -- Peter M.A.E. Hanson wrote:> > Just wanted to report that I have successfully got a Dynex DX-800U UPS > functioning with the newhidups driver. This UPS appears to be made by > CyberPower Systems and I believe is the same as the CPS 800AVR. > --------- > # upsc dynex@localhost > battery.charge: 66 > battery.charge.low: 10 > battery.charge.warning: 20 > battery.runtime: 399 > battery.runtime.low: 300 > battery.type: PbAcid > battery.voltage: 19.7 > battery.voltage.nominal: 12.0 > driver.name: newhidups > driver.parameter.port: auto > driver.version: 2.0.5 > driver.version.data: APC/CyberPower HID 0.9 > driver.version.internal: 0.30 > input.transfer.high: 140 > input.transfer.low: 90 > input.voltage: 122.0 > input.voltage.nominal: 120 > output.voltage: 122.0 > ups.beeper.status: enabled > ups.delay.shutdown: -1 > ups.load: 50.0 > ups.mfr: CPS > ups.model: DX-800U > ups.power.nominal: 636 > ups.status: OL CHRG LB > ups.test.result: Done and warning > ---------- > # upscmd -l dynex@localhost > Instant commands supported on UPS [dynex@localhost]: > > load.off - Turn off the load immediately > load.on - Turn on the load immediately > shutdown.stop - Stop a shutdown in progress > beeper.on - Enable the UPS beeper > beeper.off - Disable the UPS beeper > ---------- > Mike Hanson > > _______________________________________________ > Nut-upsuser mailing list > Nut-upsuser@lists.alioth.debian.org > http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser >
>Thanks, I have added this to our list of supported devices. Do you >know the USB productid and vendorid of this device? Is it 0764/0005?Yes, that is the correct productid/vendorid for Dynex DX-800U Mike Hanson