Skip to content

Commit

Permalink
docs/man/usbhid-ups.txt: extra comments about CPS offdelay [#578]
Browse files Browse the repository at this point in the history
Closes: #578

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov authored and tom1422 committed Oct 24, 2024
1 parent b078dc1 commit b6f420f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/man/usbhid-ups.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ The default value is 20 (in seconds). Usually this *must be lower* than
+
Note that many Cyber Power Systems (CPS) models tend to divide this delay by
60 and round down, so the minimum advisable value is 60 to avoid powering off
immediately after NUT sends the shutdown command to the UPS.
immediately after NUT sends the shutdown command to the UPS. More details
below.

*ondelay*='num'::
Set the timer for the UPS to switch on in case the power returns after the
Expand Down Expand Up @@ -347,6 +348,12 @@ Note that many Cyber Power Systems (CPS) models tend to divide `offdelay`
by 60 and round down, so the minimum advisable value is 60 (seconds) to avoid
powering off immediately after NUT sends the shutdown command to the UPS.

For many Cyberpower UPSs, `offdelay` must be set to `0` for normal behavior
(the load is restored when AC power returns). Setting `offdelay` above `0`
will restart the UPS load *regardless of whether or not power has returned*,
and setting `offdelay` below `0` will disable the auto-power-on function of
the UPS, keeping the load off even when power returns.

UPS does not set battery.charge.low but says OK
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit b6f420f

Please sign in to comment.