flobz / psa_car_controller

Control psa car with connected_car v4 API.
GNU General Public License v3.0
385 stars 196 forks source link

Battery SOH #867

Closed jvberlo closed 2 months ago

jvberlo commented 2 months ago

Describe the bug Is it possible to add Battery SOH (state of health) as a sensor? Picture below is for a Corsa-E

image

Would be great to monitor the life expectancy of the battery

mdkeil commented 2 months ago

You can easily make a sensor with HA.

https://github.com/flobz/psa_car_controller/blob/master/docs/psacc_api.md

No. 15

Get battery SOH
http://localhost:5000/battery/soh/YOURVIN
zazazouthecat commented 2 months ago

Here example sensor for home assistant https://github.com/flobz/psa_car_controller/discussions/690#discussioncomment-8706290

jvberlo commented 2 months ago

Thanks for the example. I will close this request