Skip to content

Commit

Permalink
NEWS.adoc: optiups fixes [#2089]
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov authored Oct 6, 2023
1 parent 9327fa5 commit 26bf63d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NEWS.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,14 @@ as part of https://github.com/networkupstools/nut/issues/1410 solution.
- The `bestfortress` driver shutdown handling was fixed to use a non-trivial
default timeout [#1820]

- The `optiups` driver only gave accurate voltage information with 120VAC
models and assumed a 12V battery when calculating capacity. There is
a protocol command that gives a (fixed) voltage which correlates with
the voltage selection DIP switches on the back of the UPS, taking into
account whether it is a 120 or 240VAC model. Likewise, now the battery
capacity fix is applied globally, based on whether or not the battery
voltage is greater than 20V. [#2089]

- GPIO drivers [#1855]:
* Added a new category of drivers, using GPIO interface to locally connected
devices (currently limited to 2018+ Linux libgpiod, but its architecture
Expand Down

0 comments on commit 26bf63d

Please sign in to comment.