You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.
I've just installed winnut version 2.0.7722.3095 on a Windows 10 machine 21H2 OS build 19044.3086 and connected to a nut server release 2.7.4-13. The monitored UPS is a 3000VA/2700W and the connected load for configuration test is 130W.
Running winnut I see that the extimated remaining time fluctuates around 18/20/22 minutes, which is irrealistic, but sometime jumps for a few seconds to more that 18 hours, that is near the expected value.
It seems to me that when the "remaining time" value exceedes 18h17' (the max value I was able to read from the SW main window) there is some variable overflow that causes a reduction of the calculated values, setting the hours to zero and replacing the minutes and seconds with the values that should be attributed to hours and minutes.
Kind regards.
The text was updated successfully, but these errors were encountered:
Addressing your issue directly, WinNUT generally does very little more than simply presenting the values that the NUT server gives it. It's possible that something strange is happening when WinNUT tries to parse the value into a time representation.
That being said, this repository is no longer being developed, and newer WinNUT versions have since been released here: https://github.com/nutdotnet/WinNUT-Client. Please try downloading the latest pre-release of WinNUT and see if the problem persists.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I've just installed winnut version 2.0.7722.3095 on a Windows 10 machine 21H2 OS build 19044.3086 and connected to a nut server release 2.7.4-13. The monitored UPS is a 3000VA/2700W and the connected load for configuration test is 130W.
Running winnut I see that the extimated remaining time fluctuates around 18/20/22 minutes, which is irrealistic, but sometime jumps for a few seconds to more that 18 hours, that is near the expected value.
It seems to me that when the "remaining time" value exceedes 18h17' (the max value I was able to read from the SW main window) there is some variable overflow that causes a reduction of the calculated values, setting the hours to zero and replacing the minutes and seconds with the values that should be attributed to hours and minutes.
Kind regards.
The text was updated successfully, but these errors were encountered: