Clamshell force-discharge
Is your feature request related to a problem? Please describe. It's a bit of a shame that [force-discharging] doesn't work in clamshell mode. Al Dente seems to have this ability in the pro package. However, I like this app way more for its elegance (simplicity) and price.
Describe the solution you'd like Add the ability to force-discharge in clamshell mode.
Describe alternatives you've considered For now I'm keeping the lid half-open to allow force-discharge. (I haven't yet got to the point where I find out if I can close the lid after the 80% is reached, and keep it there)
Additional context Add any other context or screenshots about the feature request here.
Thanks!!
Pull requests are welcome for this!
Ditto on this. It seems AlDente, this app, and the other apps designed to take control of Optimized Charging all break in clamshell mode. I wonder if simulating the state of clamshell to macOS or the app would be of any use? The AlDente dev said it's "a hardware limitation" which seems hard to believe given Optimized Charging itself can activate in clamshell mode, though of course that's of little use to anyone given how sporadic and unreliable it is.
Ditto on this. It seems AlDente, this app, and the other apps designed to take control of Optimized Charging all break in clamshell mode. I wonder if simulating the state of clamshell to macOS or the app would be of any use? The AlDente dev said it's "a hardware limitation" which seems hard to believe given Optimized Charging itself can activate in clamshell mode, though of course that's of little use to anyone given how sporadic and unreliable it is.
https://apphousekitchen.com
discharges in Disabling sleep with clamshell mode
function sleep_off(){
sudo pmset -a sleep 0
sudo pmset -a hibernatemode 0
sudo pmset -a disablesleep 1
}
function sleep_on(){
sudo pmset -a sleep 1
sudo pmset -a hibernatemode 3
sudo pmset -a disablesleep 0
}
my demo