-
-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Battery charge limmits interfering with discharge detection #573
Comments
Possibly related to #83 |
I have a charge limit set on my laptop so that it doesn't charge past 80% but I haven't had this issue. Also may I ask what you're using to limit the charge? Is it a kernel firmware or something else? |
The output is "Not charging", I might be mistaken as to the cause of the issue. I thought that was it becuase
The limit is being set by laptop firmware |
Hm yeah not sure why auto-cpufreq is picking up that its discharging What do you get from |
cat /sys/class/power_supply/ACAD/online gives no such file error |
My laptop uses charge limit's to prolong the batteries longevity, as a result that status of the battery may be discharging (since no charge is being added), but it is still using AC power.
The current discharge detection does not account for this behavior: core.py:311
This could be fixed by checking the battery current
I'm not sure if this is the optimal approach with is why I haven't opened a pr.
diff.TXT
The text was updated successfully, but these errors were encountered: