<?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[Popup bei  Betätigung der Klinkel [gelöst]]]></title><description><![CDATA[<p dir="auto">Hallo,<br />
ich würde gerne, das ein Popup sich öffnet wenn die Klingel betätigt wird oder eine Bewegung erkannt wird.<br />
Für das Popup nutze ich das widget von Inventwo.. da gibt es die Möglichkeit einen Wert bzw.ein Datenpunkt anzugeben..<br />
soweit so gut... wenn ich beispielsweise den Wert auf <strong>true</strong> setze und die klingel stellt sich auf true dann passiert leider nichts...<br />
aber nichtsdestotrotz würde ich lieber gerne das über ein Script erstellen,da ich vielleicht noch eine Zeitbegrenzung als Bedingung mit einbauen möchte.<br />
Habe auch sowas ähnliches hier schon gesehen, aber dieses war sehr umfangreich.<br />
Vielleicht gibt es da etwas einfaches zum nachbauen.<br />
Zusätzlich habe ich noch einen FullyKioskBrowser Adapter wenn das hilft.</p>
<p dir="auto">Vielen Dank für die Hilfe.</p>
<p dir="auto">Gruss Marcell</p>
]]></description><link>https://forum.iobroker.net/topic/59504/popup-bei-betätigung-der-klinkel-gelöst</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 09:54:27 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/59504.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 31 Oct 2022 07:48:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Tue, 01 Nov 2022 19:58:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/djmarc75" aria-label="Profile: djmarc75">@<bdi>djmarc75</bdi></a><br />
gemacht.<br />
danke für die Erklärung.</p>
]]></description><link>https://forum.iobroker.net/post/883802</link><guid isPermaLink="true">https://forum.iobroker.net/post/883802</guid><dc:creator><![CDATA[Kellerkind-86]]></dc:creator><pubDate>Tue, 01 Nov 2022 19:58:51 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Tue, 01 Nov 2022 12:15:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kellerkind-86" aria-label="Profile: kellerkind-86">@<bdi>kellerkind-86</bdi></a> Trotzdem solltest Du im Trigger von "wurde geändert" auf "ist wahr" umstellen da auch beim Umschalten des TriggerDP auf "false" Deine Datenpunkte reagieren.</p>
<p dir="auto"><img src="/assets/uploads/files/1667304935033-screenshot-2022-11-01-131442.png" alt="Screenshot 2022-11-01 131442.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/883412</link><guid isPermaLink="true">https://forum.iobroker.net/post/883412</guid><dc:creator><![CDATA[DJMarc75]]></dc:creator><pubDate>Tue, 01 Nov 2022 12:15:51 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Tue, 01 Nov 2022 12:04:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/djmarc75" aria-label="Profile: djmarc75">@<bdi>djmarc75</bdi></a><br />
ja..hab es dafür mal kurz schreibbar gemacht um das zu testen.</p>
<p dir="auto">hab es jetzt hinbekommen..hab es jetzt so stehen und es funktioniert..<br />
hab nochmal einen anderen dp erzeugt..jetzt klappt es.</p>
<pre><code>&lt;xml xmlns="https://developers.google.com/blockly/xml"&gt;
  &lt;variables&gt;
    &lt;variable type="timeout" id="timeout"&gt;timeout&lt;/variable&gt;
  &lt;/variables&gt;
  &lt;block type="on" id="`CT?25qP,OhX?,QIp=B%" x="-62" y="-613"&gt;
    &lt;field name="OID"&gt;zigbee.0.00158d0008545182.occupancy&lt;/field&gt;
    &lt;field name="CONDITION"&gt;ne&lt;/field&gt;
    &lt;field name="ACK_CONDITION"&gt;&lt;/field&gt;
    &lt;statement name="STATEMENT"&gt;
      &lt;block type="timeouts_cleartimeout" id="eXo_4rNUG;Ouz-U!.ju,"&gt;
        &lt;field name="NAME"&gt;timeout&lt;/field&gt;
        &lt;next&gt;
          &lt;block type="control" id="4dRc9dM$wjl9O}LSJFX["&gt;
            &lt;mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"&gt;&lt;/mutation&gt;
            &lt;field name="OID"&gt;0_userdata.0.test.Popup&lt;/field&gt;
            &lt;field name="WITH_DELAY"&gt;FALSE&lt;/field&gt;
            &lt;value name="VALUE"&gt;
              &lt;block type="logic_boolean" id="OW+Ls!esnJ-Z`,@~M|EX"&gt;
                &lt;field name="BOOL"&gt;TRUE&lt;/field&gt;
              &lt;/block&gt;
            &lt;/value&gt;
            &lt;next&gt;
              &lt;block type="timeouts_settimeout_variable" id="K@QG,$mDv#CAMmPOJndi"&gt;
                &lt;field name="NAME"&gt;timeout&lt;/field&gt;
                &lt;value name="DELAY_MS"&gt;
                  &lt;shadow type="math_number" id=";*ziVWau4q`,_)K_M#;h"&gt;
                    &lt;field name="NUM"&gt;5000&lt;/field&gt;
                  &lt;/shadow&gt;
                &lt;/value&gt;
                &lt;statement name="STATEMENT"&gt;
                  &lt;block type="control" id="+rZ1|5^;C%8C/sG1bqs4"&gt;
                    &lt;mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"&gt;&lt;/mutation&gt;
                    &lt;field name="OID"&gt;0_userdata.0.test.Popup&lt;/field&gt;
                    &lt;field name="WITH_DELAY"&gt;FALSE&lt;/field&gt;
                    &lt;value name="VALUE"&gt;
                      &lt;block type="logic_boolean" id=".sZE)b{7gnd+-ymDDk5n"&gt;
                        &lt;field name="BOOL"&gt;FALSE&lt;/field&gt;
                      &lt;/block&gt;
                    &lt;/value&gt;
                  &lt;/block&gt;
                &lt;/statement&gt;
              &lt;/block&gt;
            &lt;/next&gt;
          &lt;/block&gt;
        &lt;/next&gt;
      &lt;/block&gt;
    &lt;/statement&gt;
  &lt;/block&gt;
&lt;/xml&gt;
</code></pre>
<p dir="auto">danke für die Unterstützung<br />
Gruss Marcell</p>
]]></description><link>https://forum.iobroker.net/post/883403</link><guid isPermaLink="true">https://forum.iobroker.net/post/883403</guid><dc:creator><![CDATA[Kellerkind-86]]></dc:creator><pubDate>Tue, 01 Nov 2022 12:04:49 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Tue, 01 Nov 2022 11:49:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kellerkind-86" aria-label="Profile: kellerkind-86">@<bdi>kellerkind-86</bdi></a> sagte in <a href="/post/883389">Popup bei Betätigung der Klinkel</a>:</p>
<blockquote>
<p dir="auto">wert vom bewegungsmelder manuell von false auf true geändert</p>
</blockquote>
<p dir="auto">Das ist aber ein ReadOnly DP, das macht man so nicht.</p>
<p dir="auto">Kannst Du Dein Blockly als Code hier in nen Spoiler reinsetzen ?</p>
]]></description><link>https://forum.iobroker.net/post/883391</link><guid isPermaLink="true">https://forum.iobroker.net/post/883391</guid><dc:creator><![CDATA[DJMarc75]]></dc:creator><pubDate>Tue, 01 Nov 2022 11:49:11 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Tue, 01 Nov 2022 11:46:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/djmarc75" aria-label="Profile: djmarc75">@<bdi>djmarc75</bdi></a><br />
habs geändert..habe jetzt mal den wert vom bewegungsmelder manuell von false auf true geändert.. der andere dp stellt sich nicht um.</p>
]]></description><link>https://forum.iobroker.net/post/883389</link><guid isPermaLink="true">https://forum.iobroker.net/post/883389</guid><dc:creator><![CDATA[Kellerkind-86]]></dc:creator><pubDate>Tue, 01 Nov 2022 11:46:54 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Tue, 01 Nov 2022 11:34:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kellerkind-86" aria-label="Profile: kellerkind-86">@<bdi>kellerkind-86</bdi></a> Im Triggerblock mal von "wurde geändert" auf "ist wahr" umstellen.</p>
<p dir="auto">Und nimm mal den anderen TimeoutBlock<br />
<img src="/assets/uploads/files/1667302441527-screenshot-2022-11-01-123340.png" alt="Screenshot 2022-11-01 123340.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/883386</link><guid isPermaLink="true">https://forum.iobroker.net/post/883386</guid><dc:creator><![CDATA[DJMarc75]]></dc:creator><pubDate>Tue, 01 Nov 2022 11:34:24 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Tue, 01 Nov 2022 11:30:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/djmarc75" aria-label="Profile: djmarc75">@<bdi>djmarc75</bdi></a><br />
hab es bis jetzt mal getestet und manuell mal umgestellt..<br />
aber das problem ist das wenn es automatisch über das script gehen soll..dann bleibt der wert im dp auf true stehen.. obwohl er ja eigentlich nach 6 sek wieder auf false springen soll, oder ?<br />
hab aber jetzt mal probeweise auf einen bewegungsmelder an der haustüre umgestellt..</p>
<p dir="auto">aber hier  mein script :<br />
<img src="/assets/uploads/files/1667302235090-unbenannt.jpg" alt="Unbenannt.JPG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/883384</link><guid isPermaLink="true">https://forum.iobroker.net/post/883384</guid><dc:creator><![CDATA[Kellerkind-86]]></dc:creator><pubDate>Tue, 01 Nov 2022 11:30:42 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Mon, 31 Oct 2022 16:20:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kellerkind-86" aria-label="Profile: kellerkind-86">@<bdi>kellerkind-86</bdi></a><br />
probiers mal so:<br />
<img src="/assets/uploads/files/1667233250603-screenshot-2022-10-31-172023.png" alt="Screenshot 2022-10-31 172023.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Als Trigger Dein KlingelDP und in beiden Steuerblocks Deinen erstellten DP.</p>
]]></description><link>https://forum.iobroker.net/post/883066</link><guid isPermaLink="true">https://forum.iobroker.net/post/883066</guid><dc:creator><![CDATA[DJMarc75]]></dc:creator><pubDate>Mon, 31 Oct 2022 16:20:52 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Mon, 31 Oct 2022 16:20:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kellerkind-86" aria-label="Profile: kellerkind-86">@<bdi>kellerkind-86</bdi></a></p>
<p dir="auto">hast du im widget oben unter object-id auch was eingetragen ? ich habe dort auch den dp drin</p>
<p dir="auto"><img src="/assets/uploads/files/1667233220987-image-196.png" alt="Image 196.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">hast du mal das ganze ohne script getestet - also  direkt im admin-object tab den wert geändert ?</p>
]]></description><link>https://forum.iobroker.net/post/883065</link><guid isPermaLink="true">https://forum.iobroker.net/post/883065</guid><dc:creator><![CDATA[liv-in-sky]]></dc:creator><pubDate>Mon, 31 Oct 2022 16:20:44 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Mon, 31 Oct 2022 16:11:01 GMT]]></title><description><![CDATA[<p dir="auto">Funktioniert trotzdem leider nicht.. Obwohl der datenpunkt auch geändert wird zum Zeitpunkt des klingelns</p>
]]></description><link>https://forum.iobroker.net/post/883053</link><guid isPermaLink="true">https://forum.iobroker.net/post/883053</guid><dc:creator><![CDATA[Kellerkind-86]]></dc:creator><pubDate>Mon, 31 Oct 2022 16:11:01 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Mon, 31 Oct 2022 14:31:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/djmarc75" aria-label="Profile: djmarc75">@<bdi>djmarc75</bdi></a><br />
upps..hatte auch ne pause eingebaut...warum das wieder weg ist... komisch..<br />
ist ja logisch.. wird ja dann direkt wieder aus gehen.</p>
]]></description><link>https://forum.iobroker.net/post/883003</link><guid isPermaLink="true">https://forum.iobroker.net/post/883003</guid><dc:creator><![CDATA[Kellerkind-86]]></dc:creator><pubDate>Mon, 31 Oct 2022 14:31:12 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Mon, 31 Oct 2022 14:20:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kellerkind-86" aria-label="Profile: kellerkind-86">@<bdi>kellerkind-86</bdi></a> sagte in <a href="/post/882997">Popup bei Betätigung der Klinkel</a>:</p>
<blockquote>
<p dir="auto">irgendwo ein fehler</p>
</blockquote>
<p dir="auto">die Verzögerung beim zweiten Block sollte höher sein als die im ersten Block.</p>
]]></description><link>https://forum.iobroker.net/post/883000</link><guid isPermaLink="true">https://forum.iobroker.net/post/883000</guid><dc:creator><![CDATA[DJMarc75]]></dc:creator><pubDate>Mon, 31 Oct 2022 14:20:15 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Mon, 31 Oct 2022 14:14:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/liv-in-sky" aria-label="Profile: liv-in-sky">@<bdi>liv-in-sky</bdi></a><br />
hab es jetzt so gemacht..<br />
funktionierte auch zuerst super..<br />
jetzt hat jemand geklingelt und es passierte wieder nichts..<img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f615.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--confused" style="height:23px;width:auto;vertical-align:middle" title=":confused:" alt="😕" /><br />
<img src="/assets/uploads/files/1667225509815-unbenannt.jpg" alt="Unbenannt.JPG" class=" img-fluid img-markdown" /><br />
und so im widget..<br />
<img src="/assets/uploads/files/1667225570816-unbenannt.jpg" alt="Unbenannt.JPG" class=" img-fluid img-markdown" /></p>
<p dir="auto">vielleicht ist ja noch irgendwo ein fehler..<br />
also es hat erst funkioniert..<br />
der DP von der klingel funkioniert.. da ich ein bild per telegram erhalten habe.</p>
]]></description><link>https://forum.iobroker.net/post/882997</link><guid isPermaLink="true">https://forum.iobroker.net/post/882997</guid><dc:creator><![CDATA[Kellerkind-86]]></dc:creator><pubDate>Mon, 31 Oct 2022 14:14:04 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Mon, 31 Oct 2022 09:53:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kellerkind-86" aria-label="Profile: kellerkind-86">@<bdi>kellerkind-86</bdi></a></p>
<p dir="auto">teste mal - ansonsten nochmal hier schreiben</p>
]]></description><link>https://forum.iobroker.net/post/882873</link><guid isPermaLink="true">https://forum.iobroker.net/post/882873</guid><dc:creator><![CDATA[liv-in-sky]]></dc:creator><pubDate>Mon, 31 Oct 2022 09:53:10 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Mon, 31 Oct 2022 09:51:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/liv-in-sky" aria-label="Profile: liv-in-sky">@<bdi>liv-in-sky</bdi></a> danke.. Damit sollte ich klar kommen</p>
]]></description><link>https://forum.iobroker.net/post/882871</link><guid isPermaLink="true">https://forum.iobroker.net/post/882871</guid><dc:creator><![CDATA[Kellerkind-86]]></dc:creator><pubDate>Mon, 31 Oct 2022 09:51:40 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Mon, 31 Oct 2022 09:37:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kellerkind-86" aria-label="Profile: kellerkind-86">@<bdi>kellerkind-86</bdi></a></p>
<p dir="auto">du machst dir einen extra datenpunkt vom typ boolean - unter 0:userdata.0......</p>
<p dir="auto">diesen dp gibst du im popup widget da ein, wo ich ihn oben gezeigt hatte (im inventwo widget)</p>
<p dir="auto">dann machst du dir ein blockly, das - je nach logic - diesen neuen datenpunkt ansteuert - natürlich brauchst du von der klingel den triggerdatenpunkt</p>
<p dir="auto">wenn klingel geht auf true - dann steuere den neuen dp auf true</p>
<p dir="auto"><img src="/assets/uploads/files/1667209026856-image-192.png" alt="Image 192.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/882860</link><guid isPermaLink="true">https://forum.iobroker.net/post/882860</guid><dc:creator><![CDATA[liv-in-sky]]></dc:creator><pubDate>Mon, 31 Oct 2022 09:37:11 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Mon, 31 Oct 2022 08:48:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/liv-in-sky" aria-label="Profile: liv-in-sky">@<bdi>liv-in-sky</bdi></a><br />
Mhmm. Okay. Aber ich verstehe gerade nicht wie ich über das blockly beispielsweise ein popup öffnen kann.<br />
Das reine Öffnen und schließen sollte per true und false funktionieren...Eigentlich.<br />
Aber ich weiss nicht wie mein Script aussehen muss damit ich Beispielsweise bei Klingelschalter Druck und einer bestimmten Uhrzeit das Popup in der bestimmten view aufgehen soll.</p>
<p dir="auto">Von mir aus auch unabhängig von dem inventwo widget popup.<br />
Das ist nämlich das was ich nicht verstehe..<br />
Hatte gedacht ich komm über den Fully Kiosk Browser adapter an ein commando dafür.<br />
Sorry.</p>
]]></description><link>https://forum.iobroker.net/post/882846</link><guid isPermaLink="true">https://forum.iobroker.net/post/882846</guid><dc:creator><![CDATA[Kellerkind-86]]></dc:creator><pubDate>Mon, 31 Oct 2022 08:48:06 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Mon, 31 Oct 2022 08:31:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kellerkind-86" aria-label="Profile: kellerkind-86">@<bdi>kellerkind-86</bdi></a> sagte in <a href="/post/882834">Popup bei Betätigung der Klinkel</a>:</p>
<blockquote>
<p dir="auto">Also benötige ich noch das bool widget?</p>
</blockquote>
<p dir="auto">ist das was anderes als</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kellerkind-86" aria-label="Profile: kellerkind-86">@<bdi>kellerkind-86</bdi></a> sagte in <a href="/post/882819">Popup bei Betätigung der Klinkel</a>:</p>
<blockquote>
<p dir="auto">Für das Popup nutze ich <span style="color:#ff0000"><strong>das widget</strong></span> von Inventwo..</p>
</blockquote>
]]></description><link>https://forum.iobroker.net/post/882837</link><guid isPermaLink="true">https://forum.iobroker.net/post/882837</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Mon, 31 Oct 2022 08:31:05 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Mon, 31 Oct 2022 08:30:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kellerkind-86" aria-label="Profile: kellerkind-86">@<bdi>kellerkind-86</bdi></a></p>
<p dir="auto">nee - das bool widget soll nur zeigen, das ich den test-logic datenpunkt verändereund nicht das inventwo widget klicke - war nur zum verdeutlichen</p>
<p dir="auto">man könnte auch direkt den "steuerdatenpunkt" im admin ändern oder über ein script</p>
]]></description><link>https://forum.iobroker.net/post/882835</link><guid isPermaLink="true">https://forum.iobroker.net/post/882835</guid><dc:creator><![CDATA[liv-in-sky]]></dc:creator><pubDate>Mon, 31 Oct 2022 08:30:35 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Mon, 31 Oct 2022 08:28:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/liv-in-sky" aria-label="Profile: liv-in-sky">@<bdi>liv-in-sky</bdi></a><br />
Sorry.. dass ich noch nicht dahinter steige..<br />
Also benötige ich noch das bool widget?<br />
Vielleicht kannst du mir das nochmal erläutern..sorry.<br />
Gruß Marcell</p>
]]></description><link>https://forum.iobroker.net/post/882834</link><guid isPermaLink="true">https://forum.iobroker.net/post/882834</guid><dc:creator><![CDATA[Kellerkind-86]]></dc:creator><pubDate>Mon, 31 Oct 2022 08:28:03 GMT</pubDate></item><item><title><![CDATA[Reply to Popup bei  Betätigung der Klinkel [gelöst] on Mon, 31 Oct 2022 08:09:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kellerkind-86" aria-label="Profile: kellerkind-86">@<bdi>kellerkind-86</bdi></a></p>
<p dir="auto">denkst du an sowas ?</p>
<p dir="auto"><img src="/assets/uploads/files/1667203647638-script-vis11.gif" alt="script-vis11.gif" class=" img-fluid img-markdown" /></p>
<p dir="auto">wird mit einem externen dp geschaltet (gezeigt durch das kleine bool widget) - der kann über ein blockly gesteuert werden und auch zeitversetzt - ich drücke nicht auf das popup widget !</p>
<p dir="auto"><img src="/assets/uploads/files/1667203735073-image-190.png" alt="Image 190.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/882826</link><guid isPermaLink="true">https://forum.iobroker.net/post/882826</guid><dc:creator><![CDATA[liv-in-sky]]></dc:creator><pubDate>Mon, 31 Oct 2022 08:09:44 GMT</pubDate></item></channel></rss>