EEBUS OPEV use case with Linky customer interface (TIC) aiming to handle Electrical Vehicle charge according to available energy (PCOUP)
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).
To generate the application, you need to install :
For application proper functioning, you need to install :
When you are at the project root, simply type the following command:
go build -o tic4eebus cmd/tic4eebus/main.goAs a result, the tic4eebus executable file is created.
To start the tic4eebus application, execute the commnand :
./tic4eebusNote: For application tic4eebus proper functioning, application TIC2WebSocket must be started.
Add --help option to get basic information on how to use the application.
./tic4eebus --helpAdd --version option to display the application version.
./tic4eebus --version[TODO]
You don't need to be a developer to contribute, nor do much, you can simply:
- Enhance documentation,
- Correct a spelling,
- Report a bug
- Ask a feature
- Give us advices or ideas,
- etc.
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
Core contributors :
- Jehan BOUSCH (jehan-externe.bousch@enedis.fr)
We strive to provide a benevolent environment and support any contribution.