Displaying 4 results from an estimated 4 matches for "lowbattvolt".
2005 Oct 03
0
NUT and POWERCOM SMART KING
...ge this
importance.
>
>Earlier given UPS work at server with NOWEL. In driver possible there was
adjust cut-in/unhooking on time and >weekdays.
fentonups doesn't support such an option. It only has support for low
battery level, based
upon voltage (Set low battery level, in volts : -x lowbattvolt=<value>).
If some models supported by this driver can support such a feature, you are
welcomed
to improve the driver to handle this.
Arnaud Quette
--
Linux / Unix Expert - MGE UPS SYSTEMS - R&D Dpt
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer...
2006 Jan 27
0
[PATCH] fentonups patch to make it work with some powercom ups's
...d(upsfd, "%c%c%c%c%c\r", 1, 2, 2, 3, 5);
+ ret = ser_get_line(upsfd, temp, sizeof(temp), ENDCHAR, "",
+ SER_WAIT_SEC, SER_WAIT_USEC);
+ }
raw = get_id();
if (!raw)
@@ -426,6 +445,7 @@ void upsdrv_help(void)
void upsdrv_makevartable(void)
{
addvar(VAR_VALUE, "lowbattvolt", "Set low battery level, in volts");
+ addvar(VAR_FLAG, "powercom", "Set signal lines for PowerCOM UPS (method straced from PowerCOM's upsmon)");
}
void upsdrv_banner(void)
--- nut-2.0.2/drivers/fentonups.h.orig 2005-05-04 12:36:36.000000000 +0300
+++ nut...
2008 May 24
1
More info about Unitek UPS not working with Megatec driver
...35.9 012 50.0 13.8 32.0 00001000
F
#230.0 6 12.0 50.0
Here is the sample output of "upsc" using the old "fentonups" driver which I
had patched:
root at totor:/etc# upsc alpha at localhost
battery.charge: 100.0
battery.voltage: 13.8
driver.name: fentonups
driver.parameter.lowbattvolt: 11.5
driver.parameter.port: /dev/ttyS0
driver.version: 2.0.5
driver.version.internal: 1.22
input.frequency: 50.0
input.transfer.high: 288
input.transfer.low: 172
input.voltage: 237.5
output.voltage: 237.5
ups.load: 014
ups.mfr: UNITEK
ups.model: Alpha 500 iC
ups.status: OL
Hope this can be of an...
2006 Jul 24
2
fentonups driver patch for Effekta MHD3000 UPS
...******
*** 240,245 ****
--- 262,269 ----
free(raw);
/* paranoia - cancel any shutdown that might already be running */
+ sendcr_and_clear_buf();
+
ret = ser_send(upsfd, "C\r");
if (ret != 2)
***************
*** 258,263 ****
--- 282,290 ----
double bvoltp;
float lowbattvolt = 0;
+
+ sendcr_and_clear_buf();
+
ret = ser_send(upsfd, "Q1\r");
if (ret != 3)
***************
*** 320,331 ****
status_set("OL"); /* on line */
/* only allow these when OL since they're bogus when OB */
! if (pstat[2] == '1') { /* boos...