From: Petter Reinholdtsen
Date: Thu, 24 Sep 2015 11:19:59 +0000 (+0200)
Subject: A bit more text.
X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/b5795b8c827d8036eda9cc18a490f4356f8832be?ds=sidebyside
A bit more text.
---
diff --git a/blog/data/2015-09-24-laptop-battery.txt b/blog/data/2015-09-24-laptop-battery.txt
index 638b0350b3..f2c7be3522 100644
--- a/blog/data/2015-09-24-laptop-battery.txt
+++ b/blog/data/2015-09-24-laptop-battery.txt
@@ -31,7 +31,7 @@ battery stats ever since. Now my
/var/log/hjemmenett-battery-status.log file contain around 115,000
measurements, from the time the battery was working great until now,
when it is unable to charge above 7% of original capasity. My
-colletor shell script look like this:
+colletor shell script is quite simple and look like this:
#!/bin/sh
@@ -112,3 +112,12 @@ Linux too.
Is there a way with Linux to tell the battery to stop charging at
80%, unless requested to charge to 100% once in preparation for a
longer trip?
+
+I wonder why the battery capacity was reported to be more than 100%
+at the start. I also wonder why the "full capacity" increases some
+times, and if it is possible to repeat the process to get the battery
+back to design capacity. And I wonder if the discharge and charge
+speed change over time, or if this stay the same. I did not yet try
+to write a tool to calculate the derivative values of the battery
+level, but suspect some interesting insights might be learned from
+those.