Hello, I have the Cyberpower USB CP550SL RT< whats its called when i bought it :) (AE550 according to upsc) and i think its missing some monitor options such as load, wattage use, temp..etc (shows in powerpanel pro,personal ed under win) ..it seem to be really lacking the only options i get are battery.charge: 100 battery.charge.low: 10 battery.charge.warning: 20 battery.runtime: 4560 battery.runtime.low: 300 battery.type: PbAcid battery.voltage: 20.2 < seems abit high shouldnt it be 12? battery.voltage.nominal: 12.0 driver.name: usbhid-ups driver.parameter.pollinterval: 2 driver.parameter.port: auto driver.version: 2.2.0 driver.version.data: APC/CyberPower HID 0.9 driver.version.internal: 0.30 input.transfer.high: 140 input.transfer.low: 100 input.voltage: 119.0 input.voltage.nominal: 120 output.voltage: 119.0 ups.beeper.status: enabled ups.delay.restart: 0 ups.delay.shutdown: -1 ups.mfr: CPS ups.model: UPS AE550 ups.power.nominal: 467 < should this be 550va? ups.productid: 0501 ups.status: OL ups.test.result: Done and passed ups.vendorid: 0764 with upscmd i only get these options #upscmd -l cyberpower Instant commands supported on UPS [cyberpower]: 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 - Temporarily mute the UPS beeper (its missing battery test functions and other options but im not sure what else) how can i get support for the extra settings? its only a usb ups (no serial cable) so i used the usbhid-ups driver the most basic functions seem to work such as on batt , online, discharging when i unplugged it (the battery.charge seemed to stay at 100% but im not sure if thats normal this is a brand new ups and a really small pc hooked up (no monitor or anything) please let me know what i can do to help get the needed features added or enabled ( i can test or provide debug info if you tell me what to do ) my ./configure is as so ./configure --prefix=/usr --sysconfdir=/etc/ups --localstatedir=/var --with-cgi --with-cgipath=/etc/apache2/global/nut/ --with-htmlpath=/etc/apache2/global/nut/ --with-drivers=cyberpower,genericups,powerpanel,usbhid-ups,cpsups --with-usb --with-hal --with-lib --local thanks ---------------------------------------------------------------------- Find out how you can get spam free email. http://www.bluebottle.com/tag/3 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20070713/e2e5ea08/attachment.htm
On 7/13/07, n <xellos at bluebottle.com> wrote:> I have the Cyberpower USB CP550SL RT< whats its called when i bought it :)[...]> ups.power.nominal: 467 < should this be 550va?Check the specifications - usually the VA rating is a little higher than the maximum wattage. To find out about the additional functionality, please stop the usbhid-ups driver, and re-run it as follows: usbhid-ups -DD -u root -x explore -x vendorid=0764 auto Let it run for a bit, then send the output to this list. -- - Charles Lepple
On 7/17/07, n <xellos at bluebottle.com> wrote:> ok here is the output (also i hooked this ups to windows and found out it > doesnt have temp / load support (as far as i know) but it should have the > basics like battery test..etc)What does 'upscmd -l <name-of-ups>' return?> it does still seem to have problems with battery voltage and im not sure if > the battery charge is working i had the pc unpluged for around 50-60 seconds > and it still showed 100% battery but the battery voltage droped from 19~v to > 17~v)The debug output below shows that the reading from the device is 20.3 V. That's all we have to go on. Have you checked it with a voltmeter? It may be off by a constant scale factor.> # usbhid-ups -DD -u root -x explore -x vendorid=0764 -a CyberPower > Network UPS Tools: 0.28 USB communication driver 0.28 - core 0.30 (2.2.0) >[...]> Path: UPS.PowerSummary.ConfigVoltage, Type: Feature, ReportID: 0x09, Offset: > 0, Size: 8, Value: 12.000000 > Path: UPS.PowerSummary.Voltage, Type: Feature, ReportID: 0x0a, Offset: 0, > Size: 8, Value: 20.300001-- - Charles Lepple