forked from evcc-io/evcc
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbattery-settings.evcc.yaml
executable file
·71 lines (66 loc) · 1.01 KB
/
battery-settings.evcc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
interval: 0.1s
site:
title: Battery Settings
meters:
grid: grid
pv: pv
battery: battery
meters:
- name: grid
type: custom
power:
source: const
value: 1000
- name: pv
type: custom
power:
source: const
value: 2000
- name: battery
type: custom
power:
source: const
value: -1000
soc:
source: const
value: 50
capacity: 20
batterymode:
source: js
vm: shared
script: |
1
loadpoints:
- title: Carport
charger: charger
mode: now
chargers:
- name: charger
type: custom
enable:
source: js
script:
enabled:
source: js
script: |
true
status:
source: js
script: |
"C"
maxcurrent:
source: js
script: |
16
tariffs:
currency: EUR
grid:
type: fixed
price: 0.2 # EUR/kWh
zones:
- hours: 5-7
price: 0.45
- hours: 11-14
price: 0.05
- hours: 17-21
price: 0.5