2022-03-08 19:16:00 +00:00
|
|
|
# Power manager
|
|
|
|
|
2022-03-13 19:54:06 +00:00
|
|
|
Manages settings for charging.
|
|
|
|
Features:
|
|
|
|
* Warning threshold to be able to disconnect the charger at a given percentage
|
2022-11-04 17:34:15 +00:00
|
|
|
* Set the battery calibration offset
|
2022-03-13 19:54:06 +00:00
|
|
|
* Force monotonic battery percentage or voltage
|
2022-11-04 17:34:15 +00:00
|
|
|
* Automatic calibration on charging uninterrupted longer than 3 hours (reloads of the watch reset the timer).
|
2022-03-08 19:16:00 +00:00
|
|
|
|
|
|
|
## Internals
|
|
|
|
|
|
|
|
Battery calibration offset is set by writing `batFullVoltage` in setting.json
|
|
|
|
|
|
|
|
## TODO
|
|
|
|
|
|
|
|
* Optionally keep battery history and show as graph
|
|
|
|
|
|
|
|
## Creator
|
|
|
|
|
|
|
|
[halemmerich](https://github.com/halemmerich)
|