Skip to content
Merged
32 changes: 29 additions & 3 deletions docs/source/_static/files/bsp-only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,37 @@ active_modules:
error_history:
- module_id: error_history
implementation_id: error_history
tarragon_bsp:
rpc_api:
module: RpcApi
connections:
evse_manager:
- module_id: connector
implementation_id: evse
energy_listener:
- module_id: connector
implementation_id: energy_grid
evse_energy_sink:
- module_id: grid_connection_point
implementation_id: external_limits
charger_information:
- module_id: charger_info
implementation_id: main
charger_info:
module: ChargerInfo
config_module:
firmware_version_file: /usr/share/secc/VERSION
connections:
kvs:
- module_id: kvs
implementation_id: main
kvs:
module: YamlStore
config_module:
file: /etc/everest/charger_info.yaml
bsp:
module: CbTarragonDriver
config_module:
contactor_1_feedback_type: none
relay_2_name: none
tarragon_dig_in_ref:
module: CbTarragonDIs
connector:
Expand All @@ -33,7 +59,7 @@ active_modules:
disable_authentication: true
connections:
bsp:
- module_id: tarragon_bsp
- module_id: bsp
implementation_id: evse_board_support
energy_manager:
module: EnergyManager
Expand Down
Binary file modified docs/source/_static/images/admin_panel_bsp_only.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/source/everest_charging_stack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The use case described in this configuration file includes the following:
* CP state D is rejected
* 1 contactor for 3 phase
* No phase switching
* Energy management via JSON-RPC API and CB Energy

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

Expand Down
Loading