Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. Material Design Widgets: Top App Bar Widget

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Material Design Widgets: Top App Bar Widget

    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      Kuddel @Scrounger last edited by

      @Scrounger das mit dem Zuklappen ist nicht schlimm.

      Ist das evtl. noch geplant ?

      Zu meiner Frage mit der Tablet Steuerung:

      Link zur Startseite in meiner jetzigen VIS: http://192.168.4.30:8082/vis/index.html?VIS#100_Startseite
      Link zur Startseite in meiner neuen VIS: http://192.168.4.30:8082/vis/index.html?VIS_Neu#100_Startseite

      Jetzt registriet ein BWM draußen eine Bewegung. Per Fully Kiosk Brwoser sage ich meinem Tablte, dass er auf folgende Seite wechseln soll:

      http://192.168.4.30:8082/vis/index.html?VIS#470_Kameras

      Wenn ich in meiner neuen VIS die Seiten wechsle, ändert sich aber leider nie der link. Das liegt wohl iwie am View in Widget 8.

      Somit weiß ich jetzt nicht, wie ich in der neuen VIS auf dem Tablet die Seite ändern soll, wenn eine Bedingung eintritt.

      Ich hoffe das war jetzt einigermapen versetändlich.

      Scrounger 1 Reply Last reply Reply Quote 0
      • Scrounger
        Scrounger Developer @Kuddel last edited by

        @Kuddel sagte in Material Design Widgets: Top App Bar Widget:

        Jetzt registriet ein BWM draußen eine Bewegung. Per Fully Kiosk Brwoser sage ich meinem Tablte, dass er auf folgende Seite wechseln soll:

        http://192.168.4.30:8082/vis/index.html?VIS#470_Kameras

        Grundsätzlich geht das schon. Nachteil allerdings ist, dass du die 'Zurück' Taste deines Browser verwenden musst um wieder zur View mit der TopAppBar zur gelangen.

        Ich würde an deiner Stelle mit dem Simple API Adapter den Datenpunkt der TopAppBar und View in Widget 8 auf die Nummer der View zu deiner Cam setzen. Also wenn du z.B. die View mit der Cam auf Position 5 hast, setzt du per Simple API (http Befehl, siehe Doku des Adapters) den Datenpunkt auf den Wert 5. Dann schaltet die View in Widget 8 auf die View an Position 5 und die TopAppBar ist nach wie vor sichtbar.

        K 1 Reply Last reply Reply Quote 0
        • K
          Kuddel @Scrounger last edited by Kuddel

          @Scrounger den simple API Adapter verwende ich bereits.

          werde ich mir mal anschauen.

          vielen Dank

          EDIT: Wo genau finde ich den DP den ich schalten muss ?

          Scrounger 1 Reply Last reply Reply Quote 0
          • Scrounger
            Scrounger Developer @Kuddel last edited by

            @Kuddel sagte in Material Design Widgets: Top App Bar Widget:

            EDIT: Wo genau finde ich den DP den ich schalten muss ?

            Na den den du bei der Objekt Id der TopAppBar und View in Widget 8 eingetragen hast. Sonst würde die kombi ja nicht gehen 😉

            K 1 Reply Last reply Reply Quote 0
            • K
              Kuddel @Scrounger last edited by

              @Scrounger entweder stehe ich gerade voll auf dem Schlauch, oder ich habe einen Fehler gemacht.

              Bei der TopAppBar unter Allgemein/Schalter habe ich auf jeden Fall nichts hinterlegt.

              N 1 Reply Last reply Reply Quote 0
              • N
                nousefor82 @Kuddel last edited by nousefor82

                @Kuddel

                Du musst dir einen Datenpunkt in den Objekten erzeugen und in der TopAppBar und im Widget8 darauf verweisen.

                Du kannst im jeweiligen Widget oben eine Objekt-ID eintragen...also diesen erzeugten Datenpunk. (vom Typ Number).

                @Scrounger

                Ich hab die Frage zwar schon mal gestellt, ist aber schon bissl her:

                Kann man die Größe der TopAppBar - Icons ändern? Wenn ja wie? Wenn ja mit CCS...wie? 🙂

                Ich habe den berühmten Rahmen vom Holger für mein TAB-A und da ist das super ätzend, das Icon zu bedienen.

                Ich bin weder alt noch zittrig...es ist, auf Grund der Auflösung einfach zu klein für eine komfortable Bedienung.

                Viele Grüße

                K Scrounger 2 Replies Last reply Reply Quote 0
                • K
                  Kuddel @nousefor82 last edited by

                  @nousefor82 Ah okay. ich glaube jetzt habe ich es verstanden.

                  schaue ich morgen oder übermorgen mal man.

                  Danke

                  1 Reply Last reply Reply Quote 0
                  • Scrounger
                    Scrounger Developer @nousefor82 last edited by

                    @nousefor82 sagte in Material Design Widgets: Top App Bar Widget:

                    Kann man die Größe der TopAppBar - Icons ändern? Wenn ja wie? Wenn ja mit CCS...wie? 🙂

                    .mdc-icon-button.material-icons.mdc-top-app-bar__navigation-icon {
                        font-size: 60px;
                    }
                    
                    N H 2 Replies Last reply Reply Quote 0
                    • K
                      Kuddel last edited by

                      @nousefor82 habe gerade den DP hinterlegt.

                      Funktioniert wunderbar.

                      Vielen Dank natürlich auch an @Scrounger für die Erklärung.

                      Wo wir gerade bei CSS Fragen sind.

                      Kann man die Höhe des TopAppBar Balkens oben irgendwie einstellen ?

                      Scrounger 1 Reply Last reply Reply Quote 0
                      • Scrounger
                        Scrounger Developer @Kuddel last edited by

                        @Kuddel sagte in Material Design Widgets: Top App Bar Widget:

                        Kann man die Höhe des TopAppBar Balkens oben irgendwie einstellen ?

                        .mdc-top-app-bar__row{
                            height: 100px !important;
                        }
                        

                        Videos zum Thema CSS Klassen ermitteln, die ihr dann überschreiben könnt.

                        N 1 Reply Last reply Reply Quote 0
                        • N
                          nousefor82 @Scrounger last edited by

                          @Scrounger

                          SUPER!!! Vielen Dank! Wird heute Abend gleich ausprobiert!

                          1 Reply Last reply Reply Quote 0
                          • N
                            nousefor82 @Scrounger last edited by

                            @Scrounger

                            Das hat super funktioniert.

                            Und danke deinem Link konnte ich auch die Listen bearbeiten.

                            Mein Problem ist noch, dass der Button hinter dem icon nicht zur neuen Größe passt.

                            Hast du noch einen Tipp?

                            Danke

                            1 Reply Last reply Reply Quote 0
                            • H
                              hofmannha @Scrounger last edited by

                              @Scrounger
                              Hallo,
                              wie kann ich die Beschriftung der Sub-Menüs beschriften?submenue.PNG
                              Gruß

                              N 1 Reply Last reply Reply Quote 0
                              • N
                                nousefor82 @hofmannha last edited by nousefor82

                                @hofmannha

                                Steht in der Docu auf Github. Öffne mal den ersten Post, da ist der Link.

                                1 Reply Last reply Reply Quote 0
                                • M
                                  Machinima last edited by Machinima

                                  @Scrounger
                                  Bei mir werden aus irgendeinem Grund plötzlich die Texte für die Untermenüs nicht mehr angezeigt. Wo liegt hier der Fehler?

                                  Beschriftungen für Untermenüs fehlen.png

                                  So sehen die Einstellungen im VIS Editor aus:
                                  Einstellungen Untermenü.png

                                  Der vollständigkeithalber steht bei Bild[2]

                                  {"itemImage": "settings", "subItems": ["application", "battery-alert"]}
                                  

                                  vis-materialdesign: 0.2.59
                                  Browser: Firefox 73.0.1

                                  Edit: Hab das Widget nochmal neu eingebunden und siehe da, die Text ist wieder sichtbar!

                                  1 Reply Last reply Reply Quote 0
                                  • Stephan Schleich
                                    Stephan Schleich last edited by Scrounger

                                    Hat jemand den CSS Code dafür, dass die Buttons kleiner werden - Sprich unten und oben weniger Leerraum ist?
                                    1935a32a-6e09-4f97-aaa5-12cbdab0b5e8-image.png

                                    Edit: verschoben, da Frage Widget Einstellungen betrifft

                                    Scrounger 1 Reply Last reply Reply Quote 0
                                    • Scrounger
                                      Scrounger Developer @Stephan Schleich last edited by Scrounger

                                      @Stephan-Schleich sagte in Material Design Widgets: Top App Bar Widget:

                                      Hat jemand den CSS Code dafür, dass die Buttons kleiner werden - Sprich unten und oben weniger Leerraum ist?

                                      Sowas in die Richtung, ungetestet!

                                      .materialdesign-icon-image.mdc-list-item__graphic{
                                        padding: 0px !important;
                                      }
                                      

                                      CSS Klassen herausfinden:
                                      https://www.google.de/search?&q=identify+css+classes+youtubte

                                      Stephan Schleich 1 Reply Last reply Reply Quote 0
                                      • Stephan Schleich
                                        Stephan Schleich @Scrounger last edited by Stephan Schleich

                                        @Scrounger Für alle die es auch brauchen:

                                        /* Button Rahmen */
                                        .mdc-drawer .mdc-list-item{
                                          margin-top: 0px !important;
                                          margin-bottom: 0px !important;
                                          margin-left: 0px !important;
                                          margin-right: 0px !important;
                                        }
                                        
                                        /* Trennlinie Rahmen */
                                        .mdc-list-divider{
                                          margin-top: 0px !important;
                                          margin-bottom: 0px !important;
                                          margin-left: 0px !important;
                                          margin-right: 0px !important;
                                        }
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • M
                                          Marsx79 last edited by

                                          Gibt es eine Möglichkeit das man eine Zeit einstellen kann nach der sich das Menü wieder automatisch schließt?

                                          Ist es geplant das man über das Menü direkt auf ein View wechseln kann ohne das "View im Widget 8"?

                                          1 Reply Last reply Reply Quote 1
                                          • liv-in-sky
                                            liv-in-sky last edited by liv-in-sky

                                            habe mal einen back-button gemacht - vielleicht braucht den auch noch jemand - man kann ja den back vom browser nicht nutzen - falls es eine einfachere lösung gibt - bitte posten

                                            macht ein kleines blockly, welches sich 5 letzte seitenaufrufe merkt - man benötigt zusätzlich zum widget8-datenpunkt einen bool-datenpunkt für den schalter, den man im blockly einsetzt
                                            ( @sigi234 )
                                            test18.gif
                                            (die qualität des animated gifs ist nicht die beste - sorry)

                                            <xml xmlns="http://www.w3.org/1999/xhtml">
                                             <variables>
                                               <variable type="" id=".);0FTJH[J7j1_2w{QBb">count</variable>
                                               <variable type="" id="Cx=ufGAb[yA~/c6Uv*29">x</variable>
                                               <variable type="" id="!:%#Tl+r|*gKbV0X3/Fl">helfer</variable>
                                               <variable type="" id="ElVn3v;:KI#[w~F%%^qX">myList</variable>
                                               <variable type="undefined" id="timeout">timeout</variable>
                                               <variable type="" id="Fn+prEkLc7r]_w!E/qQd">now</variable>
                                             </variables>
                                             <block type="on_ext" id="b,uW*]G4B1M7Y%k=KJ^a" x="663" y="13">
                                               <mutation items="1"></mutation>
                                               <field name="CONDITION">true</field>
                                               <field name="ACK_CONDITION"></field>
                                               <value name="OID0">
                                                 <shadow type="field_oid" id="(R4)^j~VuV0tjY*z6s`#">
                                                   <field name="oid">controll-own.0._MenuVisView8-BACK</field>
                                                 </shadow>
                                               </value>
                                               <statement name="STATEMENT">
                                                 <block type="variables_set" id="3wszT]E$sRq_d!fVgzcq">
                                                   <field name="VAR" id="!:%#Tl+r|*gKbV0X3/Fl" variabletype="">helfer</field>
                                                   <value name="VALUE">
                                                     <block type="logic_boolean" id="kHn-,*}DJi*^@*XD///b">
                                                       <field name="BOOL">TRUE</field>
                                                     </block>
                                                   </value>
                                                   <next>
                                                     <block type="controls_if" id="lzeD^1+t7h~Cq5hfAw}m">
                                                       <value name="IF0">
                                                         <block type="logic_compare" id="s9=^P!GstG(IkMcPSnN@">
                                                           <field name="OP">EQ</field>
                                                           <value name="A">
                                                             <block type="variables_get" id="FqWH^*qi8{?aB)~9vd%U">
                                                               <field name="VAR" id=".);0FTJH[J7j1_2w{QBb" variabletype="">count</field>
                                                             </block>
                                                           </value>
                                                           <value name="B">
                                                             <block type="math_number" id="ft/U_W:D3]_9@8:yvPQt">
                                                               <field name="NUM">1</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <statement name="DO0">
                                                         <block type="variables_set" id="H-|BYz@1AAj7l.:TJF51">
                                                           <field name="VAR" id=".);0FTJH[J7j1_2w{QBb" variabletype="">count</field>
                                                           <value name="VALUE">
                                                             <block type="math_number" id="B4Nb{oo21x8@WqhQVDhk">
                                                               <field name="NUM">7</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </statement>
                                                       <next>
                                                         <block type="comment" id="oAISunCGexB!Gj[g=%_f">
                                                           <field name="COMMENT">bool-datenpunkt auswählen</field>
                                                           <next>
                                                             <block type="control" id="sI#$t?=H;bvul6h;,[M[">
                                                               <mutation delay_input="false"></mutation>
                                                               <field name="OID">controll-own.0._MenuVisView8</field>
                                                               <field name="WITH_DELAY">FALSE</field>
                                                               <value name="VALUE">
                                                                 <block type="lists_getIndex" id="VbE/PPs5++Xm_9LM3f`G">
                                                                   <mutation statement="false" at="true"></mutation>
                                                                   <field name="MODE">GET</field>
                                                                   <field name="WHERE">FROM_START</field>
                                                                   <value name="VALUE">
                                                                     <block type="variables_get" id="JJFJ+gPW84FD|Dm/}(_c">
                                                                       <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="AT">
                                                                     <block type="math_arithmetic" id="RtX9i9j7Fxb-kV:KyhtF">
                                                                       <field name="OP">MINUS</field>
                                                                       <value name="A">
                                                                         <shadow type="math_number" id="81k0*J[SNvhDR76Ohams">
                                                                           <field name="NUM">1</field>
                                                                         </shadow>
                                                                         <block type="variables_get" id="$=[=Gb)Pv?m?v9}n:FQH">
                                                                           <field name="VAR" id=".);0FTJH[J7j1_2w{QBb" variabletype="">count</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="B">
                                                                         <shadow type="math_number" id="R[LVtRs+pWGR7VzikbdW">
                                                                           <field name="NUM">1</field>
                                                                         </shadow>
                                                                         <block type="math_number" id="SpxxOhGu3a!h+xy$o5Iq">
                                                                           <field name="NUM">1</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <next>
                                                                 <block type="debug" id="}4e~KRxrHJ7D*i@r~=GG" disabled="true">
                                                                   <field name="Severity">log</field>
                                                                   <value name="TEXT">
                                                                     <shadow type="text" id="mK])@o$oIrK~*Q/1]=}x">
                                                                       <field name="TEXT">test</field>
                                                                     </shadow>
                                                                     <block type="text_join" id="%X/:UXIRJ9u+B[IFpqS0">
                                                                       <mutation items="4"></mutation>
                                                                       <value name="ADD0">
                                                                         <block type="variables_get" id="*y^L0~%E15kk`R$`Ul2d">
                                                                           <field name="VAR" id=".);0FTJH[J7j1_2w{QBb" variabletype="">count</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="ADD1">
                                                                         <block type="text" id="?]cXn.T_hn@J[P[qs2L3">
                                                                           <field name="TEXT"> und view : </field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="ADD2">
                                                                         <block type="lists_getIndex" id="I_8d51[`]4!!=BwFu#!f">
                                                                           <mutation statement="false" at="true"></mutation>
                                                                           <field name="MODE">GET</field>
                                                                           <field name="WHERE">FROM_START</field>
                                                                           <value name="VALUE">
                                                                             <block type="variables_get" id="-PYEC/x%p)FYG_a_qZdf">
                                                                               <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="AT">
                                                                             <block type="math_arithmetic" id="%cxU3J6=;v@:WviTY)j1">
                                                                               <field name="OP">MINUS</field>
                                                                               <value name="A">
                                                                                 <shadow type="math_number" id="81k0*J[SNvhDR76Ohams">
                                                                                   <field name="NUM">1</field>
                                                                                 </shadow>
                                                                                 <block type="variables_get" id="dFEqVy#rANv@^#3RQ^#H">
                                                                                   <field name="VAR" id=".);0FTJH[J7j1_2w{QBb" variabletype="">count</field>
                                                                                 </block>
                                                                               </value>
                                                                               <value name="B">
                                                                                 <shadow type="math_number" id="R[LVtRs+pWGR7VzikbdW">
                                                                                   <field name="NUM">1</field>
                                                                                 </shadow>
                                                                                 <block type="math_number" id="s{F_?KOSf!-(wQ4Zr8d/">
                                                                                   <field name="NUM">1</field>
                                                                                 </block>
                                                                               </value>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                       <value name="ADD3">
                                                                         <block type="text" id=")bBs~dr?L=^sm;a=py;?">
                                                                           <field name="TEXT"> und count : </field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                   <next>
                                                                     <block type="comment" id="ikMKQlgg~thAIdS9+]6a">
                                                                       <field name="COMMENT">bool-datenpunkt auswählen</field>
                                                                       <next>
                                                                         <block type="control" id="=07Z/~v/.l?5xY~/**DF">
                                                                           <mutation delay_input="true"></mutation>
                                                                           <field name="OID">controll-own.0._MenuVisView8-BACK</field>
                                                                           <field name="WITH_DELAY">TRUE</field>
                                                                           <field name="DELAY_MS">500</field>
                                                                           <field name="UNIT">ms</field>
                                                                           <field name="CLEAR_RUNNING">FALSE</field>
                                                                           <value name="VALUE">
                                                                             <block type="logic_boolean" id="qXjC~^C^bC}k#Yk0NUK!">
                                                                               <field name="BOOL">FALSE</field>
                                                                             </block>
                                                                           </value>
                                                                           <next>
                                                                             <block type="variables_set" id="I7;/ORGd;(afg)m]$.yX">
                                                                               <field name="VAR" id=".);0FTJH[J7j1_2w{QBb" variabletype="">count</field>
                                                                               <value name="VALUE">
                                                                                 <block type="math_arithmetic" id="q6{vrGr`A$^]|iZvn:g`">
                                                                                   <field name="OP">MINUS</field>
                                                                                   <value name="A">
                                                                                     <shadow type="math_number" id="81k0*J[SNvhDR76Ohams">
                                                                                       <field name="NUM">1</field>
                                                                                     </shadow>
                                                                                     <block type="variables_get" id="NPbK,luIJ7%LzGym5O1h">
                                                                                       <field name="VAR" id=".);0FTJH[J7j1_2w{QBb" variabletype="">count</field>
                                                                                     </block>
                                                                                   </value>
                                                                                   <value name="B">
                                                                                     <shadow type="math_number" id="R[LVtRs+pWGR7VzikbdW">
                                                                                       <field name="NUM">1</field>
                                                                                     </shadow>
                                                                                     <block type="math_number" id="/z-3SdmfLsVk!5?vFU/H">
                                                                                       <field name="NUM">1</field>
                                                                                     </block>
                                                                                   </value>
                                                                                 </block>
                                                                               </value>
                                                                               <next>
                                                                                 <block type="debug" id="}rUNYag1O=LB=s.Aw]y%" disabled="true">
                                                                                   <field name="Severity">log</field>
                                                                                   <value name="TEXT">
                                                                                     <shadow type="text" id="CHO$7fM}^ww6tey^3uTr">
                                                                                       <field name="TEXT">test</field>
                                                                                     </shadow>
                                                                                     <block type="variables_get" id="b/O3x!R*pZqKJ$m57P~z">
                                                                                       <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                                                     </block>
                                                                                   </value>
                                                                                 </block>
                                                                               </next>
                                                                             </block>
                                                                           </next>
                                                                         </block>
                                                                       </next>
                                                                     </block>
                                                                   </next>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </statement>
                                             </block>
                                             <block type="variables_set" id="hUwTxLn_e8VmI%kNUBsi" x="87" y="138">
                                               <field name="VAR" id=".);0FTJH[J7j1_2w{QBb" variabletype="">count</field>
                                               <value name="VALUE">
                                                 <block type="math_number" id="1$I)vIePx**:lAkvm0=4">
                                                   <field name="NUM">6</field>
                                                 </block>
                                               </value>
                                               <next>
                                                 <block type="variables_set" id="gN9Xc-;:t/=Rk+z$[A6T">
                                                   <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                   <value name="VALUE">
                                                     <block type="lists_create_with" id="Y_`W!XW7zW,4efQ8^J(L">
                                                       <mutation items="6"></mutation>
                                                       <value name="ADD0">
                                                         <block type="math_number" id="49Xv4#XY,Wg_h`s2/@q-">
                                                           <field name="NUM">0</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD1">
                                                         <block type="math_number" id="5#vOb(L5VZTF|9xnZ4=J">
                                                           <field name="NUM">0</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD2">
                                                         <block type="math_number" id="s}ZLKy@V_F*^-=}Y#sBV">
                                                           <field name="NUM">0</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD3">
                                                         <block type="math_number" id="+?gr`9qGUq$B$+Y+?X}*">
                                                           <field name="NUM">0</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD4">
                                                         <block type="math_number" id="/KH4_744}|JxV#(y8=C6">
                                                           <field name="NUM">0</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD5">
                                                         <block type="math_number" id="G$o=P;4OMPOY0?kLo;/*">
                                                           <field name="NUM">0</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <next>
                                                     <block type="comment" id=":1mcN5Xunf,OY]`8}6t~">
                                                       <field name="COMMENT">V8-datenpunkt auswählen</field>
                                                       <next>
                                                         <block type="variables_set" id="[P[N35!?/){A5%AHC]$a">
                                                           <field name="VAR" id="Fn+prEkLc7r]_w!E/qQd" variabletype="">now</field>
                                                           <value name="VALUE">
                                                             <block type="get_value" id="gU%l%+6NQgty{5?UavHX">
                                                               <field name="ATTR">val</field>
                                                               <field name="OID">controll-own.0._MenuVisView8</field>
                                                             </block>
                                                           </value>
                                                           <next>
                                                             <block type="on" id="W8dx5[m-lbi#E()B;d.f">
                                                               <field name="OID">controll-own.0._MenuVisView8</field>
                                                               <field name="CONDITION">any</field>
                                                               <field name="ACK_CONDITION"></field>
                                                               <statement name="STATEMENT">
                                                                 <block type="controls_if" id="z]l|*-4:7,IIR;E$|fbR">
                                                                   <mutation else="1"></mutation>
                                                                   <value name="IF0">
                                                                     <block type="logic_negate" id="!RUCgBu9=FwC*bFHWQ4r">
                                                                       <value name="BOOL">
                                                                         <block type="variables_get" id="0/vO-x?Qh+bI|IZ6Ft@v">
                                                                           <field name="VAR" id="!:%#Tl+r|*gKbV0X3/Fl" variabletype="">helfer</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                   <statement name="DO0">
                                                                     <block type="variables_set" id=";pRWiR1el+A#PFo3`L4N">
                                                                       <field name="VAR" id=".);0FTJH[J7j1_2w{QBb" variabletype="">count</field>
                                                                       <value name="VALUE">
                                                                         <block type="math_number" id="}FmJ(cC=8(QYn3Zu`K5x">
                                                                           <field name="NUM">6</field>
                                                                         </block>
                                                                       </value>
                                                                       <next>
                                                                         <block type="comment" id="v/0n+OJ8m!?_25YHfl=-">
                                                                           <field name="COMMENT">V8-datenpunkt auswählen</field>
                                                                           <next>
                                                                             <block type="variables_set" id="1qT/dllIH09RV3e=Z^37">
                                                                               <field name="VAR" id="Fn+prEkLc7r]_w!E/qQd" variabletype="">now</field>
                                                                               <value name="VALUE">
                                                                                 <block type="get_value" id="hl0ER`Ev}6QY_)1Ok6Or">
                                                                                   <field name="ATTR">val</field>
                                                                                   <field name="OID">controll-own.0._MenuVisView8</field>
                                                                                 </block>
                                                                               </value>
                                                                               <next>
                                                                                 <block type="procedures_callnoreturn" id="D!/tBYQY^oS.ysc6o;3f">
                                                                                   <mutation name="etwas tun">
                                                                                     <arg name="x"></arg>
                                                                                   </mutation>
                                                                                   <value name="ARG0">
                                                                                     <block type="variables_get" id="]8vl6VR-sMrNCfWY`+hr">
                                                                                       <field name="VAR" id="Fn+prEkLc7r]_w!E/qQd" variabletype="">now</field>
                                                                                     </block>
                                                                                   </value>
                                                                                 </block>
                                                                               </next>
                                                                             </block>
                                                                           </next>
                                                                         </block>
                                                                       </next>
                                                                     </block>
                                                                   </statement>
                                                                   <statement name="ELSE">
                                                                     <block type="variables_set" id="I~TAm^85{c]HXzTJ]9}?">
                                                                       <field name="VAR" id="!:%#Tl+r|*gKbV0X3/Fl" variabletype="">helfer</field>
                                                                       <value name="VALUE">
                                                                         <block type="logic_boolean" id="}P!+y$s`3jJ/A8JM2S]U">
                                                                           <field name="BOOL">FALSE</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </statement>
                                                                 </block>
                                                               </statement>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </next>
                                             </block>
                                             <block type="procedures_defnoreturn" id="(Ue9k{^p=G5Yw(+NeS}N" x="738" y="663">
                                               <mutation>
                                                 <arg name="x" varid="Cx=ufGAb[yA~/c6Uv*29"></arg>
                                               </mutation>
                                               <field name="NAME">etwas tun</field>
                                               <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                                               <statement name="STACK">
                                                 <block type="controls_if" id="550HLA!UC:D!v^$TK|2A">
                                                   <mutation else="1"></mutation>
                                                   <value name="IF0">
                                                     <block type="logic_compare" id="~03gqy*B94`,+yxRj9?~">
                                                       <field name="OP">GTE</field>
                                                       <value name="A">
                                                         <block type="lists_length" id="BQ=+sr:Z(:U8)i*mJpsJ">
                                                           <value name="VALUE">
                                                             <block type="variables_get" id="maD{fF%$Ne5?.xUuhlNe">
                                                               <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="math_number" id="6A{DSG{i`CSV/qbcw/wp">
                                                           <field name="NUM">7</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <statement name="DO0">
                                                     <block type="lists_setIndex" id="3/0JZn17`1{c#0PN)0We">
                                                       <mutation at="false"></mutation>
                                                       <field name="MODE">INSERT</field>
                                                       <field name="WHERE">LAST</field>
                                                       <value name="LIST">
                                                         <block type="variables_get" id="HG@uIf0}CK?rqvnymq/-">
                                                           <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                         </block>
                                                       </value>
                                                       <value name="TO">
                                                         <block type="variables_get" id="F)s~sA6yzvdxxBJz#ZSB">
                                                           <field name="VAR" id="Fn+prEkLc7r]_w!E/qQd" variabletype="">now</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </statement>
                                                   <statement name="ELSE">
                                                     <block type="lists_setIndex" id="c!,*x/6tMPGge1I58!xM">
                                                       <mutation at="true"></mutation>
                                                       <field name="MODE">SET</field>
                                                       <field name="WHERE">FROM_START</field>
                                                       <value name="LIST">
                                                         <block type="variables_get" id="BBV)*h*M-oHPN9I||*{c">
                                                           <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                         </block>
                                                       </value>
                                                       <value name="AT">
                                                         <block type="math_number" id="GQ(OK]I)`j*JZ!=%//PH">
                                                           <field name="NUM">1</field>
                                                         </block>
                                                       </value>
                                                       <value name="TO">
                                                         <block type="lists_getIndex" id="V*(kY,Q/k=am[yl(AHc5">
                                                           <mutation statement="false" at="true"></mutation>
                                                           <field name="MODE">GET</field>
                                                           <field name="WHERE">FROM_START</field>
                                                           <value name="VALUE">
                                                             <block type="variables_get" id="K*l]HS1+wshi}n`M~R%c">
                                                               <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                             </block>
                                                           </value>
                                                           <value name="AT">
                                                             <block type="math_number" id="sFSApL[L48ex!-kP9%Ys">
                                                               <field name="NUM">2</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <next>
                                                         <block type="lists_setIndex" id="OUFg62.`h![kZW8H^oz~">
                                                           <mutation at="true"></mutation>
                                                           <field name="MODE">SET</field>
                                                           <field name="WHERE">FROM_START</field>
                                                           <value name="LIST">
                                                             <block type="variables_get" id="6NEk:?a#T!$vG72l=D3w">
                                                               <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                             </block>
                                                           </value>
                                                           <value name="AT">
                                                             <block type="math_number" id="8f3M^v#c_b_pT8glr6Mt">
                                                               <field name="NUM">2</field>
                                                             </block>
                                                           </value>
                                                           <value name="TO">
                                                             <block type="lists_getIndex" id="Wzkp?d-+`q}PGvy]Lzzz">
                                                               <mutation statement="false" at="true"></mutation>
                                                               <field name="MODE">GET</field>
                                                               <field name="WHERE">FROM_START</field>
                                                               <value name="VALUE">
                                                                 <block type="variables_get" id="Qolrukv#mKMJ)xm^)c?U">
                                                                   <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                                 </block>
                                                               </value>
                                                               <value name="AT">
                                                                 <block type="math_number" id="Q4:y)V*-k[`pHwj|z$_H">
                                                                   <field name="NUM">3</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <next>
                                                             <block type="lists_setIndex" id="4=A=3qf_@Wcll[=[7JuS">
                                                               <mutation at="true"></mutation>
                                                               <field name="MODE">SET</field>
                                                               <field name="WHERE">FROM_START</field>
                                                               <value name="LIST">
                                                                 <block type="variables_get" id="_K]TlpxkEDuUHFe7=;rA">
                                                                   <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                                 </block>
                                                               </value>
                                                               <value name="AT">
                                                                 <block type="math_number" id="k:@m[o_kQ~2r9l,4gKl)">
                                                                   <field name="NUM">3</field>
                                                                 </block>
                                                               </value>
                                                               <value name="TO">
                                                                 <block type="lists_getIndex" id="G+2/aB#_wj9TurB3L)Ar">
                                                                   <mutation statement="false" at="true"></mutation>
                                                                   <field name="MODE">GET</field>
                                                                   <field name="WHERE">FROM_START</field>
                                                                   <value name="VALUE">
                                                                     <block type="variables_get" id="j/8Bi)G;N#?-}h*VRN%o">
                                                                       <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="AT">
                                                                     <block type="math_number" id="OlZO7+y?I6mGRsbKb%uI">
                                                                       <field name="NUM">4</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <next>
                                                                 <block type="lists_setIndex" id="r5YJFXt%qP_QyR[x{eXt">
                                                                   <mutation at="true"></mutation>
                                                                   <field name="MODE">SET</field>
                                                                   <field name="WHERE">FROM_START</field>
                                                                   <value name="LIST">
                                                                     <block type="variables_get" id="+y5=#.}9_~5w]M3;DOOi">
                                                                       <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="AT">
                                                                     <block type="math_number" id="O4i*9;AKuBO$-+xvmxm.">
                                                                       <field name="NUM">4</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="TO">
                                                                     <block type="lists_getIndex" id="jZ-v9ulqNs;+)IerXmOV">
                                                                       <mutation statement="false" at="true"></mutation>
                                                                       <field name="MODE">GET</field>
                                                                       <field name="WHERE">FROM_START</field>
                                                                       <value name="VALUE">
                                                                         <block type="variables_get" id="T/w-^xc2aoOS[usl$v9N">
                                                                           <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="AT">
                                                                         <block type="math_number" id="XOq19Fn,!3CIOB0*V(Of">
                                                                           <field name="NUM">5</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                   <next>
                                                                     <block type="lists_setIndex" id="kPb)4(RQ/;}S{nK5B[c{">
                                                                       <mutation at="true"></mutation>
                                                                       <field name="MODE">SET</field>
                                                                       <field name="WHERE">FROM_START</field>
                                                                       <value name="LIST">
                                                                         <block type="variables_get" id=",p|0{Os3jPHzb29yp8m!">
                                                                           <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="AT">
                                                                         <block type="math_number" id="9!L);JCkWhj8s(%S9=yE">
                                                                           <field name="NUM">5</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="TO">
                                                                         <block type="lists_getIndex" id="8fGFVR2{SF*ggH]xBq]P">
                                                                           <mutation statement="false" at="true"></mutation>
                                                                           <field name="MODE">GET</field>
                                                                           <field name="WHERE">FROM_START</field>
                                                                           <value name="VALUE">
                                                                             <block type="variables_get" id="PAKBp;2LH;/_{K%`^v#Z">
                                                                               <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="AT">
                                                                             <block type="math_number" id="8ltE9_K6(@/]1k@1qe%t">
                                                                               <field name="NUM">6</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                       <next>
                                                                         <block type="lists_setIndex" id="QM(dU),HeAm,5;EXcAya">
                                                                           <mutation at="true"></mutation>
                                                                           <field name="MODE">SET</field>
                                                                           <field name="WHERE">FROM_START</field>
                                                                           <value name="LIST">
                                                                             <block type="variables_get" id="zjN8p_f.Q[M?3og-)%^F">
                                                                               <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="AT">
                                                                             <block type="math_number" id="CXD?Qe=-|r=g/A(aC[Aq">
                                                                               <field name="NUM">6</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="TO">
                                                                             <block type="variables_get" id="?P}CYV!Nt$+:FQ?PNM^K">
                                                                               <field name="VAR" id="Fn+prEkLc7r]_w!E/qQd" variabletype="">now</field>
                                                                             </block>
                                                                           </value>
                                                                           <next>
                                                                             <block type="debug" id="k5by,phq8SGH:#)OB$}|">
                                                                               <field name="Severity">log</field>
                                                                               <value name="TEXT">
                                                                                 <shadow type="text" id="CHO$7fM}^ww6tey^3uTr">
                                                                                   <field name="TEXT">test</field>
                                                                                 </shadow>
                                                                                 <block type="variables_get" id="lW=^sfzc?Jpn0CDTnuRB">
                                                                                   <field name="VAR" id="ElVn3v;:KI#[w~F%%^qX" variabletype="">myList</field>
                                                                                 </block>
                                                                               </value>
                                                                             </block>
                                                                           </next>
                                                                         </block>
                                                                       </next>
                                                                     </block>
                                                                   </next>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </statement>
                                                 </block>
                                               </statement>
                                             </block>
                                             <block type="comment" id="5+d*niZF_G$}7d%-fddr" x="13" y="937">
                                               <field name="COMMENT">zum testen</field>
                                               <next>
                                                 <block type="timeouts_settimeout" id="0X`)rR:lB-P|7Md8KYvu" disabled="true">
                                                   <field name="NAME">timeout</field>
                                                   <field name="DELAY">3</field>
                                                   <field name="UNIT">sec</field>
                                                   <statement name="STATEMENT">
                                                     <block type="controls_if" id="{/aJ!$WeKIT`sdUP)Y]^" disabled="true">
                                                       <value name="IF0">
                                                         <block type="logic_boolean" id="!1@Yzi[hY5-TUt4h?GUF">
                                                           <field name="BOOL">TRUE</field>
                                                         </block>
                                                       </value>
                                                       <statement name="DO0">
                                                         <block type="control" id="u.N*|eUE;|#p-AWz)h|h">
                                                           <mutation delay_input="false"></mutation>
                                                           <field name="OID">controll-own.0._MenuVisView8</field>
                                                           <field name="WITH_DELAY">FALSE</field>
                                                           <value name="VALUE">
                                                             <block type="math_number" id="MGk999mplv3w7Av[|Y{|">
                                                               <field name="NUM">1</field>
                                                             </block>
                                                           </value>
                                                           <next>
                                                             <block type="control" id="?a6xFt4D`w0t9]a}17DO">
                                                               <mutation delay_input="true"></mutation>
                                                               <field name="OID">controll-own.0._MenuVisView8</field>
                                                               <field name="WITH_DELAY">TRUE</field>
                                                               <field name="DELAY_MS">3</field>
                                                               <field name="UNIT">sec</field>
                                                               <field name="CLEAR_RUNNING">FALSE</field>
                                                               <value name="VALUE">
                                                                 <block type="math_number" id="yTKxbk:cz6V7rL@)3M1B">
                                                                   <field name="NUM">2</field>
                                                                 </block>
                                                               </value>
                                                               <next>
                                                                 <block type="control" id="zPC[F_U`Juhm-#erVJvX">
                                                                   <mutation delay_input="true"></mutation>
                                                                   <field name="OID">controll-own.0._MenuVisView8</field>
                                                                   <field name="WITH_DELAY">TRUE</field>
                                                                   <field name="DELAY_MS">6</field>
                                                                   <field name="UNIT">sec</field>
                                                                   <field name="CLEAR_RUNNING">FALSE</field>
                                                                   <value name="VALUE">
                                                                     <block type="math_number" id="?*6H/rrhb}oEVfelM+Fp">
                                                                       <field name="NUM">4</field>
                                                                     </block>
                                                                   </value>
                                                                   <next>
                                                                     <block type="control" id="IrEFg,n6l:w$H^al(^4N">
                                                                       <mutation delay_input="true"></mutation>
                                                                       <field name="OID">controll-own.0._MenuVisView8</field>
                                                                       <field name="WITH_DELAY">TRUE</field>
                                                                       <field name="DELAY_MS">9</field>
                                                                       <field name="UNIT">sec</field>
                                                                       <field name="CLEAR_RUNNING">FALSE</field>
                                                                       <value name="VALUE">
                                                                         <block type="math_number" id="lCk!oRa:RK4)7D~CF1W.">
                                                                           <field name="NUM">5</field>
                                                                         </block>
                                                                       </value>
                                                                       <next>
                                                                         <block type="control" id="qo`G#[p.!8`W;c-c+:F*">
                                                                           <mutation delay_input="true"></mutation>
                                                                           <field name="OID">controll-own.0._MenuVisView8</field>
                                                                           <field name="WITH_DELAY">TRUE</field>
                                                                           <field name="DELAY_MS">12</field>
                                                                           <field name="UNIT">sec</field>
                                                                           <field name="CLEAR_RUNNING">FALSE</field>
                                                                           <value name="VALUE">
                                                                             <block type="math_number" id="%UmZa%ylIYi-)3eMs3Y5">
                                                                               <field name="NUM">6</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </next>
                                                                     </block>
                                                                   </next>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </statement>
                                                     </block>
                                                   </statement>
                                                 </block>
                                               </next>
                                             </block>
                                            </xml>
                                            

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            657
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            vis
                                            74
                                            412
                                            64957
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo