<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Wemos téléinfo v1.1 + D1 mini V4 + Tasmota + mode Standard]]></title><description><![CDATA[<p dir="auto">Bonjour,</p>
<p dir="auto">Alors cette combinaison Wemos téléinfo v1.1 + D1 mini V4 marche très bien sur un linky Mode Historique.</p>
<p dir="auto">et dès que je le branche sur mon autre linky (d'injection) mode standard et que je fais<br />
"energyconfig standard" dans la console, le D1 mini plante (j'imagine) et redémarre en ayant effacé la configuration. Je n'ai jamais pû lire une trame.</p>
<p dir="auto">J'ai tenté en rajoutant 1 resistance de 100ohm sur le fil teleinfo : rien, une de 1 kohm : rien ....<br />
J'ai changé de carte D1 au cas où rien non plus ...</p>
<p dir="auto">Je ne sais pas trop dans quelle direction chercher ...</p>
<p dir="auto">Merci de votre aide !</p>
]]></description><link>http://community.ch2i.eu/topic/1436/wemos-téléinfo-v1-1-d1-mini-v4-tasmota-mode-standard</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 07:43:27 GMT</lastBuildDate><atom:link href="http://community.ch2i.eu/topic/1436.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 24 Sep 2023 19:17:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wemos téléinfo v1.1 + D1 mini V4 + Tasmota + mode Standard on Sat, 18 Jan 2025 18:09:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matlo">@<bdi>Matlo</bdi></a> Excellent, merci du retour, bug tordu <img src="http://community.ch2i.eu/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=fd8776ac13b" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /></p>
]]></description><link>http://community.ch2i.eu/post/5930</link><guid isPermaLink="true">http://community.ch2i.eu/post/5930</guid><dc:creator><![CDATA[Charles]]></dc:creator><pubDate>Sat, 18 Jan 2025 18:09:09 GMT</pubDate></item><item><title><![CDATA[Reply to Wemos téléinfo v1.1 + D1 mini V4 + Tasmota + mode Standard on Thu, 16 Jan 2025 20:44:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/charles">@<bdi>Charles</bdi></a> A partir du tag v14.4.1, j'ai remplacé les 4 appels à strstr() introduits par le commit par 4 appels à strstr_P(), cela corrige le problème.</p>
<pre><code>diff --git a/tasmota/tasmota_xnrg_energy/xnrg_15_teleinfo.ino b/tasmota/tasmota_xnrg_energy/xnrg_15_teleinfo.ino
index 3b43ac1e7..961bf370e 100644
--- a/tasmota/tasmota_xnrg_energy/xnrg_15_teleinfo.ino
+++ b/tasmota/tasmota_xnrg_energy/xnrg_15_teleinfo.ino
@@ -454,13 +454,13 @@ void DataCallback(struct _ValueList * me, uint8_t  flags)
             // Contract subscribed (standard is in clear text in value)
             else if (ilabel == LABEL_NGTF)
             {
-                if (strstr(me-&gt;value, TELEINFO_STD_CONTRACT_BASE)) {
+                if (strstr_P(me-&gt;value, TELEINFO_STD_CONTRACT_BASE)) {
                     contrat = CONTRAT_BAS;
-                } else if (strstr(me-&gt;value, TELEINFO_STD_CONTRACT_HCHP)) {
+                } else if (strstr_P(me-&gt;value, TELEINFO_STD_CONTRACT_HCHP)) {
                     contrat = CONTRAT_HC;
-                } else if (strstr(me-&gt;value, TELEINFO_STD_CONTRACT_BBR)) {
+                } else if (strstr_P(me-&gt;value, TELEINFO_STD_CONTRACT_BBR)) {
                     contrat = CONTRAT_BBR;
-                } else if (strstr(me-&gt;value, TELEINFO_STD_CONTRACT_EJP)) {
+                } else if (strstr_P(me-&gt;value, TELEINFO_STD_CONTRACT_EJP)) {
                     contrat = CONTRAT_EJP;
                 }
</code></pre>
]]></description><link>http://community.ch2i.eu/post/5929</link><guid isPermaLink="true">http://community.ch2i.eu/post/5929</guid><dc:creator><![CDATA[Matlo]]></dc:creator><pubDate>Thu, 16 Jan 2025 20:44:23 GMT</pubDate></item><item><title><![CDATA[Reply to Wemos téléinfo v1.1 + D1 mini V4 + Tasmota + mode Standard on Thu, 16 Jan 2025 06:43:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/charles">@<bdi>Charles</bdi></a> Bonjour,</p>
<p dir="auto">J'ai le même problème de plantage avec le wemos d1.</p>
<p dir="auto">J'ai fait un git-bissect, le résultat est :</p>
<p dir="auto">200221acc2329c8be493f9a946f5d0f4898d429a is the first bad commit<br />
commit 200221acc2329c8be493f9a946f5d0f4898d429a<br />
Author: Charles <a href="mailto:hallard04@free.fr" target="_blank" rel="noopener noreferrer nofollow ugc">hallard04@free.fr</a><br />
Date:   Tue Nov 22 00:41:58 2022 +0100</p>
<pre><code>Added TEMPO and status register decoding for standard mode
</code></pre>
<p dir="auto">Je n'ai pas encore eu le temps de regarder plus en détail ce qui pourrait causer le crash.</p>
]]></description><link>http://community.ch2i.eu/post/5928</link><guid isPermaLink="true">http://community.ch2i.eu/post/5928</guid><dc:creator><![CDATA[Matlo]]></dc:creator><pubDate>Thu, 16 Jan 2025 06:43:47 GMT</pubDate></item><item><title><![CDATA[Reply to Wemos téléinfo v1.1 + D1 mini V4 + Tasmota + mode Standard on Wed, 27 Sep 2023 07:08:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/st%C3%A9phane-theodore">@<bdi>Stéphane-Theodore</bdi></a> intéressant</p>
<p dir="auto">Tu crois que tu pourrais essayer les tags suivants (dans l'ordre, soit 12.3.1 le suivant) pour savoir a partir duquel ça ne fonctionne plus afin de pouvoir chercher et fixer le soucis ?</p>
<p dir="auto"><img src="/assets/uploads/files/1695798422658-a585aaf0-ff63-41ed-8473-8c935eedf3d5-image.png" alt="a585aaf0-ff63-41ed-8473-8c935eedf3d5-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Merci à toi</p>
]]></description><link>http://community.ch2i.eu/post/5306</link><guid isPermaLink="true">http://community.ch2i.eu/post/5306</guid><dc:creator><![CDATA[Charles]]></dc:creator><pubDate>Wed, 27 Sep 2023 07:08:19 GMT</pubDate></item><item><title><![CDATA[Reply to Wemos téléinfo v1.1 + D1 mini V4 + Tasmota + mode Standard on Tue, 26 Sep 2023 12:35:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/st%C3%A9phane-theodore">@<bdi>Stéphane-Theodore</bdi></a> <img src="http://community.ch2i.eu/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=fd8776ac13b" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" />  Heureux d'avoir pu aider un peu <img src="http://community.ch2i.eu/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=fd8776ac13b" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /></p>
]]></description><link>http://community.ch2i.eu/post/5305</link><guid isPermaLink="true">http://community.ch2i.eu/post/5305</guid><dc:creator><![CDATA[zoll38]]></dc:creator><pubDate>Tue, 26 Sep 2023 12:35:30 GMT</pubDate></item><item><title><![CDATA[Reply to Wemos téléinfo v1.1 + D1 mini V4 + Tasmota + mode Standard on Tue, 26 Sep 2023 06:16:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zoll38">@<bdi>zoll38</bdi></a></p>
<p dir="auto">Dans Github j'avais pas vu le menu Tag ! <img src="http://community.ch2i.eu/assets/plugins/nodebb-plugin-emoji/emoji/android/1f644.png?v=fd8776ac13b" class="not-responsive emoji emoji-android emoji--face_with_rolling_eyes" style="height:23px;width:auto;vertical-align:middle" title=":face_with_rolling_eyes:" alt="🙄" /> merci de m'ouvrir les yeux ! <img src="http://community.ch2i.eu/assets/plugins/nodebb-plugin-emoji/emoji/android/1f633.png?v=fd8776ac13b" class="not-responsive emoji emoji-android emoji--flushed" style="height:23px;width:auto;vertical-align:middle" title=":flushed:" alt="😳" /></p>
<p dir="auto">Et super bonne nouvelle ... j'ai branché et ça a marché direct !!! ... j'avais passé une après midi à faire des essais et je commençais à désespérer !! Je valide donc le D1 Mini V4 avec Tasmota V12.2 en mode standard (là c'est un linky d'injection) et  D1 Mini V3 avec Tasmota V12.4 en mode historique (là c'est un linky offre tempo) .</p>
<p dir="auto">En tout cas merci vraiment zoll38 pour ta réponse, c'est aussi en lisant ta conversation avec Charles que j'avais entrevu la fin du problème.</p>
]]></description><link>http://community.ch2i.eu/post/5304</link><guid isPermaLink="true">http://community.ch2i.eu/post/5304</guid><dc:creator><![CDATA[Stéphane Theodore]]></dc:creator><pubDate>Tue, 26 Sep 2023 06:16:38 GMT</pubDate></item><item><title><![CDATA[Reply to Wemos téléinfo v1.1 + D1 mini V4 + Tasmota + mode Standard on Mon, 25 Sep 2023 18:31:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/st%C3%A9phane-theodore">@<bdi>Stéphane-Theodore</bdi></a> tu peux trouver les sources la : <a href="https://github.com/arendst/Tasmota/tree/v12.2.0" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/arendst/Tasmota/tree/v12.2.0</a></p>
]]></description><link>http://community.ch2i.eu/post/5303</link><guid isPermaLink="true">http://community.ch2i.eu/post/5303</guid><dc:creator><![CDATA[zoll38]]></dc:creator><pubDate>Mon, 25 Sep 2023 18:31:43 GMT</pubDate></item><item><title><![CDATA[Reply to Wemos téléinfo v1.1 + D1 mini V4 + Tasmota + mode Standard on Mon, 25 Sep 2023 07:35:01 GMT]]></title><description><![CDATA[<p dir="auto">Je testerai bien cette version la 12.2 ... je ne la trouve nulle part, seulement des bin sans teleinfo<br />
Est ce que quelqu'un l'a dans ses cartons ?</p>
<p dir="auto">Merci !</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zoll38">@<bdi>zoll38</bdi></a> said in <a href="/post/5295">Tasmota</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/charles">@<bdi>Charles</bdi></a> Merci ! Avec la resistance de 1K, tout refonctionne comme avant <img src="http://community.ch2i.eu/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=fd8776ac13b" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /> sur un FW V12.2.<br />
J'ai teste en V13.x, et ca ne fonctionne pas. J'ai des multitudes de CMD: dans la console.<br />
Je reste donc un V12.2 car je ne pense pas avoir besoin des dernieres versions du FW.<br />
Merci encore</p>
</blockquote>
]]></description><link>http://community.ch2i.eu/post/5301</link><guid isPermaLink="true">http://community.ch2i.eu/post/5301</guid><dc:creator><![CDATA[Stéphane Theodore]]></dc:creator><pubDate>Mon, 25 Sep 2023 07:35:01 GMT</pubDate></item><item><title><![CDATA[Reply to Wemos téléinfo v1.1 + D1 mini V4 + Tasmota + mode Standard on Mon, 25 Sep 2023 06:56:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/st%C3%A9phane-theodore">@<bdi>Stéphane-Theodore</bdi></a></p>
<p dir="auto">J'ai compilé avec la version 12.5 et 13.1 de tasmota pas de changement , dès que je me met en "energyconfig standard" la carte plante.<br />
Est ce qui'il y a interet à changer de modèle de carte ? et dans ce cas lequel est à conseiller ?</p>
<p dir="auto">Merci !!</p>
]]></description><link>http://community.ch2i.eu/post/5300</link><guid isPermaLink="true">http://community.ch2i.eu/post/5300</guid><dc:creator><![CDATA[Stéphane Theodore]]></dc:creator><pubDate>Mon, 25 Sep 2023 06:56:40 GMT</pubDate></item></channel></rss>