-
Notifications
You must be signed in to change notification settings - Fork 70
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
wrong UPS load with APC Smart UPS 1000, DS218play #68
Comments
The voltage is wrong as well. It should be 240 Volt 50 Hz. |
When I see the values displayed, I suspect that several values are not provided (or not correctly) and that the defaults are applied. Which would cause this abnormal power value. Can you go to "file-> list ups variables", make a copy of the values (there is a button to extract the info) and copy them here. Afterwards, it will be necessary to see if it is the UPS or the NUT driver which does not provide them. |
You can also run this command on the NUT server from the command line: All variables will be fetched from the driver, then you can troubleshoot. |
I got a similar issue on my EATON Ellipse ECO 1200.
If ups.realpower.nominal is not defined, then it defaults to 0, in that case we go to If section, not to Else section. A good alternative would be to do ups.power.nominal multiplied to by ups.load, which would give a load in VA. Then we could do the same CosPhi multiplication we do for current to convert the value to watts. While certainly not perfect, it is certainly a better option than fixed 125W. An example output from my EATON Ellipse ECO 1200:
|
I should note that if reports i found on internet are true, then APC Smart UPS 1000 doesn't provide the PSU capacity in a NUT variable, thus it is impossible to calculate the power consumption even with my patch above. If NUT or WinNUT-Client would provide a way to override/add ups.* variables, the user could set their ups.realpower.nominal (in W) or ups.power.nominal (in VA) and then use the provided ups.load to calculate the power consumption. |
Some UPS report their capacity using the ups.power.nominal property, which gives value in VA. We can calculate the power consumption in W from VA value provided in ups.power.nominal, adjusted by load percentage and converted via CosPhi. Related to gawindx#68.
Beta Release #### Fix : - Fixed a string length error for the German language (this problem should also exist with other languages but only if the strings were long enough) - related to issue #74 ### Changed - Redesign of the connection functions to the Nut server - Creation of a DLL containing functions not essential to the GUI in order to prepare for the upcoming arrival of service mode - Modification of the instantaneous power calculation method in the case of inverters not supporting the variables previously used - in conjunction with issue #68
The first beta version of 2.1 has just been released. I think the problem you are having should be resolved. |
As i mentioned it before, the APC Smart-UPS doesn't provide it's own capacity through the Network UPS Tools interface, thus it is impossible for any client software to provide power information. To see what variables NUT provides for your UPS, you need to open the File>UPS Variable dialog, press Copy button, then paste the result here. But if the information is not provided, the tool can't show it. |
Hi everyone. I'm testing the Winnut-Client pre-release version 2.1.7740.35837. |
Please see issue #95, at some point the remaining time calculation was disabled. I'm not quite sure why, but after the major release coming up I'd like to address it so we have it working again. |
Nice. Let's wait for the next major release. Congratulations for your great software. |
FYI for everyone following this: we're tracking the remaining time issue here; |
Hi,
with the windows client i got a max load on the "UPS Load" indicator of 125 W, the UPS is able to handle 700 W / 1000 VA.
I have windows 10 and the last version of Winnut (2.0.7710.35902)
DiskStation DS218play is Last firmware DSM 6.2.3-25426 Update 3
APC Smart UPS 1000 (model from 2010) firmware COM 02.1 UPS.05.I (no network card)
Thank You
Nice Software :)
The text was updated successfully, but these errors were encountered: