Skip to content

Commit

Permalink
Beta 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ticed35 committed Mar 16, 2018
1 parent 86353d4 commit f251153
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 26 deletions.
2 changes: 1 addition & 1 deletion core/class/teleinfo.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public static function runProductionDeamon($_debug = false, $type = 'prod')
if ($twoCptCartelectronic == 1) {
log::add('teleinfo', 'info', 'Fonctionnement en mode 2 compteur');
$teleinfoPath = $teleinfoPath . '/teleinfo_2_cpt.py';
$cmd = 'sudo nice -n 19 /usr/bin/python3 ' . $teleinfoPath . ' -d ' . $_debug . ' -p ' . $port . ' -v ' . $modemVitesse . ' -e ' . $ip_interne . ' -c ' . config::byKey('api') . ' -f ' . $_force . ' -r ' . realpath(dirname(__FILE__));
$cmd = 'sudo nice -n 19 /usr/bin/python ' . $teleinfoPath . ' -d ' . $_debug . ' -p ' . $port . ' -v ' . $modemVitesse . ' -e ' . $ip_interne . ' -c ' . config::byKey('api') . ' -f ' . $_force . ' -r ' . realpath(dirname(__FILE__));
} else {
log::add('teleinfo', 'info', 'Fonctionnement en mode 1 compteur');
$teleinfoPath = $teleinfoPath . '/teleinfo.py';
Expand Down
11 changes: 9 additions & 2 deletions docs/fr_FR/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,21 @@ Change log
> Commit](https://github.com/Jeedom-Plugins-Extra/plugin-teleinfo/commits/master)

3.0.0 [![Stable](https://img.shields.io/badge/version-beta-yellow.svg?longCache=true&style=flat-square)](https://github.com/Jeedom-Plugins-Extra/plugin-teleinfo/milestone/1)
3.0.0
=====
- Docs au nouveau standard de la team (github pages)
- Refaire fonctionner le mode 2 compteurs.
- Noms des variables et fonctions
- Compatibilité Linky

2.6.4 [![Stable](https://img.shields.io/badge/version-stable-brightgreen.svg?longCache=true&style=flat-square)](https://github.com/Jeedom-Plugins-Extra/plugin-teleinfo/releases)
2.7.0 Beta [![Beta](https://img.shields.io/badge/version-beta-yellow.svg?longCache=true&style=flat-square)](https://github.com/Jeedom-Plugins-Extra/plugin-teleinfo/milestone/1)
=====
- Issue du démon 2 compteurs et librairie ftdi.
- Reprise du processus des dépendances.
- Erreurs 500 sur le panel.
- Suppresion de fonctions dépréciés

2.6.4 Stable [![Stable](https://img.shields.io/badge/version-stable-brightgreen.svg?longCache=true&style=flat-square)](https://github.com/Jeedom-Plugins-Extra/plugin-teleinfo/releases)
=====
- Bugfix erreur lors de l'enregistrement

Expand Down
23 changes: 0 additions & 23 deletions ressources/install.sh

This file was deleted.

0 comments on commit f251153

Please sign in to comment.