-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
keyNotFound(code: "BCLM")% #34
Comments
I am also having this error. M1 Macbook Pro with Apple M1 Pro chip on macOS Monterey. Same things happens to me when i type the same command |
I have learned that the M1 does not have an SMC, and thus there is no key to write to. Unfortunately there is no option for us :( I did have an idea to overwrite the ML model that determines when to hold at 80% with one that always outputs True, and I have created the file, but cannot figure out how to overwrite system files. |
How does AlDente (https://github.com/davidwernhart/AlDente) work then with M1 Macs? Thanks for the info though! |
It just disconnects the charger until the desired battery level is reached. The unfortunate thing about this is that clamshell doesn't work with it as clamshell is only enabled when connected to power, that is why I resorted to forcing the ML model to handle the SOC decrease. |
All the functions the SMC handled are now embedded in the M1 processor. That must include recharging the battery. It does explain why the two utilities I've tried, which reference BCLM, don't do what they were intended to do on my M1 Mac. Clearly a new version of charge-limiter is needed, which will: If godly-devotion is willing to attempt this new version, I'd be willing to sponsor him/her/them with a $20 contribution. |
Update: Limiting the battery charge is DEFINITELY possible on the M1 machines, since the AlDente app is successfully doing it. However, the charging indicator light is incorrectly showing that it's charging when it's not. |
When running the app, is says the current charge is "keyNotFound(code: "BCLM")%".
Even though it says success, the battery charge is not being limited.
I also get this message when running the command
sudo /Applications/Charge\ Limiter.app/Contents/Resources/bclm write 80
I'm on an M1 MacBook Air running macOS Monterey 12.0.1
The text was updated successfully, but these errors were encountered: