Skip to content

Commit

Permalink
reverts config changes
Browse files Browse the repository at this point in the history
Signed-off-by: MarzellT <[email protected]>
  • Loading branch information
MarzellT committed Jul 1, 2024
1 parent 1b82402 commit fb390ca
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 44 deletions.
15 changes: 1 addition & 14 deletions config/config-sil-dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ active_modules:
module: EvseV2G
config_module:
device: auto
tls_security: force
tls_key_logging: true
tls_security: allow
connections:
security:
- module_id: evse_security
Expand All @@ -15,17 +14,6 @@ active_modules:
device: auto
supported_DIN70121: true
supported_ISO15118_2: true
tls_active: true
enforce_tls: true
packet_sniffer:
module: PacketSniffer
config_module:
device: "wlp0s20f3"
session_logging_path: /tmp/everest-logs
connections:
evse_manager:
- module_id: evse_manager
implementation_id: evse
evse_manager:
module: EvseManager
config_module:
Expand All @@ -38,7 +26,6 @@ active_modules:
session_logging_path: /tmp/everest-logs
charge_mode: DC
hack_allow_bpt_with_iso2: true
payment_enable_contract: false
connections:
bsp:
- module_id: yeti_driver
Expand Down
60 changes: 30 additions & 30 deletions config/config-sil.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ active_modules:
config_module:
device: auto
supported_ISO15118_2: true
connections: { }
connections: {}
module: PyEvJosev
iso15118_charger:
config_module:
device: auto
tls_security: allow
connections: { }
connections: {}
module: EvseV2G
connections:
security:
Expand All @@ -121,7 +121,7 @@ active_modules:
persistent_store:
config_module:
sqlite_db_file_path: everest_persistent_store.db
connections: { }
connections: {}
module: PersistentStore
setup:
config_module:
Expand All @@ -143,7 +143,7 @@ active_modules:
evse_id: PIONIX_SAYS_HELLO
nid: pionix!
number_of_sounds: 10
connections: { }
connections: {}
module: JsSlacSimulator
token_provider:
config_implementation:
Expand All @@ -161,12 +161,12 @@ active_modules:
sleep: 0.25
validation_reason: Token seems valid
validation_result: Accepted
connections: { }
connections: {}
module: DummyTokenValidator
connector_1_powerpath:
config_module:
connector_id: 1
connections: { }
connections: {}
module: JsYetiSimulator
telemetry:
id: 1
Expand All @@ -176,7 +176,7 @@ active_modules:
x: 33
y: 13
terminals:
bottom: [ ]
bottom: []
left:
- id: evse_manager
interface: evse_manager
Expand All @@ -185,7 +185,7 @@ active_modules:
- id: main
interface: empty
type: provide
top: [ ]
top: []
auth:
position:
x: 33
Expand Down Expand Up @@ -215,7 +215,7 @@ active_modules:
x: 53
y: 33
terminals:
bottom: [ ]
bottom: []
left:
- id: simulation_control
interface: yeti_simulation_control
Expand Down Expand Up @@ -302,7 +302,7 @@ active_modules:
- id: yeti_simulation_control
interface: yeti_simulation_control
type: provide
top: [ ]
top: []
energy_manager:
position:
x: -5
Expand All @@ -312,18 +312,18 @@ active_modules:
- id: energy_trunk
interface: energy
type: requirement
left: [ ]
left: []
right:
- id: main
interface: energy_manager
type: provide
top: [ ]
top: []
grid_connection_point:
position:
x: -5
y: 13
terminals:
bottom: [ ]
bottom: []
left:
- id: price_information
interface: energy_price_information
Expand Down Expand Up @@ -351,42 +351,42 @@ active_modules:
- id: ev
interface: ISO15118_ev
type: provide
left: [ ]
left: []
right:
- id: main
interface: empty
type: provide
top: [ ]
top: []
iso15118_charger:
position:
x: -5
y: 23
terminals:
bottom: [ ]
left: [ ]
bottom: []
left: []
right:
- id: charger
interface: ISO15118_charger
type: provide
top: [ ]
top: []
persistent_store:
position:
x: -5
y: 40
terminals:
bottom: [ ]
left: [ ]
bottom: []
left: []
right:
- id: main
interface: kvs
type: provide
top: [ ]
top: []
setup:
position:
x: 13
y: 40
terminals:
bottom: [ ]
bottom: []
left:
- id: store
interface: kvs
Expand All @@ -395,13 +395,13 @@ active_modules:
- id: main
interface: empty
type: provide
top: [ ]
top: []
slac:
position:
x: 33
y: 33
terminals:
bottom: [ ]
bottom: []
left:
- id: evse
interface: slac
Expand All @@ -410,7 +410,7 @@ active_modules:
- id: ev
interface: slac
type: provide
top: [ ]
top: []
token_provider:
position:
x: 33
Expand All @@ -424,17 +424,17 @@ active_modules:
- id: evse
interface: evse_manager
type: requirement
right: [ ]
top: [ ]
right: []
top: []
token_validator:
position:
x: 51
y: 2
terminals:
bottom: [ ]
bottom: []
left:
- id: main
interface: auth_token_validator
type: provide
right: [ ]
top: [ ]
right: []
top: []

0 comments on commit fb390ca

Please sign in to comment.