search for: lygr

Displaying 7 results from an estimated 7 matches for "lygr".

Did you mean: lkgr
2006 Apr 08
2
Powerware 9120 serial connection via USB/serial dongle
...o the dialout group. In the compatibility list, the proper driver for the Powerware is supposedly upscode2, but it doesn't seem to work: $ sudo upsdrvctl start Network UPS Tools - UPS driver controller 2.0.3 Network UPS Tools - UPScode II UPS driver 0.84 (2.0.3) Copyright (C) 2001-2002 H??vard Lygre, <hklygre@online.no> Copyright (C) 2004 Niels Baggesen <niels@baggesen.net> Warning: This is an experimental driver. Some features may not function correctly. Bad response to UPTP "": Bad response to UPTP "": Bad response to UPSN 0: Missing UPCL after UPCL Communi...
2007 Feb 13
1
Upscode II driver
...old powerware ups. The driver seems slow to start and to spite the message of giving up it does work. Any thoughts on why it is having trouble synchronizing? ---------8<--------- Starting upscode2: Network UPS Tools - UPScode II UPS driver 0.84 (2.0.3) Copyright (C) 2001-2002 H&#9618;vard Lygre, Copyright (C) 2004 Niels Baggesen Warning: This is an experimental driver. Some features may not function correctly. [ OK ] Starting upsd: Network UPS Tools upsd 2.0.3 Connected to UPS [ups]: upscode2-ttyS0 Synchronizing........ giv...
2005 Dec 29
1
Deltec PRA1500 UPS and FC4
I recently bought new batteries for this old "Compaq" Deltec PRA 1500 ups and downloaded LanSafe3 and haven't had much luck communicating with the UPS via a serial cable. Does anyone out there have a manual on this UPS? Or has anyone else gotten this to work with LanSafe3 and/or upsd? Any help would be greatly appreciated! Jon Moss __________________________________
2014 Nov 03
0
RFC: new variable battery.status (was: [PATCH] upscode2: Report ABM Status)
...;) */ @@ -45,7 +45,7 @@ #include <math.h> #define DRIVER_NAME "UPScode II UPS driver" -#define DRIVER_VERSION "0.88" +#define DRIVER_VERSION "0.89abm" /* driver description structure */ upsdrv_info_t upsdrv_info = { @@ -54,7 +54,7 @@ "H K Lygre, <hklygre at online.no>\n" \ "Niels Baggesen <niels at baggesen.net>\n" \ "Niklas Edmundsson <nikke at acc.umu.se>", - DRV_EXPERIMENTAL, + DRV_BETA, { NULL } }; @@ -262,7 +262,7 @@ { "STAT", t_list, NULL, 0, 0, att }, { &qu...
2012 Feb 13
3
RFC: new variable battery.status (was: [PATCH] upscode2: Report ABM Status)
2012/2/6 thomas schorpp <thomas.schorpp at googlemail.com>: > Hi, Hi Thomas, > I want the driver report the battery status from ABM charging controllers > -patch attached- : thanks for your patch. since it introduces a new variable (battery.status.abm), I prefer to step back and think to something useful more widely. thus, I'm thinking about a generic
2014 Nov 04
2
RFC: new variable battery.status
...include <math.h> > > #define DRIVER_NAME "UPScode II UPS driver" > -#define DRIVER_VERSION "0.88" > +#define DRIVER_VERSION "0.89abm" > > /* driver description structure */ > upsdrv_info_t upsdrv_info = { > @@ -54,7 +54,7 @@ > "H K Lygre, <hklygre at online.no>\n" \ > "Niels Baggesen <niels at baggesen.net>\n" \ > "Niklas Edmundsson <nikke at acc.umu.se>", > - DRV_EXPERIMENTAL, > + DRV_BETA, > { NULL } > }; > > @@ -262,7 +262,7 @@ > { "STAT", t_list, N...
2007 May 25
0
Patch -- SVN revision in the version string
...drivers/upscode2.c (revision 916) +++ drivers/upscode2.c (working copy) @@ -441,7 +441,7 @@ void upsdrv_banner(void) { printf("Network UPS Tools - UPScode II UPS driver %s (%s)\n", - DRV_VERSION, UPS_VERSION); + DRV_VERSION, upsversion()); printf("Copyright (C) 2001-2002 H K Lygre, <hklygre at online.no>\n"); printf("Copyright (C) 2004-2006 Niels Baggesen <niels at baggesen.net>\n"); printf("Copyright (C) 2006 Niklas Edmundsson <nikke at acc.umu.se>\n\n"); Index: drivers/upsdrvctl.c =============================================...