AppHouseKitchen / AppHouseKitchen/AlDente-Battery_Care_and_Monitoring
Set charge limit based on voltage
- Lenguaje dominante
- Swift
- Estrellas
- 9.2k
- Forks
- 332
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Since there's a problem with the SoC drifting over time, why not have the option of setting a voltage threshold.
There's a lot of information available from the battery:
`ioreg -w 0 -f -r -c AppleSmartBattery | grep Voltage`
On my macbook m1 air I see there's a 3 cell battery, each cell having a nominal voltage of about 3.8v, and about 4.4v when full. So it would not be difficult to determine what is an appropriate threshold to set. Right now it's showing 47% and a voltage of 11,426 (11,426/3 = 3.8).
Why do I want this? I'd like to avoid regular battery re-calibrations. If I'm using it docked all the time I don't want the extra hassle.
I don't actually have the pro version. With this feature it would be much more appealing. Right now I'm not sure Pro would make any difference to me.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.