Skip to content

Battery Low not triggered or triggering? Action does not do anything even In debug log? #2419

Answered by andrew-codechimp
udochrist asked this question in Q&A
Discussion options

You must be logged in to vote

Ah, I see now.
That device doesn't have a battery percentage, just the battery low, so Battery Notes can't work out how to determine the battery is low automatically. When this happens a Battery+ entity is not added and you won't get the triggers.

What you need to do is go into the Battery Notes integration, press configure on this device and within the battery low template section add something like one of these two (I think the the first as I'm guessing it's a boolean translated as Low within the UI)
Try them out in the dev tools template editor to be sure, you need to get True/False as output.

{{ states('sensor.mysensor_battery_low') }}
{{ states('sensor.mysensor_battery_level') == "Lo…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by udochrist
Comment options

You must be logged in to vote
1 reply
@andrew-codechimp
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants