lihaoyun6 / AirBattery

Get the battery usage of all your devices on your Mac and put them on the Dock / Menu Bar / Widget! && 在Mac上获取你所有设备的电量信息并显示在Dock / 状态栏 / 小组件上!
https://lihaoyun6.github.io/airbattery/
GNU Affero General Public License v3.0
922 stars 27 forks source link

Show AirPods together if battery percentage is almost same #26

Closed dhruvkb closed 1 month ago

dhruvkb commented 1 month ago

Apple's Battery widget shows the left and right AirPods together if their battery levels are similar. This makes it more convenient because it is not necessary to see the battery level of each AirPod separately.

Screenshot 2024-06-04 at 2 51 48 PM

Please implement a similar feature in AirBattery. Also, thanks for building this incredible app, I have needed this for a long time.

lihaoyun6 commented 1 month ago
image

Actually... AirBattery has this feature, but I set the "merge limit" to 3%

lihaoyun6 commented 1 month ago

Maybe I'll raise it to 5%, or add a setting to allow users to customize this value🤔

dhruvkb commented 1 month ago

It's quite weird, my AirPods both start at a hundred but one depletes much faster than the other and the difference goes to even 20% by the time one dies. So a customisable value would be very helpful. Thank you.

lihaoyun6 commented 1 month ago

Because the battery health of the two pods may be different (if you only wear one side often, it will be less durable)
And the two pods do not communicate with the Mac at the same time, only one "Main" side is connected to the Mac, and then it forwards the data to the other side. The "Main" pod consumes more power, so normally they take turns being the "Main".

lihaoyun6 commented 1 month ago
image

This feature will be implemented in the next update.

dhruvkb commented 1 month ago

Brilliant, thank you 🙏!

Write commented 1 month ago

image This feature will be implemented in the next update.

You're a saint.

lihaoyun6 commented 1 month ago

@dhruvkb @Write AirBattery v1.3.4 has been released, including multiple bug fixes and new features. Please check for updates😊