mirror of
https://github.com/AppHouseKitchen/AlDente-Battery_Care_and_Monitoring.git
synced 2026-03-25 02:41:28 +01:00
Possible to reduce max charging current as well? #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dgazzoni on GitHub (May 27, 2020).
I'm curious where you found the BCLM SMC key to limit battery charge level; maybe there are other SMC keys that allow e.g. limiting the charging current? Fast charging is also somewhat damaging to the battery.
@diogoterremoto commented on GitHub (Jun 3, 2020):
Awesome idea. This way the battery wouldn't heat too much while charging.
@davidwernhart commented on GitHub (Jun 4, 2020):
Hi @swineone !
I simply found the key by dumping all the keys that MacOS uses to interact with the SMC (which was about 400 in my case) and writing values to keys that looked promising. To put it shortly, it was pure luck. It could definitely be possible that a key to limit charging current exists, but searching for it requires a lot of luck and can potentially harm your system.
I agree that fast charging is also not the best for notebook batteries. I circumvent this problem by just using a lower-wattage USB-C charger than the one that came with my MacBook. I know that this is not a particularly elegant solution, but it's the best I know so far.
Hope that helped!
Best regards,
David