<?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[TASMOTA Deepsleep DS18B20 MQTT sendet nicht]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">ich habe einen DS18B20 an einem ESP8266 der an einem Akku mit Solarmodul hängt. TASMOTA</p>
<p dir="auto">Der DS funktioniert und gibt richtige Werte aus.</p>
<p dir="auto">Deepsleep steht auf 120 Sekunden.</p>
<pre><code>{"DeepSleep":{"Time":"2021-11-10T13:22:00","Epoch":1636546920}}
</code></pre>
<p dir="auto">MQTT funktioniert.</p>
<p dir="auto">Wenn der ESP aufwacht, sendet er leider keine Daten. Es wurde nur 1x Daten an den MQTT Server gesendet, nach dem Start.</p>
<pre><code>{"sn":{"Time":"2021-11-10T13:11:05","DS18B20":{"Id":"000000029C91","Temperature":22.8},"TempUnit":"C"},"ver":1}
</code></pre>
<p dir="auto">Kann mir bitte jemand einen Tipp geben,  wie ich es anstelle, daß der ESP, wenn er aufwacht, die Daten an den MQTT Server sendet?</p>
<p dir="auto">Auf der Konsole sehe ich</p>
<pre><code>13:22:07.048 MQT: Attempting connection...
13:22:07.209 MQT: Connected
13:22:07.212 MQT: tele/tasmota_7BFEAF/LWT = Online (retained)
13:22:07.215 MQT: cmnd/tasmota_7BFEAF/POWER = 
13:22:11.449 MQT: tele/tasmota_7BFEAF/STATE = {"Time":"2021-11-10T13:22:11","Uptime":"0T00:00:12","UptimeSec":12,"Heap":28,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":19,"MqttCount":1,"Wifi":{"AP":1,"SSId":"solysombra","BSSId":"E2:63:DA:BA:66:FC","Channel":11,"Mode":"11n","RSSI":56,"Signal":-72,"LinkCount":1,"Downtime":"0T00:00:06"}}
13:22:11.473 MQT: tele/tasmota_7BFEAF/SENSOR = {"Time":"2021-11-10T13:22:11","DS18B20":{"Id":"000000029C91","Temperature":22.1},"TempUnit":"C"}
</code></pre>
<p dir="auto">Jedoch nichts am MQTT Server.</p>
<p dir="auto">Danke für die Unterstützung.</p>
<p dir="auto">Gruß</p>
]]></description><link>https://forum.iobroker.net/topic/49246/tasmota-deepsleep-ds18b20-mqtt-sendet-nicht</link><generator>RSS for Node</generator><lastBuildDate>Wed, 27 May 2026 12:37:03 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/49246.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Nov 2021 12:30:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to TASMOTA Deepsleep DS18B20 MQTT sendet nicht on Wed, 24 Nov 2021 17:02:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/powder8" aria-label="Profile: powder8">@<bdi>powder8</bdi></a></p>
<p dir="auto">Ich nehme mal an Du hast die MQTT Kommunikation generell am Laufen und auf der Basis stellst Du auf "DeeepSleep" um.</p>
<ul>
<li>Dann bitte unbedingt die TASMOTA Documentation beachten: <a href="https://tasmota.github.io/docs/DeepSleep/" rel="nofollow ugc">https://tasmota.github.io/docs/DeepSleep/</a></li>
<li>Dann nehme ich an Du hast eine physikalische Brücke zwischen pin "RST" und "GPIO16" fest verdrahtet, PullUp 10k nach 3.3V.</li>
</ul>
<p dir="auto">Aus meiner Sicht müsste Dein Kommando für die Umstellung DeepSleep dann so aussehen</p>
<pre><code>Backlog TelePeriod 10; DeepSleepTime 60;

</code></pre>
<p dir="auto">--&gt; So sendet TASMOTA <em>nach 10sec nach dem Aufwachen</em> die MQTT Informationen an iobroker, schläft wieder ein und wacht all 60sec auf.</p>
]]></description><link>https://forum.iobroker.net/post/709273</link><guid isPermaLink="true">https://forum.iobroker.net/post/709273</guid><dc:creator><![CDATA[alk]]></dc:creator><pubDate>Wed, 24 Nov 2021 17:02:29 GMT</pubDate></item><item><title><![CDATA[Reply to TASMOTA Deepsleep DS18B20 MQTT sendet nicht on Wed, 10 Nov 2021 16:20:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/powder8" aria-label="Profile: powder8">@<bdi>powder8</bdi></a> sagte in <a href="/post/701191">TASMOTA Deepsleep DS18B20 MQTT sendet nicht</a>:</p>
<blockquote>
<p dir="auto">Wenn der ESP aufwacht, sendet er leider keine Daten</p>
</blockquote>
<p dir="auto">Hallo<br />
Wie hoch ist denn in Tasmota unter "Logging Einstellungen" die Telemetrieperiode gesetzt.</p>
]]></description><link>https://forum.iobroker.net/post/701307</link><guid isPermaLink="true">https://forum.iobroker.net/post/701307</guid><dc:creator><![CDATA[premo]]></dc:creator><pubDate>Wed, 10 Nov 2021 16:20:53 GMT</pubDate></item></channel></rss>