Skip to content
/ cemd Public
forked from enbility/cemd

Energy management system using the EEBUS protocol

License

Notifications You must be signed in to change notification settings

hvbargen/cemd

 
 

Repository files navigation

cemd

Build Status GoDoc Coverage Status Go report

The goal is to provide an EEBUS CEM implementation

Introduction

This library provides a foundation to implement energy management solutions using the eebus-go library. It is designed to be included either directly into go projects, or it will be able to run as a daemon for other systems interact with (to be implemented).

These EEBUS use cases are already supported:

  • E-Mobility:

    • EVSE Commissioning and Configuration V1.0.1
    • EV Commissioning and Configuration V1.0.1
    • EV Charging Electricity Measurement V1.0.1
    • EV State Of Charge V1.0.0 RC1
    • Optimization of Self Consumption During EV Charging V1.0.1b
    • Overload Protection by EV Charging Current Curtailment V1.0.1b

These use cases are currently planned to be supported in the future:

  • E-Mobility:

    • Coordinated EV Charging V1.0.1
    • EV Charging Summary V1.0.1

More use cases and scenarios will hopefully follow in the future as well.

Usage

Usage: go run cmd/main.go <serverport> <remoteski> <certfile> <keyfile>

Example certificate and key files are located in the keys folder

Explanation

The remoteski is from the eebus service to connect to. If no certfile or keyfile are provided, they are generated and printed in the console so they can be saved in a file and later used again. The local SKI is also printed.

About

Energy management system using the EEBUS protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%