Displaying 7 results from an estimated 7 matches for "dstate_addenum".
2005 Jul 12
0
Smart-UPS DP missing variable
...when I launch upsdrvctl, I've got
the following message :
Network UPS Tools - UPS driver controller 2.0.2
Network UPS Tools (version 2.0.2) - APC Smart protocol driver
Driver version 1.99.7, command table version 2.0
dstate_setflags: base variable (input.transfer.high) does not exist
dstate_addenum: base variable (input.transfer.high) does not exist
dstate_setflags: base variable (input.transfer.low) does not exist
dstate_addenum: base variable (input.transfer.low) does not exist
dstate_setflags: base variable (input.sensitivity) does not exist
dstate_addenum: base variable (input.sensitivity...
2006 Apr 26
1
RE nut 2.0 fentonups and Xanto S3000R
Hi Henning,
you should get in touch with Carlos, who his developing a generic
megatec driver (available from svn:
http://eu1.networkupstools.org/source.html)
Arnaud
--
Linux / Unix Expert - MGE UPS SYSTEMS - R&D Dpt
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://people.debian.org/~aquette/
OpenSource Developer -
2009 Oct 22
0
svn commit r2041 - trunk/drivers
...lex data lookup: this allows to format back
complex values to send to the UPS (ie for upsrw / upscmd using non
simple data mapping),
- add enumerated values support, by changing info_lkp_t->fun
prototype, and adding HU_FLAG_ENUM,
- fix the instcmd return codes to more appropriate values,
- add a dstate_addenum() support stub in dstate-hal.c
- enforce checking in mge-hid.c for output.voltage.nominal values,
along with the restriction to Protection Station specific feature.
Also add support for "ups.date"and "ups.time", along with some
specific Usage code completion,
- adapt the HID sub...
2018 Mar 15
1
R: Nut-upsdev Digest, Vol 152, Issue 5
Hi all,
we should have been found the problem.
Attach the patch inclusive of this problem and the previous (Riello IDG400 wrong values & not powering off).
Best regards,
-----Messaggio originale-----
Da: Nut-upsdev [mailto:nut-upsdev-bounces+e.parisi=riello-ups.com at lists.alioth.debian.org] Per conto di nut-upsdev-request at lists.alioth.debian.org
Inviato: mercoled? 7 marzo 2018 13:03
A:
2011 Feb 07
4
[PATCH/RFC v2 0/3] Updates to ACP smart driver
This is 2nd version of the earlier patch featuring a few new features
and fixes to the apcsmart driver, following the remarks in:
http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02294.html
Major changes from v1:
- handle battery.charge and battery.runtime checks at main.c level
- handle "immutable but writable" conflict gracefully at driver level
-
2011 Mar 05
19
[RFC apcsmart V3 00/18] apcsmart driver updates
Sorry for a bit longer delay than I anticipated, I was stuffed with the work.
This is the next iteration of the patch adding some functionality to apcsmart
driver, and relying on 'ignorelb' recently added.
Follow up from previous thread:
http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02331.html
Main differences is that V3 is split into many small patches, so the
2005 Dec 19
0
new(er) SEC driver.
..., "Could not find ENUMs for (%d) %s",v,sec_varlist[v].name);
else
sec_edi(v) = e;
/* add entries for enumerated variable */
while (sec_enumdata[e].type == v) {
upsdebugx(SEC_LOG_INFO, " adding enumval \"%s\" (%d)",sec_enumdata[e].value,e);
dstate_addenum(sec_varlist[sec_enumdata[e].type].infotag, sec_enumdata[e].value);
e++;
}
}
}
}
}
for (p = q; *p == ','; p++); /* skip over ',' */
}
/* variables */
dstate_setinfo("driver.version.internal", "%s", SEC_DRIVER_VERSION);
/*...