hassio-addon icon indicating copy to clipboard operation
hassio-addon copied to clipboard

under HomeAssitant: "The add-on is starting, ..." but nothing happens ..

Open andreasluft76 opened this issue 1 year ago • 0 comments

I am running evcc for almost one year and until December 2023 it worked absolutly fine. It is running as HACS Add-on in Home Assistant. And this is running in a "virtuel maschine" on a synology DS1522. Any idea, what I can do? Thanks!!!

On port 7070 I do get this error:

Fehler beim Starten cannot create vehicle 'Citroen' cannot create vehicle type 'template' invalid key: targetsoc

I did get nearly the same error only with the Hyundai. It changes after a reboot sometimes.

This is my config:

meters:

  • name: my_grid
    type: template
    template: rct-power
    usage: grid
    host: 192.168.178.197
  • name: my_pv
    type: template
    template: rct-power
    usage: pv
    host: 192.168.178.197
  • name: my_battery
    type: template
    template: rct-power
    usage: battery
    host: 192.168.178.197

chargers:

  • type: template
    template: keba
    host: 192.168.178.169
    serial: *****
    name: Keba Wallbox

tariffs:
currency: EUR
grid:
type: fixed
price: 0.3368 # [currency]/kWh
feedin:
type: fixed
price: 0.08 # [currency]/kWh

vehicles:

  • name: Ioniq5
    type: template
    template: hyundai
    title: Ioniq5
    user: *****
    password: *****
    vin: *****
    capacity: 72
    phases: 3
    icon: car
    cache: 15m
    language: de
    mode: minpv
    targetSoc: 80
  • name: Citroen
    type: template
    template: citroen
    title: c5 aircross hybrid
    user: *****
    password: *****
    vin: *****
    capacity: 12
    phases: 1
    icon: car
    cache: 15m
    language: de
    mode: pv
    targetSoc: 100
    loadpoints:
  • title: F19
    charger: Keba Wallbox
    mode: now
    phases: 3
    mincurrent: 10
    maxcurrent: 16
    resetOnDisconnect: true

site:
title: F19 Home
meters:
grid: my_grid
pvs:
- my_pv

andreasluft76 avatar Jan 18 '24 07:01 andreasluft76