-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop charging #6
Comments
hi 😄 i would love to offer this option. unfortunately its not possible over the fiat api. the official app lacks this option too. they only have a command to start charging ... and no command to stop it. i do not know why they think thats a good design. 🥴 you can see my 2 automations here. its not possible with the addon alone i have a charger that has an api and can be controller over wifi: |
@dibi73 i have an idea. are you using the "scheduled charging" feature from uconnect ? i dont know how its called. the one where you have some sort of calendar and can insert starting times. if not ... maybe we can "hijack" this feature to stop charging 🤯 i could create a temporary charging schedule of 1 minute (when battery level is >=80%) and then it should turn off. |
Thank you very much. I get my wallbox (Wattpilot) next week and i think i can bring it into home assistant. Then i can do the charging more easily.
…
Am 16.10.2022 um 16:00, wubbl0rz ***@***.***> schrieb:
@dibi73 i have an idea. are you using the "scheduled charging" feature from uconnect ? i dont know how its called. the one where you have some sort of calendar and can insert starting times. if not ... maybe we can "hijack" this feature to stop charging 🤯 i could create a temporary charging schedule of 1 minute (when battery level is >=80%) and then it should turn off.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
yes i think thats the better way of doing this. monitoring battery status from the car and remote turning the wallbox on/off. better as hijacking the scheduling feature 😁 remember "deeprefresh" is the fiat language for battery status update. so call the "deeprefresh" function every ~15min and the car should sent its current battery level. |
Thank you so much for writing this addin.
Is there an option to stop charging (eg when the charging level has reached 80%)
And perhaps you xould post the automation you mentioned after the charging has started?
The text was updated successfully, but these errors were encountered: