Wayne Orwig
Active Member
I know a lot of people go out of their way to not let device batteries get to 100%. Generally for me, I am plugged into the charger full time, so the device is always ready to go. I did have an OLD smartphone that I installed a security camera app on, and plugged it in for a few years, that the battery started to swell after years. Other then that, I have no real issue.
A few days back while playing with my Android phone, I encountered a macro that lets you control a smart device based on the phone battery level. As in, when the phone gets to say 95%, it turns off the charger. Then when it drops to say 85%, it turn it back on. I then wrote a batch file to sort of do the same for my Surface Pro 3.
Basically:
1) I created a task in the scheduler that runs a batch file ever 15 minutes.
2) The batch file looks at the battery level
3) If the battery level is high (or low) it sends an off (or on) request to IFTTT.
4) IFTTT then controls the charger as needed.
Sort of convoluted, but it works. So my SP3 stays between about 85% and 95% now. I'm not convinced that this is a great thing, but I don't think it will hurt.
If anyone is seriously interested in trying this, and you know how to control a switch from IFTTT, I can do a more detailed writeup.
A few days back while playing with my Android phone, I encountered a macro that lets you control a smart device based on the phone battery level. As in, when the phone gets to say 95%, it turns off the charger. Then when it drops to say 85%, it turn it back on. I then wrote a batch file to sort of do the same for my Surface Pro 3.
Basically:
1) I created a task in the scheduler that runs a batch file ever 15 minutes.
2) The batch file looks at the battery level
3) If the battery level is high (or low) it sends an off (or on) request to IFTTT.
4) IFTTT then controls the charger as needed.
Sort of convoluted, but it works. So my SP3 stays between about 85% and 95% now. I'm not convinced that this is a great thing, but I don't think it will hurt.
If anyone is seriously interested in trying this, and you know how to control a switch from IFTTT, I can do a more detailed writeup.