Und noch eine Frage bzgl Regelung #703
Answered
by
premultiply
profigriller
asked this question in
Allgemein
Replies: 1 comment 7 replies
-
|
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
profigriller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hallo,
ich verstehe nicht warum das Fahrzeug nicht geladen wird. Ich vermute irgendwo ist etwas deaktiviert. Ich weiss aber nicht wo ich schauen soll.
Für Hilfestellung wäre ich dankbar.
uri: 0.0.0.0:7070 # uri for ui
interval: 20s # control cycle interval
chargers:
type: go-e
uri: http://192.168.123.83
meters:
type: sma
uri: 192.168.123.59
type: modbus
uri: 192.168.123.98
id: 126
site:
meters:
pv: tripower # pv meter
grid: pvshm
loadpoints:
charger: goalt
maxcurrent: 16 # maximum charge current (default 16A)
phases: 1 # ev phases (default 3)
mode: pv
onDisconnect: # set defaults when vehicle disconnects
mode: pv # switch back to pv mode
targetSoC: 100 # charge to 100%
enable: # pv mode enable behavior
delay: 2m
threshold: 500 # minimum export power (W). If zero, export must exceeds minimum charge power to enable
disable: # pv mode disable behavior
delay: 2m
threshold: 500 # maximum import power (W)
guardduration: 20s # switch charger contactor not more often than this (default 10m)
mincurrent: 6 # minimum charge current (default 6A)
maxcurrent: 16 # maximum charge current (default 16A)
soc:
levels: # target soc levels for UI
hems:
type: shm
allowcontrol: true # set true to allow SHM controlling charger in PV modes
Beta Was this translation helpful? Give feedback.
All reactions