Displaying 4 results from an estimated 4 matches for "1000avrlcd".
Did you mean:
cp1000avrlcd
2011 Jan 21
2
Cyber Power USB UPS'.
Greetings:
I'm evaluating two replacements for UPS upgrades to my dept. Because
the CyberPower OP650 has been retired, we are evaluating the
CyberPower600VA and the CyperPower 1000AVRLCD. We will be evaluating
others.
Initial configuration and communications are established via the
usbhid-ups driver, the gambit of tests are all passed with the
exception of one. I seem to be failing the power race test. As I
understand it the power race test happens when mains is lost, a system...
2010 Apr 19
0
Cyber Power 1000AVR LCD issue
I'm currnetly using NUT 2.4.3 to monitor a Cyber Power 1000AVRLCD UPS. I
found the following in the mailing list archive:
http://lists.alioth.debian.org/pipermail/nut-upsdev/2010-March/004673.html
and I want to inform the list that I had to apply the same patch to libhid.c
in order to monitor that UPS.
-spc
2010 Apr 19
2
Too much logging from libusb.c (patch supplied)
...ice, USBDevice
*/
static int libusb_strerror(const int ret, const char *desc)
{
- if (ret > 0) {
+ if (ret >= 0) {
return ret;
}
I've been running that patched version since April 16th, monitoring two
UPSes (APC Back UPS XS 1000 and Cyber Power 1000AVRLCD) with no issues.
-spc
2008 Dec 12
1
APC Backups-Pro 650 - Any way to use apcsmart?
Listmates,
After wrangling with the voltage value on the CyberPower 1000AVRLCD and now
having 2 of them working, I though it would be a simple matter to move my APC
BP650 from apcupsd to nut so that all 3 servers would be monitored on the same
web interface. The APC is attached to an older box running openSuSE 11.0 with
nut-2.2.2-66.1. (nut-classic).
The APC BP650 uses a se...