-
-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PowerWalker Basic VI 1000 SB supported by usbhid-ups #818
Comments
hello, what did you do to get this run? i have powerwalker vi 2200 rle which lists as but - i don't get it work |
In the future after the nut developers add this in auto will work, for now you have to specify driver manually: I have this in ups.conf:
upsd.users:
upsmon.conf |
i'm getting this output.
|
Does this mean your input voltage is 230 + 1.2 = 231.2? I've got the same UPS and want to calculate/track input voltage and it does look to be relative to something rather than exact. |
That is correct, you can see that if you add up input.voltage.nominal + input.voltage it is rougly equal to output.voltage |
@devZer0 : Hi, there were some issues with USB HID encoding fixed last year (starting with approx #1040 and #1024) - I wonder if "too large for defined type" is related to that. Can you re-check if the current NUT codebase handles your device better? Alternately, check if this device has a non-USBHID protocol, many PowerWalkers use Qx and work with blazer_usb or nutdrv_qx (most with both, latter preferred; some just with one for some reason). |
This PowerWalker ups works fine with the usbhid-ups, it seems to be built by Cyber Power.
Proposed HCL
"PowerWalker" "ups" "2" "Basic VI 1000 SB" "" "usbhid-ups"
Output from lsusb:
ID 0764:0601 Cyber Power System, Inc. PR1500LCDRT2U UPS
Output from upsc:
battery.charge: 100
battery.charge.low: 10
battery.charge.warning: 20
battery.mfr.date: 1
battery.runtime: 3120
battery.runtime.low: 300
battery.type: PbAcid
battery.voltage: 27.1
battery.voltage.nominal: 24
device.mfr: 1
device.model: 1000
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: 29
input.transfer.low: 16
input.voltage: 1.2 //These are relative to input.voltage.nominal
input.voltage.nominal: 230
output.voltage: 231.4
ups.beeper.status: enabled
ups.delay.shutdown: 20
ups.delay.start: 30
ups.load: 9
ups.mfr: 1
ups.model: 1000
ups.productid: 0601
ups.realpower.nominal: 600
ups.status: OL
ups.timer.shutdown: -60
ups.timer.start: -60
ups.vendorid: 0764
The text was updated successfully, but these errors were encountered: