maintenance
-
The battery is full again!
The battery has been meandering up and down for several days, but today it was sunny enough to catch some upswing. It's almost november and the battery's full!
sudo logread -n500 -u $LOGNAME/power-info | cut -d' ' -f6- | jq -c 'select(.["qcom-battery"].capacity.value == 99)' | jq -c --slurp 'unique_by(.timestamp|split("T")|.[0]).[]'
{"pmi8998-charger":{"status":"Charging","current":{"value":520.3,"unit":"mA"},"voltage":{"value":4.8,"unit":"V"},"power":{"value":2.5,"unit":"W"}},"qcom-battery":{"capacity":{"value":99,"unit":"%"},"status":"Charging","current":{"value":-483.4,"unit":"mA"},"voltage":{"value":4.3,"unit":"V"},"power":{"value":-2.1,"unit":"W"}},"timestamp":"2024-10-19T12:30:00+0200"} {"pmi8998-charger":{"status":"Charging","current":{"value":216.4,"unit":"mA"},"voltage":{"value":4.9,"unit":"V"},"power":{"value":1.1,"unit":"W"}},"qcom-battery":{"capacity":{"value":99,"unit":"%"},"status":"Charging","current":{"value":-191.9,"unit":"mA"},"voltage":{"value":4.3,"unit":"V"},"power":{"value":-0.8,"unit":"W"}},"timestamp":"2024-10-20T14:45:00+0200"} {"pmi8998-charger":{"status":"Charging","current":{"value":575.6,"unit":"mA"},"voltage":{"value":4.7,"unit":"V"},"power":{"value":2.7,"unit":"W"}},"qcom-battery":{"capacity":{"value":99,"unit":"%"},"status":"Charging","current":{"value":-522.5,"unit":"mA"},"voltage":{"value":4.4,"unit":"V"},"power":{"value":-2.3,"unit":"W"}},"timestamp":"2024-10-23T16:30:00+0200"}