forked from EVerest/everest-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-sil.yaml
440 lines (440 loc) · 9.93 KB
/
config-sil.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
settings:
telemetry_enabled: true
active_modules:
api:
connections:
evse_manager:
- implementation_id: evse
module_id: connector_1
module: API
auth:
config_module:
connection_timeout: 10
prioritize_authorization_over_stopping_transaction: true
selection_algorithm: FindFirst
ignore_connector_faults: true
connections:
evse_manager:
- implementation_id: evse
module_id: connector_1
token_provider:
- implementation_id: main
module_id: token_provider
token_validator:
- implementation_id: main
module_id: token_validator
module: Auth
car_simulator:
config_module:
auto_enable: true
auto_exec: false
auto_exec_commands: sleep 1;iec_wait_pwr_ready;sleep 1;draw_power_regulated 16,3;sleep 30;unplug
connector_id: 1
connections:
ev:
- implementation_id: ev
module_id: iso15118_car
simulation_control:
- implementation_id: yeti_simulation_control
module_id: connector_1_powerpath
slac:
- implementation_id: ev
module_id: slac
module: JsCarSimulator
energy_manager:
connections:
energy_trunk:
- implementation_id: energy_grid
module_id: grid_connection_point
module: EnergyManager
connector_1:
config_module:
ac_enforce_hlc: false
ac_hlc_enabled: true
ac_hlc_use_5percent: false
ac_nominal_voltage: 230
charge_mode: AC
connector_id: 1
country_code: DE
ev_receipt_required: false
evse_id: DE*PNX*E12345*1
has_ventilation: true
max_current_import_A: 32
max_current_export_A: 32
payment_enable_contract: true
payment_enable_eim: true
session_logging: true
session_logging_path: /tmp/everest-logs
session_logging_xml: false
three_phases: true
connections:
bsp:
- implementation_id: board_support
module_id: connector_1_powerpath
hlc:
- implementation_id: charger
module_id: iso15118_charger
powermeter_grid_side:
- implementation_id: powermeter
module_id: connector_1_powerpath
slac:
- implementation_id: evse
module_id: slac
ac_rcd:
- implementation_id: rcd
module_id: connector_1_powerpath
connector_lock:
- implementation_id: connector_lock
module_id: connector_1_powerpath
module: EvseManager
telemetry:
id: 1
grid_connection_point:
config_module:
fuse_limit_A: 40
phase_count: 3
connections:
energy_consumer:
- implementation_id: energy_grid
module_id: connector_1
module: EnergyNode
iso15118_car:
config_module:
device: auto
supported_ISO15118_2: true
connections: {}
module: PyEvJosev
iso15118_charger:
config_module:
device: auto
tls_security: allow
connections: {}
module: EvseV2G
connections:
security:
- module_id: evse_security
implementation_id: main
evse_security:
module: EvseSecurity
config_module:
private_key_password: "123456"
persistent_store:
config_module:
sqlite_db_file_path: everest_persistent_store.db
connections: {}
module: PersistentStore
setup:
config_module:
initialized_by_default: true
localization: true
online_check_host: lfenergy.org
setup_simulation: true
setup_wifi: false
connections:
store:
- implementation_id: main
module_id: persistent_store
module: Setup
slac:
config_implementation:
ev:
ev_id: PIONIX_SAYS_HELLO
evse:
evse_id: PIONIX_SAYS_HELLO
nid: pionix!
number_of_sounds: 10
connections: {}
module: JsSlacSimulator
token_provider:
config_implementation:
main:
timeout: 10
token: DEADBEEF
connections:
evse:
- implementation_id: evse
module_id: connector_1
module: DummyTokenProvider
token_validator:
config_implementation:
main:
sleep: 0.25
validation_reason: Token seems valid
validation_result: Accepted
connections: {}
module: DummyTokenValidator
connector_1_powerpath:
config_module:
connector_id: 1
connections: {}
module: JsYetiSimulator
telemetry:
id: 1
'x-module-layout':
api:
position:
x: 33
y: 13
terminals:
bottom: []
left:
- id: evse_manager
interface: evse_manager
type: requirement
right:
- id: main
interface: empty
type: provide
top: []
auth:
position:
x: 33
y: 2
terminals:
bottom:
- id: main
interface: auth
type: provide
- id: reservation
interface: reservation
type: provide
left:
- id: evse_manager
interface: evse_manager
type: requirement
right:
- id: token_validator
interface: auth_token_validator
type: requirement
top:
- id: token_provider
interface: auth_token_provider
type: requirement
car_simulator:
position:
x: 53
y: 33
terminals:
bottom: []
left:
- id: simulation_control
interface: yeti_simulation_control
type: requirement
- id: slac
interface: slac
type: requirement
right:
- id: main
interface: car_simulator
type: provide
top:
- id: ev
interface: ISO15118_ev
type: requirement
connector_1:
position:
x: 13
y: 23
terminals:
bottom:
- id: powersupply_DC
interface: power_supply_DC
type: requirement
- id: imd
interface: isolation_monitor
type: requirement
- id: powermeter_car_side
interface: powermeter
type: requirement
- id: token_provider
interface: auth_token_provider
type: provide
- id: slac
interface: slac
type: requirement
left:
- id: hlc
interface: ISO15118_charger
type: requirement
right:
- id: bsp
interface: board_support_AC
type: requirement
- id: powermeter_grid_side
interface: powermeter
type: requirement
top:
- id: energy_grid
interface: energy
type: provide
- id: evse
interface: evse_manager
type: provide
connector_1_powerpath:
position:
x: 33
y: 23
terminals:
bottom:
- id: debug_keepalive
interface: debug_json
type: provide
- id: debug_powermeter
interface: debug_json
type: provide
- id: debug_yeti
interface: debug_json
type: provide
- id: yeti_extras
interface: yeti_extras
type: provide
- id: debug_state
interface: debug_json
type: provide
left:
- id: board_support
interface: board_support_AC
type: provide
- id: powermeter
interface: powermeter
type: provide
right:
- id: yeti_simulation_control
interface: yeti_simulation_control
type: provide
top: []
energy_manager:
position:
x: -5
y: 2
terminals:
bottom:
- id: energy_trunk
interface: energy
type: requirement
left: []
right:
- id: main
interface: energy_manager
type: provide
top: []
grid_connection_point:
position:
x: -5
y: 13
terminals:
bottom: []
left:
- id: price_information
interface: energy_price_information
type: requirement
- id: powermeter
interface: powermeter
type: requirement
right:
- id: external_limits
interface: external_energy_limits
type: provide
- id: energy_consumer
interface: energy
type: requirement
top:
- id: energy_grid
interface: energy
type: provide
iso15118_car:
position:
x: 53
y: 23
terminals:
bottom:
- id: ev
interface: ISO15118_ev
type: provide
left: []
right:
- id: main
interface: empty
type: provide
top: []
iso15118_charger:
position:
x: -5
y: 23
terminals:
bottom: []
left: []
right:
- id: charger
interface: ISO15118_charger
type: provide
top: []
persistent_store:
position:
x: -5
y: 40
terminals:
bottom: []
left: []
right:
- id: main
interface: kvs
type: provide
top: []
setup:
position:
x: 13
y: 40
terminals:
bottom: []
left:
- id: store
interface: kvs
type: requirement
right:
- id: main
interface: empty
type: provide
top: []
slac:
position:
x: 33
y: 33
terminals:
bottom: []
left:
- id: evse
interface: slac
type: provide
right:
- id: ev
interface: slac
type: provide
top: []
token_provider:
position:
x: 33
y: -9
terminals:
bottom:
- id: main
interface: auth_token_provider
type: provide
left:
- id: evse
interface: evse_manager
type: requirement
right: []
top: []
token_validator:
position:
x: 51
y: 2
terminals:
bottom: []
left:
- id: main
interface: auth_token_validator
type: provide
right: []
top: []