-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
CyberPower, transfer.high and transfer.low Both Zero #482
Comments
CyberPower has had many issues with their HID descriptors, so there is a chance that the high and low transfer numbers are divided by 1,000,000, or something similar. Can you stop the driver, and restart it with several If you don't want to debug this, you could also set them manually using the |
Yep, I see it there ... data below (and it's all 0). For whatever reason, not reporting back correctly (could be NUT, could be the UPS itself).
Your fix works awesome though - thanks so much for the pointer! |
The Actually, if you don't mind, could you run the driver in debug mode for ~ 30 seconds, and post the output as an attachment here? If you want to mask out the serial number, it probably shows up about 2-3 times. Can't promise when we'll get time to fix the underlying problem with the CPS firmware, but this will help. Feel free to close this ticket if the override fix is sufficient. |
Sure, NP at all - glad to help out if I can! File is attached, just yell if I can do anything else. |
So many chores to do, yet this is far more interesting :-)
Looks like the low/high transfer limits are 96V (0x60) and 140V (0x8c). I'll check for the scale factor later, but this looks consistent with other CPS HID issues. |
LMAO - I hear you there! Yep, and those values match to what the gent from CyberPower told me. So seems it is reporting it correctly. Thanks! |
PR #2718 is presumed to have fixed the broken CPS input/output voltage reports mentioned in this issue (although the ones posted here seemed to be good already). PR #1245 is presumed to have fixed the broken CPS transfer voltage reports discussed in this issue, at least the high one. Both values were reported reasonable in #1512 and #2718 testing, though possibly on models too different to this issue?... |
Hi,
I have several CyberPower UPS's, and they all work fine ... and so does my new one (SX650G), with the slight exception that both input.transfer.high and input.transfer.low are zero. I'm thinking this is perhaps driver related (but I could be wrong!). I did try setting the values, using upsrw ... and the response is "OK", but they are not set. I did confirm with CyberPower, these values are fixed and not changeable.
This shows up in the cgi-bin programs, as it uses them to flag the input voltage ... which is fine, but is being shows in red as a result.
Thoughts?
Thanks!
The text was updated successfully, but these errors were encountered: