Skip to content
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

openups only retrieves 3 out of 6 cells #6

Closed
davidwkerr opened this issue Mar 15, 2022 · 3 comments · Fixed by #20
Closed

openups only retrieves 3 out of 6 cells #6

davidwkerr opened this issue Mar 15, 2022 · 3 comments · Fixed by #20

Comments

@davidwkerr
Copy link

Given everything I do is Linux based, I am pleased to have this tool. However, I recently upgraded three OpenUPS installations from AGM batteries to use 6 LFP cells each. The Windows configurator shows the 6 cells correctly but Linux openups only shows 3 of them. Other provided information looks accurate:

openups -t openups -s
openups version 1.0. Device selected: openups
Selected device openups: Open UPS
interface 0 already claimed by driver "usbfs", attempting to detach it
usb_detach_kernel_driver_np returned 0
Product: OPEN-UPS, Manufacturer: Mini-Box.Com, Firmware Version: PBSO4-LiFePO
VIN: 24.283251
VBat: 20.576571
VOut: 12.623610
CCharge: 0.000000
Temperature: 60.000000
VCell1: 3.410860
VCell2: 3.428000
VCell3: 3.428000
CDischarge: 0.000000
VerMajor: 1
VerMinor: 9
State: 2
Capacity: 0
RTE: 0

@davidwkerr
Copy link
Author

...I did also try it after shutting down NUT and all related processes. No change.

@lorenzoooooo
Copy link

Hi, I had the same problem. Actualy the system acquires them but doesn't print the values. You just have to go in the routine of your device (in src/lib) and modify the printValues() method of your object to print every cell voltage.
Here is a capture of the printValues() method. In my case I am using an openups:
Immagine 2022-10-18 125248

@davidwkerr
Copy link
Author

Thank you so much!
I'll do this.
Regards,
David

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants