Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the power drawn in the ISO 15118-2 DC demo to 160 kW #4

Merged
merged 3 commits into from
Dec 6, 2023
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
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
TAG=0.0.4
TAG=0.0.5
2 changes: 2 additions & 0 deletions manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ RUN git clone https://github.com/EVerest/everest-core.git \
# Copy over the custom config *after* the compile
COPY config-docker.json ./dist/share/everest/modules/OCPP/config-docker.json

COPY user-config/ /ext/source/config/user-config/

LABEL org.opencontainers.image.source=https://github.com/everest/everest-demo
17 changes: 17 additions & 0 deletions manager/user-config/config-sil-dc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
active_modules:
powersupply_dc:
module: JsDCSupplySimulator
config_implementation:
main:
max_power: 250000
max_current: 400
car_simulator:
module: JsCarSimulator
config_module:
connector_id: 1
auto_enable: true
auto_exec: false
auto_exec_commands: sleep 1;iec_wait_pwr_ready;sleep 1;draw_power_regulated 16,3;sleep 30;unplug
dc_target_current: 400
dc_target_voltage: 400
dc_max_power_limit: 200000