Jean-Baptiste Nahan ee6d433b31 Update README.md
2019-01-07 07:28:19 +01:00
2016-06-03 23:23:37 +02:00
2016-06-03 23:23:37 +02:00
2016-06-06 22:34:45 +02:00
2016-06-03 23:23:37 +02:00
2016-06-03 23:23:37 +02:00
2016-06-06 22:34:45 +02:00
2016-06-06 22:34:45 +02:00
2016-06-03 23:23:37 +02:00
2016-06-06 07:07:01 +02:00
2016-06-06 07:07:01 +02:00
2016-06-03 23:18:19 +02:00
2016-06-03 23:23:37 +02:00
2019-01-07 07:28:19 +01:00

This project is achieved. Use Grafana for display data from InfluxDB.

edf-telereleve-display

Web interface for view data from the edf-telereleve

Install

Clone this repo or down load the latest release.

Install all dependencies for production with composer :

composer install -o --no-dev --prefer-dist

Configure

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.

Launch server

bin/console server:start

Browse an use

Open your browser and get : http://127.0.0.1:8000

The default graph is for today.

Howto work ?

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.

Contribute

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.

Description
No description provided
Readme MIT 90 KiB
Languages
PHP 92.4%
Twig 7.6%