search for: stbm

Displaying 4 results from an estimated 4 matches for "stbm".

Did you mean: stb
2012 Feb 13
3
RFC: new variable battery.status (was: [PATCH] upscode2: Report ABM Status)
...ty.nominal: 17.00 > battery.charge: 74.4 > battery.runtime: 1620 > battery.status.abm: RS (New) > battery.voltage: 26.10* > battery.voltage.maximum: 28.20 > battery.voltage.minimum: 20.00 > battery.voltage.nominal: 24.00 > > Since my ancient Compaq T1000h got it, response STBM should be widely > implemented: > http://webcache.googleusercontent.com/search?q=cache:Pt8WJTtgaW0J:old.networkupstools.org/protocols/eaton/UC2concept-1002889j.odt+upscode+II+pdf&cd=1&hl=de&ct=clnk&gl=de > > BTW, possible bug: Wether my new lead AGM batteries are broken...
2014 Nov 03
0
RFC: new variable battery.status (was: [PATCH] upscode2: Report ABM Status)
...s Edmundsson <nikke at acc.umu.se>", - DRV_EXPERIMENTAL, + DRV_BETA, { NULL } }; @@ -262,7 +262,7 @@ { "STAT", t_list, NULL, 0, 0, att }, { "STBO", t_status, NULL, UPSC_STAT_ONBATT }, { "STBL", t_status, NULL, UPSC_STAT_LOBATT }, - { "STBM", t_ignore }, + { "STBM", t_string, "battery.status.abm" }, { "STBP", t_status, NULL, UPSC_STAT_BYPASS }, { "STEA", t_list, NULL, 0, 0, env }, { "STEM", t_list, NULL, 0, 0, env }, @@ -412,8 +412,8 @@ { "shutdown.stop",...
2020 Jan 26
1
Timer doesn't appear to start
...nse to UPDS: DI STLR Jan 26 16:51:27 nutpi upscode2[453]: Unknown response to UPDS: NO STOK Jan 26 16:51:27 nutpi upscode2[453]: Unknown response to UPDS: 11 STBO Jan 26 16:51:27 nutpi upscode2[453]: Unknown response to UPDS: 11 STBL Jan 26 16:51:27 nutpi upscode2[453]: Unknown response to UPDS: 00 STBM Jan 26 16:51:27 nutpi upscode2[453]: Unknown response to UPDS: DI STLR Jan 26 16:51:27 nutpi upscode2[453]: Unknown response to UPDS: NO STAT Jan 26 16:51:27 nutpi upscode2[453]: Unknown response to UPDS: US BTIME Jan 26 16:51:27 nutpi upscode2[453]: Unknown response to UPDS: 0015.00 MIUL1 Jan 26 1...
2014 Nov 04
2
RFC: new variable battery.status
...mu.se>", > - DRV_EXPERIMENTAL, > + DRV_BETA, > { NULL } > }; > > @@ -262,7 +262,7 @@ > { "STAT", t_list, NULL, 0, 0, att }, > { "STBO", t_status, NULL, UPSC_STAT_ONBATT }, > { "STBL", t_status, NULL, UPSC_STAT_LOBATT }, > - { "STBM", t_ignore }, > + { "STBM", t_string, "battery.status.abm" }, > { "STBP", t_status, NULL, UPSC_STAT_BYPASS }, > { "STEA", t_list, NULL, 0, 0, env }, > { "STEM", t_list, NULL, 0, 0, env }, > @@ -412,8 +412,8 @@ > { "shutdo...