Fahrzeug wird nicht erkannt --> Gastfahrzeug #5008
-
Hallo zusammen, an dieser Stelle erst einmal vielen Dank für das tolle Projekt! Ich bin absolut begeistert von der Umsetzung und Dokumentation. Hier mein Setup:
Ein Aufruf der Status des FZ lierfert einen korrekten charge-Status:
Aktuell ist es noch kein Problem, weil ich den Audi natürlich fest dem Loadpoint zuweisen könnte, aber Ende des Monats kommt ein weiteres E-Fahrzeug hinzu. Es wäre dann super, wenn automatisch das korrekte FZ dem Loadpoint zugewiesen würde. Hat vielleicht gemand eine Idee, woran das aktuell klemmen könnte? Viele Grüße & danke schonmal |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hier die evcc.yaml: uri: 0.0.0.0:7070 # uri for ui
interval: 10s # control cycle interval
log: info
meters:
- type: template
template: sma-home-manager
usage: grid
host: 192.168.178.200
name: grid1
- type: template
template: sma-inverter
usage: pv
host: 192.168.178.201
password: XXXXXXXX
name: pv2
chargers:
- type: template
template: easee
user: XXXXXXX
password: YYYYYYY
charger: EHDCMRDA
name: wallbox
- name: shelly1
type: template
template: shelly
host: 192.168.178.152 # IP-Adresse oder Hostname
user: XXXXXXXX # Optional
password: YYYYYYYY # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) # Optional
channel: 0 # Optional
- name: shelly2
type: template
template: shelly
host: 192.168.178.195 # IP-Adresse oder Hostname
user: XXXXXXX # Optional
password: YYYYYYYY # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) # Optional
channel: 0 # Optional
vehicles:
- name: audi
type: template
template: audi
title: Audi A3 TFSIe
user: XXXXXXXXX
password: YYYYYYYYYY
vin: WAUXXXXXXXXXXXX
capacity: 13
phases: 1
minSoC: 20
targetSoC: 100
- name: wz
type: template
template: offline
- name: bad
type: template
template: offline
loadpoints:
- title: Carport
charger: wallbox
mode: pv
phases: 0
mincurrent: 6
maxcurrent: 16
resetOnDisconnect: true
enable:
threshold: -500
delay: 1m
disable:
threshold: 1000
delay: 3m
- title: Wohnzimmer
charger: shelly1
phases: 1
guardduration: 1m
mode: pv
vehicle: wz
enable:
threshold: -800
delay: 3m
- title: Bad
charger: shelly2
guardduration: 1m
phases: 1
mode: pv
vehicle: bad
enable:
threshold: -800
delay: 5m
site:
title: 3Muehlen9
meters:
grid: grid1
pvs:
- pv2
hems:
type: sma
AllowControl: false
tariffs:
currency: EUR # (default EUR)
grid:
# static grid price
type: fixed
price: 0.3164 # [currency]/kWh
feedin:
# rate for feeding excess (pv) energy to the grid
type: fixed
price: 0.0781 # [currency]/kWh
sponsortoken: XXXYYYYYXYXYXYXYXYXYXYXYX |
Beta Was this translation helpful? Give feedback.
-
Nightly version? Logfiles von Problem? |
Beta Was this translation helpful? Give feedback.
Nightly version? Logfiles von Problem?