-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
Output voltage is now wrong - off by about 220V #1973
Comments
I notice this in the addon log though - is it significant ?
|
Hello, thanks for the post. It may be significant - one of the changes in NUT v2.8.0 release was about detecting malformed protocol information and amending that (stemming from issue #1024 and later issues and PRs on this matter; another related thread is #439). Looking at related key words, I think #1969 is quite similar to yours (although there the bogus value is larger and does not change over time). It is possible that some of that did misfire and better amendments could have been made, so in the NUT master branch there were some fixes later, e.g. #1338 or #1497 |
thanks - yes I saw several that were similar - interestingly #1512 reports the same problem but with a slightly different product - - mine is a 650 with no LCD, rather than a 500 with LCD. |
Same problem here with my PowerWalker STL 800. Worked perfectly fine with latest NUT shipped with Debian 11, then I upgraded Debian to 12 and the output voltage directly dropped from ~235V to ~5V and is now fluctuating between 2V and 10V for 3 weeks. |
Cheers, thanks for the reports. Are any of you in position to try custom-building NUT to query the device with current codebase (to check if this was solved after 2.8.0 release)? This can be done from a build workspace without compromising the packaged installation, see https://github.com/networkupstools/nut/wiki/Building-NUT-for-in%E2%80%90place-upgrades-or-non%E2%80%90disruptive-tests |
Im running HASOS, so will need to pull out a rPi and setup a test rig....give me a week or so - and Ill give it a go. |
Jim, Ive fired up a rPi and the master branch built (2.8.0.1)... which build do you suggest I try ? |
I think |
Erm OK. Remember though, I'm seeing the error in 2.8.0 pulled through in the Home Assistant add in an of about a month ago...but I don't know which version was used previously (which I don't think had the issue).... |
Thanks! Note that Home Assistant builds generally include a version of NUT from packaging, e.g. Debian's 2.7.4 or 2.8.0 release plus their tweaks and backports over time. So even a 2.8.0 is a bit over a year old, and some fixes have landed since, and maybe something among these impacts the handling of your device. Thinking of it, you might want to build a custom HA plugin with current NUT. Never did that myself, but there is a contributed post on the Wiki about it. |
Hey Jim, Im not quite sure what Im doing frankly - but I think I have the mast branch installed and running. (although tools such as nut-scanner complain about a missing libusb... Is this any use? What should I do next ?
|
PS, any ideas why this doesnt work ? Whats the subdriver ? (I used the quoted subdriver thats 'discovered' too - no luck 'EXPLORE HID 0.2'
|
Try At least, according to the initial report the device was handled with |
ok done... not sure it particularly helpful... gives the same as nutdrv_qx...:
|
either way - it shows the current Master has the same problem as reported: ie
So probably confirmed its still a problem ! However, the |
@jimklimov Any ideas where to start looking ? I see the cyberpower driver was updated about a year ago - but I dont see those HID Report desciptors having changed. |
PR #2718 is presumed to have fixed the broken CPS input/output voltage reports mentioned in this issue. |
Great news ! thanks to all ! |
There's a wiki article about building your own HA plugin... I don't use it yet, so can't help directly. |
Something is underreportng the output voltage of my UPS - Im sure it used to be correct, when I set it up about 18 months ago...
See below - input voltage is 230V, output 10.
I'm using NUT Tools in Homeassistant Hassos.
I posted details in the HA Core - suggestion there that it may be a NUT tools/driver issue...hence posting here for ideas...
home-assistant/core#95157
The text was updated successfully, but these errors were encountered: