nutdotnet / WinNUT-Client

WinForms-based client for monitoring your Uninterruptible Power Supply (UPS) connected to a Network UPS Tools (NUT) server.
GNU General Public License v3.0
209 stars 19 forks source link

Correct UPS Load display #112

Closed gbakeman closed 11 months ago

gbakeman commented 11 months ago

The UPS Load dial presents conflicting information, depending on the UPS being monitored. Typically, the load percentage and real value do not line up with what the maximum possible load is. This PR will aim to correct this by:

Closes #41 Related to #24, #69, #74, #100, #101 and #102