forked from evcc-io/evcc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
simulator.evcc.yaml
executable file
·101 lines (95 loc) · 1.85 KB
/
simulator.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
interval: 0.25s
site:
title: evcc Simulator
meters:
grid: grid
pv:
- pv
battery:
- battery
meters:
- name: grid
type: custom
power:
source: http
uri: http://localhost:7072/api/state
jq: .site.grid.power
- name: pv
type: custom
power:
source: http
uri: http://localhost:7072/api/state
jq: .site.pv.power
- name: battery
type: custom
power:
source: http
uri: http://localhost:7072/api/state
jq: .site.battery.power
soc:
source: http
uri: http://localhost:7072/api/state
jq: .site.battery.soc
- name: lp0meter
type: custom
power:
source: http
uri: http://localhost:7072/api/state
jq: .loadpoints[0].power
energy:
source: http
uri: http://localhost:7072/api/state
jq: .loadpoints[0].energy
loadpoints:
- title: Carport
charger: charger
meter: lp0meter
mode: pv
soc:
estimate: false
vehicle: golf
chargers:
- name: charger
type: custom
enable:
source: js
script: |
false
enabled:
source: http
uri: http://localhost:7072/api/state
jq: .loadpoints[0].enabled
status:
source: http
uri: http://localhost:7072/api/state
jq: .loadpoints[0].status
maxcurrent:
source: js
script: |
16
vehicles:
- name: golf
title: blauer e-Golf
type: custom
soc:
source: http
uri: http://localhost:7072/api/state
jq: .vehicles[0].soc
range:
source: http
uri: http://localhost:7072/api/state
jq: .vehicles[0].range
capacity: 20
- name: honda
type: template
template: offline
title: grüner Honda e
capacity: 28.5
tariffs:
currency: EUR
grid:
type: fixed
price: 0.4 # EUR/kWh
zones:
- hours: 1-6
price: 0.2