Skip to content
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

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

Open
andreasluft76 opened this issue Jan 18, 2024 · 0 comments

Comments

@andreasluft76
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant