rurza / BatFi

Battery charging limiter for macOS.
MIT License
208 stars 27 forks source link

Menu shows Battery Health at 101% #21

Closed gsohoni closed 7 months ago

gsohoni commented 7 months ago

On M3 Pro, the BatFi menu is showing Battery Health at 101%.

Screenshot 2023-12-14 at 09 15 24
rurza commented 7 months ago

Thanks! Right now the app calculates the health by dividing the capacity reported by the battery by the original capacity, so for a new battery it can be more than 100%. I'm going to change the implementation, because it's off to numbers reported by the System Settings

gsohoni commented 7 months ago

Great! Could you also enable discussions on this repo so people can ask questions and discuss the functoinality of the app instead of raising issues? Keep up the good work!