<div dir="ltr">When running 'sudo upsmon -c fsd' UPS turns off then back on after a delay as expected. But when power is disconnected and the command is ran, the UPS turns off but still turns back on again.<br><br>Changing 'ondelay' to -1 or 0 does not change the behavior.<br><br>How can I get the UPS load to stay turned off if there is no power? Or am I misunderstanding how to test this functionality?<br>
<br><div>------------------------------

</div><br>OS - Raspbian GNU/Linux 10 (buster)<br>Kernel - 4.19.75-v7+<br>Nut version - 2.7.4-8<br>Installation method - From package<br>UPS - Tripp Lite SMART1500LCD<br><br>------------------------------<br><br># /etc/nut/ups.conf<br><br>pollinterval = 1<br><br>[ups]<br>       driver = usbhid-ups<br>   port = auto<br>   desc = "Tripp Lite SMART1500LCD"<br>    vendorid = 09ae<br>       productid = 2012<br>      ondelay = -1<br><br>------------------------------<br><br># /etc/udev/rules.d/62-nut-usbups.rules<br><br>SUBSYSTEM!="usb", GOTO="nut-usbups_rules_end"<br><br># TrippLite<br>#  e.g. TrippLite SMART1500LCD - usbhid-ups<br>ACTION=="add|change", SUBSYSTEM=="usb|usb_device", SUBSYSTEMS=="usb|usb_device", ATTR{idVendor}=="09ae", ATTR{idProduct}=="2012", MODE="664", GROUP="nut", RUN+="/sbin/upsdrvctl stop; /sbin/upsdrvctl start"<br><br>LABEL="nut-usbups_rules_end"<br><br>------------------------------<br><br>pi@rpi:~ $ upsc ups<br>Init SSL without certificate database<br>battery.charge: 100<br>battery.runtime: 3840<br>battery.type: PbAC<br>battery.voltage: 27.1<br>battery.voltage.nominal: 24.0<br>device.mfr: Tripp Lite<br>device.model: Tripp Lite UPS<br>device.type: ups<br><a href="http://driver.name" target="_blank">driver.name</a>: usbhid-ups<br>driver.parameter.offdelay: 30<br>driver.parameter.ondelay: -1<br>driver.parameter.pollfreq: 30<br>driver.parameter.pollinterval: 1<br>driver.parameter.port: auto<br>driver.parameter.productid: 2012<br>driver.parameter.synchronous: no<br>driver.parameter.vendorid: 09ae<br>driver.version: 2.7.4<br>driver.version.data: TrippLite HID 0.82<br>driver.version.internal: 0.41<br>input.frequency: 59.8<br>input.voltage: 112.5<br>input.voltage.nominal: 120<br>output.frequency.nominal: 60<br>output.voltage: 112.4<br>output.voltage.nominal: 120<br>ups.beeper.status: enabled<br>ups.delay.shutdown: 30<br>ups.load: 0<br>ups.mfr: Tripp Lite<br>ups.model: Tripp Lite UPS<br>ups.power: 0.0<br>ups.power.nominal: 1500<br>ups.productid: 2012<br>ups.status: OL<br>ups.timer.reboot: 65535<br>ups.timer.shutdown: 65535<br>ups.vendorid: 09ae<br>ups.watchdog.status: 0<br><br>------------------------------<br><br>pi@rpi:~ $ sudo /lib/nut/usbhid-ups -DD -a ups -k<br>Network UPS Tools - Generic HID driver 0.41 (2.7.4)<br>USB communication driver 0.33<br>   0.000000     debug level is '2'<br>   0.002923     upsdrv_initups...<br>   0.005450     Checking device (09AE/2012) (001/008)<br>   0.019895     - VendorID: 09ae<br>   0.021024     - ProductID: 2012<br>   0.022095     - Manufacturer: Tripp Lite<br>   0.023168     - Product: Tripp Lite UPS<br>   0.024250     - Serial Number: unknown<br>   0.025317     - Bus: 001<br>   0.026336     - Device release number: 0009<br>   0.027369     Trying to match device<br>   0.028705     Device matches<br>   0.029857     failed to claim USB device: could not claim interface 0: Device or resource busy<br>   0.032021     detached kernel driver from USB device...<br>   0.034740     HID descriptor length 662<br>   0.126921     Report Descriptor size = 662<br>   0.129599     Using subdriver: TrippLite HID 0.82<br>   0.130871     74 HID objects found<br>   0.133557     Path: UPS.PowerSummary.iProduct, Type: Feature, ReportID: 0x28, Offset: 0, Size: 8, Value: 2<br>   0.134289     Path: UPS.PowerSummary.iSerialNumber, Type: Feature, ReportID: 0x29, Offset: 0, Size: 8, Value: 3<br>   0.136294     Path: UPS.PowerSummary.iManufacturer, Type: Feature, ReportID: 0x2b, Offset: 0, Size: 8, Value: 1<br>   0.137040     Path: UPS.PowerSummary.ffff00d9, Type: Feature, ReportID: 0xc0, Offset: 0, Size: 8, Value: 5<br>   0.139052     Path: UPS.PowerSummary.Input.ConfigVoltage, Type: Feature, ReportID: 0x30, Offset: 0, Size: 8, Value: 120<br>   0.141063     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature, ReportID: 0x11, Offset: 0, Size: 8, Value: 2<br>   0.141916     Path: UPS.PowerSummary.iDeviceChemistry, Type: Feature, ReportID: 0x2a, Offset: 0, Size: 8, Value: 4<br>   0.143923     Path: UPS.PowerSummary.CapacityMode, Type: Feature, ReportID: 0x33, Offset: 0, Size: 8, Value: 2<br>   0.145915     Path: UPS.PowerSummary.Rechargeable, Type: Feature, ReportID: 0x2c, Offset: 0, Size: 8, Value: 1<br>   0.147923     Path: UPS.PowerSummary.RunTimeToEmpty, Type: Input, ReportID: 0x35, Offset: 0, Size: 16, Value: 3840<br>   0.148173     Path: UPS.PowerSummary.RunTimeToEmpty, Type: Feature, ReportID: 0x35, Offset: 0, Size: 16, Value: 3840<br>   0.149052     Path: UPS.PowerSummary.RemainingCapacity, Type: Input, ReportID: 0x34, Offset: 0, Size: 8, Value: 100<br>   0.149220     Path: UPS.PowerSummary.RemainingCapacity, Type: Feature, ReportID: 0x34, Offset: 0, Size: 8, Value: 100<br>   0.151294     Path: UPS.PowerSummary.FullChargeCapacity, Type: Feature, ReportID: 0x37, Offset: 0, Size: 8, Value: 100<br>   0.153295     Path: UPS.PowerSummary.DesignCapacity, Type: Feature, ReportID: 0x36, Offset: 0, Size: 8, Value: 100<br>   0.155302     Path: UPS.PowerSummary.PresentStatus.Voltage, Type: Feature, ReportID: 0x31, Offset: 0, Size: 16, Value: 1125<br>   0.157295     Path: UPS.PowerSummary.PresentStatus.ShutdownImminent, Type: Input, ReportID: 0x32, Offset: 0, Size: 1, Value: 0<br>   0.157466     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type: Input, ReportID: 0x32, Offset: 1, Size: 1, Value: 1<br>   0.157681     Path: UPS.PowerSummary.PresentStatus.Charging, Type: Input, ReportID: 0x32, Offset: 2, Size: 1, Value: 1<br>   0.158004     Path: UPS.PowerSummary.PresentStatus.Discharging, Type: Input, ReportID: 0x32, Offset: 3, Size: 1, Value: 0<br>   0.158537     Path: UPS.PowerSummary.PresentStatus.NeedReplacement, Type: Input, ReportID: 0x32, Offset: 4, Size: 1, Value: 0<br>   0.158938     Path: UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Input, ReportID: 0x32, Offset: 5, Size: 1, Value: 0<br>   0.159316     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type: Input, ReportID: 0x32, Offset: 6, Size: 1, Value: 1<br>   0.159654     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type: Input, ReportID: 0x32, Offset: 7, Size: 1, Value: 0<br>   0.159998     Path: UPS.PowerSummary.PresentStatus.ShutdownImminent, Type: Feature, ReportID: 0x32, Offset: 0, Size: 1, Value: 0<br>   0.160316     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type: Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1<br>   0.160643     Path: UPS.PowerSummary.PresentStatus.Charging, Type: Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1<br>   0.161050     Path: UPS.PowerSummary.PresentStatus.Discharging, Type: Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0<br>   0.161590     Path: UPS.PowerSummary.PresentStatus.NeedReplacement, Type: Feature, ReportID: 0x32, Offset: 4, Size: 1, Value: 0<br>   0.162056     Path: UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature, ReportID: 0x32, Offset: 5, Size: 1, Value: 0<br>   0.162285     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type: Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1<br>   0.162686     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type: Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0<br>   0.165063     Path: UPS.BatterySystem.Battery.ConfigVoltage, Type: Feature, ReportID: 0x04, Offset: 0, Size: 16, Value: 24<br>   0.165929     Path: UPS.BatterySystem.Battery.PresentStatus.Charging, Type: Feature, ReportID: 0x23, Offset: 0, Size: 1, Value: 1<br>   0.166098     Path: UPS.BatterySystem.Battery.PresentStatus.Discharging, Type: Feature, ReportID: 0x23, Offset: 1, Size: 1, Value: 0<br>   0.166336     Path: UPS.BatterySystem.Battery.PresentStatus.NeedReplacement, Type: Feature, ReportID: 0x23, Offset: 2, Size: 1, Value: 0<br>   0.168422     Path: UPS.BatterySystem.Test, Type: Feature, ReportID: 0x10, Offset: 0, Size: 8, Value: 0<br>   0.170429     Path: UPS.Flow.ConfigVoltage, Type: Feature, ReportID: 0x01, Offset: 0, Size: 8, Value: 120<br>   0.172417     Path: UPS.Flow.ConfigFrequency, Type: Feature, ReportID: 0x02, Offset: 0, Size: 8, Value: 60<br>   0.174421     Path: UPS.Flow.ConfigApparentPower, Type: Feature, ReportID: 0x03, Offset: 0, Size: 16, Value: 1500<br>   0.176420     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type: Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535<br>   0.178432     Path: UPS.OutletSystem.Outlet.ffff00bc, Type: Feature, ReportID: 0xe0, Offset: 0, Size: 16, Value: 0<br>   0.180429     Path: UPS.OutletSystem.Outlet.ffff0091, Type: Feature, ReportID: 0x51, Offset: 0, Size: 8, Value: 0<br>   0.182421     Path: UPS.OutletSystem.Outlet.TLWatchdog, Type: Feature, ReportID: 0x52, Offset: 0, Size: 8, Value: 0<br>   0.184422     Path: UPS.OutletSystem.Outlet.ffff00c7, Type: Feature, ReportID: 0xb6, Offset: 0, Size: 8, Value: 1<br>   0.186429     Path: UPS.TLCustom.[1].CommunicationProtocolVersion, Type: Feature, ReportID: 0x6c, Offset: 0, Size: 16, Value: 8210<br>   0.188432     Path: UPS.TLCustom.[1].ffff00df, Type: Feature, ReportID: 0x9f, Offset: 0, Size: 32, Value: 3<br>   0.190439     Path: UPS.ffff0015.[1].ffff00c0, Type: Feature, ReportID: 0x96, Offset: 0, Size: 8, Value: 255<br>   0.192393     refresh_report_buffer: expected 5 bytes, but got 2 instead<br>   0.192571     Path: UPS.ffff0015.[1].ffff00d2, Type: Feature, ReportID: 0xb4, Offset: 0, Size: 32, Value: 255<br>   0.194518     refresh_report_buffer: expected 5 bytes, but got 2 instead<br>   0.194696     Path: UPS.ffff0015.[1].ffff00d3, Type: Feature, ReportID: 0xb5, Offset: 0, Size: 32, Value: 255<br>   0.196934     Path: UPS.ffff0015.[1].ffff00c1, Type: Feature, ReportID: 0x97, Offset: 0, Size: 16, Value: 255<br>   0.197763     Path: UPS.ffff0015.[1].ffff00c2, Type: Feature, ReportID: 0x98, Offset: 0, Size: 8, Value: 255<br>   0.199686     Path: UPS.ffff0015.[1].ffff00c3, Type: Feature, ReportID: 0x99, Offset: 0, Size: 16, Value: 255<br>   0.200527     Path: UPS.ffff0015.[1].ffff00c5, Type: Feature, ReportID: 0x9b, Offset: 0, Size: 16, Value: 3<br>   0.202435     Path: UPS.ffff0015.[1].ffff00d6, Type: Feature, ReportID: 0xc2, Offset: 0, Size: 32, Value: 11<br>   0.204391     libusb_get_report: could not claim interface 0: Device or resource busy<br>   0.204547     Can't retrieve Report c1: Device or resource busy<br>   0.204984     Path: UPS.ffff0015.[1].ffff00d8, Type: Feature, ReportID: 0xc1, Offset: 0, Size: 32<br>   0.207063     Path: UPS.ffff0015.[1].ffff00d7, Type: Feature, ReportID: 0xc3, Offset: 0, Size: 32, Value: 1<br>   0.207896     libusb_get_report: could not claim interface 0: Device or resource busy<br>   0.208048     Can't retrieve Report 9a: Device or resource busy<br>   0.208339     Path: UPS.ffff0015.[1].ffff00c4, Type: Feature, ReportID: 0x9a, Offset: 0, Size: 32<br>   0.210434     Path: UPS.ffff0015.[1].CommunicationVersion, Type: Feature, ReportID: 0x59, Offset: 0, Size: 32, Value: 4<br>   0.212429     Path: UPS.BatterySystem.Battery.Voltage, Type: Feature, ReportID: 0x20, Offset: 0, Size: 16, Value: 263<br>   0.214426     Path: UPS.PowerConverter.Input.Voltage, Type: Feature, ReportID: 0x18, Offset: 0, Size: 16, Value: 112.5<br>   0.216425     Path: UPS.PowerConverter.Input.Frequency, Type: Feature, ReportID: 0x19, Offset: 0, Size: 16, Value: 59.8<br>   0.218426     Path: UPS.PowerConverter.Output.Voltage, Type: Feature, ReportID: 0x1b, Offset: 0, Size: 16, Value: 112.4<br>   0.220433     Path: UPS.PowerConverter.Output.ActivePower, Type: Feature, ReportID: 0x47, Offset: 0, Size: 16, Value: 0<br>   0.222423     Path: UPS.PowerConverter.PresentStatus.VoltageOutOfRange, Type: Feature, ReportID: 0x22, Offset: 0, Size: 1, Value: 0<br>   0.222594     Path: UPS.PowerConverter.PresentStatus.Buck, Type: Feature, ReportID: 0x22, Offset: 1, Size: 1, Value: 0<br>   0.222833     Path: UPS.PowerConverter.PresentStatus.Boost, Type: Feature, ReportID: 0x22, Offset: 2, Size: 1, Value: 0<br>   0.223449     Path: UPS.PowerConverter.PresentStatus.Overload, Type: Feature, ReportID: 0x22, Offset: 4, Size: 1, Value: 0<br>   0.223707     Path: UPS.PowerConverter.PresentStatus.Used, Type: Feature, ReportID: 0x22, Offset: 5, Size: 1, Value: 0<br>   0.223927     Path: UPS.PowerConverter.PresentStatus.OverTemperature, Type: Feature, ReportID: 0x22, Offset: 6, Size: 1, Value: 0<br>   0.224405     Path: UPS.PowerConverter.PresentStatus.InternalFailure, Type: Feature, ReportID: 0x22, Offset: 7, Size: 1, Value: 0<br>   0.224726     Path: UPS.PowerConverter.PresentStatus.AwaitingPower, Type: Feature, ReportID: 0x22, Offset: 14, Size: 1, Value: 0<br>   0.226683     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type: Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535<br>   0.227422     Path: UPS.OutletSystem.Outlet.PercentLoad, Type: Feature, ReportID: 0x1e, Offset: 0, Size: 8, Value: 0<br>   0.227656     Report descriptor retrieved (Reportlen = 662)<br>   0.227813     Found HID device<br>   0.227999     Detected a UPS: Tripp Lite /Tripp Lite UPS<br>   0.228695     Path: UPS.PowerSummary.RemainingCapacity, Type: Feature, ReportID: 0x34, Offset: 0, Size: 8, Value: 100<br>   0.229285     Path: UPS.PowerSummary.RunTimeToEmpty, Type: Feature, ReportID: 0x35, Offset: 0, Size: 16, Value: 3840<br>   0.229798     Path: UPS.BatterySystem.Battery.ConfigVoltage, Type: Feature, ReportID: 0x04, Offset: 0, Size: 16, Value: 24<br>   0.230176     Path: UPS.BatterySystem.Battery.Voltage, Type: Feature, ReportID: 0x20, Offset: 0, Size: 16, Value: 263<br>   0.230514     Path: UPS.PowerSummary.iDeviceChemistry, Type: Feature, ReportID: 0x2a, Offset: 0, Size: 8, Value: 4<br>   0.233641     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type: Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535<br>   0.233898     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type: Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535<br>   0.234177     Path: UPS.BatterySystem.Test, Type: Feature, ReportID: 0x10, Offset: 0, Size: 8, Value: 0<br>   0.234533     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature, ReportID: 0x11, Offset: 0, Size: 8, Value: 2<br>   0.234899     Path: UPS.Flow.ConfigApparentPower, Type: Feature, ReportID: 0x03, Offset: 0, Size: 16, Value: 1500<br>   0.235361     Path: UPS.PowerConverter.Output.ActivePower, Type: Feature, ReportID: 0x47, Offset: 0, Size: 16, Value: 0<br>   0.235781     Path: UPS.OutletSystem.Outlet.PercentLoad, Type: Feature, ReportID: 0x1e, Offset: 0, Size: 8, Value: 0<br>   0.236148     Path: UPS.OutletSystem.Outlet.TLWatchdog, Type: Feature, ReportID: 0x52, Offset: 0, Size: 8, Value: 0<br>   0.236631     Path: UPS.PowerSummary.PresentStatus.ShutdownImminent, Type: Feature, ReportID: 0x32, Offset: 0, Size: 1, Value: 0<br>   0.236905     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type: Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1<br>   0.237127     Path: UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature, ReportID: 0x32, Offset: 5, Size: 1, Value: 0<br>   0.237528     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type: Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1<br>   0.237866     Path: UPS.PowerSummary.PresentStatus.Charging, Type: Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1<br>   0.238339     Path: UPS.PowerSummary.PresentStatus.Discharging, Type: Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0<br>   0.238680     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type: Feature, ReportID: 0x32, Offset: 7, Size:1, Value: 0<br>   0.239026     Path: UPS.PowerSummary.PresentStatus.NeedReplacement, Type: Feature, ReportID: 0x32, Offset: 4, Size:1, Value: 0<br>   0.239555     Path: UPS.PowerConverter.PresentStatus.VoltageOutOfRange, Type: Feature, ReportID: 0x22, Offset: 0, Size: 1, Value: 0<br>   0.239774     Path: UPS.PowerConverter.PresentStatus.Buck, Type: Feature, ReportID: 0x22, Offset: 1, Size: 1, Value: 0<br>   0.240222     Path: UPS.PowerConverter.PresentStatus.Boost, Type: Feature, ReportID: 0x22, Offset: 2, Size: 1, Value: 0<br>   0.240606     Path: UPS.PowerConverter.PresentStatus.Overload, Type: Feature, ReportID: 0x22, Offset: 4, Size: 1, Value: 0<br>   0.241013     Path: UPS.PowerConverter.PresentStatus.OverTemperature, Type: Feature, ReportID: 0x22, Offset: 6, Size: 1, Value: 0<br>   0.241395     Path: UPS.PowerConverter.PresentStatus.InternalFailure, Type: Feature, ReportID: 0x22, Offset: 7, Size: 1, Value: 0<br>   0.241731     Path: UPS.PowerConverter.PresentStatus.AwaitingPower, Type: Feature, ReportID: 0x22, Offset: 14, Size: 1, Value: 0<br>   0.242083     Path: UPS.PowerSummary.Input.ConfigVoltage, Type: Feature, ReportID: 0x30, Offset: 0, Size: 8, Value: 120<br>   0.242538     Path: UPS.PowerConverter.Input.Voltage, Type: Feature, ReportID: 0x18, Offset: 0, Size: 16, Value: 112.5<br>   0.242862     Path: UPS.PowerConverter.Input.Frequency, Type: Feature, ReportID: 0x19, Offset: 0, Size: 16, Value: 59.8<br>   0.243516     Path: UPS.Flow.ConfigVoltage, Type: Feature, ReportID: 0x01, Offset: 0, Size: 8, Value: 120<br>   0.243880     Path: UPS.PowerConverter.Output.Voltage, Type: Feature, ReportID: 0x1b, Offset: 0, Size: 16, Value: 112.4<br>   0.244299     Path: UPS.Flow.ConfigFrequency, Type: Feature, ReportID: 0x02, Offset: 0, Size: 8, Value: 60<br>   0.244685     Path: UPS.BatterySystem.Test, Type: Feature, ReportID: 0x10, Offset: 0, Size: 8, Value: 0<br>   0.244975     Path: UPS.BatterySystem.Test, Type: Feature, ReportID: 0x10, Offset: 0, Size: 8, Value: 0<br>   0.245549     Path: UPS.BatterySystem.Test, Type: Feature, ReportID: 0x10, Offset: 0, Size: 8, Value: 0<br>   0.245890     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type: Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535<br>   0.246349     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type: Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535<br>   0.246684     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type: Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535<br>   0.246864     Path: UPS.OutletSystem.Outlet.TLWatchdog, Type: Feature, ReportID: 0x52, Offset: 0, Size: 8, Value: 0<br>   0.247177     Path: UPS.OutletSystem.Outlet.TLWatchdog, Type: Feature, ReportID: 0x52, Offset: 0, Size: 8, Value: 0<br>   0.247607     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature, ReportID: 0x11, Offset: 0, Size: 8, Value: 2<br>   0.247935     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature, ReportID: 0x11, Offset: 0, Size: 8, Value: 2<br>   0.248426     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature, ReportID: 0x11, Offset: 0, Size: 8, Value: 2<br>   0.248761     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature, ReportID: 0x11, Offset: 0, Size: 8, Value: 2<br>   0.249099     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature, ReportID: 0x11, Offset: 0, Size: 8, Value: 2<br>   0.249790     find_nut_info: unknown info type: load.on.delay<br>   0.249969     find_nut_info: unknown info type: load.on.delay<br>   0.250269     Initiating UPS shutdown<br>   0.250505     upsdrv_shutdown...<br>   0.250795     instcmd(shutdown.return, [NULL])<br>   0.251176     find_nut_info: unknown info type: shutdown.return<br>   0.251447     instcmd(load.on.delay, [NULL])<br>   0.251795     find_nut_info: unknown info type: load.on.delay<br>   0.251985     instcmd: info element unavailable load.on.delay<br><br>   0.252371     instcmd(shutdown.reboot, [NULL])<br>   0.254665     upsdrv_cleanup...<br><br>------------------------------<br><br>pi@rpi:~ $ upscmd -l ups<br>Instant commands supported on UPS [ups]:<br><br>beeper.disable - Disable the UPS beeper<br>beeper.enable - Enable the UPS beeper<br>beeper.mute - Temporarily mute the UPS beeper<br>beeper.off - Obsolete (use beeper.disable or beeper.mute)<br>beeper.on - Obsolete (use beeper.enable)<br>load.off - Turn off the load immediately<br>load.off.delay - Turn off the load with a delay (seconds)<br>reset.watchdog - Reset watchdog timer<br>shutdown.reboot - Shut down the load briefly while rebooting the UPS<br>shutdown.stop - Stop a shutdown in progress<br>test.battery.start.deep - Start a deep battery test<br>test.battery.start.quick - Start a quick battery test<br>test.battery.stop - Stop the battery test</div>