-
Notifications
You must be signed in to change notification settings - Fork 21
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
Autodetect value ranges and gauge settings from UPS values #24
Comments
i think a better way to do the scaling would be to set the voltage ranges to be whatever the max/min voltage is set in the UPS. YES I KNOW you can do it in the "calibration" page, but would be an idea to at least start on a fresh install by reading the values that the ups is sending. for example, the list vars of the one 1500watt ups i have connected at the minute is below, so for example, if the nominal battery voltage is 24 volts, you should scale it so that it's a min of say 20 and a max of say 28 (should never get to those levels). Likewise for the mains voltage, (and i have no idea why it says 142 volts for the output cus it's not LOL) but again set a 20 volt swing either side of the nominal voltage.
|
Hi @wx4cb , Thank you for making the report. I agree that WinNUT could be more intelligent about how it reads parameters from the UPS device and applies them to the UI. Just so I understand correctly regarding ranges, you're suggesting we should read from the nominal values and apply a +/- range based on that? I think that would make sense - maybe the range can be adjusted by the user, but otherwise I think it should be automatic by default. I think this will be a fairly trivial change to make so I'll rename this issue to be the primary subject. As for monitoring multiple UPSs, I agree this would be a nice feature. I don't think that will be within the scope of this specific project though, since WinNUT is showing its age and may be in need of a redesign. I'm planning on what a WinNUT 2.0 would look like over at https://github.com/nutdotnet/Coco.Nut/discussions. Feel free to join the discussions and submit your own ideas. |
yea pretty much. usually it's +/- 10 percent so you can usually just use that as a starter from the "nominal" voltage reported from the UPS. for example here, my house line voltage fluctuates between 118 and 122. So 10% as a "range" would be fine because you wouldnt expect any lower or higher than that usually... heck you might be able to drop it down more to a narrower range Wikipedia: |
Running the latest downloaded version from the site, it connects fine, but we run on 120 here in the states, is there a way to set it so that it doesn't think it's on a 220 volt grid?found the "calibration" page - see my notes below thoughAlso, i monitor multiple ups' would be nice to be able to select which ups on the system i'm wanting to look at :D
The text was updated successfully, but these errors were encountered: