APC UPS for Home and Office Forum
Support forum to share knowledge about installation and configuration of APC offers including Home Office UPS, Surge Protectors, UTS, software and services.
Posted: 2021-06-29 07:25 AM . Last Modified: 2024-03-21 04:56 AM
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 07:25 AM . Last Modified: 2024-03-21 04:56 AM
I'm using a BX1300LCD, and I keep getting the following messages from apcupsd:
2011-11-19 11:45:43 -0500 Battery disconnected.
2011-11-19 11:45:52 -0500 Battery reattached.
2011-11-19 11:45:56 -0500 Battery disconnected.
2011-11-19 11:49:13 -0500 Battery reattached.
2011-11-19 11:49:29 -0500 Battery disconnected.
2011-11-19 11:49:34 -0500 Battery reattached.
2011-11-19 11:49:38 -0500 Battery disconnected.
2011-11-19 11:49:55 -0500 Battery reattached.
2011-11-19 11:49:59 -0500 Battery disconnected.
2011-11-19 11:50:08 -0500 Battery reattached.
2011-11-19 11:50:12 -0500 Battery disconnected.
Over and over again. Meanwhile, the battery bar will flash and be empty, then go back to being solid and full. When it flashes, it also chirps.
What should I make of this? Is this just as simple as the battery needing to be replaced? The battery date is 10/06/2007, so I'm thinking that's probably it.
But before I drop $75 to replace this thing, I'd like to make sure the UPS itself hasn't gone faulty.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 07:26 AM . Last Modified: 2024-03-21 04:55 AM
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 07:26 AM . Last Modified: 2024-03-21 04:55 AM
With assistance from the program developer, I've resolved the problem.
Apcupsd does have the ability to work via libusb instead of the Linux kernel's hiddev driver. Apcupsd and Vmware EXSi 5.0 seem to be much happier when used with libusb rather than hiddev. I've been running for 24 hours now without a single "Battery disconnected", "Battery reattached" error.
To make this change:
yum install libusb-devel.i386
./configure enable-usb with-generic-usb
make
make install
Also note that running this version of apcupsd will disconnect your UPS from the Linux kernel's hiddev driver so the previous apcupsd build not work again until you reboot.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 07:25 AM . Last Modified: 2024-03-21 04:55 AM
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 07:25 AM . Last Modified: 2024-03-21 04:55 AM
also clean the tabs on the battery pack.. a pencil eraser work well for this. Make sure that the mating connecters in the ups are clean and have not "spread apart" so the battery tabs make good contact.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 07:25 AM . Last Modified: 2024-03-21 04:55 AM
Can You Measure The Battery Voltage
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 07:25 AM . Last Modified: 2024-03-21 04:55 AM
Hi David,
Do you have another UPS that might be using the same battery? We had instances wherein after battery replacement the issue was fixed, if you have a battery to spare it would be best to try that one first. It could also be a faulty battery charger that fails to detect the battery.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 07:25 AM . Last Modified: 2024-03-21 04:55 AM
Which version of apcupsd?
I don't think it is a battery error but a comm error. I am seeing the same events in v3.14.8 about every 30 minutes, just enough to be annoying.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 07:26 AM . Last Modified: 2024-03-21 04:55 AM
John -
If you've been getting this message and your UPS exhibits the battery disconnected behavior, chances are the UPS is at fault.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 07:26 AM . Last Modified: 2024-03-21 04:55 AM
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 07:26 AM . Last Modified: 2024-03-21 04:55 AM
I'm having the same problem. I'm using a backups ES550. I just swapped the ES550 for another unit and I still have the issue. The batteries in both units were replaced less than a year ago. I recently changed from a physical server to a virtualized server under VMware ESXi. I didn't have the issue prior to the change to EXSi. I can see VMware messing things up, but for only one this one message? I'm using apcupsd 3.14.10. on Centos.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 07:26 AM . Last Modified: 2024-03-21 04:55 AM
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 07:26 AM . Last Modified: 2024-03-21 04:55 AM
I've swapped the UPS for another identical unit. I see the same issue with both UPS units. I also looked at the trace file from apcupsd and I can see that other parameters in addition to the battery disconnected parameter also get set to zero and then quickly return to the actual value. I had no problems before I started using apcupsd under VMware ESXi. Neither UPS have any issue when using the APC windows UPS monitoring program. Doesn't seem like a UPS problem to me.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 07:26 AM . Last Modified: 2024-03-21 04:55 AM
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 07:26 AM . Last Modified: 2024-03-21 04:55 AM
With assistance from the program developer, I've resolved the problem.
Apcupsd does have the ability to work via libusb instead of the Linux kernel's hiddev driver. Apcupsd and Vmware EXSi 5.0 seem to be much happier when used with libusb rather than hiddev. I've been running for 24 hours now without a single "Battery disconnected", "Battery reattached" error.
To make this change:
yum install libusb-devel.i386
./configure enable-usb with-generic-usb
make
make install
Also note that running this version of apcupsd will disconnect your UPS from the Linux kernel's hiddev driver so the previous apcupsd build not work again until you reboot.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-06-11 11:17 AM
it seems that the events for power failure and power restored are no longer logged to syslog with your build. when i disconnect the power the apcaccess indicates on battery status though. any idea on how to fix the syslog?
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.