Skip to content

Commit

Permalink
Merge pull request #619 from Dasharo/novacustom-battery
Browse files Browse the repository at this point in the history
NovaCustom battery management
  • Loading branch information
johanes2115 authored Jul 27, 2023
2 parents ffa5990 + 2586194 commit 7b87b07
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 0 deletions.
Binary file added docs/images/battery_block_popup.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/battery_connection.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/power_error.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions docs/unified/novacustom/battery-management.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# NovaCustom power and battery subsystem

NovaCustom laptops equipped with Dasharo firmware provide several battery
management mechanisms to optimize user experience and further prolong the
battery's lifespan.

## Boot blocking when the battery is low

To prevent corruption of the bootloader, which may occur due to sudden power cut
off during the OS boot process, booting the OS is blocked when the battery level
sits below 5%. When trying to boot the OS with the battery level below the
defined threshold, following message will be displayed on screen:

![](images/boot_block_popup.jpg)

## Disconnected battery warning

When the firmware encounters problems with detecting the battery, following
message will appear suggesting checking the physical connection between the
battery and mainboard:

![](images/battery_connection.jpg)

## Power information error

When the firmware encounters problems with retrieving information about AC and
battery state, following error message will be displayed:

![](images/power_error.jpg)

## Charge thresholds

Dasharo firmware implements battery charge thresholds, which aim to extend the
lifespan of the battery:

- charging will only start when the battery level is below 95%

- charging will stop once the battery level reaches 98%

Custom charge thresholds can be configured using the Dasharo setup menu or using
third-party software like [tlp](https://linrunner.de/tlp/faq/battery.html).
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ nav:
- 'Post-installation setup': unified/clevo/post-install.md
- 'RGB keyboard': unified/novacustom/rgb-keyboard.md
- 'Fn lock hotkey': unified/novacustom/fn-lock-hotkey.md
- 'Battery management': unified/novacustom/battery-management.md
- 'Fan profiles': unified/novacustom/fan-profiles.md
- 'Firmware update using fwupd': unified/novacustom/fwupd-usage.md
- 'NV4x 12th Gen':
Expand Down

0 comments on commit 7b87b07

Please sign in to comment.