Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Blockly
  5. Tabelle erzeugen für IQontrol-Anzeige - Blockly

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.5k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.7k

Tabelle erzeugen für IQontrol-Anzeige - Blockly

Geplant Angeheftet Gesperrt Verschoben Blockly
blockly
14 Beiträge 2 Kommentatoren 2.6k Aufrufe 7 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • dslraserD dslraser

    @liv-in-sky sagte in Tabelle erzeugen für IQontrol-Anzeige - Blockly:

    PS: brauchte eine ablenkung vom anderen script

    Glaube ich Dir gern.

    Und danke 👍 das Du an das Blockly gedacht hast. Schaue ich mir dann zu Hause an.

    liv-in-skyL Offline
    liv-in-skyL Offline
    liv-in-sky
    schrieb am zuletzt editiert von
    #3

    @dslraser (das hast du dir definitiv durch deine hilfe verdient) - meld dich einfach, falls was zu ändern ist

    nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

    1 Antwort Letzte Antwort
    0
    • liv-in-skyL liv-in-sky

      @dslraser

      hier die versprochene tabellen-erzeugung. schreibt eine html-datei in das iobroker system, welches dann mit einem popup (iframe) in Iqontrol angezeigt werden kann - auf der rechten seite ist ein block deaktiviert - dieser kann statt dem block links davon genommen werden - darin ist das format der tabelle so ähnlich wie im unifi script
      momentanes "aktiviertes" tabellenformat:
      Image 4.png

      die datei kann auch direkt im browser aufgerufen werden (ip und port auf eigenes system anpassen):

      http://xx.xx.xx.xx:8082/iqontrol.meta/htmlfenster.html
      

      Image 3.png

      <xml xmlns="http://www.w3.org/1999/xhtml">
       <variables>
         <variable type="" id="HYyl#n^=-9$2h^y`Y;N?">htmlText</variable>
         <variable type="" id="1ca|PqEVa^vWn8m~($Kt">textAusgabe</variable>
         <variable type="" id="V(JHZr93Z^e#17Nv0Ef)">fenstername</variable>
         <variable type="" id="bCXHRi^oJ=%V(LG-0.K0">fensterzustand</variable>
       </variables>
       <block type="comment" id="ic?(oo*mbp=+f/*Dw^l-" x="-687" y="-1263">
         <field name="COMMENT">für testzwecke</field>
         <next>
           <block type="variables_set" id="XT/VST9,.gx$,vwc(0;+" disabled="true">
             <field name="VAR" id="V(JHZr93Z^e#17Nv0Ef)" variabletype="">fenstername</field>
             <value name="VALUE">
               <block type="text" id="R+l=a%7UW_8wsw56Ie[Z">
                 <field name="TEXT">Wohnzimmer Fenster Südseite</field>
               </block>
             </value>
             <next>
               <block type="variables_set" id="/cziVo?3j}({a6K~P]jg" disabled="true">
                 <field name="VAR" id="bCXHRi^oJ=%V(LG-0.K0" variabletype="">fensterzustand</field>
                 <value name="VALUE">
                   <block type="text" id="e~~M$Xd]2[~uVtdsVA|k">
                     <field name="TEXT">offen</field>
                   </block>
                 </value>
               </block>
             </next>
           </block>
         </next>
       </block>
       <block type="comment" id="^aDqTYx=m6%_9cGqy~d|" x="-688" y="-1138">
         <field name="COMMENT">vor der schleife</field>
         <next>
           <block type="comment" id="VHgve23ACz`,dDG{^Ofh">
             <field name="COMMENT">html definition</field>
             <next>
               <block type="variables_set" id="C2taB,_XhB2Y!*,ZL}@Q">
                 <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                 <value name="VALUE">
                   <block type="text_join" id="ADn~8oqi5~bKGSxD]Q11">
                     <mutation items="5"></mutation>
                     <value name="ADD0">
                       <block type="text" id="05sxa?wj7(*?9({5D(V}">
                         <field name="TEXT">&lt;!DOCTYPE html&gt;&lt;html lang="de"&gt;&lt;head&gt;&lt;title&gt;Fenster&lt;/title&gt;&lt;meta http-equiv="content-type" content="text/html; charset=utf-8"&gt;&lt;/head&gt;&lt;body&gt;</field>
                       </block>
                     </value>
                     <value name="ADD1">
                       <block type="text" id="XR[bT^!H@x:8(xbn{}[6">
                         <field name="TEXT">&lt;p style="color:blue; font-family:Helvetica; font-weight: bold"&gt;!!!welche  Fenster sind offen !!!&lt;/p&gt;</field>
                       </block>
                     </value>
                     <value name="ADD2">
                       <block type="text" id="@#MKiz%-`,/Az:dPo4ge">
                         <field name="TEXT">&lt;table border="8" cellspacing="10" cellpadding="20" style="color:black; font-family:Helvetica;background-image: linear-gradient(42deg,transparent,lightblue);"&gt;</field>
                       </block>
                     </value>
                     <value name="ADD3">
                       <block type="text" id="]=v;S+:ob(S1r`Wz,$(j">
                         <field name="TEXT">&lt;tr style="color:#01A9DB; font-weight: bold"&gt;&lt;td&gt;FensterName&amp;ensp;&amp;ensp;&amp;ensp;&lt;/td&gt;&lt;td&gt;Status&lt;/td&gt;&lt;/tr&gt;</field>
                       </block>
                     </value>
                     <value name="ADD4">
                       <block type="text" id="i[^.aa*C;xFMhDfOUCDm">
                         <field name="TEXT"></field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <next>
                   <block type="comment" id="mO]7D7U@pKX^=^2!ag!]">
                     <field name="COMMENT">in schleife</field>
                     <next>
                       <block type="comment" id="s=khAf^p(jJMNfLdGl23">
                         <field name="COMMENT">erzeugt immer neue zeile für die tabelle</field>
                         <next>
                           <block type="variables_set" id="t:S6%A^|*]K63/;Wyq[+">
                             <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                             <value name="VALUE">
                               <block type="text_join" id="BNTjd3K{prkyMdOF-lVQ">
                                 <mutation items="7"></mutation>
                                 <value name="ADD0">
                                   <block type="variables_get" id="Nnp/tD0u7Z`(7[Apa,WY">
                                     <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                                   </block>
                                 </value>
                                 <value name="ADD1">
                                   <block type="text" id="[|guvl273JnGyfmQx_K^">
                                     <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD2">
                                   <block type="variables_get" id="#oetz.eMK0lX`wU0fT8A">
                                     <field name="VAR" id="V(JHZr93Z^e#17Nv0Ef)" variabletype="">fenstername</field>
                                   </block>
                                 </value>
                                 <value name="ADD3">
                                   <block type="text" id="pK6GF@kH-8ir[L-)`d5y">
                                     <field name="TEXT">&amp;ensp;&amp;ensp;&amp;ensp;&lt;/td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD4">
                                   <block type="text" id="Zw(-wH_y~E;K%)VjG/5b">
                                     <field name="TEXT">&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD5">
                                   <block type="variables_get" id="?rP~.1sjKeDjm)GQ$HjX">
                                     <field name="VAR" id="bCXHRi^oJ=%V(LG-0.K0" variabletype="">fensterzustand</field>
                                   </block>
                                 </value>
                                 <value name="ADD6">
                                   <block type="text" id="^b1Xr*0hFE{gAapp#+eR">
                                     <field name="TEXT">&lt;/td&gt;&lt;/tr&gt;</field>
                                   </block>
                                 </value>
                               </block>
                             </value>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </next>
           </block>
         </next>
       </block>
       <block type="comment" id="HJR~ns]vZ4|]-O*?bfs{" x="112" y="-1088">
         <field name="COMMENT">html definition</field>
         <next>
           <block type="comment" id="*:XQ|=.0*g{/LVLg{5_0">
             <field name="COMMENT">überschrift - vor tabelle</field>
             <next>
               <block type="comment" id="82pfR%`$3a{vzz[K+,|`">
                 <field name="COMMENT">tabellen style definition</field>
                 <next>
                   <block type="comment" id="bd/LxEt0NtSmq^),BD1*">
                     <field name="COMMENT">überschrift - in tabelle</field>
                     <next>
                       <block type="comment" id="uK(0UO]PF#Kj3xZX%ZD6">
                         <field name="COMMENT">eine leerzeile</field>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </next>
           </block>
         </next>
       </block>
       <block type="variables_set" id="So^B+^Das6]CB-$CH/3$" disabled="true" x="312" y="-1087">
         <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
         <value name="VALUE">
           <block type="text_join" id="z,.KB#RWGC@h*e2+%S4w">
             <mutation items="5"></mutation>
             <value name="ADD0">
               <block type="text" id="E-hW6tr.S}Bh|RUm4da9">
                 <field name="TEXT">&lt;!DOCTYPE html&gt;&lt;html lang="de"&gt;&lt;head&gt;&lt;title&gt;Fenster&lt;/title&gt;&lt;meta http-equiv="content-type" content="text/html; charset=utf-8"&gt;&lt;/head&gt;&lt;body&gt;</field>
               </block>
             </value>
             <value name="ADD1">
               <block type="text" id="}t5.pc:wf-og9.Tfznh=">
                 <field name="TEXT">&lt;p style="color:blue; font-family:Helvetica; font-weight: bold"&gt;!!!welche  Fenster sind offen !!!&lt;/p&gt;</field>
               </block>
             </value>
             <value name="ADD2">
               <block type="text" id="WR-(6EVSZ-_`jt,U0I`m">
                 <field name="TEXT">&lt;table style="color:black; font-family:Helvetica;background-image: linear-gradient(42deg,transparent,lightblue);"&gt;</field>
               </block>
             </value>
             <value name="ADD3">
               <block type="text" id="Y)GO(I4zUh9mwKfMhPud">
                 <field name="TEXT">&lt;tr &gt;&lt;td&gt;FensterName&amp;ensp;&amp;ensp;&amp;ensp;&lt;/td&gt;&lt;td&gt;Status&lt;/td&gt;&lt;/tr&gt;</field>
               </block>
             </value>
             <value name="ADD4">
               <block type="text" id="{(Co;l7;(7SUy;pB/U?R">
                 <field name="TEXT">&lt;tr&gt;&lt;td&gt;&amp;ensp;&amp;ensp;&amp;ensp;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;</field>
               </block>
             </value>
           </block>
         </value>
       </block>
       <block type="comment" id="LL^(sNYeY)[#E|#T=F{w" x="-713" y="-688">
         <field name="COMMENT">nach schleife</field>
         <next>
           <block type="comment" id="0x+BmNN%%=8OXHb|%v~W">
             <field name="COMMENT">ende table und body</field>
             <next>
               <block type="variables_set" id="rk4.w9j#U`-20oA,/2w?">
                 <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                 <value name="VALUE">
                   <block type="text_join" id="m9.WKb#5pBT/AD-},T4[">
                     <mutation items="2"></mutation>
                     <value name="ADD0">
                       <block type="variables_get" id="+0`hJm7Vz$p)q?R(zHRE">
                         <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                       </block>
                     </value>
                     <value name="ADD1">
                       <block type="text" id="4*B:F-NC,Y.=;!gV(1e`">
                         <field name="TEXT">&lt;/table&gt;&lt;/body&gt;</field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <next>
                   <block type="debug" id="nJ:3`?bj9K.0x2UH^kOE" disabled="true">
                     <field name="Severity">log</field>
                     <value name="TEXT">
                       <shadow type="text" id="d3CA%fTiuOC3q{xj6.3J">
                         <field name="TEXT">test</field>
                       </shadow>
                       <block type="variables_get" id="KQw:%OvvG.NKSfX(M4Mu">
                         <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                       </block>
                     </value>
                     <next>
                       <block type="comment" id="379K@6K@p1BIkK1F@}~:">
                         <field name="COMMENT">schreibt file</field>
                         <next>
                           <block type="procedures_callcustomnoreturn" id="I,0=L2bL`gJmi:36YvHI">
                             <mutation name="etwas tun">
                               <arg name="textAusgabe"></arg>
                             </mutation>
                             <value name="ARG0">
                               <block type="variables_get" id="{[gXf.@h)tuWi^bf#2.4">
                                 <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                               </block>
                             </value>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </next>
           </block>
         </next>
       </block>
       <block type="comment" id="hU]kVM@29$%!8TP#9FMz" x="-63" y="-662">
         <field name="COMMENT">funktion zum schreiben der datei</field>
       </block>
       <block type="procedures_defcustomnoreturn" id="hvz=#RO?t*_4B%(i4;;$" x="-62" y="-612">
         <mutation statements="false">
           <arg name="textAusgabe" varid="1ca|PqEVa^vWn8m~($Kt"></arg>
         </mutation>
         <field name="NAME">etwas tun</field>
         <field name="SCRIPT">ICBjb25zdCBwYXRoID0gIi9odG1sZmVuc3Rlci5odG1sIjsNCiAgDQogIHdyaXRlRmlsZSgnaXFvbnRyb2wubWV0YScsIHBhdGggLHRleHRBdXNnYWJlLCBmdW5jdGlvbiAoZXJyb3IpIHsNCiAgICBsb2coJ2ZpbGUgd3JpdHRlbicpOw0KfSk7</field>
         <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
       </block>
      </xml>
      

      iqontrol einstellung über popup

      iframe width="100% "height="100% "frameborder="0" src="/iqontrol.meta/htmlfenster.html"></iframe>
      

      Image 2.png

      PS: brauchte eine ablenkung vom anderen script :-)

      dslraserD Offline
      dslraserD Offline
      dslraser
      Forum Testing Most Active
      schrieb am zuletzt editiert von
      #4

      @liv-in-sky sagte in Tabelle erzeugen für IQontrol-Anzeige - Blockly:

      iqontrol einstellung über popup
      iframe width="100% "height="100% "frameborder="0" src="/iqontrol.meta/htmlfenster.html"></iframe

      bei Dir fehlt das erste Zeichen (Das hier < ). Ich dachte schon ich wäre zu blöde

      <iframe width="100% "height="100% "frameborder="0" src="/iqontrol.meta/htmlfenster.html"></iframe
      
      liv-in-skyL 1 Antwort Letzte Antwort
      0
      • dslraserD dslraser

        @liv-in-sky sagte in Tabelle erzeugen für IQontrol-Anzeige - Blockly:

        iqontrol einstellung über popup
        iframe width="100% "height="100% "frameborder="0" src="/iqontrol.meta/htmlfenster.html"></iframe

        bei Dir fehlt das erste Zeichen (Das hier < ). Ich dachte schon ich wäre zu blöde

        <iframe width="100% "height="100% "frameborder="0" src="/iqontrol.meta/htmlfenster.html"></iframe
        
        liv-in-skyL Offline
        liv-in-skyL Offline
        liv-in-sky
        schrieb am zuletzt editiert von
        #5

        @dslraser war ein test :-)

        nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

        dslraserD 1 Antwort Letzte Antwort
        1
        • liv-in-skyL liv-in-sky

          @dslraser war ein test :-)

          dslraserD Offline
          dslraserD Offline
          dslraser
          Forum Testing Most Active
          schrieb am zuletzt editiert von
          #6

          @liv-in-sky
          Ich habe mal angefangen, funktioniert.

          Screenshot_20191210-204632_Chrome.jpg

          1 Antwort Letzte Antwort
          0
          • liv-in-skyL liv-in-sky

            @dslraser

            hier die versprochene tabellen-erzeugung. schreibt eine html-datei in das iobroker system, welches dann mit einem popup (iframe) in Iqontrol angezeigt werden kann - auf der rechten seite ist ein block deaktiviert - dieser kann statt dem block links davon genommen werden - darin ist das format der tabelle so ähnlich wie im unifi script
            momentanes "aktiviertes" tabellenformat:
            Image 4.png

            die datei kann auch direkt im browser aufgerufen werden (ip und port auf eigenes system anpassen):

            http://xx.xx.xx.xx:8082/iqontrol.meta/htmlfenster.html
            

            Image 3.png

            <xml xmlns="http://www.w3.org/1999/xhtml">
             <variables>
               <variable type="" id="HYyl#n^=-9$2h^y`Y;N?">htmlText</variable>
               <variable type="" id="1ca|PqEVa^vWn8m~($Kt">textAusgabe</variable>
               <variable type="" id="V(JHZr93Z^e#17Nv0Ef)">fenstername</variable>
               <variable type="" id="bCXHRi^oJ=%V(LG-0.K0">fensterzustand</variable>
             </variables>
             <block type="comment" id="ic?(oo*mbp=+f/*Dw^l-" x="-687" y="-1263">
               <field name="COMMENT">für testzwecke</field>
               <next>
                 <block type="variables_set" id="XT/VST9,.gx$,vwc(0;+" disabled="true">
                   <field name="VAR" id="V(JHZr93Z^e#17Nv0Ef)" variabletype="">fenstername</field>
                   <value name="VALUE">
                     <block type="text" id="R+l=a%7UW_8wsw56Ie[Z">
                       <field name="TEXT">Wohnzimmer Fenster Südseite</field>
                     </block>
                   </value>
                   <next>
                     <block type="variables_set" id="/cziVo?3j}({a6K~P]jg" disabled="true">
                       <field name="VAR" id="bCXHRi^oJ=%V(LG-0.K0" variabletype="">fensterzustand</field>
                       <value name="VALUE">
                         <block type="text" id="e~~M$Xd]2[~uVtdsVA|k">
                           <field name="TEXT">offen</field>
                         </block>
                       </value>
                     </block>
                   </next>
                 </block>
               </next>
             </block>
             <block type="comment" id="^aDqTYx=m6%_9cGqy~d|" x="-688" y="-1138">
               <field name="COMMENT">vor der schleife</field>
               <next>
                 <block type="comment" id="VHgve23ACz`,dDG{^Ofh">
                   <field name="COMMENT">html definition</field>
                   <next>
                     <block type="variables_set" id="C2taB,_XhB2Y!*,ZL}@Q">
                       <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                       <value name="VALUE">
                         <block type="text_join" id="ADn~8oqi5~bKGSxD]Q11">
                           <mutation items="5"></mutation>
                           <value name="ADD0">
                             <block type="text" id="05sxa?wj7(*?9({5D(V}">
                               <field name="TEXT">&lt;!DOCTYPE html&gt;&lt;html lang="de"&gt;&lt;head&gt;&lt;title&gt;Fenster&lt;/title&gt;&lt;meta http-equiv="content-type" content="text/html; charset=utf-8"&gt;&lt;/head&gt;&lt;body&gt;</field>
                             </block>
                           </value>
                           <value name="ADD1">
                             <block type="text" id="XR[bT^!H@x:8(xbn{}[6">
                               <field name="TEXT">&lt;p style="color:blue; font-family:Helvetica; font-weight: bold"&gt;!!!welche  Fenster sind offen !!!&lt;/p&gt;</field>
                             </block>
                           </value>
                           <value name="ADD2">
                             <block type="text" id="@#MKiz%-`,/Az:dPo4ge">
                               <field name="TEXT">&lt;table border="8" cellspacing="10" cellpadding="20" style="color:black; font-family:Helvetica;background-image: linear-gradient(42deg,transparent,lightblue);"&gt;</field>
                             </block>
                           </value>
                           <value name="ADD3">
                             <block type="text" id="]=v;S+:ob(S1r`Wz,$(j">
                               <field name="TEXT">&lt;tr style="color:#01A9DB; font-weight: bold"&gt;&lt;td&gt;FensterName&amp;ensp;&amp;ensp;&amp;ensp;&lt;/td&gt;&lt;td&gt;Status&lt;/td&gt;&lt;/tr&gt;</field>
                             </block>
                           </value>
                           <value name="ADD4">
                             <block type="text" id="i[^.aa*C;xFMhDfOUCDm">
                               <field name="TEXT"></field>
                             </block>
                           </value>
                         </block>
                       </value>
                       <next>
                         <block type="comment" id="mO]7D7U@pKX^=^2!ag!]">
                           <field name="COMMENT">in schleife</field>
                           <next>
                             <block type="comment" id="s=khAf^p(jJMNfLdGl23">
                               <field name="COMMENT">erzeugt immer neue zeile für die tabelle</field>
                               <next>
                                 <block type="variables_set" id="t:S6%A^|*]K63/;Wyq[+">
                                   <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                                   <value name="VALUE">
                                     <block type="text_join" id="BNTjd3K{prkyMdOF-lVQ">
                                       <mutation items="7"></mutation>
                                       <value name="ADD0">
                                         <block type="variables_get" id="Nnp/tD0u7Z`(7[Apa,WY">
                                           <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                                         </block>
                                       </value>
                                       <value name="ADD1">
                                         <block type="text" id="[|guvl273JnGyfmQx_K^">
                                           <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                         </block>
                                       </value>
                                       <value name="ADD2">
                                         <block type="variables_get" id="#oetz.eMK0lX`wU0fT8A">
                                           <field name="VAR" id="V(JHZr93Z^e#17Nv0Ef)" variabletype="">fenstername</field>
                                         </block>
                                       </value>
                                       <value name="ADD3">
                                         <block type="text" id="pK6GF@kH-8ir[L-)`d5y">
                                           <field name="TEXT">&amp;ensp;&amp;ensp;&amp;ensp;&lt;/td&gt;</field>
                                         </block>
                                       </value>
                                       <value name="ADD4">
                                         <block type="text" id="Zw(-wH_y~E;K%)VjG/5b">
                                           <field name="TEXT">&lt;td&gt;</field>
                                         </block>
                                       </value>
                                       <value name="ADD5">
                                         <block type="variables_get" id="?rP~.1sjKeDjm)GQ$HjX">
                                           <field name="VAR" id="bCXHRi^oJ=%V(LG-0.K0" variabletype="">fensterzustand</field>
                                         </block>
                                       </value>
                                       <value name="ADD6">
                                         <block type="text" id="^b1Xr*0hFE{gAapp#+eR">
                                           <field name="TEXT">&lt;/td&gt;&lt;/tr&gt;</field>
                                         </block>
                                       </value>
                                     </block>
                                   </value>
                                 </block>
                               </next>
                             </block>
                           </next>
                         </block>
                       </next>
                     </block>
                   </next>
                 </block>
               </next>
             </block>
             <block type="comment" id="HJR~ns]vZ4|]-O*?bfs{" x="112" y="-1088">
               <field name="COMMENT">html definition</field>
               <next>
                 <block type="comment" id="*:XQ|=.0*g{/LVLg{5_0">
                   <field name="COMMENT">überschrift - vor tabelle</field>
                   <next>
                     <block type="comment" id="82pfR%`$3a{vzz[K+,|`">
                       <field name="COMMENT">tabellen style definition</field>
                       <next>
                         <block type="comment" id="bd/LxEt0NtSmq^),BD1*">
                           <field name="COMMENT">überschrift - in tabelle</field>
                           <next>
                             <block type="comment" id="uK(0UO]PF#Kj3xZX%ZD6">
                               <field name="COMMENT">eine leerzeile</field>
                             </block>
                           </next>
                         </block>
                       </next>
                     </block>
                   </next>
                 </block>
               </next>
             </block>
             <block type="variables_set" id="So^B+^Das6]CB-$CH/3$" disabled="true" x="312" y="-1087">
               <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
               <value name="VALUE">
                 <block type="text_join" id="z,.KB#RWGC@h*e2+%S4w">
                   <mutation items="5"></mutation>
                   <value name="ADD0">
                     <block type="text" id="E-hW6tr.S}Bh|RUm4da9">
                       <field name="TEXT">&lt;!DOCTYPE html&gt;&lt;html lang="de"&gt;&lt;head&gt;&lt;title&gt;Fenster&lt;/title&gt;&lt;meta http-equiv="content-type" content="text/html; charset=utf-8"&gt;&lt;/head&gt;&lt;body&gt;</field>
                     </block>
                   </value>
                   <value name="ADD1">
                     <block type="text" id="}t5.pc:wf-og9.Tfznh=">
                       <field name="TEXT">&lt;p style="color:blue; font-family:Helvetica; font-weight: bold"&gt;!!!welche  Fenster sind offen !!!&lt;/p&gt;</field>
                     </block>
                   </value>
                   <value name="ADD2">
                     <block type="text" id="WR-(6EVSZ-_`jt,U0I`m">
                       <field name="TEXT">&lt;table style="color:black; font-family:Helvetica;background-image: linear-gradient(42deg,transparent,lightblue);"&gt;</field>
                     </block>
                   </value>
                   <value name="ADD3">
                     <block type="text" id="Y)GO(I4zUh9mwKfMhPud">
                       <field name="TEXT">&lt;tr &gt;&lt;td&gt;FensterName&amp;ensp;&amp;ensp;&amp;ensp;&lt;/td&gt;&lt;td&gt;Status&lt;/td&gt;&lt;/tr&gt;</field>
                     </block>
                   </value>
                   <value name="ADD4">
                     <block type="text" id="{(Co;l7;(7SUy;pB/U?R">
                       <field name="TEXT">&lt;tr&gt;&lt;td&gt;&amp;ensp;&amp;ensp;&amp;ensp;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;</field>
                     </block>
                   </value>
                 </block>
               </value>
             </block>
             <block type="comment" id="LL^(sNYeY)[#E|#T=F{w" x="-713" y="-688">
               <field name="COMMENT">nach schleife</field>
               <next>
                 <block type="comment" id="0x+BmNN%%=8OXHb|%v~W">
                   <field name="COMMENT">ende table und body</field>
                   <next>
                     <block type="variables_set" id="rk4.w9j#U`-20oA,/2w?">
                       <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                       <value name="VALUE">
                         <block type="text_join" id="m9.WKb#5pBT/AD-},T4[">
                           <mutation items="2"></mutation>
                           <value name="ADD0">
                             <block type="variables_get" id="+0`hJm7Vz$p)q?R(zHRE">
                               <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                             </block>
                           </value>
                           <value name="ADD1">
                             <block type="text" id="4*B:F-NC,Y.=;!gV(1e`">
                               <field name="TEXT">&lt;/table&gt;&lt;/body&gt;</field>
                             </block>
                           </value>
                         </block>
                       </value>
                       <next>
                         <block type="debug" id="nJ:3`?bj9K.0x2UH^kOE" disabled="true">
                           <field name="Severity">log</field>
                           <value name="TEXT">
                             <shadow type="text" id="d3CA%fTiuOC3q{xj6.3J">
                               <field name="TEXT">test</field>
                             </shadow>
                             <block type="variables_get" id="KQw:%OvvG.NKSfX(M4Mu">
                               <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                             </block>
                           </value>
                           <next>
                             <block type="comment" id="379K@6K@p1BIkK1F@}~:">
                               <field name="COMMENT">schreibt file</field>
                               <next>
                                 <block type="procedures_callcustomnoreturn" id="I,0=L2bL`gJmi:36YvHI">
                                   <mutation name="etwas tun">
                                     <arg name="textAusgabe"></arg>
                                   </mutation>
                                   <value name="ARG0">
                                     <block type="variables_get" id="{[gXf.@h)tuWi^bf#2.4">
                                       <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                                     </block>
                                   </value>
                                 </block>
                               </next>
                             </block>
                           </next>
                         </block>
                       </next>
                     </block>
                   </next>
                 </block>
               </next>
             </block>
             <block type="comment" id="hU]kVM@29$%!8TP#9FMz" x="-63" y="-662">
               <field name="COMMENT">funktion zum schreiben der datei</field>
             </block>
             <block type="procedures_defcustomnoreturn" id="hvz=#RO?t*_4B%(i4;;$" x="-62" y="-612">
               <mutation statements="false">
                 <arg name="textAusgabe" varid="1ca|PqEVa^vWn8m~($Kt"></arg>
               </mutation>
               <field name="NAME">etwas tun</field>
               <field name="SCRIPT">ICBjb25zdCBwYXRoID0gIi9odG1sZmVuc3Rlci5odG1sIjsNCiAgDQogIHdyaXRlRmlsZSgnaXFvbnRyb2wubWV0YScsIHBhdGggLHRleHRBdXNnYWJlLCBmdW5jdGlvbiAoZXJyb3IpIHsNCiAgICBsb2coJ2ZpbGUgd3JpdHRlbicpOw0KfSk7</field>
               <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
             </block>
            </xml>
            

            iqontrol einstellung über popup

            iframe width="100% "height="100% "frameborder="0" src="/iqontrol.meta/htmlfenster.html"></iframe>
            

            Image 2.png

            PS: brauchte eine ablenkung vom anderen script :-)

            dslraserD Offline
            dslraserD Offline
            dslraser
            Forum Testing Most Active
            schrieb am zuletzt editiert von
            #7

            @liv-in-sky
            Ich habe es jetzt für mich fertig.
            Sieht nun so aus...

            Screenshot_20191212-084145_Chrome.jpg

            liv-in-skyL 1 Antwort Letzte Antwort
            0
            • dslraserD dslraser

              @liv-in-sky
              Ich habe es jetzt für mich fertig.
              Sieht nun so aus...

              Screenshot_20191212-084145_Chrome.jpg

              liv-in-skyL Offline
              liv-in-skyL Offline
              liv-in-sky
              schrieb am zuletzt editiert von
              #8

              @dslraser mit farbenwechsel - sieht gut aus

              nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

              dslraserD 1 Antwort Letzte Antwort
              0
              • liv-in-skyL liv-in-sky

                @dslraser mit farbenwechsel - sieht gut aus

                dslraserD Offline
                dslraserD Offline
                dslraser
                Forum Testing Most Active
                schrieb am zuletzt editiert von
                #9

                @liv-in-sky
                Ich brauche mal Deine Hilfe.
                Welcher html Teil ist für das "einrücken" bzw. dafür zuständig das einzelne Wörter eines Feldes untereinander dargestellt werden ? Ich finde die Stelle nicht wo ich das ändern muss.

                Hier so wie ich es möchte (Testdatei)

                Screenshot_20191212-105902_Chrome.jpg

                Und hier so wie ich es nicht möchte...

                Screenshot_20191212-105940_Chrome.jpg

                liv-in-skyL 2 Antworten Letzte Antwort
                0
                • dslraserD dslraser

                  @liv-in-sky
                  Ich brauche mal Deine Hilfe.
                  Welcher html Teil ist für das "einrücken" bzw. dafür zuständig das einzelne Wörter eines Feldes untereinander dargestellt werden ? Ich finde die Stelle nicht wo ich das ändern muss.

                  Hier so wie ich es möchte (Testdatei)

                  Screenshot_20191212-105902_Chrome.jpg

                  Und hier so wie ich es nicht möchte...

                  Screenshot_20191212-105940_Chrome.jpg

                  liv-in-skyL Offline
                  liv-in-skyL Offline
                  liv-in-sky
                  schrieb am zuletzt editiert von
                  #10

                  @dslraser

                  <table border="8" cellspacing="10" cellpadding="20" style="color:black; font-family:Helvetica;background-image: linear-gradient(42deg,transparent,lightblue);">
                  

                  border
                  cellspacing
                  cellpadding

                  sind die werte, die du suchst

                  https://www.homepage-buttons.de/html-kurs/html-tabellen-2.html

                  nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                  1 Antwort Letzte Antwort
                  0
                  • dslraserD dslraser

                    @liv-in-sky
                    Ich brauche mal Deine Hilfe.
                    Welcher html Teil ist für das "einrücken" bzw. dafür zuständig das einzelne Wörter eines Feldes untereinander dargestellt werden ? Ich finde die Stelle nicht wo ich das ändern muss.

                    Hier so wie ich es möchte (Testdatei)

                    Screenshot_20191212-105902_Chrome.jpg

                    Und hier so wie ich es nicht möchte...

                    Screenshot_20191212-105940_Chrome.jpg

                    liv-in-skyL Offline
                    liv-in-skyL Offline
                    liv-in-sky
                    schrieb am zuletzt editiert von
                    #11

                    @dslraser damit die wörter untereinander sind - muss ich später nochmal nachsehen - meld mich nochmal

                    nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                    dslraserD 1 Antwort Letzte Antwort
                    0
                    • liv-in-skyL liv-in-sky

                      @dslraser damit die wörter untereinander sind - muss ich später nochmal nachsehen - meld mich nochmal

                      dslraserD Offline
                      dslraserD Offline
                      dslraser
                      Forum Testing Most Active
                      schrieb am zuletzt editiert von
                      #12

                      @liv-in-sky sagte in Tabelle erzeugen für IQontrol-Anzeige - Blockly:

                      @dslraser damit die wörter untereinander sind - muss ich später nochmal nachsehen - meld mich nochmal

                      Es geht mir nur um das iFrame Popup in iQontrol. Hier in der Testdatei wird es richtig dargestellt, also schön zentriert auf dem Handy.

                      <xml xmlns="http://www.w3.org/1999/xhtml">
                       <variables>
                         <variable type="" id="#8GHEd)j7S$#s,^/Sbk%">textAusgabe</variable>
                         <variable type="" id="HYyl#n^=-9$2h^y`Y;N?">htmlText</variable>
                       </variables>
                       <block type="procedures_defcustomnoreturn" id="hvz=#RO?t*_4B%(i4;;$" x="13" y="13">
                         <mutation statements="false">
                           <arg name="textAusgabe" varid="#8GHEd)j7S$#s,^/Sbk%"></arg>
                         </mutation>
                         <field name="NAME">File_schreiben</field>
                         <field name="SCRIPT">ICBjb25zdCBwYXRoID0gIi9odG1sZmVuc3Rlci5odG1sIjsNCiAgDQogIHdyaXRlRmlsZSgnaXFvbnRyb2wubWV0YScsIHBhdGggLHRleHRBdXNnYWJlLCBmdW5jdGlvbiAoZXJyb3IpIHsNCiAgICBsb2coJ2ZpbGUgd3JpdHRlbicpOw0KfSk7</field>
                         <comment pinned="false" h="80" w="160">funktion zum schreiben der datei</comment>
                       </block>
                       <block type="on_ext" id="6X}qhV3adtoB#:h@e[lu" disabled="true" x="13" y="63">
                         <mutation items="1"></mutation>
                         <field name="CONDITION">any</field>
                         <field name="ACK_CONDITION"></field>
                         <value name="OID0">
                           <shadow type="field_oid" id="u=q9i-=`I]U?2Yi[gOkF">
                             <field name="oid">default</field>
                           </shadow>
                           <block type="selector" id="6*Zv_[b+S|Jv2RiMpu,,">
                             <field name="TEXT">[state.id=STATE](functions='Fenster')</field>
                           </block>
                         </value>
                       </block>
                       <block type="variables_set" id="C2taB,_XhB2Y!*,ZL}@Q" x="13" y="213">
                         <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                         <value name="VALUE">
                           <block type="text_join" id="ADn~8oqi5~bKGSxD]Q11">
                             <mutation items="5"></mutation>
                             <value name="ADD0">
                               <block type="text" id="05sxa?wj7(*?9({5D(V}">
                                 <field name="TEXT">&lt;!DOCTYPE html&gt;&lt;html lang="de"&gt;&lt;head&gt;&lt;title&gt;Fenster&lt;/title&gt;&lt;meta http-equiv="content-type" content="text/html; charset=utf-8"&gt;&lt;/head&gt;&lt;body&gt;</field>
                               </block>
                             </value>
                             <value name="ADD1">
                               <block type="text" id="XR[bT^!H@x:8(xbn{}[6">
                                 <field name="TEXT">&lt;p style="color:blue; font-family:Helvetica; font-weight: bold"&gt;Fensterstatus&lt;/p&gt;</field>
                               </block>
                             </value>
                             <value name="ADD2">
                               <block type="text" id="@#MKiz%-`,/Az:dPo4ge">
                                 <field name="TEXT">&lt;table border="8" cellspacing="10" cellpadding="20" style="color:black; font-family:Helvetica;background-image: linear-gradient(42deg,transparent,lightblue);"&gt;</field>
                               </block>
                             </value>
                             <value name="ADD3">
                               <block type="text" id="]=v;S+:ob(S1r`Wz,$(j">
                                 <field name="TEXT">&lt;tr style="color:#01A9DB; font-weight: bold"&gt;&lt;td&gt;Fenster-Türen&amp;ensp;&amp;ensp;&amp;ensp;&lt;/td&gt;&lt;td&gt;Status&lt;/td&gt;&lt;/tr&gt;</field>
                               </block>
                             </value>
                             <value name="ADD4">
                               <block type="text" id="i[^.aa*C;xFMhDfOUCDm">
                                 <field name="TEXT"></field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <next>
                           <block type="variables_set" id="t:S6%A^|*]K63/;Wyq[+">
                             <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                             <value name="VALUE">
                               <block type="text_join" id="BNTjd3K{prkyMdOF-lVQ">
                                 <mutation items="57"></mutation>
                                 <value name="ADD0">
                                   <block type="variables_get" id="Nnp/tD0u7Z`(7[Apa,WY">
                                     <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                                   </block>
                                 </value>
                                 <value name="ADD1">
                                   <block type="text" id="[|guvl273JnGyfmQx_K^">
                                     <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD2">
                                   <block type="text" id="R+l=a%7UW_8wsw56Ie[Z">
                                     <field name="TEXT">Haustür</field>
                                   </block>
                                 </value>
                                 <value name="ADD3">
                                   <block type="text" id="Zw(-wH_y~E;K%)VjG/5b">
                                     <field name="TEXT">&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD4">
                                   <block type="text" id="u7+7WdY`r@=lIJPDfMaF">
                                     <field name="TEXT">geschlossen</field>
                                   </block>
                                 </value>
                                 <value name="ADD5">
                                   <block type="text" id="/?[`Z,=V#Q|m`%AiHCy-">
                                     <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD6">
                                   <block type="text" id="fnAnue!`JH#+evE*7cqB">
                                     <field name="TEXT">Schlafzimmer Fenster links</field>
                                   </block>
                                 </value>
                                 <value name="ADD7">
                                   <block type="text" id="NiW!cF@5?2/^b^F?Xz|c">
                                     <field name="TEXT">&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD8">
                                   <block type="text" id="731AJ(k9:A9)8I$G/`Mf">
                                     <field name="TEXT">geschlossen</field>
                                   </block>
                                 </value>
                                 <value name="ADD9">
                                   <block type="text" id="rY]U;ABdT~F6^OBQorf)">
                                     <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD10">
                                   <block type="text" id="!f|,`8xvr.~fLf6$H$k!">
                                     <field name="TEXT">Schlafzimmer Fenster rechts</field>
                                   </block>
                                 </value>
                                 <value name="ADD11">
                                   <block type="text" id="4;(3YV[sJrW88.|r^F{N">
                                     <field name="TEXT">&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD12">
                                   <block type="text" id="tQ.5(BR]_@d[~h/DE2gH">
                                     <field name="TEXT">geschlossen</field>
                                   </block>
                                 </value>
                                 <value name="ADD13">
                                   <block type="text" id="2uX2Hr5-%=s};`$!XjYt">
                                     <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD14">
                                   <block type="text" id="x9Zc|zah#Hv/@_j6/9HB">
                                     <field name="TEXT">Wohnzimmer Fenster links</field>
                                   </block>
                                 </value>
                                 <value name="ADD15">
                                   <block type="text" id="].5%)BQ4(lBO+);]V,k4">
                                     <field name="TEXT">&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD16">
                                   <block type="text" id="KSImV|{1@];KzO4ocP5Y">
                                     <field name="TEXT">geschlossen</field>
                                   </block>
                                 </value>
                                 <value name="ADD17">
                                   <block type="text" id="9t_JBI_DxogV(?M?cQP=">
                                     <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD18">
                                   <block type="text" id="dew|+9T@sSqt4o^Lr4H?">
                                     <field name="TEXT">Wohnzimmer Terrassentür</field>
                                   </block>
                                 </value>
                                 <value name="ADD19">
                                   <block type="text" id="|g31m/d{mT|@wdv88P[f">
                                     <field name="TEXT">&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD20">
                                   <block type="text" id="`DwYgnF@;])i.HPW1`kX">
                                     <field name="TEXT">geschlossen</field>
                                   </block>
                                 </value>
                                 <value name="ADD21">
                                   <block type="text" id="ZMnU6XfyfhkHZiPwM+sH">
                                     <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD22">
                                   <block type="text" id="M#^y:fmrvA3{pZ1NK.K`">
                                     <field name="TEXT">Wohnzimmer Fenster rechts</field>
                                   </block>
                                 </value>
                                 <value name="ADD23">
                                   <block type="text" id="-xoBuc}vY1wZ/:VM{8^Y">
                                     <field name="TEXT">&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD24">
                                   <block type="text" id="mwnp?D2Ye5|KAg.Lhdx-">
                                     <field name="TEXT">geschlossen</field>
                                   </block>
                                 </value>
                                 <value name="ADD25">
                                   <block type="text" id=".bMlOK:x`9?A6~W!s5Td">
                                     <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD26">
                                   <block type="text" id="@2B*Vx%v=2Ao4;9!_4WX">
                                     <field name="TEXT">Küche Fenster links</field>
                                   </block>
                                 </value>
                                 <value name="ADD27">
                                   <block type="text" id="l.J4=C#~!B^*p}vXPChO">
                                     <field name="TEXT">&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD28">
                                   <block type="text" id="2Wt89~yC~4zGppaog8?S">
                                     <field name="TEXT">geschlossen</field>
                                   </block>
                                 </value>
                                 <value name="ADD29">
                                   <block type="text" id="v)@}VF*=DED~==iNVV|Y">
                                     <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD30">
                                   <block type="text" id="%owy``JPz]]-`LA7RZ@*">
                                     <field name="TEXT">Küche Fenster mitte</field>
                                   </block>
                                 </value>
                                 <value name="ADD31">
                                   <block type="text" id="?Z?x=WpB]dy,Qg_e9ZN{">
                                     <field name="TEXT">&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD32">
                                   <block type="text" id="(P,uO2[-5jBzZO=^IPo?">
                                     <field name="TEXT">geschlossen</field>
                                   </block>
                                 </value>
                                 <value name="ADD33">
                                   <block type="text" id=":rKR=Pe{*C-a+(]KUIFC">
                                     <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD34">
                                   <block type="text" id="DT:^ea.tEf/%ioCaUyIz">
                                     <field name="TEXT">Küche Fenster rechts</field>
                                   </block>
                                 </value>
                                 <value name="ADD35">
                                   <block type="text" id="5dYVLB,5JYuS!cVc?^^#">
                                     <field name="TEXT">&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD36">
                                   <block type="text" id="+wLUKtQ.Grs]VcNk3MPh">
                                     <field name="TEXT">geschlossen</field>
                                   </block>
                                 </value>
                                 <value name="ADD37">
                                   <block type="text" id="3G|ikL2,w,Q^9yVVk-5+">
                                     <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD38">
                                   <block type="text" id="g*_u[FMFF0Q9^o0)k57/">
                                     <field name="TEXT">Badezimmer Fenster links</field>
                                   </block>
                                 </value>
                                 <value name="ADD39">
                                   <block type="text" id="mLMT@xBj(k!~,pN^]PY3">
                                     <field name="TEXT">&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD40">
                                   <block type="text" id="0P,q{EUw.AhHzn`g,@_:">
                                     <field name="TEXT">geschlossen</field>
                                   </block>
                                 </value>
                                 <value name="ADD41">
                                   <block type="text" id="Y5Kqro[3?24aoEY_|?;I">
                                     <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD42">
                                   <block type="text" id="jBLZwNMhl@3G867bc}Tv">
                                     <field name="TEXT">Badezimmer Fenster rechts</field>
                                   </block>
                                 </value>
                                 <value name="ADD43">
                                   <block type="text" id="]dwTBS7;a=XtnHKb:QA7">
                                     <field name="TEXT">&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD44">
                                   <block type="text" id=",lGCGdH:rMAZ:WK!fs(A">
                                     <field name="TEXT">geschlossen</field>
                                   </block>
                                 </value>
                                 <value name="ADD45">
                                   <block type="text" id="6h.X?Br6FSM/_k[+wns8">
                                     <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD46">
                                   <block type="text" id="v|)w)J,ezsU?JhL{3TVl">
                                     <field name="TEXT">Gästezimmer Fenster links</field>
                                   </block>
                                 </value>
                                 <value name="ADD47">
                                   <block type="text" id="b!!v1W_nEv,GE=85;W3j">
                                     <field name="TEXT">&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD48">
                                   <block type="text" id="sf%5XMii,R|na`l^BXbw">
                                     <field name="TEXT">geschlossen</field>
                                   </block>
                                 </value>
                                 <value name="ADD49">
                                   <block type="text" id="cFsj*6Bz)igh!)@]Nz=n">
                                     <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD50">
                                   <block type="text" id="~1Vz/$o|nYcY^Jj,,v.#">
                                     <field name="TEXT">Gästezimmer Fenster rechts</field>
                                   </block>
                                 </value>
                                 <value name="ADD51">
                                   <block type="text" id="(Dk89J+iNMf~evew-b,I">
                                     <field name="TEXT">&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD52">
                                   <block type="text" id="mFeF$-2u]p/Zuu!nW[v~">
                                     <field name="TEXT">geschlossen</field>
                                   </block>
                                 </value>
                                 <value name="ADD53">
                                   <block type="text" id="su3T7sY_1slg6^`UyiGy">
                                     <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD54">
                                   <block type="text" id="+OB4Gw:mt^v!O)t;(((F">
                                     <field name="TEXT">Keller Werkstatt Fenster</field>
                                   </block>
                                 </value>
                                 <value name="ADD55">
                                   <block type="text" id="TdB^G%C^7NFRydl+26wq">
                                     <field name="TEXT">&lt;td&gt;</field>
                                   </block>
                                 </value>
                                 <value name="ADD56">
                                   <block type="text" id=".?ExFKLVJ}LJ[ly.T~y6">
                                     <field name="TEXT">geschlossen</field>
                                   </block>
                                 </value>
                               </block>
                             </value>
                             <next>
                               <block type="variables_set" id="rk4.w9j#U`-20oA,/2w?">
                                 <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                                 <value name="VALUE">
                                   <block type="text_join" id="m9.WKb#5pBT/AD-},T4[">
                                     <mutation items="2"></mutation>
                                     <value name="ADD0">
                                       <block type="variables_get" id="+0`hJm7Vz$p)q?R(zHRE">
                                         <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                                       </block>
                                     </value>
                                     <value name="ADD1">
                                       <block type="text" id="4*B:F-NC,Y.=;!gV(1e`">
                                         <field name="TEXT">&lt;/table&gt;&lt;/body&gt;</field>
                                       </block>
                                     </value>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="procedures_callcustomnoreturn" id="I,0=L2bL`gJmi:36YvHI">
                                     <mutation name="File_schreiben">
                                       <arg name="textAusgabe"></arg>
                                     </mutation>
                                     <value name="ARG0">
                                       <block type="variables_get" id="{[gXf.@h)tuWi^bf#2.4">
                                         <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                                       </block>
                                     </value>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                         </next>
                       </block>
                      </xml>
                      

                      Die andere "echte" Datei schicke ich Dir mal per WhatsApp. (Da sind alle meine Geräte drinn)

                      liv-in-skyL 1 Antwort Letzte Antwort
                      0
                      • dslraserD dslraser

                        @liv-in-sky sagte in Tabelle erzeugen für IQontrol-Anzeige - Blockly:

                        @dslraser damit die wörter untereinander sind - muss ich später nochmal nachsehen - meld mich nochmal

                        Es geht mir nur um das iFrame Popup in iQontrol. Hier in der Testdatei wird es richtig dargestellt, also schön zentriert auf dem Handy.

                        <xml xmlns="http://www.w3.org/1999/xhtml">
                         <variables>
                           <variable type="" id="#8GHEd)j7S$#s,^/Sbk%">textAusgabe</variable>
                           <variable type="" id="HYyl#n^=-9$2h^y`Y;N?">htmlText</variable>
                         </variables>
                         <block type="procedures_defcustomnoreturn" id="hvz=#RO?t*_4B%(i4;;$" x="13" y="13">
                           <mutation statements="false">
                             <arg name="textAusgabe" varid="#8GHEd)j7S$#s,^/Sbk%"></arg>
                           </mutation>
                           <field name="NAME">File_schreiben</field>
                           <field name="SCRIPT">ICBjb25zdCBwYXRoID0gIi9odG1sZmVuc3Rlci5odG1sIjsNCiAgDQogIHdyaXRlRmlsZSgnaXFvbnRyb2wubWV0YScsIHBhdGggLHRleHRBdXNnYWJlLCBmdW5jdGlvbiAoZXJyb3IpIHsNCiAgICBsb2coJ2ZpbGUgd3JpdHRlbicpOw0KfSk7</field>
                           <comment pinned="false" h="80" w="160">funktion zum schreiben der datei</comment>
                         </block>
                         <block type="on_ext" id="6X}qhV3adtoB#:h@e[lu" disabled="true" x="13" y="63">
                           <mutation items="1"></mutation>
                           <field name="CONDITION">any</field>
                           <field name="ACK_CONDITION"></field>
                           <value name="OID0">
                             <shadow type="field_oid" id="u=q9i-=`I]U?2Yi[gOkF">
                               <field name="oid">default</field>
                             </shadow>
                             <block type="selector" id="6*Zv_[b+S|Jv2RiMpu,,">
                               <field name="TEXT">[state.id=STATE](functions='Fenster')</field>
                             </block>
                           </value>
                         </block>
                         <block type="variables_set" id="C2taB,_XhB2Y!*,ZL}@Q" x="13" y="213">
                           <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                           <value name="VALUE">
                             <block type="text_join" id="ADn~8oqi5~bKGSxD]Q11">
                               <mutation items="5"></mutation>
                               <value name="ADD0">
                                 <block type="text" id="05sxa?wj7(*?9({5D(V}">
                                   <field name="TEXT">&lt;!DOCTYPE html&gt;&lt;html lang="de"&gt;&lt;head&gt;&lt;title&gt;Fenster&lt;/title&gt;&lt;meta http-equiv="content-type" content="text/html; charset=utf-8"&gt;&lt;/head&gt;&lt;body&gt;</field>
                                 </block>
                               </value>
                               <value name="ADD1">
                                 <block type="text" id="XR[bT^!H@x:8(xbn{}[6">
                                   <field name="TEXT">&lt;p style="color:blue; font-family:Helvetica; font-weight: bold"&gt;Fensterstatus&lt;/p&gt;</field>
                                 </block>
                               </value>
                               <value name="ADD2">
                                 <block type="text" id="@#MKiz%-`,/Az:dPo4ge">
                                   <field name="TEXT">&lt;table border="8" cellspacing="10" cellpadding="20" style="color:black; font-family:Helvetica;background-image: linear-gradient(42deg,transparent,lightblue);"&gt;</field>
                                 </block>
                               </value>
                               <value name="ADD3">
                                 <block type="text" id="]=v;S+:ob(S1r`Wz,$(j">
                                   <field name="TEXT">&lt;tr style="color:#01A9DB; font-weight: bold"&gt;&lt;td&gt;Fenster-Türen&amp;ensp;&amp;ensp;&amp;ensp;&lt;/td&gt;&lt;td&gt;Status&lt;/td&gt;&lt;/tr&gt;</field>
                                 </block>
                               </value>
                               <value name="ADD4">
                                 <block type="text" id="i[^.aa*C;xFMhDfOUCDm">
                                   <field name="TEXT"></field>
                                 </block>
                               </value>
                             </block>
                           </value>
                           <next>
                             <block type="variables_set" id="t:S6%A^|*]K63/;Wyq[+">
                               <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                               <value name="VALUE">
                                 <block type="text_join" id="BNTjd3K{prkyMdOF-lVQ">
                                   <mutation items="57"></mutation>
                                   <value name="ADD0">
                                     <block type="variables_get" id="Nnp/tD0u7Z`(7[Apa,WY">
                                       <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                                     </block>
                                   </value>
                                   <value name="ADD1">
                                     <block type="text" id="[|guvl273JnGyfmQx_K^">
                                       <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD2">
                                     <block type="text" id="R+l=a%7UW_8wsw56Ie[Z">
                                       <field name="TEXT">Haustür</field>
                                     </block>
                                   </value>
                                   <value name="ADD3">
                                     <block type="text" id="Zw(-wH_y~E;K%)VjG/5b">
                                       <field name="TEXT">&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD4">
                                     <block type="text" id="u7+7WdY`r@=lIJPDfMaF">
                                       <field name="TEXT">geschlossen</field>
                                     </block>
                                   </value>
                                   <value name="ADD5">
                                     <block type="text" id="/?[`Z,=V#Q|m`%AiHCy-">
                                       <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD6">
                                     <block type="text" id="fnAnue!`JH#+evE*7cqB">
                                       <field name="TEXT">Schlafzimmer Fenster links</field>
                                     </block>
                                   </value>
                                   <value name="ADD7">
                                     <block type="text" id="NiW!cF@5?2/^b^F?Xz|c">
                                       <field name="TEXT">&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD8">
                                     <block type="text" id="731AJ(k9:A9)8I$G/`Mf">
                                       <field name="TEXT">geschlossen</field>
                                     </block>
                                   </value>
                                   <value name="ADD9">
                                     <block type="text" id="rY]U;ABdT~F6^OBQorf)">
                                       <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD10">
                                     <block type="text" id="!f|,`8xvr.~fLf6$H$k!">
                                       <field name="TEXT">Schlafzimmer Fenster rechts</field>
                                     </block>
                                   </value>
                                   <value name="ADD11">
                                     <block type="text" id="4;(3YV[sJrW88.|r^F{N">
                                       <field name="TEXT">&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD12">
                                     <block type="text" id="tQ.5(BR]_@d[~h/DE2gH">
                                       <field name="TEXT">geschlossen</field>
                                     </block>
                                   </value>
                                   <value name="ADD13">
                                     <block type="text" id="2uX2Hr5-%=s};`$!XjYt">
                                       <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD14">
                                     <block type="text" id="x9Zc|zah#Hv/@_j6/9HB">
                                       <field name="TEXT">Wohnzimmer Fenster links</field>
                                     </block>
                                   </value>
                                   <value name="ADD15">
                                     <block type="text" id="].5%)BQ4(lBO+);]V,k4">
                                       <field name="TEXT">&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD16">
                                     <block type="text" id="KSImV|{1@];KzO4ocP5Y">
                                       <field name="TEXT">geschlossen</field>
                                     </block>
                                   </value>
                                   <value name="ADD17">
                                     <block type="text" id="9t_JBI_DxogV(?M?cQP=">
                                       <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD18">
                                     <block type="text" id="dew|+9T@sSqt4o^Lr4H?">
                                       <field name="TEXT">Wohnzimmer Terrassentür</field>
                                     </block>
                                   </value>
                                   <value name="ADD19">
                                     <block type="text" id="|g31m/d{mT|@wdv88P[f">
                                       <field name="TEXT">&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD20">
                                     <block type="text" id="`DwYgnF@;])i.HPW1`kX">
                                       <field name="TEXT">geschlossen</field>
                                     </block>
                                   </value>
                                   <value name="ADD21">
                                     <block type="text" id="ZMnU6XfyfhkHZiPwM+sH">
                                       <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD22">
                                     <block type="text" id="M#^y:fmrvA3{pZ1NK.K`">
                                       <field name="TEXT">Wohnzimmer Fenster rechts</field>
                                     </block>
                                   </value>
                                   <value name="ADD23">
                                     <block type="text" id="-xoBuc}vY1wZ/:VM{8^Y">
                                       <field name="TEXT">&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD24">
                                     <block type="text" id="mwnp?D2Ye5|KAg.Lhdx-">
                                       <field name="TEXT">geschlossen</field>
                                     </block>
                                   </value>
                                   <value name="ADD25">
                                     <block type="text" id=".bMlOK:x`9?A6~W!s5Td">
                                       <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD26">
                                     <block type="text" id="@2B*Vx%v=2Ao4;9!_4WX">
                                       <field name="TEXT">Küche Fenster links</field>
                                     </block>
                                   </value>
                                   <value name="ADD27">
                                     <block type="text" id="l.J4=C#~!B^*p}vXPChO">
                                       <field name="TEXT">&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD28">
                                     <block type="text" id="2Wt89~yC~4zGppaog8?S">
                                       <field name="TEXT">geschlossen</field>
                                     </block>
                                   </value>
                                   <value name="ADD29">
                                     <block type="text" id="v)@}VF*=DED~==iNVV|Y">
                                       <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD30">
                                     <block type="text" id="%owy``JPz]]-`LA7RZ@*">
                                       <field name="TEXT">Küche Fenster mitte</field>
                                     </block>
                                   </value>
                                   <value name="ADD31">
                                     <block type="text" id="?Z?x=WpB]dy,Qg_e9ZN{">
                                       <field name="TEXT">&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD32">
                                     <block type="text" id="(P,uO2[-5jBzZO=^IPo?">
                                       <field name="TEXT">geschlossen</field>
                                     </block>
                                   </value>
                                   <value name="ADD33">
                                     <block type="text" id=":rKR=Pe{*C-a+(]KUIFC">
                                       <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD34">
                                     <block type="text" id="DT:^ea.tEf/%ioCaUyIz">
                                       <field name="TEXT">Küche Fenster rechts</field>
                                     </block>
                                   </value>
                                   <value name="ADD35">
                                     <block type="text" id="5dYVLB,5JYuS!cVc?^^#">
                                       <field name="TEXT">&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD36">
                                     <block type="text" id="+wLUKtQ.Grs]VcNk3MPh">
                                       <field name="TEXT">geschlossen</field>
                                     </block>
                                   </value>
                                   <value name="ADD37">
                                     <block type="text" id="3G|ikL2,w,Q^9yVVk-5+">
                                       <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD38">
                                     <block type="text" id="g*_u[FMFF0Q9^o0)k57/">
                                       <field name="TEXT">Badezimmer Fenster links</field>
                                     </block>
                                   </value>
                                   <value name="ADD39">
                                     <block type="text" id="mLMT@xBj(k!~,pN^]PY3">
                                       <field name="TEXT">&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD40">
                                     <block type="text" id="0P,q{EUw.AhHzn`g,@_:">
                                       <field name="TEXT">geschlossen</field>
                                     </block>
                                   </value>
                                   <value name="ADD41">
                                     <block type="text" id="Y5Kqro[3?24aoEY_|?;I">
                                       <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD42">
                                     <block type="text" id="jBLZwNMhl@3G867bc}Tv">
                                       <field name="TEXT">Badezimmer Fenster rechts</field>
                                     </block>
                                   </value>
                                   <value name="ADD43">
                                     <block type="text" id="]dwTBS7;a=XtnHKb:QA7">
                                       <field name="TEXT">&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD44">
                                     <block type="text" id=",lGCGdH:rMAZ:WK!fs(A">
                                       <field name="TEXT">geschlossen</field>
                                     </block>
                                   </value>
                                   <value name="ADD45">
                                     <block type="text" id="6h.X?Br6FSM/_k[+wns8">
                                       <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD46">
                                     <block type="text" id="v|)w)J,ezsU?JhL{3TVl">
                                       <field name="TEXT">Gästezimmer Fenster links</field>
                                     </block>
                                   </value>
                                   <value name="ADD47">
                                     <block type="text" id="b!!v1W_nEv,GE=85;W3j">
                                       <field name="TEXT">&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD48">
                                     <block type="text" id="sf%5XMii,R|na`l^BXbw">
                                       <field name="TEXT">geschlossen</field>
                                     </block>
                                   </value>
                                   <value name="ADD49">
                                     <block type="text" id="cFsj*6Bz)igh!)@]Nz=n">
                                       <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD50">
                                     <block type="text" id="~1Vz/$o|nYcY^Jj,,v.#">
                                       <field name="TEXT">Gästezimmer Fenster rechts</field>
                                     </block>
                                   </value>
                                   <value name="ADD51">
                                     <block type="text" id="(Dk89J+iNMf~evew-b,I">
                                       <field name="TEXT">&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD52">
                                     <block type="text" id="mFeF$-2u]p/Zuu!nW[v~">
                                       <field name="TEXT">geschlossen</field>
                                     </block>
                                   </value>
                                   <value name="ADD53">
                                     <block type="text" id="su3T7sY_1slg6^`UyiGy">
                                       <field name="TEXT">&lt;tr&gt;&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD54">
                                     <block type="text" id="+OB4Gw:mt^v!O)t;(((F">
                                       <field name="TEXT">Keller Werkstatt Fenster</field>
                                     </block>
                                   </value>
                                   <value name="ADD55">
                                     <block type="text" id="TdB^G%C^7NFRydl+26wq">
                                       <field name="TEXT">&lt;td&gt;</field>
                                     </block>
                                   </value>
                                   <value name="ADD56">
                                     <block type="text" id=".?ExFKLVJ}LJ[ly.T~y6">
                                       <field name="TEXT">geschlossen</field>
                                     </block>
                                   </value>
                                 </block>
                               </value>
                               <next>
                                 <block type="variables_set" id="rk4.w9j#U`-20oA,/2w?">
                                   <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                                   <value name="VALUE">
                                     <block type="text_join" id="m9.WKb#5pBT/AD-},T4[">
                                       <mutation items="2"></mutation>
                                       <value name="ADD0">
                                         <block type="variables_get" id="+0`hJm7Vz$p)q?R(zHRE">
                                           <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                                         </block>
                                       </value>
                                       <value name="ADD1">
                                         <block type="text" id="4*B:F-NC,Y.=;!gV(1e`">
                                           <field name="TEXT">&lt;/table&gt;&lt;/body&gt;</field>
                                         </block>
                                       </value>
                                     </block>
                                   </value>
                                   <next>
                                     <block type="procedures_callcustomnoreturn" id="I,0=L2bL`gJmi:36YvHI">
                                       <mutation name="File_schreiben">
                                         <arg name="textAusgabe"></arg>
                                       </mutation>
                                       <value name="ARG0">
                                         <block type="variables_get" id="{[gXf.@h)tuWi^bf#2.4">
                                           <field name="VAR" id="HYyl#n^=-9$2h^y`Y;N?" variabletype="">htmlText</field>
                                         </block>
                                       </value>
                                     </block>
                                   </next>
                                 </block>
                               </next>
                             </block>
                           </next>
                         </block>
                        </xml>
                        

                        Die andere "echte" Datei schicke ich Dir mal per WhatsApp. (Da sind alle meine Geräte drinn)

                        liv-in-skyL Offline
                        liv-in-skyL Offline
                        liv-in-sky
                        schrieb am zuletzt editiert von liv-in-sky
                        #13

                        @dslraser deleted

                        nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                        liv-in-skyL 1 Antwort Letzte Antwort
                        0
                        • liv-in-skyL liv-in-sky

                          @dslraser deleted

                          liv-in-skyL Offline
                          liv-in-skyL Offline
                          liv-in-sky
                          schrieb am zuletzt editiert von liv-in-sky
                          #14

                          Image 2.png

                          zeile auf - spalte auf - text - spalte zu - neue spalte auf mit style-farbe - text - spalte zu - zeile zu

                          nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                          1 Antwort Letzte Antwort
                          0
                          Antworten
                          • In einem neuen Thema antworten
                          Anmelden zum Antworten
                          • Älteste zuerst
                          • Neuste zuerst
                          • Meiste Stimmen


                          Support us

                          ioBroker
                          Community Adapters
                          Donate

                          840

                          Online

                          32.4k

                          Benutzer

                          81.5k

                          Themen

                          1.3m

                          Beiträge
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                          ioBroker Community 2014-2025
                          logo
                          • Anmelden

                          • Du hast noch kein Konto? Registrieren

                          • Anmelden oder registrieren, um zu suchen
                          • Erster Beitrag
                            Letzter Beitrag
                          0
                          • Home
                          • Aktuell
                          • Tags
                          • Ungelesen 0
                          • Kategorien
                          • Unreplied
                          • Beliebt
                          • GitHub
                          • Docu
                          • Hilfe