search for: 900avr

Displaying 7 results from an estimated 7 matches for "900avr".

2006 Apr 14
3
Cyberpower 900AVR/BC900D newhidups problem
I'm trying to get nut to work with a Cyberpower 900AVR. There are many different products known by this name, but this one has the extra name 'BC900D'. I am told by a cyberpower tech that this one should talk exactly the same USB protocol as the 685AVR, which was recently made to work with newhidups. Unfortunately, when I run the SVN checkout...
2005 Oct 23
1
Nut setup with CyberPower AVR900
...e CyberPower DB9 cable which I was told by tech support was straight through, but not every pin is hooked up. Neither worked. Also, CyberPower has a linux module that works with both cables, but isn't network capable and won't work with my other setup which has its own CyberPower 900AVR but runs FreeBSD 5.4 I also tried cpsups, and with USB, hidups and newhidups, none worked. Anyone done this? Are there other files I need to be tweaking? Thanks in advance. Frank.
2006 Jul 20
2
CyberPower CP1200AVR/BC1200D problems
...g and saw people talking about problems so I'm guessing it may not be supported yet? I did find some posts about people getting it to (sort of) work with some hacks, but couldn't tell if they ever got submitted to the NUT development team. I also found some posts about the CyberPower 900AVR/BC900D having issues, and it looks like I am having the same problems as the person trying to use that UPS. Namely, I see these messages in syslog: kernel: usb 1-2: usbfs: USBDEVFS_CONTROL failed cmd newhidups rqt 128 rq 6 len 255 ret -110 I don't have much experience in protocol decoding...
2014 Aug 11
1
Cyberpower Value1200E might not need 0.667 battery scaling
...nity_check = 1.4; > > static void *cps_battery_scale(USBDevice_t *device) > { > - battery_scale = 0.667; > + might_need_battery_scale = 1; > return NULL; > } > > /* USB IDs device table */ > static usb_device_id_t cps_usb_device_table[] = { > - /* 900AVR/BC900D, CP1200AVR/BC1200D */ > + /* 900AVR/BC900D */ > { USB_DEVICE(CPS_VENDORID, 0x0005), NULL }, > - /* Dynex DX-800U? */ > + /* Dynex DX-800U?, CP1200AVR/BC1200D, CP825AVR-G, CP1000AVRLCD, CP1000PFCLCD, CP1500C, CP550HG, etc. */ > { USB_DEVICE(CPS_VENDORID, 0x0501), &cps...
2014 Aug 09
0
Cyberpower Value1200E might not need 0.667 battery scaling
On Aug 8, 2014, at 9:15 AM, Charles Lepple <clepple at gmail.com> wrote: > On Aug 7, 2014, at 10:52 PM, Charles Lepple <clepple at gmail.com> wrote: > >> On Aug 7, 2014, at 10:18 PM, Matthew Stapleton <matthew4196 at gmail.com> wrote: >> >>> I just got a Cyberpower SOHO Value 1200 ELCD UPS and even with nut 2.7.2, it appears to report battery voltage
2014 Aug 08
2
Cyberpower Value1200E might not need 0.667 battery scaling
On Aug 7, 2014, at 10:52 PM, Charles Lepple <clepple at gmail.com> wrote: > On Aug 7, 2014, at 10:18 PM, Matthew Stapleton <matthew4196 at gmail.com> wrote: > >> I just got a Cyberpower SOHO Value 1200 ELCD UPS and even with nut 2.7.2, it appears to report battery voltage too low due to the battery scaling function (In drivers/cps-hid.c). Even though the ups has usb id:
2006 Aug 02
1
nut-usb fink version
...blem is temporary, so we should probably take this discussion to > the nut-upsdev list at some point later. > > Peter, is this at all like the CyberPower unit that you saw? The > usages look like they are all private. I have only twice seen a 0764/0005 unit. The first was a Cyberpower 900AVR, in a post by Lincoln Turner on 13 Apr 2006 to Nut-upsdev. The second was a Cyberpower 1200AVR in a post by Doug Reynolds on 27 Jul 2006. This device announces itself as a "RS232 USB BRIDGE", so it is highly unlikely that it is a HID device. It looks like a serial-over-USB protocol. Th...