Skip to content

Commit 8751f06

Browse files
authored
Merge pull request #72 from chargebyte/everest/charge_som/adaptations_for_2025.8.0
Everest/charge som adaptations for 2025.8.0
2 parents 731c5f1 + d361673 commit 8751f06

6 files changed

Lines changed: 221 additions & 144 deletions

File tree

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

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,43 @@ active_modules:
1111
error_history:
1212
- module_id: error_history
1313
implementation_id: error_history
14+
evse_energy_sink:
15+
- module_id: grid_connection_point
16+
implementation_id: external_limits
17+
rpc_api:
18+
module: RpcApi
19+
connections:
20+
evse_manager:
21+
- module_id: connector
22+
implementation_id: evse
23+
energy_listener:
24+
- module_id: connector
25+
implementation_id: energy_grid
26+
evse_energy_sink:
27+
- module_id: grid_connection_point
28+
implementation_id: external_limits
29+
charger_information:
30+
- module_id: charger_info
31+
implementation_id: main
32+
charger_info:
33+
module: ChargerInfo
34+
config_module:
35+
firmware_version_file: /usr/share/secc/VERSION
36+
connections:
37+
kvs:
38+
- module_id: kvs
39+
implementation_id: main
40+
kvs:
41+
module: YamlStore
42+
config_module:
43+
file: /etc/everest/charger_info.yaml
1444
bsp:
1545
module: CbChargeSOMDriver
1646
connector:
1747
module: EvseManager
48+
mapping:
49+
module:
50+
evse: 1
1851
config_module:
1952
connector_id: 1
2053
charge_mode: DC
@@ -33,6 +66,9 @@ active_modules:
3366
powersupply_DC:
3467
- module_id: powersupply_dc
3568
implementation_id: main
69+
powermeter_car_side:
70+
- module_id: powersupply_dc
71+
implementation_id: powermeter
3672
imd:
3773
- module_id: imd
3874
implementation_id: main
@@ -47,6 +83,9 @@ active_modules:
4783
implementation_id: energy_grid
4884
grid_connection_point:
4985
module: EnergyNode
86+
mapping:
87+
module:
88+
evse: 1
5089
config_module:
5190
fuse_limit_A: 16
5291
phase_count: 3
@@ -92,6 +131,13 @@ active_modules:
92131
evse_manager:
93132
- module_id: connector
94133
implementation_id: evse
134+
kvs:
135+
- module_id: persistent_store
136+
implementation_id: main
137+
persistent_store:
138+
module: PersistentStore
139+
config_module:
140+
sqlite_db_file_path: /var/lib/everest/everest_persistent_store.db
95141
powersupply_dc:
96142
module: DCSupplySimulator
97143
imd:

docs/source/_static/images/admin_panel_bsp_only.png

100644100755
17.3 KB
Loading

docs/source/everest_charging_stack.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The use case described in this configuration file includes the following:
1919
* 3 phase, 16A fuse limit
2020
* Simulation of the IMD (Insulation Monitoring Device)
2121
* Simulation of the DC Supply Device
22+
* Energy management via JSON-RPC API
2223

2324
An overview of the EVerest modules is shown in the next section.
2425

0 commit comments

Comments
 (0)