Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

(SOLVED) UNRAID UPS alert won't stop

Featured Replies

Hi I have a APC Back-UPS BX1600MI connected to my UNRAID server via USB. I got an alert and that my Batteries have failed and the ups was beeping.

 

The UPS was under warranty still and I got it replaced and it's now showing online and there are no alerts on the ups.

 

The problem is UNRAID is still sending me alerts "Emergency! Batteries have failed on UPS Tower. Change them NOW" how do I stop this or reset the alerts?

 

UNRAID Version: 6.12.13

Edited by Clayto
Marked (SOLVED) in title

Solved by Rysz

  • Community Expert

Try stopping and restarting the UPS service.

  • Author
2 hours ago, JorgeB said:

Try stopping and restarting the UPS service.

 

Hi Thanks i will give it a go and see what happens. The server was restarted when swapping the UPS so I thought it may have reset.

 

  • Community Expert

Was the entire UPS replaced, or just the batteries?

 

When I replaced the battery on my APC UPS, I continued to get messages from Unraid and Runtime Left still reported only a few minutes (when actually was 30+ minutes).  I needed to connect the UPS to a Windows machine so I could run the APC PowerChute program to reset the battery replacement date.  Everything cleared up after that.

 

https://www.apc.com/us/en/faqs/FA408884/

  • Solution

This is a common firmware-related problem with the APC BX series and `apcupsd` (Unraid's UPS Settings).

 

The only solution at the moment is to use the NUT plugin with the `preview (latest build)` backend configured...

... and these additional settings added to the end (on line 9 or later) of `UPS.CONF` using the GUI configuration editor:

pollonly
lbrb_log_delay_sec = 3
lbrb_log_delay_without_calibrating

The backend itself can be changed inside `NUT Settings` and requires a plugin reinstallation or system reboot after the change.

 

See for more information:

https://sourceforge.net/p/apcupsd/mailman/message/58740970/

https://github.com/networkupstools/nut/issues/2347

 

  • Author
13 hours ago, ConnerVT said:

Was the entire UPS replaced, or just the batteries?

The UPS was replaced as the battery is not user-replaceable.

 

13 hours ago, Rysz said:

This is a common firmware-related problem with the APC BX series and `apcupsd` (Unraid's UPS Settings).

 

The only solution at the moment is to use the NUT plugin with the `preview (latest build)` backend configured...

... and these additional settings added to the end (on line 9 or later) of `UPS.CONF` using the GUI configuration editor:

pollonly
lbrb_log_delay_sec = 3
lbrb_log_delay_without_calibrating

The backend itself can be changed inside `NUT Settings` and requires a plugin reinstallation or system reboot after the change.

 

See for more information:

https://sourceforge.net/p/apcupsd/mailman/message/58740970/

https://github.com/networkupstools/nut/issues/2347

 

Ok, Thanks for that. I'll look into the plugin and see if I can get the fix working.

 

  • Clayto changed the title to (SOLVED) UNRAID UPS alert won't stop
  • 2 weeks later...
On 9/29/2024 at 9:00 PM, Clayto said:

the battery is not user-replaceable.

That's interesting. I'm seeing replacement batteries for sale, as well as instructions on how to change them.

30 minutes ago, JonathanM said:

That's interesting. I'm seeing replacement batteries for sale, as well as instructions on how to change them.

 

They offered an "environmentally friendly" (/s) variant with non-replaceable batteries for a (short) while. ;-)

18 minutes ago, Rysz said:

 

They offered an "environmentally friendly" (/s) variant with non-replaceable batteries for a (short) while. ;-)

Talk about counter productive. If it wasn't under warranty I would have recommended experimental surgery, depending on the user's level of hardware tech experience.

I've never had an APC last more than 2 years. I've been through 6 of them. 4 units, 1 replaced twice at Costco. Seems like they're engineered to fail. I've still got them (batteryless) kicking around here but don't yet know what to do about bringing UPS back online for my rack.

  • 1 year later...
On 9/29/2024 at 1:16 PM, Rysz said:

This is a common firmware-related problem with the APC BX series and `apcupsd` (Unraid's UPS Settings).

 

The only solution at the moment is to use the NUT plugin with the `preview (latest build)` backend configured...

... and these additional settings added to the end (on line 9 or later) of `UPS.CONF` using the GUI configuration editor:

pollonly
lbrb_log_delay_sec = 3
lbrb_log_delay_without_calibrating

The backend itself can be changed inside `NUT Settings` and requires a plugin reinstallation or system reboot after the change.

 

See for more information:

https://sourceforge.net/p/apcupsd/mailman/message/58740970/

https://github.com/networkupstools/nut/issues/2347

 

Sorry to bump an old thread like this but I'm having the same problem on a new BX ups.

Is this still the solution to these error messages?

1 hour ago, lbob said:

Sorry to bump an old thread like this but I'm having the same problem on a new BX ups.

Is this still the solution to these error messages?

The configuration part is still needed, but you don't need to change the backend anymore.

On 1/22/2026 at 6:56 AM, Rysz said:

The configuration part is still needed, but you don't need to change the backend anymore.

Thank you.
And I guess the option "Enable Manual Configuration:" should be Yes when adding something to the config? When changing to yes a lot of options disappear from the GUI, that's why I am asking.

Also, can I use Peanut (https://github.com/Brandawg93/PeaNUT) together with the NUT instance and show it on my Homepage instance? Or do you recommend anything else?

1 minute ago, lbob said:

Thank you.
And I guess the option "Enable Manual Configuration:" should be Yes when adding something to the config? When changing to yes a lot of options disappear from the GUI, that's why I am asking.

Also, can I use Peanut (https://github.com/Brandawg93/PeaNUT) together with the NUT instance and show it on my Homepage instance? Or do you recommend anything else?

Yes, you can use PeaNUT - also you should set "Enable Manual Configuration" to "for UPS Driver", so you can set other settings still.

  • 2 weeks later...
  • Community Expert

So I've installed the NUT plugin, set Enable Manual Configuration to "for UPS Driver", and added

pollonly

lbrb_log_delay_sec = 3

lbrb_log_delay_without_calibrating

to the conf at the bottom of the plugin page (and disabled Unraid's default APC daemon). But the plugin still shows "Active Alarm(s) - On Line - Replace Battery". Im using version "default (2.8.4 stable)". Do I still need to use the "preview (latest build)"?

  • 2 months later...
On 2/4/2026 at 2:15 AM, CorserMoon said:

So I've installed the NUT plugin, set Enable Manual Configuration to "for UPS Driver", and added

pollonly

lbrb_log_delay_sec = 3

lbrb_log_delay_without_calibrating

to the conf at the bottom of the plugin page (and disabled Unraid's default APC daemon). But the plugin still shows "Active Alarm(s) - On Line - Replace Battery". Im using version "default (2.8.4 stable)". Do I still need to use the "preview (latest build)"?

Did you ever solve this?

  • Community Expert
4 hours ago, mArBLe said:

Did you ever solve this?

It eventually stopped after a few days.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.