ups icon indicating copy to clipboard operation
ups copied to clipboard

Linux Status and Configuration application for Mini-Box.com Open UPS, Open UPS 2 and NUC UPS

Results 12 ups issues
Sort by recently updated
recently updated
newest added

Good Day, I have configured my OPENUPS with the below parameters. 12V 5A input power 12V LIFEPO4 (8000mah) Battery When i have the power on i get a voltage of...

Hello everyone, I'm integrating OpenUPS into one of my Windows Forms applications (C#) on Windows. I can display getUPSVIN, getUPSOutputPower, or getUPSVOut without any problems. What I would like to...

**Environment**: Linux Mint 20, amd64 **UPS board**: OpenUps2 **openups version**: 1.0 ```bash $ sudo openups -t openups2 openups version 1.0. Device selected: openups2 Selected device openups2: Open UPS2 Product: OPEN-UPS2,...

I am using openups with firmware 1.9 and the configuration set is in the attached file. While trying to run the following code inside GetStatus() method of object HIDOpenups: "...

What are the parameters recommendations for LTO cells? For example, when using LiFePO4 the parameters generated by the wizard for 4 20AH cells are the following: ``` CELLS: 4 CHG_BULK_STOP_VOLTAGE:...

I used the library with the OpenUPS but it does not report the battery capacity or the RTE, and after checking the code I found that the part responsible for...

Is it possible to permanently change the charging current without wearing out the flash? What would that command look like and would this also be possible over I2C bus?

```sudo apt-get install libusb-dev``` otherwise you will get: ``` ups/src/lib/usbhid.h:4:10: fatal error: usb.h: No such file or directory 4 | #include | ^~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/openups.dir/build.make:63: CMakeFiles/openups.dir/src/main.cpp.o] Error...

After running `openups -t nucups -o NUCUPS_SETTINGS` the file ("NUCUPS_SETTINGS") contains: ``` NUC_UPS_MODE=0 UPS_ON_BATTERY_TOUT=00:00:20 INIT_TOUT=1000 VIN_MIN_STARTUP=11000 VIN_MIN_RUNNING=8000 VIN_COUNT=100 IGN_COUNT=100 IGN_HIGH_THRESHOLD=6000 IGN_LOW_THRESHOLD=5000 IGN_ON_TO_OUTPUT_ON_TOUT=2000 IGN_CANCEL_TOUT=60 OUTPUT_ON_TO_MOB_PULSE_ON_TOUT=20 IGN_OFF_TO_MOB_PULSE_OFF_TOUT=5 IOUT_OFFSET=0 MOB_PULSEWIDTH=500 HARD_OFF_TOUT=60 CONFIG1=00000111 CONFIG2=00000000...

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....