-
-
Notifications
You must be signed in to change notification settings - Fork 365
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 CP900EPFCLCD showing incorrect output voltage #581
Comments
Probably the same as this issue: #439 |
Any update on this? My CyberPower CP1500PFCLCD shows an output.voltage of 142.0 |
My PR1000RTXL2U reports faulty measurements in battery and output voltages:
However the LCD panel shows the voltage at around 48V. The correct input/output line voltage is 120V for where I am located but the UPS reports:
and likely unrelated to this issue, it also reports:
which I am guessing means OverLoad, which it definitely is not. |
OL means ONLINE not OverLoad! |
As mentiondd above the output voltage issue IS identical to #439 and is now fixed subject to merging. Regarding the battery voltage CPS are aware there are some issues and have fixed at least one of them on new production models. Sadly they said on cheaper models their firmware is not field upgradeable to fix existing users. |
I wonder whether they include my $600-700 PR1000RTXL2U in that group. I will check to see if there is a firmware upgrade but as far as I recall I never saw one for the UPS itself, just the RMCard. |
I'm not sure the extent of any similarities between CPS products or code construction. I was trying to fix my CP900EPFCLCD battery and output voltage reporting and they confirmed back to me the points I made above. |
I have the same issue here where the output voltage is reported as 260-262V. |
On 19:29, Mon 09 Oct 23, Bjoern Heller wrote:
I have the same issue here where the output voltage is reported as 260-262V.
What version of software are you running as this was fixed some time
ago.
If you like you can run the driver under debug where logging will show
you that it has detected the erroneous MIB data reported by the UPS and corrected it.
That might tell us what is going on.
… Reply to this email directly or view it on GitHub:
#581 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
|
In my case it turned out to be a firmware bug as my UPS died weeks before the warranty was up and CyberPower replaced it. The brand new UPS (PR1000RTXL2U) never had the issue so it must have had something to do with the UPS' firmware and not the RMCARD205 as that one stayed the same. I think my old UPS had firmware 1.6xx and the new one came with 1.9xx (but I'd have to check to be sure). |
PR #2718 is presumed to have fixed the broken CPS input/output voltage reports discussed in this issue. |
Using the usbhid-ups driver my CP900EPFCLCD reports the output voltage as being between 260 and 270 - though it sits at 260 most of the time. The input voltage averages around 240 as would be expected.
Running the driver directly (/usr/local/libexec/nut/usbhid-ups -DDD -a ups) results in the following voltage information:
0.010678 Report[get]: (3 bytes) => 0f ef 00
0.010687 Path: UPS.Input.Voltage, Type: Feature, ReportID: 0x0f, Offset: 0, Size: 16, Value: 239
...
0.011178 Report[get]: (3 bytes) => 12 ef 00
0.011188 Path: UPS.Output.Voltage, Type: Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: 260
I'm not entirely sure what to make of this, though it would appear that ef (239) is somehow being interpreted as 260?
Extra note: Configured through FreeNAS's UI and set to CP1000PFCLCD as it's the closest option - not sure if this makes any difference.
The text was updated successfully, but these errors were encountered: