-
Notifications
You must be signed in to change notification settings - Fork 19
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
Gauges clamping to minimum when variable is unavailable #136
Comments
Hello, Is it the same way with pre-release 2.3.8824? I made several changes to how missing variables are handled in that one. |
Yes updated to this latest version |
Ok, thank you for double checking. I think what I'd like to do is merge this issue with #116 since I intend to change how WinNUT interprets missing variables. I'll make a note of your particular situation (missing battery.voltage) in the OP, and feel free to make a comment if you want to provide any additional info. But in the meantime I think I'll look into #135 first. |
Sure, just wanted to inform of this case, becose had no this problem befor, as we all know most ups have 12v battery's :) |
Sorry, it sounded like your NUT server/UPS just wasn't providing the variable to you, but now it sounds like there may be an underlying issue. Could you please upload two things for me:
|
I'm using nut plugin in Unraid server, and I'm sure 100% I don't have value of voltage of the battery, only value of ampere 7A. |
Eaton9E2000i (Eaton/unknown 2000/) |
From the Log: |
Thank you for the detailed amount of the info, I think I understand the issue now! :) So we're on the same page that your UPS has never provided the I'll keep this open as a reminder for those other items. Thanks again! |
The model im Using Eaton 9E2000i have 6x 12V7A |
Ah, 12V does make more sense! I'm surprised yours doesn't provide voltage monitoring considering it seems more advanced than most. Do you know if there might be a firmware update? |
Not sure , This |
@gbakeman Also forgot to mention that i have the voltage shown in ups display but its like all battery pack voltage |
Original post
updated from WinNUT Client v2.3.8800 to lasted version :
have Eaton 9E 2000i but seems don't have : battery.voltage variable
and have 6V instead of 12V like was in versions before :
Problem
When WinNUT tries to query a UPS variable on the NUT server, and it encounters an error e.g the variable is missing, it used to substitute the value with a nominal/expected value. Recently, WinNUT was changed so that when a variable is unavailable, instead of being set to a believable default value, it will now be set to an obviously out-of-range value (-1.) It's been discovered that the gauges will clamp themselves to the gauge's minimum value instead of displaying the true value, which is also misleading.
Solutions
When value is beyond the gauge's displayable range:
When the value is unavailable:
@ElGuillermo
See Also
The text was updated successfully, but these errors were encountered: