The goal is to provide an EEBUS CEM implementation
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).
api
: API interface definitionscem
: Central CEM implementation which needs to be used by a HEMS implementationcmd
: Example projectuccevc
: Use Case Coordinated EV Charging V1.0.1ucevcc
: Use Case EV Commissioning and Configuration V1.0.1ucevcem
: Use Case EV Charging Electricity Measurement V1.0.1ucevsecc
: Use Case EVSE Commissioning and Configuration V1.0.1ucevsoc
: Use Case EV State Of Charge V1.0.0 RC1ucmgcp
: Use Case Monitoring of Grid Connection Point V1.0.0ucmpc
: Use Case Monitoring of Power Consumption V1.0.0ucopev
: Use Case Overload Protection by EV Charging Current Curtailment V1.0.1bucoscev
: Use Case Optimization of Self Consumption During EV Charging V1.0.1bucvabd
: Use Case Visualization of Aggregated Battery Data V1.0.0 RC1ucvapd
: Use Case Visualization of Aggregated Photovoltaic Data V1.0.0 RC1util
: various internal helpers
Run the following command to see all the options:
Usage: go run cmd/main.go
Example certificate and key files are located in the keys folder. If no certificate and key are provided in the options, new ones will be generated in the current folder.
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.