This project is achieved. Use Grafana for display data from InfluxDB.
Web interface for view data from the edf-telereleve
Clone this repo or down load the latest release.
Install all dependencies for production with composer :
composer install -o --no-dev --prefer-dist
If you use the SQLITE db, copy your DB file into app/datas/datas.sqlite
. Doctrine is already configured in this case.
Il you use another database, change the doctrine DBAL configuration into app/config/config.yml
and in your app/config/parameters.yml
.
bin/console server:start
Open your browser and get : http://127.0.0.1:8000
The default graph is for today.
This little web site have one page. This page call the /datas
URL for get and display datas.
The first feature display the consumption for one day only. For this moment is work only for the dual pricing HC/HP from EDF.
If you are interested in this project, you can help me. Fork this repository, work on your copy and pull request for integrate your change in the main repository.