Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notifications while charging! #79

Closed
gblazex opened this issue Oct 25, 2013 · 6 comments
Closed

Notifications while charging! #79

gblazex opened this issue Oct 25, 2013 · 6 comments

Comments

@gblazex
Copy link

gblazex commented Oct 25, 2013

I'd like to prevent my battery from charging over 80% as per the recommendations here:

http://batteryuniversity.com/learn/article/do_and_dont_battery_table

Unfortunately your app (which I bought through the Mac App Store) only shows notifications while discharging.

@gblazex
Copy link
Author

gblazex commented Oct 25, 2013

One way to solve this could be:

Percentages above 75% should send "Charged to X %" type notifications by default
(instead of "battery remaining...").

It doesn't really make sense to get notifications if my battery is discharged to 80% (still got tons of juice),
but it makes perfect sense to be alarmed when charging hits 80% (see my link above).

@danielmartin
Copy link
Contributor

If we're going to implement this, it'd make sense to have two percentages: an upper limit (set by default to 80%) and a lower limit (set by default to 50%). You get a notification when you hit 80% connected to AC, and another notification when you hit 50% on battery.

We could name it "battery health" mode, or something like that. What do you think?

@pianomansam
Copy link

I too would like to see this feature as this is the reason why I am using the app. Perhaps the easiest way to implement something like this is to have the notifications be show regardless if the battery is charging or discharging. Currently they only seem to show if the battery is discharging, except when the battery is full.

codler added a commit that referenced this issue Jan 2, 2014
@codler
Copy link
Owner

codler commented Jan 2, 2014

Now implemented. Notifications above 50% notifies while charging.

@codler codler closed this as completed Jan 2, 2014
@pianomansam
Copy link

Working great!

@saschafiedler
Copy link

Not working for me. What am I doing wrong? http://cl.ly/Unhv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants