search for: genericup

Displaying 20 results from an estimated 168 matches for "genericup".

Did you mean: genericups
2015 Oct 23
1
problem with compiling on Cygwin64
I am trying to compile the latest nut version on Cygwin64 and have run into his issue Any Ideas?? gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/neon -g -O2 -Wall -Wsign-compare -MT genericups.o -MD -MP -MF $depbase.Tpo -c -o genericups.o genericups.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from genericups.c:24:0: genericups.h:147:4: error: 'TIOCM_ST' undeclared here (not in a function) TIOCM_ST /* shutdown: ST */ ^ genericups.c: In function...
2008 Jul 19
1
Genericups type 22 with Cyberpower CP485SL/AE485
Hi, I'm new to this list and I have a question concerning using the genericups driver (type 22) with the Cyberpower 485 in serial mode. When running the driver in debug mode: genericups -a myupsname_genericups22 -DDDDDD I observe the following statuses as the mains power dies, switching over to battery power, and then letting it discharge. Initially, with mains p...
2013 Jun 21
2
help creating custom genericups configuration - RNG only!
Hello, I am trying to understand how to create a custom configuration for the genericups driver. My system simply signals RI on a serial port on low battery. That's it, nothing else. This serial port is also being used for communications so the other lines are going to be changing all the time, unrelated to the UPS state. Is there a "null" upstype I can use, and then...
2013 Jun 21
0
help creating custom genericups configuration - RNG only!
...Reed Hedges wrote: > UPSPORT=/dev/ttyS0 > > # type cablep kill t powerok battok cableok > robot --- RI 0 /RI --- --- > ? > > Is there an equivalent of ?---? in genericups? I think it's pretty much any value other than a valid signal name. The man page mentions "none" and "???" in various places. What about something like this? [robot] driver = genericups port = /dev/ttyS0 upstype = 9 CP = none SD =...
2008 Jul 25
3
CyberPower 550SL reports LB and OB when on line power
I am using nut 2.2.2 and I have a CyberPower CP550SL. According to the drivers list, I should be using genericups with upstype set to 7, but when I try that and when I run upsc I get: driver.name: genericups driver.parameter.LB: 04 driver.parameter.pollinterval: 2 driver.parameter.port: /dev/ups driver.parameter.upstype: 7 driver.version: 2.2.2 driver.version.internal: 1.34 ups.mfr: CyberPower ups.model: Po...
2008 Jul 25
3
CyberPower 550SL reports LB and OB when on line power
I am using nut 2.2.2 and I have a CyberPower CP550SL. According to the drivers list, I should be using genericups with upstype set to 7, but when I try that and when I run upsc I get: driver.name: genericups driver.parameter.LB: 04 driver.parameter.pollinterval: 2 driver.parameter.port: /dev/ups driver.parameter.upstype: 7 driver.version: 2.2.2 driver.version.internal: 1.34 ups.mfr: CyberPower ups.model: Po...
2006 Oct 14
1
Re: unisys UPS using RD, genericups does not
Hello, ahgu >I have a unisys UPS, I probed the RS232 and notice that pin 2, >(receive data) is going from -6v (OL) to 12v(OB), but I don't see the >setting for the genericups. Seems nobody else is using the RD pin? >Any driver I can use? >Thanks >-Andrew Try RX as signal name (not RD). -- Best regards, Sergiy mailto:rendol@mail.zp.ua
2013 Jun 21
1
help creating custom genericups configuration - RNG only!
OK, I'll try "none" and see what happens. -----Original Message----- From: Charles Lepple [mailto:clepple at gmail.com] Sent: Thursday, June 20, 2013 10:14 PM To: Reed Hedges Cc: nut-upsuser at lists.alioth.debian.org Subject: Re: [Nut-upsuser] help creating custom genericups configuration - RNG only! On Jun 20, 2013, at 9:48 PM, Reed Hedges wrote: > UPSPORT=/dev/ttyS0 > > # type cablep kill t powerok battok cableok > robot --- RI 0 /RI --- -...
2006 Jan 30
1
Bug #302338 (genericups: custom configuration through ups.conf, not working)
I have just committed an updated version of 'drivers/genericups.c' in the Development tree. Since I have no access to a contact closure UPS at the moment (the only one I have is located two hours driving from where I'm now), can someone who has please verify that it now works? I'm fairly certain that it fixes this problem, but it would be nice to h...
2015 Nov 16
2
Contact-closure UPS
Hello, I have one UPS Infosec XP Pro 2500 RM and it works with windows sw RUPS2000. Now I want to install this UPS as virtual server on vmware ESXi vMA - (SUSE SLES 11SP2 linux). On this linux I have NUT 2.6.0 and I stopped now with configuration of genericups driver. Working cable (direct cable pin1-pin1 ... pin9-pin9) connection on Windows: PIN | PC | UPS __________________________________________________________________________________ Pin1 | DCD | described as DTR (must keep Hi) Pin2 | RxD | AC Power fail (NO, connected to pin4...
2007 Sep 03
0
Tr : adding Jageson Technology JASUNY UPS support to NUT
...S products with serial interfaces (http://jageson.com/product.php). All of the JASUNY UPS products implement the same interface for UPS communication via serial port. Therefore the manufacturer would like to be added as officially supported by NUT with the following driver type (using the /driver/genericups.h already built into NUT) by adding the following lines: /* Type 23 (duplicate from 4)*/ { "Jageson Tech Co Ltd", "Jasuny USPS", "Jasuny USPS with RS232", TIOCM_RTS, /* cable power: RTS */ TIOCM_CTS, TIOCM_CTS, /* online: CTS on...
2005 Oct 03
1
CyberPower SL-series
This code, added to drivers/genericups.h, supports the CyberPower SL series UPSes. I've tested with my 725SL - the online/on battery transition, and low battery status, and finally the shutdown signal all work as expected. *** genericups.h.orig Sun Nov 2 16:54:24 2003 --- genericups.h Mon Oct 3 13:49:00 2005 ***********...
2005 Jul 18
2
Belkin F6C1100-UNV
All, I just bought a Belkin F6C1100-UNV and am trying to get it to work with NUT. I have tried many drivers ( "belkin", "belkinunv", "genericups upstype=4", and "genericups upstype=7", "bestups", "fentonups"). None of them seem to work. Does anyone have any experience with this device? If there is some utility that you all use to gather data from the device... for building drivers... let me know. I...
2011 Apr 23
3
Richcomm Serial driver
...by Richcomm and supports Windows, Linux and UNIX. According to the manual it uses the Richcomm circuitry to talk to the computer and uses a drycontact protocol. Unfortunately I couldn't find any driver for Richcomm serial interface, there's a richcomm_usb however. I've tried all of the genericups drivers and the megatec driver even a USB to Serial converter cable (Prolific chipset) but no luck. Any suggestion about which driver to choose or what I'm doing wrong? I'm using NUT on FreeNAS 0.7.2 which uses NUT 2.60. Below is the link to the Richcomm product product page. Powerma...
2016 Jan 23
1
Powercool?
...SRPM, drop in a newer NUT tarball, update the .spec file, and rebuild. Centos 7 has NUT 2.7.2 in EPEL, I believe. Erm .... ftp://rpmfind.net/linux/fedora/linux/development/rawhide/source/SRPMS/n/nut-2.7.3-6.fc24.src.rpm ? And where do I get a .spec file? *drowns* > >> Using driver "genericups" and upstypes 4-8, 10, 13-17, 19 and 21-22 >> (achieved by following the "testing compatibility" steps at the end of >> the genericups man page) I get OL. But none of them detect OB or LB or >> SD (or any other state) when I cut the supply to the UPS. >> >...
2016 Jan 23
2
Powercool?
...@epel nut-cgi.i686 2.6.5-2.el6 @epel nut-client.i686 2.6.5-2.el6 @epel I'm struggling to control an (inexpensive) USB UPS; a Powercool 1000. Its not on the compat list I know so: Using driver "genericups" and upstypes 4-8, 10, 13-17, 19 and 21-22 (achieved by following the "testing compatibility" steps at the end of the genericups man page) I get OL. But none of them detect OB or LB or SD (or any other state) when I cut the supply to the UPS. There's no serial control port. &q...
2008 Feb 01
1
genericups CP custom config not working
It look to me that overwriting UPSTYPE CP signal or polarity in ups.conf have no effect. Looking at drivers/main.c source show that &upstab[upstype].line_norm is set to custom CP in initinfo() only _AFTER_ the serial signals are actually set by upsdrv_initups().
2006 May 11
2
APC Backups Pro Low Batt
It there a way to get the genericups driver to set a output on the serial port? On the APC BackupPro the will pull the BattLow line low with a pull down resistor it's up to you to from the PC side to pull the line high with a pullup resistor from one of the RS232 output pins. Then monitor the line with another pin. Regards Rab...
2014 Mar 11
1
Generic UPS with serial port
Just a quick query. I had a CPS ups (1200watt) with only a serial port, no usb. It worked fine using the genericups driver for some years until it committed suicide in a cloud of smoke. No replacement available, was forced to try running without the ups but then Ubuntu shutdown immediately it was up and ready for logons. Seems the driver was mistaking the absence of signals for a problem condition. No big d...
2008 Aug 06
1
possible regression in genericups with Tripplite UPS
reported through launchpad: https://bugs.launchpad.net/bugs/253999 the possible regression is between nut 2.0.1 (sarge) and 2.2.1 (confirmed Jamie?) @Arjen: it may be related to some of your changes there... @Jamie: we'll need some debug output from the drivers (-DDD) Arnaud