Skip to content

Commit b345425

Browse files
committed
Try to fine-tune charging
1 parent 9f7f750 commit b345425

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

templates/evcc.yaml.j2

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ 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
5261

5362
vehicles:
5463
- type: template
@@ -70,6 +79,7 @@ loadpoints:
7079

7180
site:
7281
title: Zuhause
82+
residualPower: 200
7383
meters:
7484
grid: ksem
7585
pv:

0 commit comments

Comments
 (0)