rurza / BatFi

Battery charging limiter for macOS.
MIT License
277 stars 33 forks source link

Incorrect battery health #34

Closed Neifab closed 6 months ago

Neifab commented 6 months ago

Hello there,

I've noticed an incorrect battery health pourcentage in the app. CoconutBattery tells me it's at 95,9 and BatFi at 100%.

I guess BatFi is taking the "official" macOS battery statut, maybe there is a way to put another one more accurate.

Best

screenshot

rurza commented 6 months ago

Hey! When the app was displaying calculated capacity, I was receiving a bunch of emails every week about it showing the "wrong" health. I'm not sure which one is actually "right," but because the OS consistently reports 100% for a new battery (while CoconutBattery might report values like 101% and then 95% two weeks later), I've decided to use the one provided by the OS.

Neifab commented 6 months ago

Thanks for the answer