Skip to content

Commit

Permalink
Téléinfo Version 4.6
Browse files Browse the repository at this point in the history
Gestion compteurs triphasés
Ajout de nouvelles librairies graphiques
Voir changelog
  • Loading branch information
BmdOnline committed Feb 22, 2017
1 parent c029081 commit ef46c1e
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 27 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changements

## [dev]

## [4.6] - 2017-02-22
### Interface
- added : Prise en compte des compteurs triphasés : les 3 intensités sont affichées.
- added : Affichage (optionnel) de l'intensité dans le graphique "Aperçu 24h".
Expand Down Expand Up @@ -228,7 +230,8 @@ Voir [Graphique Conso Electrique Téléinfo EDF avec Highcharts](http://penhard.
- Actuellement, le graphique est détruit et recréé. Il faudrait envisager de remplacer les données sans détruire le graphique.
- [ ] Fiabiliser les passages aux heures hiver/été.

[dev]: https://github.com/BmdOnline/Teleinfo/compare/v4.5.1...dev
[dev]: https://github.com/BmdOnline/Teleinfo/compare/v4.6...dev
[4.6]: https://github.com/BmdOnline/Teleinfo/compare/v4.5.1...v4.6
[4.5.1]: https://github.com/BmdOnline/Teleinfo/compare/v4.5...v4.5.1
[4.5]: https://github.com/BmdOnline/Teleinfo/compare/v4.4dev...v4.5
[4.4dev]: https://github.com/BmdOnline/Teleinfo/compare/v4.3...v4.4dev
Expand Down
3 changes: 2 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ git clone -b dev git://github.com/BmdOnline/Teleinfo.git
| dev | https://github.com/BmdOnline/Teleinfo/archive/dev.zip <br> https://github.com/BmdOnline/Teleinfo/archive/dev.tar.gz |
| stable | https://github.com/BmdOnline/Teleinfo/archive/master.zip <br> https://github.com/BmdOnline/Teleinfo/archive/master.tar.gz |
| | |
| v4.6 | https://github.com/BmdOnline/Teleinfo/archive/v4.5.zip <br> https://github.com/BmdOnline/Teleinfo/archive/v4.6.tar.gz |
| v4.5.1 | https://github.com/BmdOnline/Teleinfo/archive/v4.5.zip <br> https://github.com/BmdOnline/Teleinfo/archive/v4.5.1.tar.gz |
| v4.5 | https://github.com/BmdOnline/Teleinfo/archive/v4.5.zip <br> https://github.com/BmdOnline/Teleinfo/archive/v4.5.tar.gz |
| v4.4dev | https://github.com/BmdOnline/Teleinfo/archive/v4.4dev.zip <br> https://github.com/BmdOnline/Teleinfo/archive/v4.4dev.tar.gz |
Expand Down Expand Up @@ -382,4 +383,4 @@ Le fichier `tarifs.php` contient l'historique de tous les tarifs EDF pour chaque
Les données sont nationales et communes pour tout le monde, sauf certaines taxes locales.
* Pour un calcul plus juste, il est nécessaire d'adapter la `TCFE`.
* A chaque évolution tarifaire, il est nécessaire d'ajouter les nouveaux tarifs dans le fichier.

* Les arrêtés publiés au journal officiel se trouvent ici : [Facturation EDF](../ressources/Facturation EDF).
29 changes: 20 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Graphique Conso Electrique Téléinfo EDF avec Highcharts

[![Licence](https://img.shields.io/github/license/BmdOnline/Teleinfo.svg)](LICENSE.md)
[![Release](https://img.shields.io/github/release/BmdOnline/Teleinfo.svg)](https://github.com/BmdOnline/Teleinfo/archive/master.zip)

![Animation](../screenshots/teleinfo/animation_small.gif)

# Présentation
Expand All @@ -13,15 +16,23 @@ Vous trouverez toute la documentation nécessaire à la collecte téléinfo à l
Cet aspect technique ne sera pas évoqué et aucun support ne sera fourni ici.

# Pré-requis
* Serveur Web (testé avec Apache, serveurs type Nginx… non testés)
* PHP (testé avec versions 5.4, 5.5, 5.6 et 7.0.4)
* MySQL / MariaDB (testé avec versions 5.0 et 5.5 et 5.7.1)
* Enfin, un compteur EDF avec l'option téléinfo et les relevés correspondants.
## Matériel
* Un compteur EDF avec l'option téléinfo et les relevés correspondants.

## Logiciel
| | Pré-requis | Versions testées |
| ----------- | ------- | ------- |
| Serveur Web| ![Apache](https://img.shields.io/badge/apache-%3E%3D%202.2-green.svg) | 2.2, 2.4.23 |
| | ![Nginx](https://img.shields.io/badge/nginx-unknown-lightgrey.svg) | serveurs type Nginx… non testés |
| PHP | [![PHP](https://img.shields.io/badge/php-%3E%3D%205.4-green.svg)](https://php.net/) | 5.4, 5.5, 5.6, 7.0.4 |
| Base de donnée | ![MySQL](https://img.shields.io/badge/mysql-%3E%3D%205.0-green.svg) | 5.0, 5.5, 5.7.1 |
| | ![MariaDB](https://img.shields.io/badge/mariadb-%3E%3D%205.5-green.svg) | 5.5, 10.1.16 |

# Sommaire
* [Installation](INSTALL.md) : Installation, configuration et paramétrage du programme.
* [Personnalisation](THEMES.md) : Personnalisation de l'interface via l'utilisation de templates et thèmes.
* [Copies d'écran](../screenshots/README.md) : Quelques copies d'écran illustrant les fonctions et différents thèmes du programme.
* [Ressources](https://github.com/BmdOnline/Teleinfo/tree/ressources) : Ressources diverses (tarifs EDF, collecteur Téléinfo).
* [Changements] (CHANGELOG.md) : Historique des versions.
* [Licence] (LICENSE.md) : Ce programme est placé sous licence GPL v3.
* Librairies PHP
Expand All @@ -34,6 +45,10 @@ Cet aspect technique ne sera pas évoqué et aucun support ne sera fourni ici.
The MIT License is simple and easy to understand and it places almost no restrictions on what you can do with a jQuery Foundation project.
You are free to use any jQuery Foundation project in any other project (even commercial projects) as long as the copyright header is left intact.
````
* [Chart.js] (http://www.chartjs.org) : Licence MIT.
```
Chart.js is open source and available under the MIT license.
```
* [Highcharts] (https://shop.highsoft.com/faq#Non-Commercial) : Licence CC by-nc 3.0.
```
You can use our software for free under the non-commercial license if you are:
Expand All @@ -52,8 +67,4 @@ Cet aspect technique ne sera pas évoqué et aucun support ne sera fourni ici.
Copyright (c) 2007-2014 IOLA and Ole Laursen
It was started by Ole Laursen, sponsored by IOLA, an agile little Danish web-development house with a keen eye for Python/Django and jQuery.
It is currently being maintained by David Schnur.
```
* [Chart.js] (http://www.chartjs.org) : Licence MIT.
```
Chart.js is open source and available under the MIT license.
```
```
10 changes: 5 additions & 5 deletions THEMES.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,27 +79,27 @@ Pour en changer, il faut modifier le fichier...
- `tpl/teleinfo.single.mobile.html`
- `tpl/teleinfo.tabs.mobile.html`
* En mode template, le fichier :
`tpl/files/inc.lib.html`
`tpl/files/vendor.lib.html`

* Pour le mode _classique_
```php
<link rel="stylesheet" href="./css/smoothness/jquery-ui-1.11.0-pre.min.css">
<link rel="stylesheet" href="./vendor/css/base/jquery-ui-1.12.1.min.css">
```

* Pour le mode _clair_
```php
<link rel="stylesheet" href="./css/ui-lightness/jquery-ui-1.11.0-pre.min.css">
<link rel="stylesheet" href="./vendor/css/ui-lightness/jquery-ui-1.12.1.min.css">
```

* Pour le mode _sombre_
```php
<link rel="stylesheet" href="./css/ui-darkness/jquery-ui-1.11.0-pre.min.css">
<link rel="stylesheet" href="./vendor/css/ui-darkness/jquery-ui-1.12.1.min.css">
```

Remarque :
Par défaut, le programme est réglé sur le thème _sombre_.

* En utilisant `RainTPL`, ne pas oublier le `#` en fin d'URL.
```php
<link rel="stylesheet" href="./css/ui-darkness/jquery-ui-1.11.0-pre.min.css#">
<link rel="stylesheet" href="./vendor/css/ui-darkness/jquery-ui-1.12.1.min.css#">
```
15 changes: 4 additions & 11 deletions tarifs.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,10 @@
// - http://rvq.fr/php/edf.php
//
// EDF est réévalué tous les étés
// http://www.legifrance.gouv.fr/affichTexte.do?cidTexte=JORFTEXT000028106828&fastPos=1&fastReqId=549291714&categorieLien=id&oldAction=rechTexte
// - 15/08/2009 http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000020972070
// http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000020974110
// http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000020987380
// http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000027172789
// - 15/08/2010 http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000022697956
// http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000022850981
// - 01/07/2011 http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000024278704
// - 23/07/2012 http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000026209179
// - 01/08/2013 http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000027778284
// - 01/01/2014 http://particuliers.edf.com/fichiers/fckeditor/Particuliers/Offres/CGV_CRE/CRE_TB.pdf
// Liste des arrêtés publiés au bulletin officiel
// https://www.legifrance.gouv.fr : rechercher "arrêté relatif aux tarifs réglementés de vente de l électricité"
// Note EDF
// http://particuliers.edf.com/fichiers/fckeditor/Particuliers/Offres/CGV_CRE/CRE_TB.pdf
//
// Explication des taxes perçues :
// - http://particuliers.edf.com/gestion-de-mon-contrat/ma-facture/consulter-et-comprendre-ma-facture/detail-des-taxes-et-contributions-201733.html
Expand Down

0 comments on commit ef46c1e

Please sign in to comment.