Skip to content

Commit dd475cc

Browse files
committed
Fix BSP example config and EVerest stack BSP notes
Signed-off-by: Michael Heimpold <michael.heimpold@chargebyte.com>
1 parent a2da76d commit dd475cc

3 files changed

Lines changed: 14 additions & 148 deletions

File tree

docs/source/_static/files/bsp-only-dc.yaml

Lines changed: 0 additions & 116 deletions
This file was deleted.

docs/source/_static/files/bsp-only.yaml

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,21 @@ active_modules:
1414
module: Evse15118D20
1515
config_module:
1616
device: eth1
17-
logging_path: /srv/everest-logs
17+
logging_path: /srv/everest
1818
tls_negotiation_strategy: ACCEPT_CLIENT_OFFER
1919
enable_tls_key_logging: true
2020
connections:
2121
security:
2222
- module_id: evse_security
2323
implementation_id: main
24-
profinet:
25-
module: Profinet
24+
packet_sniffer:
25+
module: PacketSniffer
2626
config_module:
27-
device: eth2
28-
charger_name: fortescue-dev
27+
session_logging_path: /srv/everest
2928
connections:
3029
evse_manager:
31-
- module_id: connector
32-
implementation_id: evse
33-
charger:
34-
- module_id: iso15118_charger
35-
implementation_id: charger
36-
error_history:
37-
- module_id: error_history
38-
implementation_id: error_history
39-
iso15118_extensions:
40-
- module_id: iso15118_charger
41-
implementation_id: extensions
42-
temperature:
43-
- module_id: bsp
44-
implementation_id: temperatures
45-
mcs:
46-
- module_id: bsp
47-
implementation_id: mcs
30+
- module_id: connector
31+
implementation_id: evse
4832
auth:
4933
module: Auth
5034
config_module:
@@ -70,8 +54,6 @@ active_modules:
7054
sqlite_db_file_path: /var/lib/everest/everest_persistent_store.db
7155
bsp:
7256
module: CbParsleyDriver
73-
config_module:
74-
serial_port: /dev/ttyLP1
7557
energy_manager:
7658
module: EnergyManager
7759
connections:
@@ -92,10 +74,12 @@ active_modules:
9274
evse_id: DE*CHB*E123456*1
9375
evse_id_din: 49A80737A45678
9476
session_logging: true
95-
session_logging_path: /srv/everest-logs
77+
session_logging_path: /srv/everest
9678
session_logging_xml: false
9779
payment_enable_contract: false
9880
mcs_enable: true
81+
cable_check_enable_imd_self_test: false
82+
cable_check_wait_below_60V_before_finish: false
9983
connections:
10084
bsp:
10185
- module_id: bsp

docs/source/everest_charging_stack.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ EVerest Charging Stack
1010

1111
Below is an example configuration file provided by chargebyte in its images:
1212

13-
.. literalinclude:: _static/files/bsp-only-dc.yaml
13+
.. literalinclude:: _static/files/bsp-only.yaml
1414

1515
The use case described in this configuration file includes the following:
1616

17-
* DC charging mode
18-
* No TLS (Transport Layer Security) enabled for HLC (High Level Communication)
19-
* 3 phase, 16A fuse limit
17+
* MCS DC charging mode
2018
* Simulation of the IMD (Insulation Monitoring Device)
2119
* Simulation of the DC Supply Device
2220

@@ -28,12 +26,12 @@ An overview of the EVerest modules is shown in the next section.
2826

2927
This module simulates a DC power supply device.
3028

31-
**CbChargeSOMDriver** (`view on GitHub <https://github.com/chargebyte/everest-chargebyte/tree/main/modules/CbChargeSOMDriver>`__)
29+
**CbParsleyDriver** (`view on GitHub <https://github.com/chargebyte/everest-chargebyte/tree/main/modules/CbParsleyDriver>`__)
3230

33-
This is the Hardware Abstraction Layer (HAL) for Charge SOM in EVerest. It implements
31+
This is the Hardware Abstraction Layer (HAL) for Charge Control Y in EVerest. It implements
3432
the `evse_board_support <https://github.com/EVerest/everest-core/blob/main/interfaces/evse_board_support.yaml>`_
3533
interface, enabling communication with the :code:`EvseManager` and control of the board. The EVerest community
3634
often refers to these HAL modules as BSPs, such as MicroMegaWattBSP and PhyVersoBSP. This module is
37-
essential for controlling the Charge SOM.
35+
essential for controlling the Charge Control Y.
3836

3937
.. include:: ../../includes/everest_further_reading.inc

0 commit comments

Comments
 (0)