Battery SOH
#690
Replies: 3 comments 1 reply
-
Hi martynhr, Batteriegesudnheit is Battery SOH, with an function to make sure that the value is stored due the PSA API don't provide it all the time. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @martynhr # Opel Corsa
- platform: rest
name: opel_corsa
resource: http://homeassistant.local:5000/get_vehicleinfo/YOURVIN?from_cache=1
scan_interval: 60
timeout: 30
value_template: "OK"
json_attributes:
- energy
- ...
- platform: template
sensors:
corsa_battery_voltage:
friendly_name: "Battery Voltage"
unit_of_measurement: "V"
value_template: '{{ states.sensor.opel_corsa.attributes["battery"]["voltage"] * 4 }}' |
Beta Was this translation helpful? Give feedback.
1 reply
-
Exemple for sensor SOH (add in sensor.yaml file)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Is there anyway to get Battery SOH into Home Assistant?
I can see it in the 'Control' tab but I don't know the url nor can I find it t in any of the attributes to get it into Home Assistant.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions