3-phasig Umschaltung funktioniert nicht mehr #18438
Unanswered
reach0775
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
-
Seit Mercedes den Smart Support abgedreht hat (und bis das OVMS Device geliefert wird) habe ich den Smart in der Konfig ausgeklammert und nun kein Vehicle mehr, sondern nur mehr den Loadpoint.
Mit der Ladeplanung gemäß Awattar Tarif komm ich da im Winter super durch, da gibt es eh nie Überschuss.
Allerdings lädt er nun nur mehr mit 3.6kW, also 1-phasig.
Ich bin mir ~50% sicher, dass das in dieser Form bereits 3-phasig funktioniert hat.
Sponsortoken ist natürlich drin.
Was kann ich denn ändern?:
network:
schema: http
host: evcc.local # .local suffix announces the hostname on MDNS
port: 7070
log: info
levels:
cache: error
interval: 10s # control cycle interval
sponsortoken: ***
meters:
template: solaredge-inverter
id: 1
host: 10.0.0.4
port: 1502
usage: grid
modbus: tcpip
name: grid1
template: solaredge-inverter
id: 1
host: 10.0.0.4
port: 1502
usage: pv
modbus: tcpip
name: pv2
chargers:
type: template
template: go-e
host: 10.0.0.6
name: wallbox4
type: template
template: tasmota
host: 10.0.0.30
name: tasmotaplug
user: # Standard-User ist admin (optional)
password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)
channel: 1
standbypower: 15
integrateddevice: true
standbypower: 15 # Leistung oberhalb des angegebenen Wertes wird als Ladeleistung gewertet (optional)
integrateddevice: # Integriertes Gerät (keine Fahrzeugverbindung) (optional)
heating: # Wärmeerzeuger (°C anstatt %) (optional)
icon: # Icon in der Benutzeroberfläche (optional)
vehicles:
- type: template
template: smart
icon: car
title: Smartie
user: ***
password: ***#
vin: ***
capacity: 17.6
phases: 3
mode: pv
targetSoC: 100
minCurrent: 8
maxCurrent: 16
cloud: false
name: ev3
loadpoints:
charger: wallbox4
mode: pv
phases: 3
mincurrent: 8
maxcurrent: 16
resetOnDisconnect: true
charger: tasmotaplug
vehicle: Luftentfeuchter
mode: pv
mincurrent: 0.5
maxcurrent: 2
site:
title: My home
meters:
grid: grid1
pv:
- pv2
residualPower: 0
smartCostLimit: 0.03 # 3 ct
tariffs:
currency: EUR # three letter ISO-4217 currency code (default EUR)
grid:
# either static grid price (or price zones)
# # or variable via awattar
type: awattar
region: at # optional, choose at for Austria
Beta Was this translation helpful? Give feedback.
All reactions