gawindx / WinNUT-Client

This is a NUT windows client for monitoring your ups hooked up to your favorite linux server.
GNU General Public License v3.0
395 stars 70 forks source link

Adds support for ups.power.nominal. #72

Closed faugusztin closed 3 years ago

faugusztin commented 3 years ago

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 #68.

faugusztin commented 3 years ago

Closed and added the PR again due the wrong commit author.