Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Blockly
  5. Blockly: Schwierigkeiten mit ids vom Selektor. Hilfe

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    770

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    6.2k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

Blockly: Schwierigkeiten mit ids vom Selektor. Hilfe

Scheduled Pinned Locked Moved Blockly
17 Posts 4 Posters 1.7k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M MCU

    @timur Zeig mal bitte das Blockly, insbesondere den Teil mit dem Selektor.

    T Offline
    T Offline
    Timur
    wrote on last edited by
    #4

    @mcu
    cf5cd0fa-2546-49b4-8312-0ae753062f39-grafik.png

    Ich will dieses Blockly in mein Telegram Menü integrieren.
    Das Telegram Menü ist folgendes:
    https://www.youtube.com/watch?v=f8ctnGvOjy4

    hab hier mal den kompletten code:

    <block xmlns="https://developers.google.com/blockly/xml" type="controls_if" id="l~kx5xEl-%MMHnfa.TaQ" x="818" y="1318">
      <value name="IF0">
        <block type="logic_operation" id="x^/0MF`^EZkZz}imyQcM">
          <field name="OP">AND</field>
          <value name="A">
            <block type="logic_compare" id="bjXN2%Z]wN`0(BHGK}LF">
              <field name="OP">EQ</field>
              <value name="A">
                <block type="variables_get" id="!,/Cz7{s}?/tZ%/u*$l$">
                  <field name="VAR" id="a9h)UZ|],hqN;oj`fd7X">Letzter_Text</field>
                </block>
              </value>
              <value name="B">
                <block type="text" id="R4/1]N2V54%A;to#BHvy">
                  <field name="TEXT">Status Licht</field>
                </block>
              </value>
            </block>
          </value>
          <value name="B">
            <block type="logic_compare" id="o?2(JZ?nK%*6K]1+@eOa">
              <field name="OP">EQ</field>
              <value name="A">
                <block type="selector" id="pWsum_AdF5zhQzP=HqC#">
                  <field name="TEXT">state[id=*](functions=Licht)</field>
                </block>
              </value>
              <value name="B">
                <block type="variables_get" id="j6+)4sok@]FAk8h,0-uP">
                  <field name="VAR" id="2${EGY?eCd=rH;)e9AdL">true</field>
                </block>
              </value>
            </block>
          </value>
        </block>
      </value>
      <statement name="DO0">
        <block type="procedures_callnoreturn" id="!t*VO#C1!lc[`.{}DO{x">
          <mutation name="Telegram senden">
            <arg name="Telegram_Text"></arg>
            <arg name="Telegram_Empfaenger"></arg>
          </mutation>
          <value name="ARG0">
            <block type="text_join" id="80a|-(:.K=n#p!m1Q|Ri">
              <mutation items="4"></mutation>
              <value name="ADD0">
                <block type="text" id="L`g|QTh(SHQ^pA^GR^6q">
                  <field name="TEXT">Folgende Lichter sind an:</field>
                </block>
              </value>
              <value name="ADD1">
                <block type="text_newline" id="@e%X2%Y;Gg+ykaW[2BNM">
                  <field name="Type">\n</field>
                </block>
              </value>
              <value name="ADD2">
                <block type="variables_get" id="TKY2PoYaEfqg4*c|Z1%l">
                  <field name="VAR" id="~p(6qF0+Yy+W1Sh~]I=q">Name</field>
                </block>
              </value>
            </block>
          </value>
          <value name="ARG1">
            <block type="variables_get" id="5AKDyISXLQ(c|(}!w!II">
              <field name="VAR" id="L#n#5zKW!1k8ZVbiWR!$">Letzter_Absender</field>
            </block>
          </value>
        </block>
      </statement>
    </block>
    

    Für jede Hilfe bin ich dankbar;)

    paul53P DJMarc75D 2 Replies Last reply
    0
    • paul53P paul53

      @timur sagte: "Küchen Licht " angezeigt.

      Bild_2022-06-23_232633777.png

      T Offline
      T Offline
      Timur
      wrote on last edited by
      #5

      @paul53

      Hab mittlerweile auch einen Fehler gefunden. Ich dachte immer ich kann auch zwei Trigger in einem blockly einbauen, aber wenn ich den Baustein "Name" setze, dann kommen natürlich immer die falschen Werte. Weiß nun nicht wie ich es anderst lösen kann.

      1 Reply Last reply
      0
      • T Timur

        @mcu
        cf5cd0fa-2546-49b4-8312-0ae753062f39-grafik.png

        Ich will dieses Blockly in mein Telegram Menü integrieren.
        Das Telegram Menü ist folgendes:
        https://www.youtube.com/watch?v=f8ctnGvOjy4

        hab hier mal den kompletten code:

        <block xmlns="https://developers.google.com/blockly/xml" type="controls_if" id="l~kx5xEl-%MMHnfa.TaQ" x="818" y="1318">
          <value name="IF0">
            <block type="logic_operation" id="x^/0MF`^EZkZz}imyQcM">
              <field name="OP">AND</field>
              <value name="A">
                <block type="logic_compare" id="bjXN2%Z]wN`0(BHGK}LF">
                  <field name="OP">EQ</field>
                  <value name="A">
                    <block type="variables_get" id="!,/Cz7{s}?/tZ%/u*$l$">
                      <field name="VAR" id="a9h)UZ|],hqN;oj`fd7X">Letzter_Text</field>
                    </block>
                  </value>
                  <value name="B">
                    <block type="text" id="R4/1]N2V54%A;to#BHvy">
                      <field name="TEXT">Status Licht</field>
                    </block>
                  </value>
                </block>
              </value>
              <value name="B">
                <block type="logic_compare" id="o?2(JZ?nK%*6K]1+@eOa">
                  <field name="OP">EQ</field>
                  <value name="A">
                    <block type="selector" id="pWsum_AdF5zhQzP=HqC#">
                      <field name="TEXT">state[id=*](functions=Licht)</field>
                    </block>
                  </value>
                  <value name="B">
                    <block type="variables_get" id="j6+)4sok@]FAk8h,0-uP">
                      <field name="VAR" id="2${EGY?eCd=rH;)e9AdL">true</field>
                    </block>
                  </value>
                </block>
              </value>
            </block>
          </value>
          <statement name="DO0">
            <block type="procedures_callnoreturn" id="!t*VO#C1!lc[`.{}DO{x">
              <mutation name="Telegram senden">
                <arg name="Telegram_Text"></arg>
                <arg name="Telegram_Empfaenger"></arg>
              </mutation>
              <value name="ARG0">
                <block type="text_join" id="80a|-(:.K=n#p!m1Q|Ri">
                  <mutation items="4"></mutation>
                  <value name="ADD0">
                    <block type="text" id="L`g|QTh(SHQ^pA^GR^6q">
                      <field name="TEXT">Folgende Lichter sind an:</field>
                    </block>
                  </value>
                  <value name="ADD1">
                    <block type="text_newline" id="@e%X2%Y;Gg+ykaW[2BNM">
                      <field name="Type">\n</field>
                    </block>
                  </value>
                  <value name="ADD2">
                    <block type="variables_get" id="TKY2PoYaEfqg4*c|Z1%l">
                      <field name="VAR" id="~p(6qF0+Yy+W1Sh~]I=q">Name</field>
                    </block>
                  </value>
                </block>
              </value>
              <value name="ARG1">
                <block type="variables_get" id="5AKDyISXLQ(c|(}!w!II">
                  <field name="VAR" id="L#n#5zKW!1k8ZVbiWR!$">Letzter_Absender</field>
                </block>
              </value>
            </block>
          </statement>
        </block>
        

        Für jede Hilfe bin ich dankbar;)

        paul53P Offline
        paul53P Offline
        paul53
        wrote on last edited by paul53
        #6

        @timur
        Vorschlag:

        Bild_2022-06-27_191124727.png

        <xml xmlns="https://developers.google.com/blockly/xml">
         <variables>
           <variable id="U^f.Q]W(BbC=F2W;ljM^">ids</variable>
           <variable id="|D3HNigZ*(E%?2orSB)(">id</variable>
           <variable id="L`alSVO=rKsqKa{{wx6P">lichterEin</variable>
         </variables>
         <block type="variables_set" id="lz^+x`c:NwA2(M,(eSnx" x="838" y="1213">
           <field name="VAR" id="U^f.Q]W(BbC=F2W;ljM^">ids</field>
           <value name="VALUE">
             <block type="selector" id="pWsum_AdF5zhQzP=HqC#">
               <field name="TEXT">*(functions=Licht)</field>
             </block>
           </value>
           <next>
             <block type="on_ext" id="sNCknG@JZ$2dolRxUf)V">
               <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
               <field name="CONDITION">ne</field>
               <field name="ACK_CONDITION"></field>
               <value name="OID0">
                 <shadow type="field_oid" id="xM!]f4P@14ijBq7e%OQ|">
                   <field name="oid">default</field>
                 </shadow>
                 <block type="variables_get" id="g8Q4]7_WH!}`y~suy!K0">
                   <field name="VAR" id="U^f.Q]W(BbC=F2W;ljM^">ids</field>
                 </block>
               </value>
               <statement name="STATEMENT">
                 <block type="variables_set" id="ne]Q*S-h-_CXW9-MC@4Y">
                   <field name="VAR" id="L`alSVO=rKsqKa{{wx6P">lichterEin</field>
                   <value name="VALUE">
                     <block type="lists_create_with" id="1l;Vr@dEf}{A{3=.a.0b">
                       <mutation items="0"></mutation>
                     </block>
                   </value>
                   <next>
                     <block type="controls_forEach" id="z;=/E*|*RUI9Ov^7`(j|">
                       <field name="VAR" id="|D3HNigZ*(E%?2orSB)(">id</field>
                       <value name="LIST">
                         <block type="variables_get" id="vp_q4OTO~xpw{u(]TG2E">
                           <field name="VAR" id="U^f.Q]W(BbC=F2W;ljM^">ids</field>
                         </block>
                       </value>
                       <statement name="DO">
                         <block type="controls_if" id="-KwO+%$}EU(T)x5zA96w">
                           <value name="IF0">
                             <block type="get_value_var" id="BxZZ)(hBi0,iCi4#/[)@">
                               <field name="ATTR">val</field>
                               <value name="OID">
                                 <shadow type="text" id="tcd)f?ccZ0KW83}M|kuP">
                                   <field name="TEXT"></field>
                                 </shadow>
                                 <block type="variables_get" id="{_V{Ed:$9]g|eeh_1[pt">
                                   <field name="VAR" id="|D3HNigZ*(E%?2orSB)(">id</field>
                                 </block>
                               </value>
                             </block>
                           </value>
                           <statement name="DO0">
                             <block type="lists_setIndex" id="L1vLPyA3kGD.)$R5P?~,">
                               <mutation at="false"></mutation>
                               <field name="MODE">INSERT</field>
                               <field name="WHERE">LAST</field>
                               <value name="LIST">
                                 <block type="variables_get" id="w;}L$v]OiIp`jGi3)F%$">
                                   <field name="VAR" id="L`alSVO=rKsqKa{{wx6P">lichterEin</field>
                                 </block>
                               </value>
                               <value name="TO">
                                 <block type="lists_getIndex" id="Y8E4#JIFMh)oH}HmR~07">
                                   <mutation statement="false" at="true"></mutation>
                                   <field name="MODE">GET</field>
                                   <field name="WHERE">FROM_START</field>
                                   <value name="VALUE">
                                     <block type="lists_split" id="x:if)T%x_VfZ9`8rbvc-">
                                       <mutation mode="SPLIT"></mutation>
                                       <field name="MODE">SPLIT</field>
                                       <value name="INPUT">
                                         <block type="procedures_callcustomreturn" id="iFI7y8q5xUy|^jutSM:y" inline="true">
                                           <mutation name="getName">
                                             <arg name="id"></arg>
                                           </mutation>
                                           <value name="ARG0">
                                             <block type="variables_get" id="4o3v7?#azr_]Z:`|Ulx]">
                                               <field name="VAR" id="|D3HNigZ*(E%?2orSB)(">id</field>
                                             </block>
                                           </value>
                                         </block>
                                       </value>
                                       <value name="DELIM">
                                         <shadow type="text" id="@o=*0)ABq@5W3|6bwX_L">
                                           <field name="TEXT">.</field>
                                         </shadow>
                                       </value>
                                     </block>
                                   </value>
                                   <value name="AT">
                                     <block type="math_number" id="f^?gwkzRQv!(@E!C9!Wg">
                                       <field name="NUM">1</field>
                                     </block>
                                   </value>
                                 </block>
                               </value>
                             </block>
                           </statement>
                         </block>
                       </statement>
                       <next>
                         <block type="controls_if" id="K6D0Cyg9[U-vGi,I9*Cp">
                           <value name="IF0">
                             <block type="logic_compare" id="rrp/aQY[:_01`3F6F|*r">
                               <field name="OP">GT</field>
                               <value name="A">
                                 <block type="lists_length" id="ot`ocn{Xc-|HrEy~eZ4M">
                                   <value name="VALUE">
                                     <block type="variables_get" id="`dr?:?%K`79%1|3V9u1?">
                                       <field name="VAR" id="L`alSVO=rKsqKa{{wx6P">lichterEin</field>
                                     </block>
                                   </value>
                                 </block>
                               </value>
                               <value name="B">
                                 <block type="math_number" id="]OkRffi_hr.G`ZO9$C6r">
                                   <field name="NUM">0</field>
                                 </block>
                               </value>
                             </block>
                           </value>
                           <statement name="DO0">
                             <block type="telegram" id=":x0%(%m?SyicHmitB!BO">
                               <field name="INSTANCE"></field>
                               <field name="LOG"></field>
                               <field name="SILENT">FALSE</field>
                               <field name="PARSEMODE">default</field>
                               <value name="MESSAGE">
                                 <shadow type="text" id="p9NOgU-OdPpunJ32q!Sk">
                                   <field name="TEXT">text</field>
                                 </shadow>
                                 <block type="text_join" id="80a|-(:.K=n#p!m1Q|Ri">
                                   <mutation items="3"></mutation>
                                   <value name="ADD0">
                                     <block type="text" id="L`g|QTh(SHQ^pA^GR^6q">
                                       <field name="TEXT">Folgende Lichter sind an:</field>
                                     </block>
                                   </value>
                                   <value name="ADD1">
                                     <block type="text_newline" id="@e%X2%Y;Gg+ykaW[2BNM">
                                       <field name="Type">\n</field>
                                     </block>
                                   </value>
                                   <value name="ADD2">
                                     <block type="lists_split" id="DXb]h{P)}WRp/wSG(^^s">
                                       <mutation mode="JOIN"></mutation>
                                       <field name="MODE">JOIN</field>
                                       <value name="INPUT">
                                         <block type="variables_get" id="R4Jv/.`|fFe%YLsVOPBi">
                                           <field name="VAR" id="L`alSVO=rKsqKa{{wx6P">lichterEin</field>
                                         </block>
                                       </value>
                                       <value name="DELIM">
                                         <shadow type="text" id="o6PoM,+*D/8D!HC)snJ=">
                                           <field name="TEXT"></field>
                                         </shadow>
                                         <block type="text_newline" id=".3Cd=:!gLez1KOXq!oR6">
                                           <field name="Type">\n</field>
                                         </block>
                                       </value>
                                     </block>
                                   </value>
                                 </block>
                               </value>
                             </block>
                           </statement>
                         </block>
                       </next>
                     </block>
                   </next>
                 </block>
               </statement>
             </block>
           </next>
         </block>
         <block type="procedures_defcustomreturn" id="a)y0K.$CGJt/7fdQ_#)Q" x="1437" y="1362">
           <mutation statements="false">
             <arg name="id" varid="|D3HNigZ*(E%?2orSB)("></arg>
           </mutation>
           <field name="NAME">getName</field>
           <field name="SCRIPT">cmV0dXJuIGdldE9iamVjdChpZCkuY29tbW9uLm5hbWU7</field>
           <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
         </block>
        </xml>
        

        Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
        Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

        T 1 Reply Last reply
        0
        • T Timur

          @mcu
          cf5cd0fa-2546-49b4-8312-0ae753062f39-grafik.png

          Ich will dieses Blockly in mein Telegram Menü integrieren.
          Das Telegram Menü ist folgendes:
          https://www.youtube.com/watch?v=f8ctnGvOjy4

          hab hier mal den kompletten code:

          <block xmlns="https://developers.google.com/blockly/xml" type="controls_if" id="l~kx5xEl-%MMHnfa.TaQ" x="818" y="1318">
            <value name="IF0">
              <block type="logic_operation" id="x^/0MF`^EZkZz}imyQcM">
                <field name="OP">AND</field>
                <value name="A">
                  <block type="logic_compare" id="bjXN2%Z]wN`0(BHGK}LF">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="variables_get" id="!,/Cz7{s}?/tZ%/u*$l$">
                        <field name="VAR" id="a9h)UZ|],hqN;oj`fd7X">Letzter_Text</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="text" id="R4/1]N2V54%A;to#BHvy">
                        <field name="TEXT">Status Licht</field>
                      </block>
                    </value>
                  </block>
                </value>
                <value name="B">
                  <block type="logic_compare" id="o?2(JZ?nK%*6K]1+@eOa">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="selector" id="pWsum_AdF5zhQzP=HqC#">
                        <field name="TEXT">state[id=*](functions=Licht)</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="variables_get" id="j6+)4sok@]FAk8h,0-uP">
                        <field name="VAR" id="2${EGY?eCd=rH;)e9AdL">true</field>
                      </block>
                    </value>
                  </block>
                </value>
              </block>
            </value>
            <statement name="DO0">
              <block type="procedures_callnoreturn" id="!t*VO#C1!lc[`.{}DO{x">
                <mutation name="Telegram senden">
                  <arg name="Telegram_Text"></arg>
                  <arg name="Telegram_Empfaenger"></arg>
                </mutation>
                <value name="ARG0">
                  <block type="text_join" id="80a|-(:.K=n#p!m1Q|Ri">
                    <mutation items="4"></mutation>
                    <value name="ADD0">
                      <block type="text" id="L`g|QTh(SHQ^pA^GR^6q">
                        <field name="TEXT">Folgende Lichter sind an:</field>
                      </block>
                    </value>
                    <value name="ADD1">
                      <block type="text_newline" id="@e%X2%Y;Gg+ykaW[2BNM">
                        <field name="Type">\n</field>
                      </block>
                    </value>
                    <value name="ADD2">
                      <block type="variables_get" id="TKY2PoYaEfqg4*c|Z1%l">
                        <field name="VAR" id="~p(6qF0+Yy+W1Sh~]I=q">Name</field>
                      </block>
                    </value>
                  </block>
                </value>
                <value name="ARG1">
                  <block type="variables_get" id="5AKDyISXLQ(c|(}!w!II">
                    <field name="VAR" id="L#n#5zKW!1k8ZVbiWR!$">Letzter_Absender</field>
                  </block>
                </value>
              </block>
            </statement>
          </block>
          

          Für jede Hilfe bin ich dankbar;)

          DJMarc75D Offline
          DJMarc75D Offline
          DJMarc75
          wrote on last edited by
          #7

          @timur sagte in Blockly: Schwierigkeiten mit ids vom Selektor. Hilfe:

          hab hier mal den kompletten code:

          Das wage ich mal stark zu bezweifeln........
          Screenshot 2022-06-27 190657.png

          Lehrling seit 1975 !!!
          Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
          https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

          1 Reply Last reply
          0
          • paul53P paul53

            @timur
            Vorschlag:

            Bild_2022-06-27_191124727.png

            <xml xmlns="https://developers.google.com/blockly/xml">
             <variables>
               <variable id="U^f.Q]W(BbC=F2W;ljM^">ids</variable>
               <variable id="|D3HNigZ*(E%?2orSB)(">id</variable>
               <variable id="L`alSVO=rKsqKa{{wx6P">lichterEin</variable>
             </variables>
             <block type="variables_set" id="lz^+x`c:NwA2(M,(eSnx" x="838" y="1213">
               <field name="VAR" id="U^f.Q]W(BbC=F2W;ljM^">ids</field>
               <value name="VALUE">
                 <block type="selector" id="pWsum_AdF5zhQzP=HqC#">
                   <field name="TEXT">*(functions=Licht)</field>
                 </block>
               </value>
               <next>
                 <block type="on_ext" id="sNCknG@JZ$2dolRxUf)V">
                   <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                   <field name="CONDITION">ne</field>
                   <field name="ACK_CONDITION"></field>
                   <value name="OID0">
                     <shadow type="field_oid" id="xM!]f4P@14ijBq7e%OQ|">
                       <field name="oid">default</field>
                     </shadow>
                     <block type="variables_get" id="g8Q4]7_WH!}`y~suy!K0">
                       <field name="VAR" id="U^f.Q]W(BbC=F2W;ljM^">ids</field>
                     </block>
                   </value>
                   <statement name="STATEMENT">
                     <block type="variables_set" id="ne]Q*S-h-_CXW9-MC@4Y">
                       <field name="VAR" id="L`alSVO=rKsqKa{{wx6P">lichterEin</field>
                       <value name="VALUE">
                         <block type="lists_create_with" id="1l;Vr@dEf}{A{3=.a.0b">
                           <mutation items="0"></mutation>
                         </block>
                       </value>
                       <next>
                         <block type="controls_forEach" id="z;=/E*|*RUI9Ov^7`(j|">
                           <field name="VAR" id="|D3HNigZ*(E%?2orSB)(">id</field>
                           <value name="LIST">
                             <block type="variables_get" id="vp_q4OTO~xpw{u(]TG2E">
                               <field name="VAR" id="U^f.Q]W(BbC=F2W;ljM^">ids</field>
                             </block>
                           </value>
                           <statement name="DO">
                             <block type="controls_if" id="-KwO+%$}EU(T)x5zA96w">
                               <value name="IF0">
                                 <block type="get_value_var" id="BxZZ)(hBi0,iCi4#/[)@">
                                   <field name="ATTR">val</field>
                                   <value name="OID">
                                     <shadow type="text" id="tcd)f?ccZ0KW83}M|kuP">
                                       <field name="TEXT"></field>
                                     </shadow>
                                     <block type="variables_get" id="{_V{Ed:$9]g|eeh_1[pt">
                                       <field name="VAR" id="|D3HNigZ*(E%?2orSB)(">id</field>
                                     </block>
                                   </value>
                                 </block>
                               </value>
                               <statement name="DO0">
                                 <block type="lists_setIndex" id="L1vLPyA3kGD.)$R5P?~,">
                                   <mutation at="false"></mutation>
                                   <field name="MODE">INSERT</field>
                                   <field name="WHERE">LAST</field>
                                   <value name="LIST">
                                     <block type="variables_get" id="w;}L$v]OiIp`jGi3)F%$">
                                       <field name="VAR" id="L`alSVO=rKsqKa{{wx6P">lichterEin</field>
                                     </block>
                                   </value>
                                   <value name="TO">
                                     <block type="lists_getIndex" id="Y8E4#JIFMh)oH}HmR~07">
                                       <mutation statement="false" at="true"></mutation>
                                       <field name="MODE">GET</field>
                                       <field name="WHERE">FROM_START</field>
                                       <value name="VALUE">
                                         <block type="lists_split" id="x:if)T%x_VfZ9`8rbvc-">
                                           <mutation mode="SPLIT"></mutation>
                                           <field name="MODE">SPLIT</field>
                                           <value name="INPUT">
                                             <block type="procedures_callcustomreturn" id="iFI7y8q5xUy|^jutSM:y" inline="true">
                                               <mutation name="getName">
                                                 <arg name="id"></arg>
                                               </mutation>
                                               <value name="ARG0">
                                                 <block type="variables_get" id="4o3v7?#azr_]Z:`|Ulx]">
                                                   <field name="VAR" id="|D3HNigZ*(E%?2orSB)(">id</field>
                                                 </block>
                                               </value>
                                             </block>
                                           </value>
                                           <value name="DELIM">
                                             <shadow type="text" id="@o=*0)ABq@5W3|6bwX_L">
                                               <field name="TEXT">.</field>
                                             </shadow>
                                           </value>
                                         </block>
                                       </value>
                                       <value name="AT">
                                         <block type="math_number" id="f^?gwkzRQv!(@E!C9!Wg">
                                           <field name="NUM">1</field>
                                         </block>
                                       </value>
                                     </block>
                                   </value>
                                 </block>
                               </statement>
                             </block>
                           </statement>
                           <next>
                             <block type="controls_if" id="K6D0Cyg9[U-vGi,I9*Cp">
                               <value name="IF0">
                                 <block type="logic_compare" id="rrp/aQY[:_01`3F6F|*r">
                                   <field name="OP">GT</field>
                                   <value name="A">
                                     <block type="lists_length" id="ot`ocn{Xc-|HrEy~eZ4M">
                                       <value name="VALUE">
                                         <block type="variables_get" id="`dr?:?%K`79%1|3V9u1?">
                                           <field name="VAR" id="L`alSVO=rKsqKa{{wx6P">lichterEin</field>
                                         </block>
                                       </value>
                                     </block>
                                   </value>
                                   <value name="B">
                                     <block type="math_number" id="]OkRffi_hr.G`ZO9$C6r">
                                       <field name="NUM">0</field>
                                     </block>
                                   </value>
                                 </block>
                               </value>
                               <statement name="DO0">
                                 <block type="telegram" id=":x0%(%m?SyicHmitB!BO">
                                   <field name="INSTANCE"></field>
                                   <field name="LOG"></field>
                                   <field name="SILENT">FALSE</field>
                                   <field name="PARSEMODE">default</field>
                                   <value name="MESSAGE">
                                     <shadow type="text" id="p9NOgU-OdPpunJ32q!Sk">
                                       <field name="TEXT">text</field>
                                     </shadow>
                                     <block type="text_join" id="80a|-(:.K=n#p!m1Q|Ri">
                                       <mutation items="3"></mutation>
                                       <value name="ADD0">
                                         <block type="text" id="L`g|QTh(SHQ^pA^GR^6q">
                                           <field name="TEXT">Folgende Lichter sind an:</field>
                                         </block>
                                       </value>
                                       <value name="ADD1">
                                         <block type="text_newline" id="@e%X2%Y;Gg+ykaW[2BNM">
                                           <field name="Type">\n</field>
                                         </block>
                                       </value>
                                       <value name="ADD2">
                                         <block type="lists_split" id="DXb]h{P)}WRp/wSG(^^s">
                                           <mutation mode="JOIN"></mutation>
                                           <field name="MODE">JOIN</field>
                                           <value name="INPUT">
                                             <block type="variables_get" id="R4Jv/.`|fFe%YLsVOPBi">
                                               <field name="VAR" id="L`alSVO=rKsqKa{{wx6P">lichterEin</field>
                                             </block>
                                           </value>
                                           <value name="DELIM">
                                             <shadow type="text" id="o6PoM,+*D/8D!HC)snJ=">
                                               <field name="TEXT"></field>
                                             </shadow>
                                             <block type="text_newline" id=".3Cd=:!gLez1KOXq!oR6">
                                               <field name="Type">\n</field>
                                             </block>
                                           </value>
                                         </block>
                                       </value>
                                     </block>
                                   </value>
                                 </block>
                               </statement>
                             </block>
                           </next>
                         </block>
                       </next>
                     </block>
                   </statement>
                 </block>
               </next>
             </block>
             <block type="procedures_defcustomreturn" id="a)y0K.$CGJt/7fdQ_#)Q" x="1437" y="1362">
               <mutation statements="false">
                 <arg name="id" varid="|D3HNigZ*(E%?2orSB)("></arg>
               </mutation>
               <field name="NAME">getName</field>
               <field name="SCRIPT">cmV0dXJuIGdldE9iamVjdChpZCkuY29tbW9uLm5hbWU7</field>
               <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
             </block>
            </xml>
            

            T Offline
            T Offline
            Timur
            wrote on last edited by
            #8

            @paul53
            Hab das jetzt mal so umgesetzt, aber leider funktioniert es nicht.
            abfa7bc0-c831-4455-aaa5-7feb0323e9b6-grafik.png

            Hab nur einen Baustein hinzugefügt, damit die Nachricht verschickt wird.
            Woran könnte es liegen?
            Vielen Dank schonmal für deine Bemühungen!👍

            DJMarc75D paul53P 2 Replies Last reply
            0
            • T Timur

              @paul53
              Hab das jetzt mal so umgesetzt, aber leider funktioniert es nicht.
              abfa7bc0-c831-4455-aaa5-7feb0323e9b6-grafik.png

              Hab nur einen Baustein hinzugefügt, damit die Nachricht verschickt wird.
              Woran könnte es liegen?
              Vielen Dank schonmal für deine Bemühungen!👍

              DJMarc75D Offline
              DJMarc75D Offline
              DJMarc75
              wrote on last edited by
              #9

              @timur sagte in Blockly: Schwierigkeiten mit ids vom Selektor. Hilfe:

              Hab das jetzt mal so umgesetzt

              Nein, Du hast wieder Trigger in Trigger gesetzt. Da kann das nur schiefgehen.
              Warum nicht einfach die Vorlage von @paul53 verwenden?

              Lehrling seit 1975 !!!
              Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
              https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

              T 2 Replies Last reply
              0
              • DJMarc75D DJMarc75

                @timur sagte in Blockly: Schwierigkeiten mit ids vom Selektor. Hilfe:

                Hab das jetzt mal so umgesetzt

                Nein, Du hast wieder Trigger in Trigger gesetzt. Da kann das nur schiefgehen.
                Warum nicht einfach die Vorlage von @paul53 verwenden?

                T Offline
                T Offline
                Timur
                wrote on last edited by
                #10

                @djmarc75
                Achso....also dafür einen separaten blockly....ich dachte ich kann das so in mein Telegram Menü einbinden, aber stimmt...ist wieder trigger in trigger.
                Aber wie kann ich die 2 sachen miteinander verbinden? Damit ich im Telegram Menü abfragen kann welche Lichter eingschaltet sind?

                DJMarc75D paul53P 2 Replies Last reply
                0
                • DJMarc75D DJMarc75

                  @timur sagte in Blockly: Schwierigkeiten mit ids vom Selektor. Hilfe:

                  Hab das jetzt mal so umgesetzt

                  Nein, Du hast wieder Trigger in Trigger gesetzt. Da kann das nur schiefgehen.
                  Warum nicht einfach die Vorlage von @paul53 verwenden?

                  T Offline
                  T Offline
                  Timur
                  wrote on last edited by
                  #11

                  @djmarc75

                  Möchte später auch gerne damit von verschiedenen Geräten die Batteriestände abrufen.

                  1 Reply Last reply
                  0
                  • T Timur

                    @djmarc75
                    Achso....also dafür einen separaten blockly....ich dachte ich kann das so in mein Telegram Menü einbinden, aber stimmt...ist wieder trigger in trigger.
                    Aber wie kann ich die 2 sachen miteinander verbinden? Damit ich im Telegram Menü abfragen kann welche Lichter eingschaltet sind?

                    DJMarc75D Offline
                    DJMarc75D Offline
                    DJMarc75
                    wrote on last edited by
                    #12

                    @timur sagte in Blockly: Schwierigkeiten mit ids vom Selektor. Hilfe:

                    Aber wie kann ich die 2 sachen miteinander verbinden? Damit ich im Telegram Menü abfragen kann welche Lichter eingschaltet sind?

                    Das weiss ich nicht aber ich glaub dass ein Menu in Telegram wenig mit Blockly zu tun hat. Wird das nicht über den Adapter Text2Command erstellt?

                    Lehrling seit 1975 !!!
                    Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                    https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                    T 1 Reply Last reply
                    0
                    • DJMarc75D DJMarc75

                      @timur sagte in Blockly: Schwierigkeiten mit ids vom Selektor. Hilfe:

                      Aber wie kann ich die 2 sachen miteinander verbinden? Damit ich im Telegram Menü abfragen kann welche Lichter eingschaltet sind?

                      Das weiss ich nicht aber ich glaub dass ein Menu in Telegram wenig mit Blockly zu tun hat. Wird das nicht über den Adapter Text2Command erstellt?

                      T Offline
                      T Offline
                      Timur
                      wrote on last edited by
                      #13

                      @djmarc75

                      Ja so hatte ich es zuvor. Man kann es aber auch nur mit Blockly machen und mehrere Menü`s für verschiedene Personen erstellen. Damit bin ich bisher super zufrieden! Finde es auch angenehmer, wenn man nur mit einem Adapter alles realisieren kann. Jetzt muss nur das noch funktionieren und ich bin happy :-)

                      DJMarc75D 1 Reply Last reply
                      0
                      • T Timur

                        @djmarc75

                        Ja so hatte ich es zuvor. Man kann es aber auch nur mit Blockly machen und mehrere Menü`s für verschiedene Personen erstellen. Damit bin ich bisher super zufrieden! Finde es auch angenehmer, wenn man nur mit einem Adapter alles realisieren kann. Jetzt muss nur das noch funktionieren und ich bin happy :-)

                        DJMarc75D Offline
                        DJMarc75D Offline
                        DJMarc75
                        wrote on last edited by
                        #14

                        @timur sagte in Blockly: Schwierigkeiten mit ids vom Selektor. Hilfe:

                        Man kann es aber auch nur mit Blockly machen und mehrere Menü`s für verschiedene Personen erstellen.

                        Da bin ich dann leider raus, sorry 😬

                        Lehrling seit 1975 !!!
                        Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                        https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                        1 Reply Last reply
                        0
                        • T Timur

                          @paul53
                          Hab das jetzt mal so umgesetzt, aber leider funktioniert es nicht.
                          abfa7bc0-c831-4455-aaa5-7feb0323e9b6-grafik.png

                          Hab nur einen Baustein hinzugefügt, damit die Nachricht verschickt wird.
                          Woran könnte es liegen?
                          Vielen Dank schonmal für deine Bemühungen!👍

                          paul53P Offline
                          paul53P Offline
                          paul53
                          wrote on last edited by paul53
                          #15

                          @timur sagte: Hab das jetzt mal so umgesetzt

                          Du warst zu schnell: Ich habe die Sache mit dem Namen noch geändert: Funktion getName(id), weil sonst nur der Name des Trigger-Datenpunktes verwendet wird (siehe oben).

                          Bild_2022-06-27_200306971.png

                          Inhalt der Funktion:

                          return getObject(id).common.name;
                          

                          Ja, und keinen weiteren Trigger drum herum!

                          Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                          Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                          1 Reply Last reply
                          0
                          • T Timur

                            @djmarc75
                            Achso....also dafür einen separaten blockly....ich dachte ich kann das so in mein Telegram Menü einbinden, aber stimmt...ist wieder trigger in trigger.
                            Aber wie kann ich die 2 sachen miteinander verbinden? Damit ich im Telegram Menü abfragen kann welche Lichter eingschaltet sind?

                            paul53P Offline
                            paul53P Offline
                            paul53
                            wrote on last edited by paul53
                            #16

                            @timur sagte: im Telegram Menü abfragen kann welche Lichter eingschaltet sind?

                            Davon habe ich keine Ahnung! In meinem Vorschlag wird getriggert, wenn ein Licht geschaltet wird. Vielleicht kann dieser Trigger durch einen anderen Trigger (Telegram Menü) ersetzt werden? Das Programm innerhalb des Triggers würde gleich bleiben.

                            Bild_2022-06-27_202432861.png

                            EDIT: Wie werden die Variablen Letzter_Text und Letzter_Absender gesetzt?

                            Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                            Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                            T 1 Reply Last reply
                            0
                            • paul53P paul53

                              @timur sagte: im Telegram Menü abfragen kann welche Lichter eingschaltet sind?

                              Davon habe ich keine Ahnung! In meinem Vorschlag wird getriggert, wenn ein Licht geschaltet wird. Vielleicht kann dieser Trigger durch einen anderen Trigger (Telegram Menü) ersetzt werden? Das Programm innerhalb des Triggers würde gleich bleiben.

                              Bild_2022-06-27_202432861.png

                              EDIT: Wie werden die Variablen Letzter_Text und Letzter_Absender gesetzt?

                              T Offline
                              T Offline
                              Timur
                              wrote on last edited by
                              #17

                              @paul53

                              Ich habs nun geschafft. Hat etwas Zeit und Nerven gekostet. :-)
                              Hab ein script von folgender seite übernommen und etwas verändert.
                              https://www.machs-smart.de/iobroker-offene-fenster-zaehlen-blockly/

                              Nochmal vielen Dank für eure Hilfe!!!👍 👏

                              Hier nun mein script, falls es jemand benötigt.

                              <xml xmlns="https://developers.google.com/blockly/xml">
                                <variables>
                                  <variable id="Fwt*3`3ScyT(qDt?gf(T">ObjectID</variable>
                                  <variable id="cTIvd#0frb]}?DN^7oUd">Liste-komplett</variable>
                                  <variable id="MLrrG!H:mqglsc.Y_Ljh">Liste-Licht-An</variable>
                                  <variable id="}K$K4dup~Vnv!`[}vnQy">Liste-Licht-Aus</variable>
                                  <variable id="9sl@{VQ/amrd~ZTB}e/O">i</variable>
                                </variables>
                                <block type="procedures_defcustomreturn" id="]lQM=r`L^2M}s^@n(USH" x="-112" y="-887">
                                  <mutation statements="false">
                                    <arg name="ObjectID" varid="Fwt*3`3ScyT(qDt?gf(T"></arg>
                                  </mutation>
                                  <field name="NAME">Name</field>
                                  <field name="SCRIPT">bGV0IG5hbWUgPSBnZXRPYmplY3QoT2JqZWN0SUQpLmNvbW1vbi5uYW1lOwovL2lmKHR5cGVvZiByb29tID09ICdvYmplY3QnKSByZXR1cm4gcm9vbS5kZTsKcmV0dXJuIG5hbWU7</field>
                                  <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                                </block>
                                <block type="on_ext" id="RT3@Kxqxg#w3f=(kzwCu" x="-112" y="-862">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                  <field name="CONDITION">ne</field>
                                  <field name="ACK_CONDITION"></field>
                                  <value name="OID0">
                                    <shadow type="field_oid" id="0)0sp$I1ccfm%4Sde-mT">
                                      <field name="oid">default</field>
                                    </shadow>
                                    <block type="selector" id=",lvP%A]1J?Mf^@0s2D%[">
                                      <field name="TEXT">state[id=*](functions=Licht)</field>
                                    </block>
                                  </value>
                                  <statement name="STATEMENT">
                                    <block type="variables_set" id="EaZb.Nmx4%jg9Z;%%B!-">
                                      <field name="VAR" id="cTIvd#0frb]}?DN^7oUd">Liste-komplett</field>
                                      <value name="VALUE">
                                        <block type="text" id="Wh^sL0z$W-HIc=.KAWpS">
                                          <field name="TEXT"></field>
                                        </block>
                                      </value>
                                      <next>
                                        <block type="variables_set" id="SS-}=kJy|nP`aiAV1-xb">
                                          <field name="VAR" id="MLrrG!H:mqglsc.Y_Ljh">Liste-Licht-An</field>
                                          <value name="VALUE">
                                            <block type="lists_create_with" id="$AFtq:sq?.LYHWTSs$x|">
                                              <mutation items="0"></mutation>
                                            </block>
                                          </value>
                                          <next>
                                            <block type="variables_set" id="o_#fa#./grwL0VYZXhV1">
                                              <field name="VAR" id="}K$K4dup~Vnv!`[}vnQy">Liste-Licht-Aus</field>
                                              <value name="VALUE">
                                                <block type="lists_create_with" id="P~^2(u_E4rR`PYMfolf}">
                                                  <mutation items="0"></mutation>
                                                </block>
                                              </value>
                                              <next>
                                                <block type="controls_forEach" id="~PaFX`X@5n{TM9K^{Jw6">
                                                  <field name="VAR" id="9sl@{VQ/amrd~ZTB}e/O">i</field>
                                                  <value name="LIST">
                                                    <block type="selector" id="xQ^Q5{h5V@5PLI+YO@i.">
                                                      <field name="TEXT">state[id=*](functions=Licht)</field>
                                                    </block>
                                                  </value>
                                                  <statement name="DO">
                                                    <block type="controls_if" id="-3J;6~}7Ac!D}IR`/Dr1">
                                                      <mutation else="1"></mutation>
                                                      <value name="IF0">
                                                        <block type="get_value_var" id=")kSAuROX6lA-U2N,FJ1Q">
                                                          <field name="ATTR">val</field>
                                                          <value name="OID">
                                                            <shadow type="text" id="e+?Z+-m0_DLYGl{zT3ix">
                                                              <field name="TEXT"></field>
                                                            </shadow>
                                                            <block type="variables_get" id="!fALmmY3PSF+?rGHUXQ,">
                                                              <field name="VAR" id="9sl@{VQ/amrd~ZTB}e/O">i</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO0">
                                                        <block type="lists_setIndex" id="-zUiNM(}BsoQ].Hu.|mx" inline="false">
                                                          <mutation at="false"></mutation>
                                                          <field name="MODE">INSERT</field>
                                                          <field name="WHERE">FIRST</field>
                                                          <value name="LIST">
                                                            <block type="variables_get" id="Q0Hct8=ken4m!!W]js)U">
                                                              <field name="VAR" id="MLrrG!H:mqglsc.Y_Ljh">Liste-Licht-An</field>
                                                            </block>
                                                          </value>
                                                          <value name="TO">
                                                            <block type="procedures_callcustomreturn" id="2fUjFt9g8rVF/XheoN.x">
                                                              <mutation name="Name">
                                                                <arg name="ObjectID"></arg>
                                                              </mutation>
                                                              <value name="ARG0">
                                                                <block type="variables_get" id="k:Is?gkGPl/=r1X^,k3K">
                                                                  <field name="VAR" id="9sl@{VQ/amrd~ZTB}e/O">i</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </statement>
                                                      <statement name="ELSE">
                                                        <block type="lists_setIndex" id="-jTzj32XiFWfi?n1Y/LN" inline="false">
                                                          <mutation at="false"></mutation>
                                                          <field name="MODE">INSERT</field>
                                                          <field name="WHERE">FIRST</field>
                                                          <value name="LIST">
                                                            <block type="variables_get" id="2~tv/YW~42Q$E*%G;Pqi">
                                                              <field name="VAR" id="}K$K4dup~Vnv!`[}vnQy">Liste-Licht-Aus</field>
                                                            </block>
                                                          </value>
                                                          <value name="TO">
                                                            <block type="procedures_callcustomreturn" id="`Zdw5Kh*[(IY72pyr_o(">
                                                              <mutation name="Name">
                                                                <arg name="ObjectID"></arg>
                                                              </mutation>
                                                              <value name="ARG0">
                                                                <block type="variables_get" id="dTq}?1$ruG%K+237sR}z">
                                                                  <field name="VAR" id="9sl@{VQ/amrd~ZTB}e/O">i</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </statement>
                                                    </block>
                                                  </statement>
                                                  <next>
                                                    <block type="controls_if" id="%xroGCihVu8$~$xQ{]ke">
                                                      <value name="IF0">
                                                        <block type="logic_negate" id="u(+LUZ2=D}K8JRKt()tg">
                                                          <value name="BOOL">
                                                            <block type="lists_isEmpty" id="zS,AjUzHt0uWh$(li$,h">
                                                              <value name="VALUE">
                                                                <block type="variables_get" id="b),0*5k:oMF~4H^Xx.Hw">
                                                                  <field name="VAR" id="MLrrG!H:mqglsc.Y_Ljh">Liste-Licht-An</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO0">
                                                        <block type="text_append" id="xgCK}K@KSx){tg%A(xl5">
                                                          <field name="VAR" id="cTIvd#0frb]}?DN^7oUd">Liste-komplett</field>
                                                          <value name="TEXT">
                                                            <shadow type="text">
                                                              <field name="TEXT"></field>
                                                            </shadow>
                                                            <block type="text" id="-HV%tM;_jbL/K_)=V78_">
                                                              <field name="TEXT">Licht An: </field>
                                                            </block>
                                                          </value>
                                                          <next>
                                                            <block type="text_append" id="mQWs]oKZy!!UBi#)2pN:">
                                                              <field name="VAR" id="cTIvd#0frb]}?DN^7oUd">Liste-komplett</field>
                                                              <value name="TEXT">
                                                                <shadow type="text">
                                                                  <field name="TEXT"></field>
                                                                </shadow>
                                                                <block type="lists_split" id="vo;Gre#7RVr3M6$mk7E:">
                                                                  <mutation mode="JOIN"></mutation>
                                                                  <field name="MODE">JOIN</field>
                                                                  <value name="INPUT">
                                                                    <block type="variables_get" id="o(LRYzD:?:_v5aTHyYuJ">
                                                                      <field name="VAR" id="MLrrG!H:mqglsc.Y_Ljh">Liste-Licht-An</field>
                                                                    </block>
                                                                  </value>
                                                                  <value name="DELIM">
                                                                    <shadow type="text" id="lIp}_n+[0|`={eJh]aEe">
                                                                      <field name="TEXT">, </field>
                                                                    </shadow>
                                                                    <block type="text_newline" id="3VGu|;nAg9JYe;6n*G8Q">
                                                                      <field name="Type">\n</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                              <next>
                                                                <block type="text_append" id=":+)c7I}{1/nyEBI7mJJ{">
                                                                  <field name="VAR" id="cTIvd#0frb]}?DN^7oUd">Liste-komplett</field>
                                                                  <value name="TEXT">
                                                                    <shadow type="text" id="33ABK`PY}NDK3PSrP/}e">
                                                                      <field name="TEXT"></field>
                                                                    </shadow>
                                                                    <block type="text_newline" id="o(@3V35-R{~llLN+.p?K">
                                                                      <field name="Type">\n</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </statement>
                                                      <next>
                                                        <block type="controls_if" id="L!}N25QKJ[D61;a?bf%?">
                                                          <value name="IF0">
                                                            <block type="logic_negate" id="P#;v$=eLxCHvoTF^|O)k">
                                                              <value name="BOOL">
                                                                <block type="lists_isEmpty" id="7GdP`ErgKtT#V1*MU9gK">
                                                                  <value name="VALUE">
                                                                    <block type="variables_get" id="T`YMrp]-^RFDhRULk,7z">
                                                                      <field name="VAR" id="}K$K4dup~Vnv!`[}vnQy">Liste-Licht-Aus</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <statement name="DO0">
                                                            <block type="text_append" id="rr-Lu!{,+|n3Pz}r,/|q">
                                                              <field name="VAR" id="cTIvd#0frb]}?DN^7oUd">Liste-komplett</field>
                                                              <value name="TEXT">
                                                                <shadow type="text" id="u#~AR/M~-4pVtl1Oc_:7">
                                                                  <field name="TEXT"></field>
                                                                </shadow>
                                                                <block type="text" id="rHg4[Q1;k=YZ/r;j3e$B">
                                                                  <field name="TEXT">Licht Aus: </field>
                                                                </block>
                                                              </value>
                                                              <next>
                                                                <block type="text_append" id="(`NHR}HYpw]:P`ZNgy6X">
                                                                  <field name="VAR" id="cTIvd#0frb]}?DN^7oUd">Liste-komplett</field>
                                                                  <value name="TEXT">
                                                                    <shadow type="text" id="LHw-8A|w9lQp3_kLp8XM">
                                                                      <field name="TEXT"></field>
                                                                    </shadow>
                                                                    <block type="lists_split" id="s{W^YIjtci(NGf{R![Df">
                                                                      <mutation mode="JOIN"></mutation>
                                                                      <field name="MODE">JOIN</field>
                                                                      <value name="INPUT">
                                                                        <block type="variables_get" id="u4US1gL%m8Myl{MI]BFp">
                                                                          <field name="VAR" id="}K$K4dup~Vnv!`[}vnQy">Liste-Licht-Aus</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="DELIM">
                                                                        <shadow type="text" id="),t^.5%yN_V(;k~5h}?^">
                                                                          <field name="TEXT">, </field>
                                                                        </shadow>
                                                                        <block type="text_newline" id="gTATzQaSaQpWZDg1}MY(">
                                                                          <field name="Type">\n</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </statement>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </next>
                                        </block>
                                      </next>
                                    </block>
                                  </statement>
                                </block>
                                <block type="on_ext" id="Q:@R}~bt`:M4%+)V6`zJ" x="538" y="-837">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                  <field name="CONDITION">any</field>
                                  <field name="ACK_CONDITION"></field>
                                  <value name="OID0">
                                    <shadow type="field_oid" id="z%tb_ZB,HVK@M.K^TYt=">
                                      <field name="oid">telegram.0.communicate.request</field>
                                    </shadow>
                                  </value>
                                  <statement name="STATEMENT">
                                    <block type="controls_if" id="H~Dx_I9YlQNeP;w^aiZ~">
                                      <value name="IF0">
                                        <block type="logic_compare" id="3PgRt8mZnR2mBU:S1I+t">
                                          <field name="OP">EQ</field>
                                          <value name="A">
                                            <block type="get_value" id="n0f(7]0?,_9%b8tB9.P*">
                                              <field name="ATTR">val</field>
                                              <field name="OID">telegram.0.communicate.request</field>
                                            </block>
                                          </value>
                                          <value name="B">
                                            <block type="text" id="8Ar66k/.ZtW0`)*%umv]">
                                              <field name="TEXT">[Timur]Status Licht</field>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                      <statement name="DO0">
                                        <block type="telegram" id="ys1J1;eU^O3UbQr1SxTa">
                                          <field name="INSTANCE">.0</field>
                                          <field name="LOG"></field>
                                          <field name="SILENT">FALSE</field>
                                          <field name="PARSEMODE">default</field>
                                          <field name="DISABLE_WEB_PAGE_PREVIEW">FALSE</field>
                                          <value name="MESSAGE">
                                            <shadow type="text">
                                              <field name="TEXT">text</field>
                                            </shadow>
                                            <block type="variables_get" id="(2UX:[,PkWn9*/xyCX:G">
                                              <field name="VAR" id="cTIvd#0frb]}?DN^7oUd">Liste-komplett</field>
                                            </block>
                                          </value>
                                        </block>
                                      </statement>
                                    </block>
                                  </statement>
                                </block>
                              </xml>
                              
                              1 Reply Last reply
                              0

                              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                              With your input, this post could be even better 💗

                              Register Login
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              618

                              Online

                              32.8k

                              Users

                              82.7k

                              Topics

                              1.3m

                              Posts
                              Community
                              Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                              ioBroker Community 2014-2025
                              logo
                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Home
                              • Recent
                              • Tags
                              • Unread 0
                              • Categories
                              • Unreplied
                              • Popular
                              • GitHub
                              • Docu
                              • Hilfe