Displaying 3 results from an estimated 3 matches for "alpha500".
Did you mean:
alpha00
2008 May 24
1
More info about Unitek UPS not working with Megatec driver
...LED [timeout]
5 out of 5 detection attempts failed (minimum failures: 2).
Megatec protocol UPS not detected.
To help check what my UPS gives, here is the output of several commands and
UPS answers manually passed using "minicom" set to use /dev/ttyS0 at 2400
8N1 :
I
#UNITEK Alpha500iC A0
Q1
(235.9 235.9 235.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: fen...
2006 Jul 24
2
fentonups driver patch for Effekta MHD3000 UPS
...;, "PowerGuard PG-600", 0, 0, 0, 0, 170, 200, 250, 270, 1 },
! { "SMK800A", "PowerCom SMK-800A", 1.9, 0.5, 1.9, 0.5, 165, 200, 240, 275, 1 },
! { "ULT-1000", "PowerCom ULT-1000", 1.91, 0.42, 1.91, 0.42, 165, 200, 240, 275, 1 },
! { "Alpha500iC", "Alpha 500 iC", 10.7, 1.4, 13.0, 0.8, 172, 196, 252, 288, 0 },
! { NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
};
/* devices which don't implement the I string the same way */
--- 30,72 ----
int highnorm;
int highxfer;
int has_temp;
+ int is_onl...
2006 Jan 27
0
[PATCH] fentonups patch to make it work with some powercom ups's
...owerCom SXL-1500A", 1.91, 0.42, 1.91, 0.42, 165, 200, 240, 275, 1 },
+ { "SMK-1500A", "PowerCom SMK-1500A", 1.91, 0.42, 1.91, 0.42, 165, 200, 240, 275, 1 },
+ { "SMK-800A", "PowerCom SMK-800A", 1.91, 0.42, 1.91, 0.42, 165, 200, 240, 275, 1 },
+
{ "Alpha500iC", "Alpha 500 iC", 10.7, 1.4, 13.0, 0.8, 172, 196, 252, 288, 0 },
{ NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0 }