Skip to content

Commit 1d87f99

Browse files
committed
fixup! Try to fine-tune charging
1 parent b345425 commit 1d87f99

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

templates/evcc.yaml.j2

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,6 @@ chargers:
4949
name: warp3
5050
user: "{{ homestack_ha_evcc_mqtt_user }}"
5151
password: "{{ homestack_ha_evcc_mqtt_password }}"
52-
enable:
53-
threshold: 0 # minimum export power (W)
54-
delay: 1m
55-
disable:
56-
threshold: 200 # maximum import power (W)
57-
delay: 3m
58-
phases: 0
59-
minCurrent: 5
60-
maxCurrent: 16
6152

6253
vehicles:
6354
- type: template
@@ -76,6 +67,15 @@ loadpoints:
7667
charger: warp3
7768
vehicle: id3
7869
mode: pv
70+
enable:
71+
threshold: 0 # minimum export power (W)
72+
delay: 1m
73+
disable:
74+
threshold: 200 # maximum import power (W)
75+
delay: 3m
76+
phases: 0
77+
minCurrent: 5
78+
maxCurrent: 16
7979

8080
site:
8181
title: Zuhause

0 commit comments

Comments
 (0)