frederik-h / acer-wmi-battery

A linux kernel driver for the Acer WMI battery health control interface
GNU General Public License v2.0
113 stars 15 forks source link

How to check good functioning #29

Closed Friptick closed 1 year ago

Friptick commented 1 year ago

Quick support request!

After the machine has been plugged in for a while, and with the following outputs unchanging, can I assume that the module is working properly and that the battery charge has been limited to 80%?

$ cat /sys/bus/wmi/drivers/acer-wmi-battery/health_mode
1
$ cat /sys/class/power_supply/BAT0/capacity
79
$ cat /sys/class/power_supply/BAT0/status
Not charging
frederik-h commented 1 year ago

Looks right!

Friptick commented 1 year ago

PS Great. Take this as confirmation that your module works with model SF-114. Thanks again for your work.