You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing low battery alert in Loop Follow is useful, but an additional alert for rapid battery drain would be beneficial.
Use Case
There are scenarios where an app or background process consumes excessive power, causing rapid battery depletion. While the existing low battery alarm helps, an earlier warning when the battery is dropping unusually fast would provide even more timely intervention.
Proposed Feature
Add an optional alert for when the battery percentage drops by X% in Y minutes.
This would help identify situations where a device is losing battery rapidly before reaching a critically low level.
To prevent unnecessary notifications, this feature should be configurable (disabled by default) and allow users to set their own thresholds.
Potential Implementation
Monitor battery percentage changes over time.
If the battery drops by more than a configurable threshold (e.g., 5% in 10 minutes), trigger an alert.
Provide customization options in settings to enable or adjust the threshold.
The text was updated successfully, but these errors were encountered:
I was asking if this was something already available in the community (via loop or otherwise) and my partner did some asking around, and suddenly this new issue is opened.
I have a working prototype already which does the bare minimum and is configurable with alarm settings. I'm new the code-base, and I think I have covered the required changes, but unsure if there are other dependencies I might be missing.
I also have some open points which might be worth discussing more. Not sure if it's better to discuss here, or should I raise a PR and we can discuss there?
Description
The existing low battery alert in Loop Follow is useful, but an additional alert for rapid battery drain would be beneficial.
Use Case
There are scenarios where an app or background process consumes excessive power, causing rapid battery depletion. While the existing low battery alarm helps, an earlier warning when the battery is dropping unusually fast would provide even more timely intervention.
Proposed Feature
Potential Implementation
The text was updated successfully, but these errors were encountered: