MinPV nach Abstecken trotz konfiguriertem Mode #19726
-
Hallo zusammen, erstmal danke für EVCC - ich liebe es. Ich hab nur eine Frage: immer wenn ich mein Fahrzeug abstecke, springt er in den MinPV-Mode und "Kein Fahrzeug". Wenn ich wieder anstecke springt er beim Fahrzeug um und erkennt das Fahrzeug. Er behält aber den MinPV-Mode. Ich muss den immer manuell ändern.
Jemand einen Tipp für mich? Huaba Konfiguration (/root/evcc.yaml)# open evcc at http://evcc.local:7070
network:
schema: http
host: evcc.home.cc # .local suffix announces the hostname on MDNS
port: 7070
log: warn
levels:
cache: error
# unique installation id
plant: *****
interval: 30s # control cycle interval
sponsortoken: *****
# sponsors can set telemetry: true to enable anonymous data aggregation
# see https://github.com/evcc-io/evcc/discussions/4554
telemetry: true
database:
type: sqlite
dsn: /var/lib/evcc/evcc.db
meters:
- type: template
template: fronius-gen24
usage: grid
host: 192.168.xxx.250
port: 502
name: grid1
- type: template
template: fronius-gen24
usage: pv
host: 192.168.xxx.250
port: 502
name: pv2
- type: template
template: fronius-gen24
usage: battery
host: 192.168.xxx.250
port: 502
name: battery3
maxchargerate: 100 # Leistungslimit für Netzladung. (optional)
capacity: 10.2 # Akkukapazität in kWh (optional)
chargers:
- type: template
template: ocpp-fronius-wattpilot
connector: 1
remotestart: false
connecttimeout: 5m
meterinterval: 10s
name: wallbox5
vehicles:
- type: template
template: vw
title: ID7
icon: car
user: *****
password: *****
vin: *****
capacity: 77
phases: 3
cache: 15m
mode: pv
minCurrent: 6
maxCurrent: 16
timeout: 10s
name: ev4
loadpoints:
- title: Carport
charger: wallbox5
mode: pv
site:
title: Zuhause
meters:
grid: grid1
pv:
- pv2
battery:
- battery3
tariffs:
currency: EUR
grid:
type: fixed
price: 0.3165 # EUR/kWh
feedin:
type: fixed
price: 0.06 # EUR/kWh
co2:
type: template
template: grünstromindex # Beispiel GrünstromIndex (nur Deutschland)
zip: 12345
token: *****
solar:
- type: template
template: solcast
site: xxxx-xxxx-xxxx-xxxx # Fläche A
token: *****
interval: 6h # erhöhtes Intervall, um das Solcast-Rate-Limit von 10 Aufrufen pro Tag nicht zu überschreiten
- type: template
template: solcast
site: xxxx-xxxx-xxxx-xxxx # Fläche B
token: *****
interval: 6h # erhöhtes Intervall, um das Solcast-Rate-Limit von 10 Aufrufen pro Tag nicht zu überschreiten
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Das selbe Verhalten zeigt er auch bei einem Neustart von EVCC. Irgend jemand eine Idee, woran das liegen kann? Danke und Gruß |
Beta Was this translation helpful? Give feedback.
Hast du evtl. noch eine weitere yaml? Schau mal ins Startlog, ob die gezeigte yaml verwendet wird.