search for: hklygre

Displaying 5 results from an estimated 5 matches for "hklygre".

2006 Apr 08
2
Powerware 9120 serial connection via USB/serial dongle
...ut 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 Communications with U...
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 }, { "STBO",...
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
...;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...
2007 May 25
0
Patch -- SVN revision in the version string
...code2.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 ===========================================================...