<?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[Corrupted values PiTInfo v1.3]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I have received my PiTInfo v1.3 some days ago and connected it to an ESPHUZZAH ESP-12. I can collect metrics, but after some time of activity, I start getting weird values. Reseting the ESP board fix the problem for some hours. The two errors I've seen until now are:</p>
<ul>
<li>The <code>BASE</code> value ending with an <code>X</code> like <code>002401276X</code> (instead of simply <code>02401276</code>)</li>
<li>The <code>ADCO</code> value ending with the string <code>BASE</code> or <code>ASE</code> (instead of just numbers)</li>
</ul>
<p dir="auto"><img src="/assets/uploads/files/1576233248938-screenshot-from-2019-12-11-22-29-02.png" alt="Screenshot from 2019-12-11 22-29-02.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">My Linky is on TIC <code>HISTORIQUE</code> mode.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/charles">@<bdi>Charles</bdi></a> any clue on what can goes wrong? Is there any known workaround like in <a href="https://community.ch2i.eu/topic/37/pitinfo-t%C3%A9l%C3%A9info-emoncms-avec-node-red-sur-raspberry-pi-moins-de-30-min-moins-de-10/5" target="_blank" rel="noopener noreferrer nofollow ugc">https://community.ch2i.eu/topic/37/pitinfo-téléinfo-emoncms-avec-node-red-sur-raspberry-pi-moins-de-30-min-moins-de-10/5</a> ?</p>
<p dir="auto">Bests<br />
Kumy</p>
]]></description><link>http://community.ch2i.eu/topic/443/corrupted-values-pitinfo-v1-3</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 07:53:49 GMT</lastBuildDate><atom:link href="http://community.ch2i.eu/topic/443.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 13 Dec 2019 10:37:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Corrupted values PiTInfo v1.3 on Tue, 11 Feb 2020 09:38:24 GMT]]></title><description><![CDATA[<p dir="auto">Hi Kumy,</p>
<p dir="auto">I've seen this sometimes (long time ago) when the ESP is stuck in other task and missing some serial char.</p>
<p dir="auto">I must admin I fixed that long time ago and did not seen it anymore. I did not follow the new update of ESP SDK and arduino, may be you can try with IP stack V1.4 of Arduino IDE ?</p>
]]></description><link>http://community.ch2i.eu/post/3027</link><guid isPermaLink="true">http://community.ch2i.eu/post/3027</guid><dc:creator><![CDATA[Charles]]></dc:creator><pubDate>Tue, 11 Feb 2020 09:38:24 GMT</pubDate></item><item><title><![CDATA[Reply to Corrupted values PiTInfo v1.3 on Sat, 14 Dec 2019 07:56:11 GMT]]></title><description><![CDATA[<p dir="auto">I've set the <code>LibTeleinfo</code> library in debug mode, here is a frame output when it goes wrong:</p>
<pre><code>08:47:40.378 -&gt; Updated Frame (37024 Bytes free)
08:47:40.445 -&gt; 1) OPTARIF=BASE '48' Flags:0x04 =&gt;Exist 
08:47:40.445 -&gt; 2) ISOUSC=45 '63' Flags:0x04 =&gt;Exist 
08:47:40.445 -&gt; 3) PTEC=TH.. '36' Flags:0x04 =&gt;Exist 
08:47:40.445 -&gt; 4) IINST=005 '92' Flags:0x04 =&gt;Exist 
08:47:40.445 -&gt; 5) IMAX=090 '72' Flags:0x04 =&gt;Exist 
08:47:40.445 -&gt; 6) PAPP=01110 '36' Flags:0x08 =&gt;Updated 
08:47:40.445 -&gt; 7) HHPHC=A '44' Flags:0x04 =&gt;Exist 
08:47:40.445 -&gt; 8) MOTDETAT=000000 '66' Flags:0x04 =&gt;Exist 
08:47:40.445 -&gt; 9) BASE=002783606X '43' Flags:0x04 =&gt;Exist 
08:47:40.445 -&gt; 10) ADCO=031XXXXXXX04ASE '64' Flags:0x04 =&gt;Exist 
08:47:40.445 -&gt; 11) PTECATDCO=031XXXXXXX04 '64' Flags:0x02 =&gt;New 
</code></pre>
<p dir="auto">While it's ok after the reset:</p>
<pre><code>08:53:43.751 -&gt; New Frame (38184 Bytes free)
08:53:43.751 -&gt; 1) ADCO=031XXXXXXX04 '64' Flags:0x04 =&gt;Exist 
08:53:43.751 -&gt; 2) OPTARIF=BASE '48' Flags:0x04 =&gt;Exist 
08:53:43.751 -&gt; 3) ISOUSC=45 '63' Flags:0x04 =&gt;Exist 
08:53:43.751 -&gt; 4) BASE=002783719 '48' Flags:0x04 =&gt;Exist 
08:53:43.751 -&gt; 5) PTEC=TH.. '36' Flags:0x04 =&gt;Exist 
08:53:43.751 -&gt; 6) IINST=005 '92' Flags:0x04 =&gt;Exist 
08:53:43.751 -&gt; 7) IMAX=090 '72' Flags:0x04 =&gt;Exist 
08:53:43.751 -&gt; 8) PAPP=01120 '37' Flags:0x04 =&gt;Exist 
08:53:43.751 -&gt; 9) HHPHC=A '44' Flags:0x04 =&gt;Exist 
08:53:43.751 -&gt; 10) MOTDETAT=000000 '66' Flags:0x04 =&gt;Exist 
</code></pre>
]]></description><link>http://community.ch2i.eu/post/2936</link><guid isPermaLink="true">http://community.ch2i.eu/post/2936</guid><dc:creator><![CDATA[kumy]]></dc:creator><pubDate>Sat, 14 Dec 2019 07:56:11 GMT</pubDate></item></channel></rss>