openems/edge

Sponsored OSS

By OpenEMS Association e.V.

Updated 1 day ago

OpenEMS Edge Docker Image

Image
Internet of things
0

10K+

openems/edge repository overview

OpenEMS
Open Source Energy Management System

OpenEMS - the Open Source Energy Management System - is a modular platform for energy management applications. It was developed around the requirements of monitoring, controlling, and integrating energy storage together with renewable energy sources and complementary devices and services like electric vehicle charging stations, heat-pumps, electrolysers, time-of-use electricity tariffs and more.

If you plan to use OpenEMS for your own projects, please consider joining the OpenEMS Association e.V., a network of universities, hardware manufacturers, software companies as well as commercial and private owners, and get in touch in the OpenEMS Community forum.


OpenEMS Edge Docker Image

Quick reference

How to use this image

Quickstart
docker run --name openems_edge -p 8080:8080 -d openems/edge
Docker Compose with UI
services:
  openems-edge:
    image: openems/edge:latest
    container_name: openems_edge
    hostname: openems-edge
    restart: unless-stopped
    volumes:
      - openems-edge-conf:/var/opt/openems/config:rw
      - openems-edge-data:/var/opt/openems/data:rw
    ports:
      - 8080:8080 # Apache-Felix
      - 8085:8085 # UI-Websocket

  openems-ui:
    image: openems/ui-edge:latest
    container_name: openems_ui
    hostname: openems-ui
    restart: unless-stopped
    volumes:
      - openems-ui-conf:/etc/nginx:rw
      - openems-ui-log:/var/log/nginx:rw
    environment:
      - WEBSOCKET_HOST=openems-edge
      - WEBSOCKET_PORT=8085
    ports:
      - 80:80
      - 443:443

volumes:
  openems-edge-conf:
  openems-edge-data:
  openems-ui-conf:
  openems-ui-log:

Learn more

Tag summary

Content type

Image

Digest

sha256:527f87ee4

Size

127.8 MB

Last updated

1 day ago

docker pull openems/edge:develop

This week's pulls

Pulls:

1,610

Last week