<?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[Telegram sendet mehrmals das selbe]]></title><description><![CDATA[<p dir="auto">Habe das Problem das wenn ich mir eine Nachricht zusenden lasse diese oft bis zu 10 mal kommt.</p>
<p dir="auto">Es ist auch nur eine Instanz aktiviert es gibt auch nur ein einziges Script das den Befehl ausführt.</p>
<p dir="auto">Vlt. hat ja jemand eine Idee.</p>
<p dir="auto">mfg Daniel<br />
<a href="/assets/uploads/files/3095_1.png">3095_1.png</a><br />
<a href="/assets/uploads/files/3095_2.png">3095_2.png</a></p>
]]></description><link>https://forum.iobroker.net/topic/19584/telegram-sendet-mehrmals-das-selbe</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 06:07:20 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/19584.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 Feb 2019 21:08:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Telegram sendet mehrmals das selbe on Sun, 17 Mar 2019 09:26:02 GMT]]></title><description><![CDATA[<p dir="auto">Servus,<br />
nach dem neuen Update von IoBroker sehe ich nun die plötzlich die Debug- und Verbose-funktion.<br />
Kann ich mit den Funktionen irgendwas neues probieren?</p>
<p dir="auto">Das Problem ist äußerst unregelmäßig. Manchmal funktioniert es einwandfrei, manchmal doppelt bzw. endlosschleife und manchmal aber auch garnicht...</p>
]]></description><link>https://forum.iobroker.net/post/242779</link><guid isPermaLink="true">https://forum.iobroker.net/post/242779</guid><dc:creator><![CDATA[Habedere]]></dc:creator><pubDate>Sun, 17 Mar 2019 09:26:02 GMT</pubDate></item><item><title><![CDATA[Reply to Telegram sendet mehrmals das selbe on Thu, 07 Feb 2019 07:48:12 GMT]]></title><description><![CDATA[<p dir="auto">Pragmatische Lösung:</p>
<p dir="auto">Das if mit "und alarm=false" ergänzen.</p>
<p dir="auto">Dadurch wird dER Skript nur 1x ausgeführt</p>
]]></description><link>https://forum.iobroker.net/post/222730</link><guid isPermaLink="true">https://forum.iobroker.net/post/222730</guid><dc:creator><![CDATA[Georgius]]></dc:creator><pubDate>Thu, 07 Feb 2019 07:48:12 GMT</pubDate></item><item><title><![CDATA[Reply to Telegram sendet mehrmals das selbe on Wed, 06 Feb 2019 23:08:47 GMT]]></title><description><![CDATA[<p dir="auto"><s><a class="plugin-mentions-user plugin-mentions-a" href="/user/xyolyp" aria-label="Profile: Xyolyp">@<bdi>Xyolyp</bdi></a>:</s></p>
<blockquote>
<p dir="auto">Im Blockly Trigger solltest du von "wurde aktualisiert" auf "wurde geändert" umstellen. Ersteres löst immer dann aus wenn irgendwas auf den Datenpunkt geschrieben wird und letzteres nur wenn der neue Wert ein anderer als der alte ist.</p>
<p dir="auto">Unbenannt.PNG `</p>
</blockquote>
<p dir="auto">Danke habe ich geändert.</p>
<p dir="auto">Leider löst es das Problem nicht</p>
]]></description><link>https://forum.iobroker.net/post/222670</link><guid isPermaLink="true">https://forum.iobroker.net/post/222670</guid><dc:creator><![CDATA[delphi]]></dc:creator><pubDate>Wed, 06 Feb 2019 23:08:47 GMT</pubDate></item><item><title><![CDATA[Reply to Telegram sendet mehrmals das selbe on Wed, 06 Feb 2019 12:14:07 GMT]]></title><description><![CDATA[<p dir="auto"><s><a class="plugin-mentions-user plugin-mentions-a" href="/user/georgius" aria-label="Profile: Georgius">@<bdi>Georgius</bdi></a>:</s></p>
<blockquote>
<p dir="auto">Was ist das selbe? `</p>
</blockquote>
<p dir="auto">Das Problem von Habedere.</p>
]]></description><link>https://forum.iobroker.net/post/222350</link><guid isPermaLink="true">https://forum.iobroker.net/post/222350</guid><dc:creator><![CDATA[delphi]]></dc:creator><pubDate>Wed, 06 Feb 2019 12:14:07 GMT</pubDate></item><item><title><![CDATA[Reply to Telegram sendet mehrmals das selbe on Wed, 06 Feb 2019 11:55:47 GMT]]></title><description><![CDATA[<p dir="auto">Was ist das selbe?</p>
]]></description><link>https://forum.iobroker.net/post/222344</link><guid isPermaLink="true">https://forum.iobroker.net/post/222344</guid><dc:creator><![CDATA[Georgius]]></dc:creator><pubDate>Wed, 06 Feb 2019 11:55:47 GMT</pubDate></item><item><title><![CDATA[Reply to Telegram sendet mehrmals das selbe on Wed, 06 Feb 2019 11:45:30 GMT]]></title><description><![CDATA[<p dir="auto">Jap ist das selbe und ich komm nicht dahinter. :x</p>
<pre><code>createState("Alarm", function () {
});
on({id: 'shelly.0.SHSW-1#55E328#1.Relay0.Switch', change: "any", ack: true}, function (obj) {
  var value = obj.state.val;
  var oldValue = obj.oldState.val;
  if (getState("shelly.0.SHSW-1#55E328#1.Relay0.Switch").val == false) {
    setState("javascript.0.Alarm"/*Alarm*/, true, true);
    sendTo("telegram.0", "send", {
        text: '!!!Alarmanlage hat ausgelöst!!!'
    });
  }
});

</code></pre>
]]></description><link>https://forum.iobroker.net/post/222336</link><guid isPermaLink="true">https://forum.iobroker.net/post/222336</guid><dc:creator><![CDATA[delphi]]></dc:creator><pubDate>Wed, 06 Feb 2019 11:45:30 GMT</pubDate></item><item><title><![CDATA[Reply to Telegram sendet mehrmals das selbe on Wed, 06 Feb 2019 11:47:40 GMT]]></title><description><![CDATA[<p dir="auto">Im Blockly Trigger solltest du von "wurde aktualisiert" auf "wurde geändert" umstellen. Ersteres löst immer dann aus wenn irgendwas auf den Datenpunkt geschrieben wird und letzteres nur wenn der neue Wert ein anderer als der alte ist.<br />
<img src="/assets/uploads/files/5122_unbenannt.png" alt="5122_unbenannt.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/222334</link><guid isPermaLink="true">https://forum.iobroker.net/post/222334</guid><dc:creator><![CDATA[Xyolyp]]></dc:creator><pubDate>Wed, 06 Feb 2019 11:47:40 GMT</pubDate></item><item><title><![CDATA[Reply to Telegram sendet mehrmals das selbe on Wed, 06 Feb 2019 11:38:49 GMT]]></title><description><![CDATA[<p dir="auto">Servus,</p>
<p dir="auto">ich lese mal mit weil ich das selbe Problem habe…</p>
<p dir="auto"><a href="https://forum.iobroker.net/viewtopic.php?p=218122#p218122">viewtopic.php?p=218122#p218122</a></p>
]]></description><link>https://forum.iobroker.net/post/222333</link><guid isPermaLink="true">https://forum.iobroker.net/post/222333</guid><dc:creator><![CDATA[Habedere]]></dc:creator><pubDate>Wed, 06 Feb 2019 11:38:49 GMT</pubDate></item><item><title><![CDATA[Reply to Telegram sendet mehrmals das selbe on Wed, 06 Feb 2019 08:08:22 GMT]]></title><description><![CDATA[<p dir="auto">Zeig mal den JavaScript-Code der aus dem Blockly generiert wird.</p>
<p dir="auto">Gruß</p>
]]></description><link>https://forum.iobroker.net/post/222281</link><guid isPermaLink="true">https://forum.iobroker.net/post/222281</guid><dc:creator><![CDATA[BuZZy]]></dc:creator><pubDate>Wed, 06 Feb 2019 08:08:22 GMT</pubDate></item><item><title><![CDATA[Reply to Telegram sendet mehrmals das selbe on Wed, 06 Feb 2019 07:51:33 GMT]]></title><description><![CDATA[<p dir="auto">Moin,</p>
<p dir="auto">hast du die Probleme auch wenn du nur ein SendTo telegram im Skript hast, also keinen weiteren Trigger?</p>
<p dir="auto">Gruß</p>
]]></description><link>https://forum.iobroker.net/post/222275</link><guid isPermaLink="true">https://forum.iobroker.net/post/222275</guid><dc:creator><![CDATA[bassface]]></dc:creator><pubDate>Wed, 06 Feb 2019 07:51:33 GMT</pubDate></item></channel></rss>