Search found 13 matches

by gmella
12 Jun 2020, 16:00
Forum: ESP Easy: Software
Topic: ESP8266 rapport erreur Plugin _P127_Teleinfo
Replies: 31
Views: 22738

Re: ESP8266 rapport erreur Plugin _P127_Teleinfo

Hi, I think that most of the issues are not related to EspEasy but to the protocol of the linky in your special case. I also have a solar power in the simple auto-consommation mode and notice that the values during injection are left to 0 :( Then I tried to build a PV-router plugin on EspEasy but th...
by gmella
10 Jun 2020, 17:01
Forum: ESP Easy: Software
Topic: ESP8266 rapport erreur Plugin _P127_Teleinfo
Replies: 31
Views: 22738

Re: ESP8266 rapport erreur Plugin _P127_Teleinfo

Oups, j'ai lu un peu vite. Pour l'instant la remontée par domoticz (en HTTP) semble limitée à 4 valeurs max. Il faudrait donc construire une chaine dans le plugin pour ce mode particulier. On commence à avoir bcp de combinaisons (HISTO/STD x HC/HP x MONO/TRI) . Actuellement tu peux donc faire un peu...
by gmella
10 Jun 2020, 14:54
Forum: ESP Easy: Software
Topic: ESP8266 rapport erreur Plugin _P127_Teleinfo
Replies: 31
Views: 22738

Re: ESP8266 rapport erreur Plugin _P127_Teleinfo

Salut seby90, Sympa de voir tes modifs! A première vue, j'aurai tendance à penser qu'il te suffit de remplacer event->sensorType = SENSOR_TYPE_DUAL par event->sensorType = SENSOR_TYPE_QUAD dans le switch pour PLUGIN_READ. J'avoue qu'en relisant ton post, je me suis demandé pourquoi j'avais mis dans ...
by gmella
09 Apr 2020, 19:39
Forum: ESP Easy: Software
Topic: ESP8266 rapport erreur Plugin _P127_Teleinfo
Replies: 31
Views: 22738

Re: ESP8266 rapport erreur Plugin _P127_Teleinfo

Hi guy67400, Oh what a good news! I thought about such future usage as mentioned in the original code comments but did not imagine to test it before more work. This pluginPlayground is very nice to experiment these building blocks in a such ESPEasy way ! I suppose that we can get the same feature bu...
by gmella
08 Apr 2020, 19:14
Forum: ESP Easy: Software
Topic: ESP8266 rapport erreur Plugin _P127_Teleinfo
Replies: 31
Views: 22738

Re: ESP8266 rapport erreur Plugin _P127_Teleinfo

Hey good news guy67400! In the mean time I just discovered the /timingstats url. You may also check that calls are properly performed having a look using Tools->Timing stats and especially on the TEN_PER_SECOND line for the TIC plugin. Did you still get heavy load on your esp ? You are right about n...
by gmella
07 Apr 2020, 22:45
Forum: ESP Easy: Software
Topic: ESP8266 rapport erreur Plugin _P127_Teleinfo
Replies: 31
Views: 22738

Re: ESP8266 rapport erreur Plugin _P127_Teleinfo

Hello guy67400, I had a quick look on the LibTeleinf forks but have no idea of the issue that can occurs for a triphasé + HC/HP setup. I performed some minor changes in my Pull Request following TD-er comments, but may think about using back the serial data reading in the plugin without use of LibTe...
by gmella
06 Apr 2020, 20:52
Forum: ESP Easy: Software
Topic: ESP8266 rapport erreur Plugin _P127_Teleinfo
Replies: 31
Views: 22738

Re: ESP8266 rapport erreur Plugin _P127_Teleinfo

Hello guy67400, Not sure to understand why such gating mechanism. I just performed additional test on a D1 mini without any issue. The load is quite low 5% for 10s interval. The only stop I got in my past tries was the use of software serial reading (I read similar bug that prevent such use). I thin...
by gmella
05 Apr 2020, 11:07
Forum: ESP Easy: Software
Topic: ESP8266 rapport erreur Plugin _P127_Teleinfo
Replies: 31
Views: 22738

Re: ESP8266 rapport erreur Plugin _P127_Teleinfo

Hello, Giving your mention about I2C adress and Channel, I never saw such things. I updated my ESPEasy package. I pulled the head mega branch this morning and I discovered the points. Many changes occured but I succeeded to read again a counter leaving those field with default values but selecting a...
by gmella
04 Apr 2020, 18:32
Forum: ESP Easy: Software
Topic: ESP8266 rapport erreur Plugin _P127_Teleinfo
Replies: 31
Views: 22738

Re: ESP8266 rapport erreur Plugin _P127_Teleinfo

Hello guy67400, Nice to see that you get ready to build an espeasy package. I succeeded to test it on both TIC protocols, then performed a pull request on the main repo. In the mean time, please find my last version on https://github.com/gmella/ESPEasyPluginPlayground , copy it next to ESPEasy.ino (...
by gmella
03 Apr 2020, 10:43
Forum: ESP Easy: Software
Topic: ESP8266 rapport erreur Plugin _P127_Teleinfo
Replies: 31
Views: 22738

Re: ESP8266 rapport erreur Plugin _P127_Teleinfo

Hello TD-er, That's the plan. I already forked the repo and plan to make a pull request. I replied to guy67400 message and sure we will make a pull request as soon as it is compatible with both mode. I didn't get in touch with the first author of the plugin I rework but leave some comment in my prev...
by gmella
03 Apr 2020, 09:34
Forum: ESP Easy: Software
Topic: ESP8266 rapport erreur Plugin _P127_Teleinfo
Replies: 31
Views: 22738

Re: ESP8266 rapport erreur Plugin _P127_Teleinfo

Hello, I work on a linux machine using the arduino IDE (arduino-1.8.9). I find it ok for most tries I performed following classical use : load esp8266 platform support and use library manager for most projects. I never tried Platformio and this may be a good opportunity. But coming back to my setup ...
by gmella
27 Mar 2020, 08:41
Forum: Introduce yourself
Topic: Hello from France
Replies: 2
Views: 6263

Hello from France

Hi, A big Thanks to the wonderfull ESPEasy project and contributors. This solution is so nice to develop in a quick, reliable and open manner.. I started my home automation adventure with domoticz lights and tempsensors. Today espeasy helps me a lot to continue in a efficient way. I love to automate...
by gmella
26 Mar 2020, 18:57
Forum: ESP Easy: Software
Topic: ESP8266 rapport erreur Plugin _P127_Teleinfo
Replies: 31
Views: 22738

Re: ESP8266 rapport erreur Plugin _P127_Teleinfo

Bonjour, Je teste depuis quelques semaines mon compteur Linky avec le plugin que tu cites sur lequel j'ai fait pas mal de modifications. C'est stable en remontant même les infos toutes les 20s à mon controlleur domoticz. Je n'ai pas encore fait de pull request et j'hesite à faire un nouveau plugin. ...