Skip to content

MathieuSabarthes/tic4eebus

 
 

Repository files navigation

tic4eebus

EEBUS OPEV use case with Linky customer interface (TIC) aiming to handle Electrical Vehicle charge according to available energy (PCOUP)

REUSE status

🇫🇷 Français | 🇺🇸 English

Summary

Introduction

The tic4eebus application is used as a energy management system (referred as EnergyGuard in EEBUS documentation) using Linky customer interface (known as Télé Information Client or TIC) as metering source to control electrical vehicle charge through a wallbox (i.e the EEBUS interface).

Installation

Prerequisites

To generate the application, you need to install :

For application proper functioning, you need to install :

Build executable file

When you are at the project root, simply type the following command:

go build -o tic4eebus cmd/tic4eebus/main.go

As a result, the tic4eebus executable file is created.

Starting the Application

To start the tic4eebus application, execute the commnand :

./tic4eebus

Note: For application tic4eebus proper functioning, application TIC2WebSocket must be started.

Help

Add --help option to get basic information on how to use the application.

./tic4eebus --help

Version

Add --version option to display the application version.

./tic4eebus --version

Documentation

[TODO]

Contributing ?

PRs Welcome

You don't need to be a developer to contribute, nor do much, you can simply:

To help you start, we invite you to read Contributing, which gives you rules and code conventions to respect

To contribute to this documentation (README, CONTRIBUTING, etc.), we conform to the CommonMark Spec

Contributors

Core contributors :

We strive to provide a benevolent environment and support any contribution.

About

EEBUS OPEV use case with Linky customer interface (TIC) aiming to handle Electrical Vehicle charge according to available energy (PCOUP)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 100.0%