I have a problem to create a automation, that HA inform me when my Renault Zoe is in 99% charged.
I would like to get this info of course only one time and only when the car is charging.
Now you will only be notified once when it crosses this threshold.
The condition is optional. I don’t think the battery is going to somehow go above 99 when it’s not charging.
What you’ve done is “tell me when the car is charging”. As soon as you plug it in, it will trigger, then hit the condition (which will most likely be false). Then stop…until you unplug it and change the charging state.
ok, I have swapped the condition with the trigger.
By the condition I have now:
condition type: state
entity: binary_sensor.vf1ag000764813366_charging
what should I write in “state”? On, true or something else?
Yes, You have right that the battery don’t go above 99 without charging. My reflection was to don’t get any messages when the battery stay longer above the 99% or I go with the car with 98% and due to recuperation get back to 99%. Of course the possibility for that is minimally…
Unless you charged it to 100%, switched off the charging then restart HA.
That will trigger it again if there is no condition that the charger is on or car is charging.
Unfortunately don’t work.
Because at the beginning it has one or two time worked, is it possible that the mode should be “restart” and not “single (default)”?