New sensor: low_battery_level_threshold #507
Replies: 5 comments 2 replies
-
I like this idea and something else I'm working on at the moment will tie in well to this. Moving it to discussion/ideas where I keep longer term features. |
Beta Was this translation helpful? Give feedback.
-
What about a single sensor like:
|
Beta Was this translation helpful? Give feedback.
-
I'm actually going to go one better than that and echo the current battery sensor into a brand new sensor, with all its attributes plus all of battery notes. |
Beta Was this translation helpful? Give feedback.
-
A sneak peak of what this will look like here #570 |
Beta Was this translation helpful? Give feedback.
-
Closing this discussion as it's now in V2 beta and there's larger discussion in sneak peak. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Is your feature request related to a problem? Please describe.
It would be nice to have individual "low-battery" threshold values stored for each device to trigger low-battery notifications . I've not found a low-battery battery notification package or blueprint which addresses how different devices (like my front door lock) do not work well below 75%, others might work okay down to 40% while some may go as low as 20% or lower and still function.
Describe the solution you'd like
Create an additional sensor to store a low-battery level threshold value (%) for the device along with a service to be able to set/change the value, like the one for battery replaced date.

Describe alternatives you've considered
Digging inside existing solutions to hard-code exceptions for the low-battery alert threshold.
Additional context
Perhaps also consider adding an additional
true|false
sensor which becomestrue
whenbattery_level
<low_battery_threshold
.Once a low-battery level threshold sensor exists, users could create templated helpers but having the integration do that itself would be useful!
Beta Was this translation helpful? Give feedback.
All reactions