Skip to content

Commit

Permalink
Merge pull request #4 from US-JOET/fix-kilowatts-in-dc-demo
Browse files Browse the repository at this point in the history
Increase the power drawn in the ISO 15118-2 DC demo to 160 kW
  • Loading branch information
shankari authored Dec 6, 2023
2 parents 2fa825c + 497db45 commit e055182
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
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

0 comments on commit e055182

Please sign in to comment.