nach update startet EVCC nicht mehr #22640
Unanswered
AluFe244
asked this question in
Erste Hilfe
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hallo zusammen,
bei mir läuft EVCC auf einer Synology als Container.
Bisher auch ohne Probleme.
Nun habe ich heute im Container mal ein update auf die neue Version gemacht.
Nun funktioniert mein Evcc nicht mehr.
Auf der Seite wird ´folgendes angezeigt:
ich habe die Einstellungen überprüft. Da konnte ich nichts feststellen.
Auch die .yaml ist unverändert.
Finde den Fehler nicht.
Vielleicht kann mir einer von euch helfen.
`network:
schema: http # Protokoll auf https ändern
host: 192.168.74.5 # Bindet an alle IPs
port: 7070
sponsortoken: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3M...................................
log: info
levels:
cache: error
unique installation id
plant: 70e1ac6a85eaf96cf361fb861106............................
interval: 10s # control cycle interval
meters:
type: template
template: fronius-gen24
usage: grid
host: 192.168.74.240
port: 502
name: grid1
type: template
template: fronius-gen24
usage: pv
host: 192.168.74.240
port: 502
name: pv2
type: template
template: fronius-gen24
usage: battery
host: 192.168.74.240
port: 502
name: battery3
chargers:
name: wallbox
type: template
template: easee
user: "al.......@nbmnmb......."
password: "NYuY9m...................."
charger: "EH80......."
timeout: 30s # optional
authorize: true # Falls du evcc die Autorisierung übernehmen lassen willst
name: wallbox2
type: template
template: easee
user: "al.......@nbmnmb......."
password: "NYuY9m...................."
charger: "EH8.........."
timeout: 30s # optional
authorize: true # Falls du evcc die Autorisierung übernehmen lassen willst
loadpoints:
title: Easee Home Master
charger: wallbox
mode: pv
phases: 0
mincurrent: 6
maxcurrent: 16
title: Easee Home Secondary
vehicle: my_tesla
charger: wallbox2
mode: pv
phases: 0
mincurrent: 6
maxcurrent: 16
vehicles:
title: Tesla Model Y
type: template
template: offline
capacity: 60 # in kWh (Kapazität des Tesla Model Y Akkus)
tariffs:
currency: EUR # (Standard: EUR)
grid:
type: fixed
price: 0.2716 # Preis für Netzbezug in EUR pro kWh (25,86 ct/kWh)
feedin:
type: fixed
price: 0.0811 # Einspeisevergütung in EUR pro kWh (8,11 ct/kWh)
site:
title: Zuhause
meters:
grid: grid1
pv:
- pv2
battery:
- battery3
`
Beta Was this translation helpful? Give feedback.
All reactions