Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions docs/source/_static/files/bsp-only-dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,43 @@ active_modules:
error_history:
- module_id: error_history
implementation_id: error_history
evse_energy_sink:
- module_id: grid_connection_point
implementation_id: external_limits
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: CbChargeSOMDriver
connector:
module: EvseManager
mapping:
module:
evse: 1
config_module:
connector_id: 1
charge_mode: DC
Expand All @@ -33,6 +66,9 @@ active_modules:
powersupply_DC:
- module_id: powersupply_dc
implementation_id: main
powermeter_car_side:
- module_id: powersupply_dc
implementation_id: powermeter
imd:
- module_id: imd
implementation_id: main
Expand All @@ -47,6 +83,9 @@ active_modules:
implementation_id: energy_grid
grid_connection_point:
module: EnergyNode
mapping:
module:
evse: 1
config_module:
fuse_limit_A: 16
phase_count: 3
Expand Down Expand Up @@ -92,6 +131,13 @@ active_modules:
evse_manager:
- module_id: connector
implementation_id: evse
kvs:
- module_id: persistent_store
implementation_id: main
persistent_store:
module: PersistentStore
config_module:
sqlite_db_file_path: /var/lib/everest/everest_persistent_store.db
powersupply_dc:
module: DCSupplySimulator
imd:
Expand Down
Binary file modified docs/source/_static/images/admin_panel_bsp_only.png
100644 → 100755
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:
* 3 phase, 16A fuse limit
* Simulation of the IMD (Insulation Monitoring Device)
* Simulation of the DC Supply Device
* Energy management via JSON-RPC API

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

Expand Down
Loading
Loading