<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/01/2015 00:45, Charles Lepple
      wrote:<br>
    </div>
    <blockquote
      cite="mid:4975C8CE-754A-48F6-9869-A6590331D264@gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      On Jan 8, 2015, at 11:43 PM, Graham Menhennitt <<a
        moz-do-not-send="true" href="mailto:graham@menhennitt.com.au">graham@menhennitt.com.au</a>>
      wrote:<br>
      <div><br class="Apple-interchange-newline">
        <blockquote type="cite">
          <meta http-equiv="content-type" content="text/html;
            charset=windows-1252">
          <div bgcolor="#FFFFFF" text="#000000"> Hello Nutters,<br>
            <br>
            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).<br>
          </div>
        </blockquote>
        <div bgcolor="#FFFFFF" text="#000000"> <br>
        </div>
        <div bgcolor="#FFFFFF" text="#000000">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. </div>
        <div bgcolor="#FFFFFF" text="#000000"><br>
        </div>
        <blockquote type="cite">
          <div bgcolor="#FFFFFF" text="#000000"> 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.<br>
            <br>
            See below for debug info.<br>
            <br>
            If somebody could offer suggestions on how to fix it, I'd be
            very grateful.<br>
            <br>
            Thanks in advance,<br>
                Graham<br>
            <br>
            ups.conf:<br>
            <blockquote>[maxwell]<br>
                      driver = usbhid-ups<br>
                      port = auto<br>
                      override.battery.runtime.low = 90<br>
            </blockquote>
          </div>
        </blockquote>
        <div bgcolor="#FFFFFF" text="#000000">The information flow for
          the majority of the UPS status in NUT looks like this:</div>
        <div bgcolor="#FFFFFF" text="#000000"><br>
        </div>
        <div bgcolor="#FFFFFF" text="#000000">UPS -> driver ->
          upsd -> client (upslog, upsmon, etc)</div>
        <div bgcolor="#FFFFFF" text="#000000"><br>
        </div>
        <div bgcolor="#FFFFFF" text="#000000">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.</div>
        <div bgcolor="#FFFFFF" text="#000000"><br>
        </div>
        <div bgcolor="#FFFFFF" text="#000000">There is an exception that
          is discussed in the apcsmart man page (and potentially applies
          to all Back-UPS models, USB or serial):</div>
        <div bgcolor="#FFFFFF" text="#000000"><br>
        </div>
      </div>
      <blockquote type="cite">
        <div>
          <div bgcolor="#FFFFFF" text="#000000">""New" units have
            battery.runtime.low, but depending on battery quality,
            firmware</div>
          version, calibration and UPS load - this variable can be
          underestimated quite a bit -<br>
          especially right after going into OB state. This in turn can
          cause LB to be<br>
          asserted, which under normal conditions will cause <b>NUT</b> to
          initiate the<br>
          shutdown. You might want to disable this condition entirely,
          when relying on<br>
          <b>ignorelb</b> option (this was actually the main motivation
          behind introduction of<br>
          such feature)."</div>
      </blockquote>
      <div><br>
      </div>
      <div>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.)</div>
      <div>
        <div><br>
        </div>
        <blockquote type="cite">
          <div bgcolor="#FFFFFF" text="#000000">output of
            /usr/local/libexec/nut/usbhid-ups -a maxell -DD at a time
            when low battery is reported:<br>
          </div>
        </blockquote>
        <div><br>
        </div>
        hmm, are you sure that this log matches the time of the LB
        event?</div>
      <div><br>
      </div>
      <div>The file drivers/usbhid-ups.c is looking for any of the
        following conditions to declare LB:</div>
      <div><br>
      </div>
      <div>• STATUS(LOWBATT)</div>
      <div>• STATUS(TIMELIMITEXP)</div>
      <div>• STATUS(SHUTDOWNIMM)</div>
      <div><br>
      </div>
      <div>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.<br>
      </div>
      <br>
    </blockquote>
    <br>
    Thanks very much for replying, Charles.<br>
    <br>
    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?<br>
    <br>
    Thanks again for your help,<br>
        Graham<br>
    <br>
    771.586301     upsdrv_updateinfo...<br>
     771.611584     Got 1 HID objects...<br>
     771.611681     Path: UPS.PowerSummary.RunTimeToEmpty, Type: Input,
    ReportID: 0x0d, Offset: 0, Size: 16, Value: 142<br>
     771.611726     Full update...<br>
     771.619907     Path: UPS.PowerSummary.RemainingCapacity, Type:
    Feature, ReportID: 0x0c, Offset: 0, Size: 8, Value: 100<br>
     771.629144     Path: UPS.PowerSummary.WarningCapacityLimit, Type:
    Feature, ReportID: 0x0f, Offset: 0, Size: 8, Value: 50<br>
     771.640101     Path: UPS.Battery.RunTimeToEmpty, Type: Feature,
    ReportID: 0x19, Offset: 0, Size: 16, Value: 150<br>
     771.649095     Path: UPS.Battery.Voltage, Type: Feature, ReportID:
    0x1d, Offset: 0, Size: 16, Value: 13.51<br>
     771.660013     Path: UPS.Battery.ConfigVoltage, Type: Feature,
    ReportID: 0x1f, Offset: 0, Size: 16, Value: 12<br>
     771.669091     Path: UPS.Battery.Temperature, Type: Feature,
    ReportID: 0x1e, Offset: 0, Size: 16, Value: 302.3<br>
     771.680018     Path: UPS.PowerSummary.iDeviceChemistry, Type:
    Feature, ReportID: 0x05, Offset: 0, Size: 8, Value: 4<br>
     771.733652     Path: UPS.Battery.ManufacturerDate, Type: Feature,
    ReportID: 0x15, Offset: 0, Size: 16, Value: 12935<br>
     771.744709     Path: UPS.Battery.APCBattReplaceDate, Type: Feature,
    ReportID: 0x45, Offset: 0, Size: 24, Value: 263941<br>
     771.764677     Path: UPS.Output.PercentLoad, Type: Feature,
    ReportID: 0x2c, Offset: 0, Size: 16, Value: 73<br>
     771.784792     Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
    Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1<br>
     771.804859     Path: UPS.PowerSummary.DelayBeforeReboot, Type:
    Feature, ReportID: 0x13, Offset: 0, Size: 24, Value: 0<br>
     771.824650     Path: UPS.Output.DelayBeforeStartup, Type: Feature,
    ReportID: 0x28, Offset: 0, Size: 16, Value: 0<br>
     771.833660     Path: UPS.Battery.Test, Type: Feature, ReportID:
    0x16, Offset: 0, Size: 8, Value: 6<br>
     771.844717     Path: UPS.PowerSummary.AudibleAlarmControl, Type:
    Feature, ReportID: 0x14, Offset: 0, Size: 8, Value: 2<br>
     771.853725     Path: UPS.ManufacturerDate, Type: Feature, ReportID:
    0x35, Offset: 0, Size: 16, Value: 12935<br>
     771.864707     Path: UPS.Output.ConfigActivePower, Type: Feature,
    ReportID: 0x52, Offset: 0, Size: 16, Value: 210<br>
     771.873644     Path: UPS.PowerSummary.PresentStatus.ACPresent,
    Type: Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1<br>
     771.873720     Path: UPS.PowerSummary.PresentStatus.Discharging,
    Type: Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0<br>
     771.873751     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
    Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0<br>
     771.873779     Path:
    UPS.PowerSummary.PresentStatus.ShutdownImminent, Type: Feature,
    ReportID: 0x07, Offset: 6, Size: 1, Value: 0<br>
     771.873808     Path:
    UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
    Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0<br>
     771.873835     Path: UPS.PowerSummary.PresentStatus.Overload, Type:
    Feature, ReportID: 0x07, Offset: 10, Size: 1, Value: 0<br>
     771.873863     Path:
    UPS.PowerSummary.PresentStatus.NeedReplacement, Type: Feature,
    ReportID: 0x07, Offset: 9, Size: 1, Value: 0<br>
     771.873890     Path:
    UPS.PowerSummary.PresentStatus.RemainingTimeLimitExpired, Type:
    Feature, ReportID: 0x07, Offset: 7, Size: 1, Value: 0<br>
     771.873921     Path: UPS.PowerSummary.PresentStatus.BatteryPresent,
    Type: Feature, ReportID: 0x07, Offset: 3, Size: 1, Value: 1<br>
     771.884656     Path: UPS.Input.APCLineFailCause, Type: Feature,
    ReportID: 0x21, Offset: 0, Size: 8, Value: 0<br>
     771.884737     Path: UPS.Input.APCLineFailCause, Type: Feature,
    ReportID: 0x21, Offset: 0, Size: 8, Value: 0<br>
     771.893677     refresh_report_buffer: expected 5 bytes, but got 3
    instead<br>
     771.893774     Path: UPS.Input.Voltage, Type: Feature, ReportID:
    0x20, Offset: 0, Size: 32, Value: 248<br>
     771.904649     Path: UPS.Input.ConfigVoltage, Type: Feature,
    ReportID: 0x46, Offset: 0, Size: 8, Value: 230<br>
     771.913733     Path: UPS.Output.Voltage, Type: Feature, ReportID:
    0x2b, Offset: 0, Size: 16, Value: 230<br>
     771.924752     refresh_report_buffer: expected 3 bytes, but got 2
    instead<br>
     771.924821     Path: UPS.Output.ConfigVoltage, Type: Feature,
    ReportID: 0x2d, Offset: 0, Size: 16, Value: 230<br>
     771.933654     Path: UPS.Output.Frequency, Type: Feature, ReportID:
    0x2a, Offset: 0, Size: 16, Value: 50<br>
     773.587782     upsdrv_updateinfo...<br>
     773.595199     Got 1 HID objects...<br>
     773.595296     Path: UPS.PowerSummary.RemainingCapacity, Type:
    Input, ReportID: 0x0c, Offset: 0, Size: 8, Value: 100<br>
     773.595331     Quick update...<br>
     773.604870     Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
    Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1<br>
     773.613630     Path: UPS.PowerSummary.DelayBeforeReboot, Type:
    Feature, ReportID: 0x13, Offset: 0, Size: 24, Value: 0<br>
     773.624751     Path: UPS.Output.DelayBeforeStartup, Type: Feature,
    ReportID: 0x28, Offset: 0, Size: 16, Value: 0<br>
     773.633705     Path: UPS.PowerSummary.PresentStatus.ACPresent,
    Type: Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1<br>
     773.633768     Path: UPS.PowerSummary.PresentStatus.Discharging,
    Type: Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0<br>
     773.633797     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
    Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0<br>
     773.633826     Path:
    UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
    Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0<br>
     775.588814     upsdrv_updateinfo...<br>
     775.643185     Got 13 HID objects...<br>
     775.643260     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
    Input, ReportID: 0x07, Offset: 0, Size: 1, Value: 0<br>
     775.643353     Path: UPS.PowerSummary.PresentStatus.Discharging,
    Type: Input, ReportID: 0x07, Offset: 1, Size: 1, Value: 0<br>
     775.643391     Path: UPS.PowerSummary.PresentStatus.ACPresent,
    Type: Input, ReportID: 0x07, Offset: 2, Size: 1, Value: 1<br>
     775.643428     Path: UPS.PowerSummary.PresentStatus.BatteryPresent,
    Type: Input, ReportID: 0x07, Offset: 3, Size: 1, Value: 1<br>
     775.643467     Path:
    UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
    Input, ReportID: 0x07, Offset: 4, Size: 1, Value: 0<br>
     775.643504     Path:
    UPS.PowerSummary.PresentStatus.ShutdownRequested, Type: Input,
    ReportID: 0x07, Offset: 5, Size: 1, Value: 0<br>
     775.643539     Path:
    UPS.PowerSummary.PresentStatus.ShutdownImminent, Type: Input,
    ReportID: 0x07, Offset: 6, Size: 1, Value: 0<br>
     775.643576     Path:
    UPS.PowerSummary.PresentStatus.RemainingTimeLimitExpired, Type:
    Input, ReportID: 0x07, Offset: 7, Size: 1, Value: 1<br>
     775.643615     Path:
    UPS.PowerSummary.PresentStatus.CommunicationLost, Type: Input,
    ReportID: 0x07, Offset: 8, Size: 1, Value: 0<br>
     775.643819     Path:
    UPS.PowerSummary.PresentStatus.NeedReplacement, Type: Input,
    ReportID: 0x07, Offset: 9, Size: 1, Value: 0<br>
     775.643876     Path: UPS.PowerSummary.PresentStatus.Overload, Type:
    Input, ReportID: 0x07, Offset: 10, Size: 1, Value: 0<br>
     775.643970     Path:
    UPS.PowerSummary.PresentStatus.VoltageNotRegulated, Type: Input,
    ReportID: 0x07, Offset: 11, Size: 1, Value: 0<br>
     775.644027     Path: UPS.PowerSummary.PresentStatus.ff860080, Type:
    Input, ReportID: 0x07, Offset: 12, Size: 1, Value: 0<br>
     775.644114     Quick update...<br>
     775.653814     Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
    Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1<br>
     775.664837     Path: UPS.PowerSummary.DelayBeforeReboot, Type:
    Feature, ReportID: 0x13, Offset: 0, Size: 24, Value: 0<br>
     775.673821     Path: UPS.Output.DelayBeforeStartup, Type: Feature,
    ReportID: 0x28, Offset: 0, Size: 16, Value: 0<br>
     775.673890     Path: UPS.PowerSummary.PresentStatus.ACPresent,
    Type: Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1<br>
     775.673919     Path: UPS.PowerSummary.PresentStatus.Discharging,
    Type: Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0<br>
     775.673948     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
    Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0<br>
     775.673975     Path:
    UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
    Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0<br>
    zzzzzzzzzzzzzzzzzzz 10001<br>
     777.590804     upsdrv_updateinfo...<br>
     777.627114     Got 1 HID objects...<br>
     777.627233     Path: UPS.PowerSummary.RemainingCapacity, Type:
    Input, ReportID: 0x0c, Offset: 0, Size: 8, Value: 100<br>
     777.627266     Quick update...<br>
     777.633854     Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
    Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1<br>
     777.644989     Path: UPS.PowerSummary.DelayBeforeReboot, Type:
    Feature, ReportID: 0x13, Offset: 0, Size: 24, Value: 0<br>
     777.653863     Path: UPS.Output.DelayBeforeStartup, Type: Feature,
    ReportID: 0x28, Offset: 0, Size: 16, Value: 0<br>
     777.664928     Path: UPS.PowerSummary.PresentStatus.ACPresent,
    Type: Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1<br>
     777.664983     Path: UPS.PowerSummary.PresentStatus.Discharging,
    Type: Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0<br>
     777.665013     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
    Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0<br>
     777.665041     Path:
    UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
    Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0<br>
    zzzzzzzzzzzzzzzzzzz 10001<br>
     779.591599     upsdrv_updateinfo...<br>
     779.611098     Got 13 HID objects...<br>
     779.611179     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
    Input, ReportID: 0x07, Offset: 0, Size: 1, Value: 0<br>
     779.611263     Path: UPS.PowerSummary.PresentStatus.Discharging,
    Type: Input, ReportID: 0x07, Offset: 1, Size: 1, Value: 0<br>
     779.611304     Path: UPS.PowerSummary.PresentStatus.ACPresent,
    Type: Input, ReportID: 0x07, Offset: 2, Size: 1, Value: 1<br>
     779.611341     Path: UPS.PowerSummary.PresentStatus.BatteryPresent,
    Type: Input, ReportID: 0x07, Offset: 3, Size: 1, Value: 1<br>
     779.611381     Path:
    UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
    Input, ReportID: 0x07, Offset: 4, Size: 1, Value: 0<br>
     779.611417     Path:
    UPS.PowerSummary.PresentStatus.ShutdownRequested, Type: Input,
    ReportID: 0x07, Offset: 5, Size: 1, Value: 0<br>
     779.611453     Path:
    UPS.PowerSummary.PresentStatus.ShutdownImminent, Type: Input,
    ReportID: 0x07, Offset: 6, Size: 1, Value: 0<br>
     779.611490     Path:
    UPS.PowerSummary.PresentStatus.RemainingTimeLimitExpired, Type:
    Input, ReportID: 0x07, Offset: 7, Size: 1, Value: 1<br>
     779.611528     Path:
    UPS.PowerSummary.PresentStatus.CommunicationLost, Type: Input,
    ReportID: 0x07, Offset: 8, Size: 1, Value: 0<br>
     779.611563     Path:
    UPS.PowerSummary.PresentStatus.NeedReplacement, Type: Input,
    ReportID: 0x07, Offset: 9, Size: 1, Value: 0<br>
     779.611600     Path: UPS.PowerSummary.PresentStatus.Overload, Type:
    Input, ReportID: 0x07, Offset: 10, Size: 1, Value: 0<br>
     779.611637     Path:
    UPS.PowerSummary.PresentStatus.VoltageNotRegulated, Type: Input,
    ReportID: 0x07, Offset: 11, Size: 1, Value: 0<br>
     779.611799     Path: UPS.PowerSummary.PresentStatus.ff860080, Type:
    Input, ReportID: 0x07, Offset: 12, Size: 1, Value: 0<br>
     779.611826     Quick update...<br>
     779.620116     Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
    Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1<br>
     779.629338     Path: UPS.PowerSummary.DelayBeforeReboot, Type:
    Feature, ReportID: 0x13, Offset: 0, Size: 24, Value: 0<br>
     779.640129     Path: UPS.Output.DelayBeforeStartup, Type: Feature,
    ReportID: 0x28, Offset: 0, Size: 16, Value: 0<br>
     779.640200     Path: UPS.PowerSummary.PresentStatus.ACPresent,
    Type: Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1<br>
     779.640233     Path: UPS.PowerSummary.PresentStatus.Discharging,
    Type: Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0<br>
     779.640262     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
    Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0<br>
     779.640289     Path:
    UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
    Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0<br>
    zzzzzzzzzzzzzzzzzzz 10001<br>
     781.592801     upsdrv_updateinfo...<br>
     781.595085     Got 1 HID objects...<br>
     781.595209     Path: UPS.PowerSummary.RemainingCapacity, Type:
    Input, ReportID: 0x0c, Offset: 0, Size: 8, Value: 100<br>
     781.595246     Quick update...<br>
     781.605309     Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
    Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1<br>
     781.614049     Path: UPS.PowerSummary.DelayBeforeReboot, Type:
    Feature, ReportID: 0x13, Offset: 0, Size: 24, Value: 0<br>
     781.625141     Path: UPS.Output.DelayBeforeStartup, Type: Feature,
    ReportID: 0x28, Offset: 0, Size: 16, Value: 0<br>
     781.634065     Path: UPS.PowerSummary.PresentStatus.ACPresent,
    Type: Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1<br>
     781.634129     Path: UPS.PowerSummary.PresentStatus.Discharging,
    Type: Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0<br>
     781.634159     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
    Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0<br>
     781.634187     Path:
    UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
    Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0<br>
    zzzzzzzzzzzzzzzzzzz 10001<br>
     783.593841     upsdrv_updateinfo...<br>
     783.643059     Got 13 HID objects...<br>
     783.643178     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
    Input, ReportID: 0x07, Offset: 0, Size: 1, Value: 0<br>
     783.643275     Path: UPS.PowerSummary.PresentStatus.Discharging,
    Type: Input, ReportID: 0x07, Offset: 1, Size: 1, Value: 0<br>
     783.643313     Path: UPS.PowerSummary.PresentStatus.ACPresent,
    Type: Input, ReportID: 0x07, Offset: 2, Size: 1, Value: 1<br>
     783.643350     Path: UPS.PowerSummary.PresentStatus.BatteryPresent,
    Type: Input, ReportID: 0x07, Offset: 3, Size: 1, Value: 1<br>
     783.643389     Path:
    UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
    Input, ReportID: 0x07, Offset: 4, Size: 1, Value: 0<br>
     783.643425     Path:
    UPS.PowerSummary.PresentStatus.ShutdownRequested, Type: Input,
    ReportID: 0x07, Offset: 5, Size: 1, Value: 0<br>
     783.643462     Path:
    UPS.PowerSummary.PresentStatus.ShutdownImminent, Type: Input,
    ReportID: 0x07, Offset: 6, Size: 1, Value: 0<br>
     783.643498     Path:
    UPS.PowerSummary.PresentStatus.RemainingTimeLimitExpired, Type:
    Input, ReportID: 0x07, Offset: 7, Size: 1, Value: 0<br>
     783.643535     Path:
    UPS.PowerSummary.PresentStatus.CommunicationLost, Type: Input,
    ReportID: 0x07, Offset: 8, Size: 1, Value: 0<br>
     783.643570     Path:
    UPS.PowerSummary.PresentStatus.NeedReplacement, Type: Input,
    ReportID: 0x07, Offset: 9, Size: 1, Value: 0<br>
     783.643606     Path: UPS.PowerSummary.PresentStatus.Overload, Type:
    Input, ReportID: 0x07, Offset: 10, Size: 1, Value: 0<br>
     783.643644     Path:
    UPS.PowerSummary.PresentStatus.VoltageNotRegulated, Type: Input,
    ReportID: 0x07, Offset: 11, Size: 1, Value: 0<br>
     783.643680     Path: UPS.PowerSummary.PresentStatus.ff860080, Type:
    Input, ReportID: 0x07, Offset: 12, Size: 1, Value: 0<br>
     783.643714     Quick update...<br>
     783.649160     Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
    Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1<br>
     783.660185     Path: UPS.PowerSummary.DelayBeforeReboot, Type:
    Feature, ReportID: 0x13, Offset: 0, Size: 24, Value: 0<br>
     783.669304     Path: UPS.Output.DelayBeforeStartup, Type: Feature,
    ReportID: 0x28, Offset: 0, Size: 16, Value: 0<br>
     783.669371     Path: UPS.PowerSummary.PresentStatus.ACPresent,
    Type: Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1<br>
     783.669401     Path: UPS.PowerSummary.PresentStatus.Discharging,
    Type: Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0<br>
     783.669429     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
    Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0<br>
     783.669457     Path:
    UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
    Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0<br>
     785.594090     upsdrv_updateinfo...<br>
     785.627104     Got 1 HID objects...<br>
     785.627198     Path: UPS.PowerSummary.RunTimeToEmpty, Type: Input,
    ReportID: 0x0d, Offset: 0, Size: 16, Value: 97<br>
     785.627231     Quick update...<br>
     785.633361     Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
    Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1<br>
     785.644408     Path: UPS.PowerSummary.DelayBeforeReboot, Type:
    Feature, ReportID: 0x13, Offset: 0, Size: 24, Value: 0<br>
     785.653296     Path: UPS.Output.DelayBeforeStartup, Type: Feature,
    ReportID: 0x28, Offset: 0, Size: 16, Value: 0<br>
     785.664475     Path: UPS.PowerSummary.PresentStatus.ACPresent,
    Type: Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1<br>
     785.664539     Path: UPS.PowerSummary.PresentStatus.Discharging,
    Type: Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0<br>
     785.664569     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
    Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0<br>
     785.664598     Path:
    UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
    Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0<br>
     787.594798     upsdrv_updateinfo...<br>
     787.611085     Got 1 HID objects...<br>
     787.611208     Path: UPS.PowerSummary.RemainingCapacity, Type:
    Input, ReportID: 0x0c, Offset: 0, Size: 8, Value: 100<br>
     787.611242     Quick update...<br>
     787.618708     Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
    Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1<br>
     787.627804     Path: UPS.PowerSummary.DelayBeforeReboot, Type:
    Feature, ReportID: 0x13, Offset: 0, Size: 24, Value: 0<br>
     787.638632     Path: UPS.Output.DelayBeforeStartup, Type: Feature,
    ReportID: 0x28, Offset: 0, Size: 16, Value: 0<br>
     787.647806     Path: UPS.PowerSummary.PresentStatus.ACPresent,
    Type: Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1<br>
     787.647865     Path: UPS.PowerSummary.PresentStatus.Discharging,
    Type: Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0<br>
     787.647895     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
    Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0<br>
     787.647923     Path:
    UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
    Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0<br>
                                                                                  
    <br>
    Broadcast Message from root@xx                          <br>
            (no tty) at 12:26
    AEDT...                                              <br>
                                                                                  
    <br>
    UPS maxwell@localhost battery is
    low                                           <br>
                                                                                  
    <br>
     789.595876     upsdrv_updateinfo...<br>
     789.658937     Got 1 HID objects...<br>
     789.659062     Path: UPS.Battery.Test, Type: Input, ReportID: 0x16,
    Offset: 0, Size: 8, Value: 6<br>
     789.659153     Quick update...<br>
     789.666668     Path: UPS.PowerSummary.DelayBeforeShutdown, Type:
    Feature, ReportID: 0x12, Offset: 0, Size: 16, Value: -1<br>
     789.677955     Path: UPS.PowerSummary.DelayBeforeReboot, Type:
    Feature, ReportID: 0x13, Offset: 0, Size: 24, Value: 0<br>
     789.686824     Path: UPS.Output.DelayBeforeStartup, Type: Feature,
    ReportID: 0x28, Offset: 0, Size: 16, Value: 0<br>
     789.697623     Path: UPS.PowerSummary.PresentStatus.ACPresent,
    Type: Feature, ReportID: 0x07, Offset: 2, Size: 1, Value: 1<br>
     789.697684     Path: UPS.PowerSummary.PresentStatus.Discharging,
    Type: Feature, ReportID: 0x07, Offset: 1, Size: 1, Value: 0<br>
     789.697728     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
    Feature, ReportID: 0x07, Offset: 0, Size: 1, Value: 0<br>
     789.697757     Path:
    UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type:
    Feature, ReportID: 0x07, Offset: 4, Size: 1, Value: 0<br>
     791.600854     upsdrv_updateinfo...<br>
     791.643013     Got 1 HID objects...<br>
  </body>
</html>