Displaying 3 results from an estimated 3 matches for "upstemp".
2008 Mar 04
1
battery.temperature vs ups.temperature
...quot;AMBTEMP")) {
do_temp("ambient.temperature");
return 1;
--- conf/upsstats.html.sample.DIST 2008-03-04 09:23:38.000000000 +0000
+++ conf/upsstats.html.sample 2008-03-04 09:22:10.000000000 +0000
@@ -157,6 +157,10 @@
@IFSUPP ups.temperature@
@UPSTEMP@
@DEGREES@
+ at ELSE@
+ at IFSUPP battery.temperature@
+ at BATTTEMP@
+ at DEGREES@
@ENDIF@
</td>
--
Dr George D M Ross, School of Informatics, University of Edinburgh
Kings Buildings, Mayfield Road, Edinburgh, Scotland, EH9 3JZ
Mail: gdmr at inf.ed.ac.uk Voice: +44 131 650 5147...
2006 May 12
1
Fwd: RE New xanto driver for NUT
Dear Andreas,
some googling revealed, you created a driver for the xanto series of
online-usv.de. In what state it is currently?
I've to manage a S2000 and would like to use nut for it, is it usable by
now? Do you need another tester?
TIA,
Pete
2011 Oct 03
0
patch: Fix [-Wunused-but-set-variable]
...======================================================
--- a/drivers/bestfcom.c 2011-05-31 13:36:49.000000000 +0300
+++ b/drivers/bestfcom.c 2011-08-17 00:23:22.000000000 +0300
@@ -260,13 +260,10 @@ void upsdrv_updateinfo(void)
double ampsout=0.0, vbatt=0.0, battpercent=0.0, loadpercent=0.0,
upstemp=0.0, acfreq=0.0;
- char date[9], time[9], tmp[32];
+ char tmp[32];
upsdebugx(3, "f response: %d %s", (int)strlen(fstring), fstring);
- date[0]='\0';
- time[0]='\0';
-
/* Inverter status. 0=off 1=on */
inverter = bcd2i(&fstring[16], 2);
Index: b/dr...