Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

VincentvD/OpenEMS-docker-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenEMS

https://openems.github.io/openems.io/openems/latest/gettingstarted.html

Running OpenEMS ecosystem in docker (with some simulation enabled)

Docker

Build

Enter the following commands in their respective folders.

cd openems-backend
./downloadBackend.sh
docker build -t openems-backend .
cd openems-edge
./downloadEdge.sh
docker build -t openems-edge .
cd openems-ui
docker build -f backend.Dockerfile -t openems-ui-backend .
docker build -f edge.Dockerfile -t openems-ui-edge .

Run

docker-compose up --force-recreate

OpenEMS Edge

Apache Felix Web Console Configuration

http://localhost:8080/system/console/configMgr

UI

http://localhost:4201

OpenEMS backend

Apache Felix Web Console Configuration

http://localhost:8079/system/console/configMgr

UI

http://localhost:4202

Useful links

Simulate OCPP connection: https://simplesimulator.consolinno-it.de/

Simply point it at ws://localhost:8887

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published