HomeAssistant-PeugeotIntegration icon indicating copy to clipboard operation
HomeAssistant-PeugeotIntegration copied to clipboard

Add SOH Sensor

Open zazazouthecat opened this issue 11 months ago • 2 comments

Hi, My contribution - SOH Sensor

# peugeot_e2008 soh_control
- platform: rest
  name: peugeot_e2008_soh_control
  resource: http://IPofTheSoftware:5000/battery/soh/YourVIN
  scan_interval: 60
  timeout: 300
  value_template: 'OK'
  json_attributes:
   - soh
- platform: template
  sensors:
    e2008_battery_soh:
      friendly_name: "Battery SOH"
	  unit_of_measurement: "%"
      value_template: "{{ state_attr('sensor.peugeot_e2008_battery_soh', 'soh') }}"
      icon_template: mdi:battery-heart-variant

zazazouthecat avatar Mar 06 '24 19:03 zazazouthecat

is always 100% and I know my car is 87% =/

DavidFFerreira avatar Apr 24 '24 14:04 DavidFFerreira

Im my case SOH is 16%, i don't think its in percent, maybe resistance in ohm image image

Jordan87 avatar Sep 02 '24 19:09 Jordan87