[Nut-upsuser] persistent "low battery" condition
Graham Menhennitt
graham at menhennitt.com.au
Mon Jan 12 04:48:12 UTC 2015
On 10/01/2015 00:45, Charles Lepple wrote:
> On Jan 8, 2015, at 11:43 PM, Graham Menhennitt
> <graham at menhennitt.com.au <mailto:graham at menhennitt.com.au>> wrote:
>
>> Hello Nutters,
>>
>> I'm running nut 2.7.2 on FreeBSD 10-stable (via the FreeBSD port)
>> with an APC Back-UPS CS 350 connected via USB. I get persistent
>> (every few minutes) messages logged "battery is low" but I don't
>> understand why. I don't think it's for the reason described in the
>> FAQ (but I'm not 100% sure).
>
> I think that FAQ #39 ("My APC UPS keeps reporting OL LB, even after
> it’s been charging for many hours") refers to a continuous LB state.
>
>> In the trace output I can see that UPS.PowerSummary.RunTimeToEmpty is
>> usually around 150 - 170 seconds. Occasionally it drops to 105. I
>> don't see any reason why the load would be changing significantly. In
>> any case, I've set the threshold to 90 seconds in ups.conf.
>>
>> See below for debug info.
>>
>> If somebody could offer suggestions on how to fix it, I'd be very
>> grateful.
>>
>> Thanks in advance,
>> Graham
>>
>> ups.conf:
>>
>> [maxwell]
>> driver = usbhid-ups
>> port = auto
>> override.battery.runtime.low = 90
>>
> The information flow for the majority of the UPS status in NUT looks
> like this:
>
> UPS -> driver -> upsd -> client (upslog, upsmon, etc)
>
> The override.* settings get parsed by the driver, but by themselves,
> they don't affect the UPS - they modify values stored in the driver,
> and things "downstream". When the UPS provides the values for
> ups.status (in particular, the LB flag), then the UPS is using its
> internal value for battery.runtime.low (if it has one), and the UPS is
> not affected by the battery.runtime.low setting in the driver.
>
> There is an exception that is discussed in the apcsmart man page (and
> potentially applies to all Back-UPS models, USB or serial):
>
>> ""New" units have battery.runtime.low, but depending on battery
>> quality, firmware
>> version, calibration and UPS load - this variable can be
>> underestimated quite a bit -
>> especially right after going into OB state. This in turn can cause LB
>> to be
>> asserted, which under normal conditions will cause *NUT* to initiate the
>> shutdown. You might want to disable this condition entirely, when
>> relying on
>> *ignorelb* option (this was actually the main motivation behind
>> introduction of
>> such feature)."
>
> So you probably want to set "ignorelb" in order for the override to
> take effect-- although the apcsmart man page is effectively
> recommending the use of battery.charge, which is a percentage rather
> than a time. (That may not be an issue if the batteries are replaced
> proactively.)
>
>> output of /usr/local/libexec/nut/usbhid-ups -a maxell -DD at a time
>> when low battery is reported:
>
> hmm, are you sure that this log matches the time of the LB event?
>
> The file drivers/usbhid-ups.c is looking for any of the following
> conditions to declare LB:
>
> • STATUS(LOWBATT)
> • STATUS(TIMELIMITEXP)
> • STATUS(SHUTDOWNIMM)
>
> The mapping to HID Path names will depend on the model, but
> STATUS(LOWBATT) can come from ...BelowRemainingCapacityLimit, which is
> 0 in both instances in your log. STATUS(TIMELIMITEXP) maps to
> ...RemainingTimeLimitExpired, which I don't see, and
> STATUS(SHUTDOWNIMM) would cause an ups.alarm message to show up in upsc.
>
Thanks very much for replying, Charles.
I've done a bit more investigating. I added a diagnostic printf("%x",
ups_status) at the point where LB is set. It shows that it's
RemainingTimeLimitExpired that's causing the LB condition. Below is a
bit more of the driver log which shows RemainingTimeLimitExpired
changing to 1 and then back to 0 again. What does that variable mean?
Thanks again for your help,
Graham
771.586301 upsdrv_updateinfo...
771.611584 Got 1 HID objects...
771.611681 Path: UPS.PowerSummary.RunTimeToEmpty, Type: Input,
ReportID: 0x0d, Offset: 0, Size: 16, Value: 142
771.611726 Full update...
771.619907 Path: UPS.PowerSummary.RemainingCapacity, Type: Feature,
ReportID: 0x0c, Offset: 0, Size: 8, Value: 100
771.629144 Path: UPS.PowerSummary.WarningCapacityLimit, Type:
Feature, ReportID: 0x0f, Offset: 0, Size: 8, Value: 50
771.640101 Path: UPS.Battery.RunTimeToEmpty, Type: Feature,
ReportID: 0x19, Offset: 0, Size: 16, Value: 150
771.649095 Path: UPS.Battery.Voltage, Type: Feature, ReportID:
0x1d, Offset: 0, Size: 16, Value: 13.51
771.660013 Path: UPS.Battery.ConfigVoltage, Type: Feature,
ReportID: 0x1f, Offset: 0, Size: 16, Value: 12
771.669091 Path: UPS.Battery.Temperature, Type: Feature, ReportID:
0x1e, Offset: 0, Size: 16, Value: 302.3
771.680018 Path: UPS.PowerSummary.iDeviceChemistry, Type: Feature,
ReportID: 0x05, Offset: 0, Size: 8, Value: 4
771.733652 Path: UPS.Battery.ManufacturerDate, Type: Feature,
ReportID: 0x15, Offset: 0, Size: 16, Value: 12935
771.744709 Path: UPS.Battery.APCBattReplaceDate, Type: Feature,
ReportID: 0x45, Offset: 0, Size: 24, Value: 263941
771.764677 Path: UPS.Output.PercentLoad, Type: Feature, ReportID:
0x2c, Offset: 0, Size: 16, Value: 73
771.784792 Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1
771.804859 Path: UPS.PowerSummary.DelayBeforeReboot, Type: Feature,
ReportID: 0x13, Offset: 0, Size: 24, Value: 0
771.824650 Path: UPS.Output.DelayBeforeStartup, Type: Feature,
ReportID: 0x28, Offset: 0, Size: 16, Value: 0
771.833660 Path: UPS.Battery.Test, Type: Feature, ReportID: 0x16,
Offset: 0, Size: 8, Value: 6
771.844717 Path: UPS.PowerSummary.AudibleAlarmControl, Type:
Feature, ReportID: 0x14, Offset: 0, Size: 8, Value: 2
771.853725 Path: UPS.ManufacturerDate, Type: Feature, ReportID:
0x35, Offset: 0, Size: 16, Value: 12935
771.864707 Path: UPS.Output.ConfigActivePower, Type: Feature,
ReportID: 0x52, Offset: 0, Size: 16, Value: 210
771.873644 Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1
771.873720 Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0
771.873751 Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0
771.873779 Path: UPS.PowerSummary.PresentStatus.ShutdownImminent,
Type: Feature, ReportID: 0x07, Offset: 6, Size: 1, Value: 0
771.873808 Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0
771.873835 Path: UPS.PowerSummary.PresentStatus.Overload, Type:
Feature, ReportID: 0x07, Offset: 10, Size: 1, Value: 0
771.873863 Path: UPS.PowerSummary.PresentStatus.NeedReplacement,
Type: Feature, ReportID: 0x07, Offset: 9, Size: 1, Value: 0
771.873890 Path:
UPS.PowerSummary.PresentStatus.RemainingTimeLimitExpired, Type: Feature,
ReportID: 0x07, Offset: 7, Size: 1, Value: 0
771.873921 Path: UPS.PowerSummary.PresentStatus.BatteryPresent,
Type: Feature, ReportID: 0x07, Offset: 3, Size: 1, Value: 1
771.884656 Path: UPS.Input.APCLineFailCause, Type: Feature,
ReportID: 0x21, Offset: 0, Size: 8, Value: 0
771.884737 Path: UPS.Input.APCLineFailCause, Type: Feature,
ReportID: 0x21, Offset: 0, Size: 8, Value: 0
771.893677 refresh_report_buffer: expected 5 bytes, but got 3 instead
771.893774 Path: UPS.Input.Voltage, Type: Feature, ReportID: 0x20,
Offset: 0, Size: 32, Value: 248
771.904649 Path: UPS.Input.ConfigVoltage, Type: Feature, ReportID:
0x46, Offset: 0, Size: 8, Value: 230
771.913733 Path: UPS.Output.Voltage, Type: Feature, ReportID: 0x2b,
Offset: 0, Size: 16, Value: 230
771.924752 refresh_report_buffer: expected 3 bytes, but got 2 instead
771.924821 Path: UPS.Output.ConfigVoltage, Type: Feature, ReportID:
0x2d, Offset: 0, Size: 16, Value: 230
771.933654 Path: UPS.Output.Frequency, Type: Feature, ReportID:
0x2a, Offset: 0, Size: 16, Value: 50
773.587782 upsdrv_updateinfo...
773.595199 Got 1 HID objects...
773.595296 Path: UPS.PowerSummary.RemainingCapacity, Type: Input,
ReportID: 0x0c, Offset: 0, Size: 8, Value: 100
773.595331 Quick update...
773.604870 Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1
773.613630 Path: UPS.PowerSummary.DelayBeforeReboot, Type: Feature,
ReportID: 0x13, Offset: 0, Size: 24, Value: 0
773.624751 Path: UPS.Output.DelayBeforeStartup, Type: Feature,
ReportID: 0x28, Offset: 0, Size: 16, Value: 0
773.633705 Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1
773.633768 Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0
773.633797 Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0
773.633826 Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0
775.588814 upsdrv_updateinfo...
775.643185 Got 13 HID objects...
775.643260 Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Input, ReportID: 0x07, Offset: 0, Size: 1, Value: 0
775.643353 Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Input, ReportID: 0x07, Offset: 1, Size: 1, Value: 0
775.643391 Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Input, ReportID: 0x07, Offset: 2, Size: 1, Value: 1
775.643428 Path: UPS.PowerSummary.PresentStatus.BatteryPresent,
Type: Input, ReportID: 0x07, Offset: 3, Size: 1, Value: 1
775.643467 Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Input,
ReportID: 0x07, Offset: 4, Size: 1, Value: 0
775.643504 Path: UPS.PowerSummary.PresentStatus.ShutdownRequested,
Type: Input, ReportID: 0x07, Offset: 5, Size: 1, Value: 0
775.643539 Path: UPS.PowerSummary.PresentStatus.ShutdownImminent,
Type: Input, ReportID: 0x07, Offset: 6, Size: 1, Value: 0
775.643576 Path:
UPS.PowerSummary.PresentStatus.RemainingTimeLimitExpired, Type: Input,
ReportID: 0x07, Offset: 7, Size: 1, Value: 1
775.643615 Path: UPS.PowerSummary.PresentStatus.CommunicationLost,
Type: Input, ReportID: 0x07, Offset: 8, Size: 1, Value: 0
775.643819 Path: UPS.PowerSummary.PresentStatus.NeedReplacement,
Type: Input, ReportID: 0x07, Offset: 9, Size: 1, Value: 0
775.643876 Path: UPS.PowerSummary.PresentStatus.Overload, Type:
Input, ReportID: 0x07, Offset: 10, Size: 1, Value: 0
775.643970 Path:
UPS.PowerSummary.PresentStatus.VoltageNotRegulated, Type: Input,
ReportID: 0x07, Offset: 11, Size: 1, Value: 0
775.644027 Path: UPS.PowerSummary.PresentStatus.ff860080, Type:
Input, ReportID: 0x07, Offset: 12, Size: 1, Value: 0
775.644114 Quick update...
775.653814 Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1
775.664837 Path: UPS.PowerSummary.DelayBeforeReboot, Type: Feature,
ReportID: 0x13, Offset: 0, Size: 24, Value: 0
775.673821 Path: UPS.Output.DelayBeforeStartup, Type: Feature,
ReportID: 0x28, Offset: 0, Size: 16, Value: 0
775.673890 Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1
775.673919 Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0
775.673948 Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0
775.673975 Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0
zzzzzzzzzzzzzzzzzzz 10001
777.590804 upsdrv_updateinfo...
777.627114 Got 1 HID objects...
777.627233 Path: UPS.PowerSummary.RemainingCapacity, Type: Input,
ReportID: 0x0c, Offset: 0, Size: 8, Value: 100
777.627266 Quick update...
777.633854 Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1
777.644989 Path: UPS.PowerSummary.DelayBeforeReboot, Type: Feature,
ReportID: 0x13, Offset: 0, Size: 24, Value: 0
777.653863 Path: UPS.Output.DelayBeforeStartup, Type: Feature,
ReportID: 0x28, Offset: 0, Size: 16, Value: 0
777.664928 Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1
777.664983 Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0
777.665013 Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0
777.665041 Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0
zzzzzzzzzzzzzzzzzzz 10001
779.591599 upsdrv_updateinfo...
779.611098 Got 13 HID objects...
779.611179 Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Input, ReportID: 0x07, Offset: 0, Size: 1, Value: 0
779.611263 Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Input, ReportID: 0x07, Offset: 1, Size: 1, Value: 0
779.611304 Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Input, ReportID: 0x07, Offset: 2, Size: 1, Value: 1
779.611341 Path: UPS.PowerSummary.PresentStatus.BatteryPresent,
Type: Input, ReportID: 0x07, Offset: 3, Size: 1, Value: 1
779.611381 Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Input,
ReportID: 0x07, Offset: 4, Size: 1, Value: 0
779.611417 Path: UPS.PowerSummary.PresentStatus.ShutdownRequested,
Type: Input, ReportID: 0x07, Offset: 5, Size: 1, Value: 0
779.611453 Path: UPS.PowerSummary.PresentStatus.ShutdownImminent,
Type: Input, ReportID: 0x07, Offset: 6, Size: 1, Value: 0
779.611490 Path:
UPS.PowerSummary.PresentStatus.RemainingTimeLimitExpired, Type: Input,
ReportID: 0x07, Offset: 7, Size: 1, Value: 1
779.611528 Path: UPS.PowerSummary.PresentStatus.CommunicationLost,
Type: Input, ReportID: 0x07, Offset: 8, Size: 1, Value: 0
779.611563 Path: UPS.PowerSummary.PresentStatus.NeedReplacement,
Type: Input, ReportID: 0x07, Offset: 9, Size: 1, Value: 0
779.611600 Path: UPS.PowerSummary.PresentStatus.Overload, Type:
Input, ReportID: 0x07, Offset: 10, Size: 1, Value: 0
779.611637 Path:
UPS.PowerSummary.PresentStatus.VoltageNotRegulated, Type: Input,
ReportID: 0x07, Offset: 11, Size: 1, Value: 0
779.611799 Path: UPS.PowerSummary.PresentStatus.ff860080, Type:
Input, ReportID: 0x07, Offset: 12, Size: 1, Value: 0
779.611826 Quick update...
779.620116 Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1
779.629338 Path: UPS.PowerSummary.DelayBeforeReboot, Type: Feature,
ReportID: 0x13, Offset: 0, Size: 24, Value: 0
779.640129 Path: UPS.Output.DelayBeforeStartup, Type: Feature,
ReportID: 0x28, Offset: 0, Size: 16, Value: 0
779.640200 Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1
779.640233 Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0
779.640262 Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0
779.640289 Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0
zzzzzzzzzzzzzzzzzzz 10001
781.592801 upsdrv_updateinfo...
781.595085 Got 1 HID objects...
781.595209 Path: UPS.PowerSummary.RemainingCapacity, Type: Input,
ReportID: 0x0c, Offset: 0, Size: 8, Value: 100
781.595246 Quick update...
781.605309 Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1
781.614049 Path: UPS.PowerSummary.DelayBeforeReboot, Type: Feature,
ReportID: 0x13, Offset: 0, Size: 24, Value: 0
781.625141 Path: UPS.Output.DelayBeforeStartup, Type: Feature,
ReportID: 0x28, Offset: 0, Size: 16, Value: 0
781.634065 Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1
781.634129 Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0
781.634159 Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0
781.634187 Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0
zzzzzzzzzzzzzzzzzzz 10001
783.593841 upsdrv_updateinfo...
783.643059 Got 13 HID objects...
783.643178 Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Input, ReportID: 0x07, Offset: 0, Size: 1, Value: 0
783.643275 Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Input, ReportID: 0x07, Offset: 1, Size: 1, Value: 0
783.643313 Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Input, ReportID: 0x07, Offset: 2, Size: 1, Value: 1
783.643350 Path: UPS.PowerSummary.PresentStatus.BatteryPresent,
Type: Input, ReportID: 0x07, Offset: 3, Size: 1, Value: 1
783.643389 Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Input,
ReportID: 0x07, Offset: 4, Size: 1, Value: 0
783.643425 Path: UPS.PowerSummary.PresentStatus.ShutdownRequested,
Type: Input, ReportID: 0x07, Offset: 5, Size: 1, Value: 0
783.643462 Path: UPS.PowerSummary.PresentStatus.ShutdownImminent,
Type: Input, ReportID: 0x07, Offset: 6, Size: 1, Value: 0
783.643498 Path:
UPS.PowerSummary.PresentStatus.RemainingTimeLimitExpired, Type: Input,
ReportID: 0x07, Offset: 7, Size: 1, Value: 0
783.643535 Path: UPS.PowerSummary.PresentStatus.CommunicationLost,
Type: Input, ReportID: 0x07, Offset: 8, Size: 1, Value: 0
783.643570 Path: UPS.PowerSummary.PresentStatus.NeedReplacement,
Type: Input, ReportID: 0x07, Offset: 9, Size: 1, Value: 0
783.643606 Path: UPS.PowerSummary.PresentStatus.Overload, Type:
Input, ReportID: 0x07, Offset: 10, Size: 1, Value: 0
783.643644 Path:
UPS.PowerSummary.PresentStatus.VoltageNotRegulated, Type: Input,
ReportID: 0x07, Offset: 11, Size: 1, Value: 0
783.643680 Path: UPS.PowerSummary.PresentStatus.ff860080, Type:
Input, ReportID: 0x07, Offset: 12, Size: 1, Value: 0
783.643714 Quick update...
783.649160 Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1
783.660185 Path: UPS.PowerSummary.DelayBeforeReboot, Type: Feature,
ReportID: 0x13, Offset: 0, Size: 24, Value: 0
783.669304 Path: UPS.Output.DelayBeforeStartup, Type: Feature,
ReportID: 0x28, Offset: 0, Size: 16, Value: 0
783.669371 Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1
783.669401 Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0
783.669429 Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0
783.669457 Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0
785.594090 upsdrv_updateinfo...
785.627104 Got 1 HID objects...
785.627198 Path: UPS.PowerSummary.RunTimeToEmpty, Type: Input,
ReportID: 0x0d, Offset: 0, Size: 16, Value: 97
785.627231 Quick update...
785.633361 Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1
785.644408 Path: UPS.PowerSummary.DelayBeforeReboot, Type: Feature,
ReportID: 0x13, Offset: 0, Size: 24, Value: 0
785.653296 Path: UPS.Output.DelayBeforeStartup, Type: Feature,
ReportID: 0x28, Offset: 0, Size: 16, Value: 0
785.664475 Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1
785.664539 Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0
785.664569 Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0
785.664598 Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0
787.594798 upsdrv_updateinfo...
787.611085 Got 1 HID objects...
787.611208 Path: UPS.PowerSummary.RemainingCapacity, Type: Input,
ReportID: 0x0c, Offset: 0, Size: 8, Value: 100
787.611242 Quick update...
787.618708 Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1
787.627804 Path: UPS.PowerSummary.DelayBeforeReboot, Type: Feature,
ReportID: 0x13, Offset: 0, Size: 24, Value: 0
787.638632 Path: UPS.Output.DelayBeforeStartup, Type: Feature,
ReportID: 0x28, Offset: 0, Size: 16, Value: 0
787.647806 Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1
787.647865 Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0
787.647895 Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0
787.647923 Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0
Broadcast Message from root at xx
(no tty) at 12:26
AEDT...
UPS maxwell at localhost battery is
low
789.595876 upsdrv_updateinfo...
789.658937 Got 1 HID objects...
789.659062 Path: UPS.Battery.Test, Type: Input, ReportID: 0x16,
Offset: 0, Size: 8, Value: 6
789.659153 Quick update...
789.666668 Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1
789.677955 Path: UPS.PowerSummary.DelayBeforeReboot, Type: Feature,
ReportID: 0x13, Offset: 0, Size: 24, Value: 0
789.686824 Path: UPS.Output.DelayBeforeStartup, Type: Feature,
ReportID: 0x28, Offset: 0, Size: 16, Value: 0
789.697623 Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1
789.697684 Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0
789.697728 Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0
789.697757 Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0
791.600854 upsdrv_updateinfo...
791.643013 Got 1 HID objects...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20150112/f7d4458f/attachment-0001.html>
More information about the Nut-upsuser
mailing list