Skip to content

Commit 035dcca

Browse files
authored
Merge pull request #71 from chargebyte/everest/ccc_adaptations_for_2025.8.0_release
Everest/ccc adaptations for 2025.8.0 release
2 parents f9ab57a + ac84fba commit 035dcca

6 files changed

Lines changed: 112 additions & 61 deletions

File tree

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

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,37 @@ active_modules:
1515
error_history:
1616
- module_id: error_history
1717
implementation_id: error_history
18-
tarragon_bsp:
18+
rpc_api:
19+
module: RpcApi
20+
connections:
21+
evse_manager:
22+
- module_id: connector
23+
implementation_id: evse
24+
energy_listener:
25+
- module_id: connector
26+
implementation_id: energy_grid
27+
evse_energy_sink:
28+
- module_id: grid_connection_point
29+
implementation_id: external_limits
30+
charger_information:
31+
- module_id: charger_info
32+
implementation_id: main
33+
charger_info:
34+
module: ChargerInfo
35+
config_module:
36+
firmware_version_file: /usr/share/secc/VERSION
37+
connections:
38+
kvs:
39+
- module_id: kvs
40+
implementation_id: main
41+
kvs:
42+
module: YamlStore
43+
config_module:
44+
file: /etc/everest/charger_info.yaml
45+
bsp:
1946
module: CbTarragonDriver
2047
config_module:
2148
contactor_1_feedback_type: none
22-
relay_2_name: none
2349
tarragon_dig_in_ref:
2450
module: CbTarragonDIs
2551
connector:
@@ -33,7 +59,7 @@ active_modules:
3359
disable_authentication: true
3460
connections:
3561
bsp:
36-
- module_id: tarragon_bsp
62+
- module_id: bsp
3763
implementation_id: evse_board_support
3864
energy_manager:
3965
module: EnergyManager
-38.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
* CP state D is rejected
2020
* 1 contactor for 3 phase
2121
* No phase switching
22+
* Energy management via JSON-RPC API and CB Energy
2223

2324
An overview of the EVerest modules that are defined within a configuration file is shown in the next section.
2425

0 commit comments

Comments
 (0)