<?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[Question neophyte &#x2F; Denky]]></title><description><![CDATA[<p dir="auto">Hi Charles (better to write in my native language, I guess)</p>
<p dir="auto">I have 2 Linky in different properties in France, one 3-phase, one sigle phase.  I have some capabilities in Raspberry Pi/Python/MQTT, and today I use clamps to measure electricity consumption. I want to move to Teleinfo for this data<br />
I <em>think</em> I want to buy 2x Denky, but I wanted to confirm this option, if I may.<br />
I assume I will set up each using the default software, and then examine development options to (in parallel?) send the data via MQTT to my own RPi4 Pi server.<br />
Questions:</p>
<ol>
<li>Deoes this make sense? Any suggestions?</li>
<li>I've looked around and not found any details for the physical connection to the Linky units. I see the USB (and wire connectors) on the LInkys, but I'd quite like authoritative details.  Can you point me to a source for this install info?</li>
</ol>
<p dir="auto">Thanks for any/all help!</p>
]]></description><link>https://community.ch2i.eu/topic/1401/question-neophyte-denky</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 17:32:18 GMT</lastBuildDate><atom:link href="https://community.ch2i.eu/topic/1401.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 Feb 2023 18:21:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Question neophyte &#x2F; Denky on Thu, 16 Mar 2023 21:49:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ellipsis" aria-label="Profile: ellipsis">@<bdi>ellipsis</bdi></a> Making progress on this, but I should have asked where is the best document or link for installation of Denky 4 with Raspberry Pi?  I see many fragments on various sites, but cannot find an up to date document.  English or French are fine for me.<br />
Thanks again</p>
]]></description><link>https://community.ch2i.eu/post/5043</link><guid isPermaLink="true">https://community.ch2i.eu/post/5043</guid><dc:creator><![CDATA[ellipsis]]></dc:creator><pubDate>Thu, 16 Mar 2023 21:49:12 GMT</pubDate></item><item><title><![CDATA[Reply to Question neophyte &#x2F; Denky on Wed, 15 Mar 2023 22:23:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/charles" aria-label="Profile: Charles">@<bdi>Charles</bdi></a> My misunderstanding.  Will pursue Tasmota/MQTT option.  Thanks very much for your help here!<br />
Tony</p>
]]></description><link>https://community.ch2i.eu/post/5041</link><guid isPermaLink="true">https://community.ch2i.eu/post/5041</guid><dc:creator><![CDATA[ellipsis]]></dc:creator><pubDate>Wed, 15 Mar 2023 22:23:40 GMT</pubDate></item><item><title><![CDATA[Reply to Question neophyte &#x2F; Denky on Wed, 15 Mar 2023 20:24:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ellipsis" aria-label="Profile: ellipsis">@<bdi>ellipsis</bdi></a> sorry about that, I though you wanted Denky to communicate thru PI using WiFi (both on same network) and sending data to PI MQTT broker using the network.<br />
To have the linky physically connected to PI you should have used PITinfo (PI Connector) or MicroTeleinfo (USB). MicroTeleinfo is better if you want to connect several dongle to same PI (up to 4 USB)</p>
<p dir="auto">Anyway you can use Denky D4 to do the same thing but it's a little overkill, you can try to flash some sample to read teleinfo from denky and send thru Serial.<br />
<a href="https://github.com/hallard/LibTeleinfo/tree/master/examples/Teleinfo_DenkyD4" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/hallard/LibTeleinfo/tree/master/examples/Teleinfo_DenkyD4</a></p>
<p dir="auto">Check ou samples Teleinfo_DenkyD4 or ESP32_Passthru (this one more like MicroTeleinfo or PiTinfo)</p>
<p dir="auto">But I repeat easier and fasted way is to connect Denky D4 with WiFi and Tasmota firmware and then send data to MQTT.</p>
<p dir="auto">You can also set picocom to 115200 (to see tasmota log and extract ENERGY frame data)</p>
]]></description><link>https://community.ch2i.eu/post/5040</link><guid isPermaLink="true">https://community.ch2i.eu/post/5040</guid><dc:creator><![CDATA[Charles]]></dc:creator><pubDate>Wed, 15 Mar 2023 20:24:46 GMT</pubDate></item><item><title><![CDATA[Reply to Question neophyte &#x2F; Denky on Mon, 13 Mar 2023 22:20:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/charles" aria-label="Profile: Charles">@<bdi>Charles</bdi></a> Hellon again.  I received and connected a Denky D4 unit to my pi4 and 3-phase meter (flashing blue LED, so I assume correctly).<br />
I'm struggling to make the software connections work. I <em>think</em> this is because I have not found the correct instructions document for installation, so I'm blundering around somewhat.</p>
<p dir="auto">Current symptom:  cannot see tty connection with picocom.<br />
<img src="/assets/uploads/files/1678745523448-tty_issue.png" alt="tty_issue.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Serial port is enabled, serial console disabled, cmdline.txt is as follows:<br />
<em>console=tty1 root=PARTUUID=252dbefd-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles</em></p>
<p dir="auto">dmesg seems fine:<br />
[    2.577377] usb 1-1.4: New USB device found, idVendor=1a86, idProduct=55d4, bcdDevice= 4.43<br />
[    2.577414] usb 1-1.4: New USB device strings: Mfr=0, Product=2, SerialNumber=3<br />
[    2.577435] usb 1-1.4: Product: USB Single Serial<br />
[    2.577453] usb 1-1.4: SerialNumber: 54AD000834</p>
<p dir="auto">Thanks for any help</p>
]]></description><link>https://community.ch2i.eu/post/5039</link><guid isPermaLink="true">https://community.ch2i.eu/post/5039</guid><dc:creator><![CDATA[ellipsis]]></dc:creator><pubDate>Mon, 13 Mar 2023 22:20:23 GMT</pubDate></item><item><title><![CDATA[Reply to Question neophyte &#x2F; Denky on Tue, 14 Feb 2023 23:48:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ellipsis" aria-label="Profile: ellipsis">@<bdi>ellipsis</bdi></a> ah ah thanks, link fixed.</p>
]]></description><link>https://community.ch2i.eu/post/4935</link><guid isPermaLink="true">https://community.ch2i.eu/post/4935</guid><dc:creator><![CDATA[Charles]]></dc:creator><pubDate>Tue, 14 Feb 2023 23:48:15 GMT</pubDate></item><item><title><![CDATA[Reply to Question neophyte &#x2F; Denky on Tue, 14 Feb 2023 23:33:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/charles" aria-label="Profile: Charles">@<bdi>Charles</bdi></a> Thanks for confirming - will order asap.</p>
<p dir="auto">FYI, there is a broken link you may want to fix... <a href="https://github.com/hallard/LibTeleinfo/blob/master/examples/Raspberry_JSON/Raspberry_JSON.ino" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/hallard/LibTeleinfo/blob/master/examples/Raspberry_JSON/Raspberry_JSON.ino</a></p>
<p dir="auto">Thanks!</p>
]]></description><link>https://community.ch2i.eu/post/4934</link><guid isPermaLink="true">https://community.ch2i.eu/post/4934</guid><dc:creator><![CDATA[ellipsis]]></dc:creator><pubDate>Tue, 14 Feb 2023 23:33:22 GMT</pubDate></item><item><title><![CDATA[Reply to Question neophyte &#x2F; Denky on Tue, 14 Feb 2023 23:10:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ellipsis" aria-label="Profile: ellipsis">@<bdi>ellipsis</bdi></a> this is the correct way, you have 2 options, if your place has internet may be centralizing data thru a clouded MQTT or hosted on a PI in your main house or cloud is ideal, if not you'll need a PI in each place to centralize.</p>
<p dir="auto">Denky D4 need to be connected with a USB-C cable to bring power to the module, then 2 wires from green connector, one in the Linky I1 and other I2 (no mater order, it's not polarized) for Teleinfo Signal.</p>
<p dir="auto">Hope this helps</p>
]]></description><link>https://community.ch2i.eu/post/4930</link><guid isPermaLink="true">https://community.ch2i.eu/post/4930</guid><dc:creator><![CDATA[Charles]]></dc:creator><pubDate>Tue, 14 Feb 2023 23:10:26 GMT</pubDate></item></channel></rss>