Instead of having alerts for battery going low, or different set-points, I'd like to get an alert if my batteries are draining fast.
For example, if my AC kicks on, and the batteries are draining, and I'm not there, I'd like to get an alert. I might ignore it, but at least I'd know.
My pseudo-code is, if (Battery%_10Mins_ago - Battery%_Now) is, say, > 10. That'd be if my battery dropped 10% in 10 minutes (arbitrary #'s).
Any guidance?
For example, if my AC kicks on, and the batteries are draining, and I'm not there, I'd like to get an alert. I might ignore it, but at least I'd know.
My pseudo-code is, if (Battery%_10Mins_ago - Battery%_Now) is, say, > 10. That'd be if my battery dropped 10% in 10 minutes (arbitrary #'s).
Any guidance?