-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Provide input.current.nominal and ups.realpower.nominal for wattage display and statistics #86307
Comments
Hey there @bdraco, @ollo69, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) nut documentation |
The calculation of Windows NUT is (partly) incorrect if you were to integrate this, forget the line that says
It's non-sense. Instead, you could allow the user to enter their UPS' capacity in which case you could roughly calculate the current use by Explanation: |
FWIW I have a https://www.cyberpower.com/au/en/product/sku/vp1000elcd which is 550W which I can see along with the load value
So power ~= 0.15 * 550 * 1.05 ~= 86W |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
Please just implement this |
This is an issue for me, too. When using nut-monitor on the Linux host, I can see Edit: ( Basically, I divide the load percentage by the nominal power multiplied by 0.8. This has resulted in an accurate approximation of I can only guess why this is so accurate, my guess is that the UPS has an efficiency of 80%. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
The problem
Please give out the sensor for
ups.realpower.nominal
and if that doesn't exist, calculate it frominput.current.nominal
,input.voltage.nominal
andups.load
Here's an example of WinNUT doing it: https://github.com/gawindx/WinNUT-Client/blob/master/WinNUT_V2/WinNUT_GUI/UPS_Network.vb#L677-L683
What version of Home Assistant Core has the issue?
Home Assistant 2023.1.6 Supervisor 2022.12.1 Operating System 9.4 Frontend 20230110.0 - latest
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Network UPS Tools
Link to integration documentation on our website
https://www.home-assistant.io/integrations/nut
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: