PHEV & EVCC

Ford Tourneo Custom NXN

Hat das jemand im Einsatz und welche Werte habt Ihr für den Ladeziegel und den PHEV eingetragen?

Bei mir (GO-E 11KW) habe ich 1phasig, min Ladestrom 6A, max Ladestrom 16A eingetragen.

Für den Tourneo in der /etc/evcc.yaml

vehicles:
- name: my_car
type: custom
title: FORD Tourneo Custom PHEV
capacity: 15
icon: bus
phases: 1

Ist das so korrekt oder habt Ihr andere Vorschläge?

1 Antworten

Falls es jemanden interessiert oder Anregungen hat, hier meine "/etc/evcc.yaml" (SMA HomeManger 2.0, SunnyTripower8.0 Modbus aktiv, Sunny BoyStorage5.0 Modbus aktiv, GO-E 11KW)

# open evcc at http://evcc.local:7070
network:
schema: http
host: xxx.xxx.xxx.xxx # .local suffix announces the hostname on MDNS
port: 7070

log: debug
levels:
cache: error

# unique installation id
plant: 23333131312331232131321321321313

interval: 30s # control cycle interval

meters:
- type: template
template: sma-home-manager
usage: grid
host: xxx.xxx.xxx.xxx
name: grid1
- type: template
template: sma-inverter-speedwire
usage: pv
host: xxx.xxx.xxx.xxx
password: xxxxxxx
name: pv2
- type: template
template: sma-sbs-modbus
id: 3
host: xxx.xxx.xxx.xxx
port: 502
usage: battery
modbus: tcpip
name: battery3

site:
title: MyHome
meters:
grid: grid1
pv:
- pv2
battery:
- battery3

sponsortoken: aaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbcccccccccc

chargers:
- name: my_charger
type: template
template: go-e-v3
host: xxx.xxx.xxx.xxx

hems:
type: sma
AllowControl: false

vehicles:
- name: my_car
type: custom
title: Tourneo Custom PHEV
capacity: 15
icon: bus
phases: 1

tariffs:
currency: EUR
grid:
type: fixed
price: 0.29 # EUR/kWh
feedin:
type: fixed
price: 0.10 # EUR/kWh

Deine Antwort
Ähnliche Themen