Groups | Search | Server Info | Login | Register


Groups > alt.os.linux.ubuntu > #212456

Re: USP monitoring and shutdown software for Cyberpower 550VA?

From George Garth <none@nowhere.com>
Newsgroups alt.os.linux.ubuntu
Subject Re: USP monitoring and shutdown software for Cyberpower 550VA?
Date 2026-03-19 13:06 -0400
Organization A noiseless patient Spider
Message-ID <10phae3$s8co$1@dont-email.me> (permalink)
References <10pe2p2$3pnod$1@dont-email.me> <10pgpce$mn2b$1@dont-email.me> <10pgr5d$n9av$1@dont-email.me> <10ph7g2$rqgp$1@dont-email.me>

Show all headers | View raw


On 3/19/26 12:16 PM, Jonathan N. Little wrote:
> George Garth wrote:
>> On 3/19/26 8:15 AM, Jonathan N. Little wrote:
>>> George Garth wrote:
>>>> Looking for Ubuntu 22.04 recommendations for monitoring and shutdown
>>>> software for Cyberpower 550VA.
>>>>
>>>> As my PC is dual boot at start up (either Win 10 or Ubuntu), I've always
>>>> had the Cyberpower software in Win, but I seldom use Win.  Not sure what
>>>> to use for Ubuntu.
>>>>
>>>> Thank you!
>>>
>>> CyberPower has software for Linux, get the deb version for Ubuntu. I use
>>> it on all my Ubuntu systems and at the library I manage
>>>
>>> <https://www.cyberpower.com/global/en/product/sku/powerpanel_for_linux#downloads>
>>>
>>>
>>> Note that it is command line only. Been meaning to make a python GUI
>>> overlay for Windows refugees but haven't gotten around to it. Maybe this
>>> year...
>>>
>>   Been trying it out today, but can't seem to get it to work.  I wish
>> there was a Ubuntu GUI because I hate command line.  I'm going to
>> uninstall the deb soon and just let everything alone.  I've been
>> considering replacing the lead acid battery with one of the lithium
>> phosphate ones.  Not sure if it's a direct replacement though.
>>
>> This last time the battery went defunct, I thought the UPS was at fault
>> because it kept cycling on and off even if nothing was plugged in.  The
>> replacement battery seems to have solved the issue, but I'd like to get
>> something lasting longer than 3 years which is why I was looking at the
>> lithiums.
> 
> I hear you, especially since the configuration file is a bit confusing.
> What most people want is to set the UPS to run on battery WITHOUT THE
> DANG ALARM until the battery gets low and then shut the system down
> gracefully. Unfortunately that is not the default configuration on
> Linux. It shuts the system down as soon as there is a power failure, NOT
> what you want. Here is how to fix it, step by step:
> 
> 1) install the deb (use the terminal because your need it to check
> things (sorry):
> 
> 2) start terminal:
> CTRL + ALT + T
> 
> 3) cd where the deb file is, assuming in Downloads
> cd Downloads
> 
> 4) install it:
> sudo dpkg -i CyberPower_PPL_Linux+64bit+(deb)_v1.4.1.deb
> 
> 5) Check that it is successfully running
> systemctl status pwrstatd --no-pager
> 
>     you are wanting to see " Active: active (running)"
> 
> 6) Now let's fix the setup, first back up the config, just in case ;)
> sudo cp /etc/pwrstatd.conf  /etc/pwrstatd.conf.backup
> 
> 7) Now edit the file:
> sudo nano /etc/pwrstatd.conf
> 
> a) find "powerfail-shutdown" setting and change from "yes" to "no", you
> do not want the system to power off immediately when a power fails
> 
> powerfail-shutdown = no
> 
> b) find "lowbatt-threshold" the default is 35%, adjust to how long you
> want to run on battery when the battery falls to before the system
> powers off
> 
> lowbatt-threshold = 35
> 
> c) find the "lowbatt-shutdown" setting and confirm it is "yes". You do
> want the system to power off on this condition
> 
> lowbatt-shutdown = yes
> 
> d) find "enable-alarm" setting and change from "yes" to "no", we don't
> want the damn thing beeping while on battery. You will know you have a
> power failure
> 
> enable-alarm = no
> 
> e) save the file and exit:
> CTRL + X
> 
> 8) now restart service and check status
> 
> sudo systemctl restart pwrstatd && systemctl status pwrstatd --no-pager
> 
> You now should be good to go. while in the terminal you can do some things
> 
> Check the status with:
> sudo pwrstat -status
> 
> You should see your UPS model and current status
> 
> Also a good time to check the battery with the test:
> sudo pwrstat -test
> 
> Wait a couple of minutes and check the status again. If your system
> shuts down immediately when stating the test and the status check said
> the batteries were full then your batteries are dead and need to be
> replaced
> 
> HTH
> 

Ok, thanks a bunch!  Finally able to get some software response. 
Initially I tried just clicking on the deb and installed from the 
software center, but wasn't getting any of the above.

I recently had to replace the power supply so it's about double what the 
UPS is supposed to handle.  After about 2 min, batt had dropped to 35%, 
so will have to be sure and shut down asap if power fails.

Thanks again for your help.  I will print out the instructions and keep 
them handy nearby.

Back to alt.os.linux.ubuntu | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

USP monitoring and shutdown software for Cyberpower 550VA? George Garth <none@nowhere.com> - 2026-03-18 07:37 -0400
  Re: USP monitoring and shutdown software for Cyberpower 550VA? Paul <nospam@needed.invalid> - 2026-03-18 09:11 -0400
  Re: USP monitoring and shutdown software for Cyberpower 550VA? "Jonathan N. Little" <lws4art@gmail.com> - 2026-03-19 08:15 -0400
    Re: USP monitoring and shutdown software for Cyberpower 550VA? George Garth <none@nowhere.com> - 2026-03-19 08:45 -0400
      Re: USP monitoring and shutdown software for Cyberpower 550VA? "Jonathan N. Little" <lws4art@gmail.com> - 2026-03-19 12:16 -0400
        Re: USP monitoring and shutdown software for Cyberpower 550VA? George Garth <none@nowhere.com> - 2026-03-19 13:06 -0400
          Re: USP monitoring and shutdown software for Cyberpower 550VA? "Jonathan N. Little" <lws4art@gmail.com> - 2026-03-19 13:28 -0400
            Re: USP monitoring and shutdown software for Cyberpower 550VA? George Garth <none@nowhere.com> - 2026-03-19 14:04 -0400
              Re: USP monitoring and shutdown software for Cyberpower 550VA? George Garth <none@nowhere.com> - 2026-03-19 17:38 -0400
                Re: USP monitoring and shutdown software for Cyberpower 550VA? "Jonathan N. Little" <lws4art@gmail.com> - 2026-03-19 21:45 -0400
                Re: USP monitoring and shutdown software for Cyberpower 550VA? Paul <nospam@needed.invalid> - 2026-03-19 22:38 -0400
                Re: USP monitoring and shutdown software for Cyberpower 550VA? George Garth <none@nowhere.com> - 2026-03-20 03:16 -0400
                Re: USP monitoring and shutdown software for Cyberpower 550VA? Paul <nospam@needed.invalid> - 2026-03-20 04:55 -0400
                Re: USP monitoring and shutdown software for Cyberpower 550VA? George Garth <none@nowhere.com> - 2026-03-20 05:58 -0400
                Re: USP monitoring and shutdown software for Cyberpower 550VA? George Garth <none@nowhere.com> - 2026-03-20 03:19 -0400
                Re: USP monitoring and shutdown software for Cyberpower 550VA? "Jonathan N. Little" <lws4art@gmail.com> - 2026-03-20 08:27 -0400
                Re: USP monitoring and shutdown software for Cyberpower 550VA? George Garth <none@nowhere.com> - 2026-03-20 16:28 -0400
                Re: USP monitoring and shutdown software for Cyberpower 550VA? George Garth <none@nowhere.com> - 2026-03-25 16:32 -0400

csiph-web