search for: cp1000pfclcd

Displaying 12 results from an estimated 12 matches for "cp1000pfclcd".

2012 May 28
1
[HCL] Cyber Power Systems CP1000PFCLCD supported by usbhid-ups
Cyber Power Systems CP1000PFCLCD = upsc output = attached = Shutdown results = I experienced a genuine power outage shortly after setup. The 1 master system and the 1 slave system both shutdown successfully. The master shutdown before the slave (*not* a bug report; I may not have this configured correctly yet). The UPS...
2013 Apr 05
1
CP1000PFCLCD really high output voltage
Hi! I just installed a new CP1000PFCLCD (Cyber Power PFC Sinewave UPS) and everything appears to be working correctly, except that I have an oddly high output voltage reading from nut. All of the other values seem consistent with what the front-panel LCD says except for this one. Is this something that needs a correction factor, or perh...
2017 Nov 12
5
Cyberpower model numbers in the HCL
...umbers? I finally got sick of my Tripplite's USB port going south, all the time, so I'm looking to replace it. The HCL has an entry for a Cyberpower model CP1500AVRLCD. Not listed is the CP1500PFCLCD model, a newer, premium version of the unit; but the HCL does have an entry for the CP1000PFCLCD model. Pretty sure that the CP1500PFCLCD will work; but figure I ask if anyone knows for sure. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 801 bytes Desc: not available URL: <http://lists.alioth.debia...
2017 Nov 12
1
Cyberpower model numbers in the HCL
Charles Lepple writes: > On Nov 12, 2017, at 10:08 AM, Sam Varshavchik wrote: > > > > The HCL has an entry for a Cyberpower model CP1500AVRLCD. Not listed is > the CP1500PFCLCD model, a newer, premium version of the unit; but the HCL > does have an entry for the CP1000PFCLCD model. > > > > Pretty sure that the CP1500PFCLCD will work; but figure I ask if anyone > knows for sure. > > > > We have a bit of a backlog of HCL/DDL entries that haven't been pushed to > the main website, including this one: > > http://new.networkupstoo...
2015 Sep 26
1
Incorrect values returned from usbhid-ups
...for all your work! We out here in userland appreciate it! battery.charge: 100 battery.charge.low: 10 battery.charge.warning: 20 battery.mfr.date: CPS battery.runtime: 1890 battery.runtime.low: 300 battery.type: PbAcid battery.voltage: 24.0 battery.voltage.nominal: 24 device.mfr: CPS device.model: CP1000PFCLCD device.serial: 000000000000 device.type: ups driver.name: usbhid-ups driver.parameter.pollfreq: 30 driver.parameter.pollinterval: 2 driver.parameter.port: auto driver.parameter.synchronous: no driver.version: 2.7.3 driver.version.data: CyberPower HID 0.4 driver.version.internal: 0.39 input.transfer...
2017 Nov 12
0
Cyberpower model numbers in the HCL
On Nov 12, 2017, at 10:08 AM, Sam Varshavchik wrote: > > The HCL has an entry for a Cyberpower model CP1500AVRLCD. Not listed is the CP1500PFCLCD model, a newer, premium version of the unit; but the HCL does have an entry for the CP1000PFCLCD model. > > Pretty sure that the CP1500PFCLCD will work; but figure I ask if anyone knows for sure. > We have a bit of a backlog of HCL/DDL entries that haven't been pushed to the main website, including this one: http://new.networkupstools.org/ddl/Cyber_Power_Systems/CP1000PFCLCD.h...
2017 Nov 12
0
Cyberpower model numbers in the HCL
...ck of my Tripplite's USB port going south, all the time, so > I'm looking to replace it. > > The HCL has an entry for a Cyberpower model CP1500AVRLCD. Not listed is the > CP1500PFCLCD model, a newer, premium version of the unit; but the HCL does > have an entry for the CP1000PFCLCD model. > > Pretty sure that the CP1500PFCLCD will work; but figure I ask if anyone > knows for sure. I saw you got the answers you asked for. But I just wanted to chime in, saying that I was in a similar situation as you. I have a TrippLite Omni1500LCDT which I was attempting to use....
2020 Mar 17
0
Unable to use the TCP network interface
* Rasbian Buster Lite: latest * NUT version: latest * NUT installed from package manager * CyberPower CP1000PFCLCD via USB Followed this article: https://loganmarchione.com/2017/02/raspberry-pi-ups-monitor-with-nginx-web-m onitoring/ "upsc" command works and outputs UPS data correctly. My question regards the TCP network interface: https://networkupstools.org/docs/developer-guide.chunked/ar01s...
2020 Mar 18
0
FW: Unable to use the TCP network interface
...om> Sent: Monday, March 16, 2020 8:44 PM To: 'nut-upsuser at alioth-lists.debian.net' <nut-upsuser at alioth-lists.debian.net> Subject: Unable to use the TCP network interface * Rasbian Buster Lite: latest * NUT version: latest * NUT installed from package manager * CyberPower CP1000PFCLCD via USB Followed this article: https://loganmarchione.com/2017/02/raspberry-pi-ups-monitor-with-nginx-web-m onitoring/ "upsc" command works and outputs UPS data correctly. My question regards the TCP network interface: https://networkupstools.org/docs/developer-guide.chunked/ar01s...
2014 Aug 11
1
Cyberpower Value1200E might not need 0.667 battery scaling
...Ds 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_battery_scale }, > /* OR2200LCDRM2U, OR700LCDRM1U, PR6000LCDRTXL5U */ > { USB_DEVICE(CPS_VENDORID, 0x0601), NULL }, > @@ -59,12 +66,48 @@ static usb_device_id_t cps_usb_device_table[] = { > { -1, -1...
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: