forked from EVerest/everest-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-hil.yaml
97 lines (97 loc) · 2.51 KB
/
config-hil.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
active_modules:
emgr_logger:
module: JsEmgrLogger
config_implementation:
main:
file_path_prefix: emgr_data
connections:
emgr:
- module_id: energy_manager
implementation_id: main
pm_grid:
- module_id: sma_modbus_meter
implementation_id: main
pm_ev:
- module_id: yeti_driver
implementation_id: powermeter
energy_manager:
module: JsEnergyManager
config_implementation:
main:
pid_setpoint: 500
pid_p_weight: 0.46
pid_i_weight: 0.2
pid_d_weight: 0.5
pid_output_interval: 5000
pid_i_limit: -1
pid_min_output: 1380
pid_max_output: 7360
connections:
chargingdriver:
- module_id: evse_manager
implementation_id: evse
chargingdriverenergy:
- module_id: evse_manager
implementation_id: evse_energy_control
gridpowermeter:
- module_id: sma_modbus_meter
implementation_id: main
chargingdriverpowermeter:
- module_id: yeti_driver
implementation_id: powermeter
iso15118_charger:
module: JsRiseV2G
config_implementation:
main:
mqtt_base_path: everest_external/iso15118/java
evse_manager:
module: EvseManager
config_module:
three_phases: true
has_ventilation: true
country_code: DE
rcd_enabled: true
connections:
bsp:
- module_id: yeti_driver
implementation_id: board_support
powermeter:
- module_id: yeti_driver
implementation_id: powermeter
auth:
- module_id: auth
implementation_id: main
yeti_driver:
module: YetiDriver
config_module:
serial_port: /dev/ttyUSB0
baud_rate: 115200
car_simulator:
module: JsCarSimulator
connections:
simulation_control:
- module_id: yeti_driver
implementation_id: yeti_simulation_control
auth:
module: JsAuth
connections:
tokenProvider:
- module_id: token_provider_1
implementation_id: main
tokenValidator:
- module_id: token_validator
implementation_id: main
token_provider_1:
module: JsDummyTokenProvider
connections:
evse:
- module_id: evse_manager
implementation_id: evse
token_validator:
module: JsDummyTokenValidator
config_implementation:
main:
validation_result: Accepted
validation_reason: Token seems valid
sleep: 0.25
x-module-layout: {}