Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Der "ultimative" ioBroker Lovelace Leitfaden/Dokumentation

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Der "ultimative" ioBroker Lovelace Leitfaden/Dokumentation

    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      Chrisham @Chrisham last edited by

      @chrisham Ok, ich denke, ich habe es gefunden:

                            - type: glance
                              entities:
                                - entity: sensor.Abfall_Restmuell_Restmuell_Next_Date
                              show_name: false
                              show_icon: false
      

      Allerdings formatiert er die Ausgabe nicht korrekt als Datum:
      2023-12-04 22_16_46-Übersicht – ioBroker - Brave.png

      Sondern zeigt irgendwie einen Dezimalwert an, obwohl das Objekt korrekt als Datum konfiguriert ist:
      2023-12-04 22_18_35-objects - iobroker-8 - Brave.png

      Und auch das Gerät ist ja als Datum konfiguriert, s.o....
      Was ist falsch?

      1 Reply Last reply Reply Quote 0
      • Garfonso
        Garfonso Developer @Chrisham last edited by

        @chrisham said in Der "ultimative" ioBroker Lovelace Leitfaden/Dokumentation:

        --> Wie kann ich es entsprechend einfach darstellen, d.h. welche Entity soll ich im yaml verwenden?

        bist du sicher, dass du die neue entity genommen hast (kann sein, dass die alte noch existiert, bis der Adapter neustartet)? Sollte jetzt halt "sensor.Abfall_Restmuell_Restmuell_Next_Date" sein und nicht mehr mit "input_datetime" anfangen. Bei mir sieht das in einem entities so aus:
        timestamp_as_date_test.png
        (sehr rau, und mit deutsch als Systemspraceh sollte es auch deutscher Wochentag usw. sein 😉 )

        @chrisham said in Der "ultimative" ioBroker Lovelace Leitfaden/Dokumentation:

        Sondern zeigt irgendwie einen Dezimalwert an, obwohl das Objekt korrekt als Datum konfiguriert ist

        Das meinte ich weiter oben, das geht aktuell nur mit der Github Version. Du könntest noch gucken, ob die Geräteklasse auf "Datum" steht. Dann sollte mit der nächsten Version alles passen... ich gucke mal, dass ich die rausbekomme.. urgs. 😕

        (die Zahl, die da steht ist der "Timestamp", das sind die Sekunden seit 1.1.1970, hat sich eingebürgert als Zahl mit der man gut rechnen kann und daher gerne intern verwendet. Ist als Mensch natürlich nicht gut lesbar und muss konvertiert werden 😉 - muss aber halt der Adapter an der Stelle machen... das hat er jetzt gelernt)

        C 1 Reply Last reply Reply Quote 0
        • _
          _R_A_L_F_ last edited by

          Hallo,
          wie ist es möglich, einen Stringwert in Lovelace auszugeben?

          Ich wollte eigentlich dazu ein Markdown verwenden und so den Content darstellen:

          - type: markdown
                  content: |-
                    Aktuelle Regelung:
                    {input_text.Testvariable}
          

          Vom Typ ist es ein "Eingabe Text" und der Modus steht auf "Text".
          Wobei das eigentlich ein Ausgabetext (Wert darf nicht überschrieben werden) sein soll aber das lässt sich so nicht konfigurieren oder?
          In der Visu sieht das dann aber so aus obwohl in der Variable ein Text steht:
          ad71b938-21a7-4ec1-af11-9368ccdf69a9-image.png

          Woran liegt das?

          David G. 1 Reply Last reply Reply Quote 0
          • David G.
            David G. @_R_A_L_F_ last edited by David G.

            @_r_a_l_f_

            Mit Markdown kannst du nur den Inhalt von Datenpunkten im iobroker anzeigen, nicht von den entities.
            Gib in den {} mal den Namen (mit Pfad) von dem DP ein.

            Und du hast input_text. Eine Eingabe klappt in Markdown nicht.

            _ 1 Reply Last reply Reply Quote 1
            • C
              Chrisham @Garfonso last edited by

              @garfonso said in Der "ultimative" ioBroker Lovelace Leitfaden/Dokumentation:

              @chrisham said in Der "ultimative" ioBroker Lovelace Leitfaden/Dokumentation:

              --> Wie kann ich es entsprechend einfach darstellen, d.h. welche Entity soll ich im yaml verwenden?

              bist du sicher, dass du die neue entity genommen hast (kann sein, dass die alte noch existiert, bis der Adapter neustartet)? Sollte jetzt halt "sensor.Abfall_Restmuell_Restmuell_Next_Date" sein und nicht mehr mit "input_datetime" anfangen.
              Ja, habe die entity sicherheitshalber nochmals entfernt und neu angelegt und ausgewählt:
              2023-12-05 21_25_43-objects - iobroker-8 - Brave.png

              Bei mir sieht das in einem entities so aus:

              timestamp_as_date_test.png
              (sehr rau, und mit deutsch als Systemspraceh sollte es auch deutscher Wochentag usw. sein 😉 )

              und sieht mit der Standardkarte leider immer noch so aus:
              2023-12-05 21_27_27-Übersicht – ioBroker - Brave.png

              Oder was meintest du mit "das geht aktuell nur mit der Github Version"?

              @chrisham said in Der "ultimative" ioBroker Lovelace Leitfaden/Dokumentation:

              Sondern zeigt irgendwie einen Dezimalwert an, obwohl das Objekt korrekt als Datum konfiguriert ist

              Das meinte ich weiter oben, das geht aktuell nur mit der Github Version.
              d.h. ich muss mir die von github holen?

              Du könntest noch gucken, ob die Geräteklasse auf "Datum" steht. Dann sollte mit der nächsten Version alles passen... ich gucke mal, dass ich die rausbekomme.. urgs. 😕

              das müsste passen, s.o.

              (die Zahl, die da steht ist der "Timestamp", das sind die Sekunden seit 1.1.1970, hat sich eingebürgert als Zahl mit der man gut rechnen kann und daher gerne intern verwendet. Ist als Mensch natürlich nicht gut lesbar und muss konvertiert werden 😉 - muss aber halt der Adapter an der Stelle machen... das hat er jetzt gelernt)

              Welcher Adapter wäre das in dem Fall, der Geräte-Adapter, wobei ist der hier im Spiel, denn die Entity wird ja in meinem Fall manuell erzeugt indem das Objekt dem Lovelace-Adapter zugeordnet wird....?

              Garfonso 1 Reply Last reply Reply Quote 0
              • Garfonso
                Garfonso Developer @Chrisham last edited by Garfonso

                @chrisham said in Der "ultimative" ioBroker Lovelace Leitfaden/Dokumentation:

                Oder was meintest du mit "das geht aktuell nur mit der Github Version"?

                Ah, da hab ich nicht gesehen, dass beide Posts von dir sind.

                Ja, das meinte ich mit "geht aktuell nur in der Github Version" -> bis zum nächsten Release wirst du mit dem State in dem Datenpunkt nicht weiter kommen, als da die Zahl stehen zu haben. Ein Workaround wäre ein Alias zu machen (Alternativ ein kleines Skript) was aus dem Timestamp einen String macht, als alias ginge das mit der Lesefunktion new Date(val).toDateString() -> dann steht im Datenpunkt schon der Text und Lovelace zeigt den einfach an.

                Um aus dem Timestamp (also der Zahl) einen Datumsstring zu machen, benötigt der lovelace-Adapter ein Update, was irgendwann kommt, wenn ich es schaffe meinen Perfektionsmus lange genug zu überwinden und kein Frontend-Update dazu kommt, was wieder was kaputt macht und so 😉

                Oder noch eine Alternative, für die ganz mutigen: den Adapter selber fixen, die Datei hier ersetzen (aber besser vorher irgendwo die alte Version sichern).

                C 1 Reply Last reply Reply Quote 0
                • _
                  _R_A_L_F_ @David G. last edited by

                  @david-g Danke dir, ja das war der entscheidende Tipp 😉 . Jetzt klappts

                  1 Reply Last reply Reply Quote 1
                  • C
                    Chrisham @Garfonso last edited by

                    @garfonso ich war mal ganz mutig und hab die Datei ausgetauscht. Hat sofort geklappt.
                    Ergebnis:
                    2023-12-07 00_15_50-Übersicht – ioBroker - Brave.png

                    Sehr cooler support, so muss das sein 🙂

                    2 Fragen noch:
                    1.) die betreffende Datei liegt bei mir ja im ausverlagerten persistenten Bereich durch:

                    volumes:
                          - /volume1/docker/iobroker-Chrisham:/opt/iobroker
                          - /volume1/docker/userscripts:/opt/userscripts
                          - /volume1/docker/Backup:/opt/backup/
                    

                    D.h. wenn ich Container neu aufsetze bleibt diese Änderung erhalten. Aber: wann und wie würde ich dann den Update reinbekommen, wenn ihr die neue Version released?

                    2.) Welche Spracheinstellung wirkt denn hier, dass ich das noch auf Deutsch umstellen kann und kann ich auch noch die Formatierung ändern, also Monat nicht ausgeschrieben sondern als Zahl, also am besten so kurz wie möglich, z.B.: 06.12.2023 oder noch besser: 6.12.23 ?

                    Garfonso 1 Reply Last reply Reply Quote 0
                    • Garfonso
                      Garfonso Developer @Chrisham last edited by Garfonso

                      @chrisham said in Der "ultimative" ioBroker Lovelace Leitfaden/Dokumentation:

                      D.h. wenn ich Container neu aufsetze bleibt diese Änderung erhalten. Aber: wann und wie würde ich dann den Update reinbekommen, wenn ihr die neue Version released?

                      ioBroker + Docker hab ich keine Erfahrung, um ehrlich zu sein. Aber das sieht so aus, als ob das einfach durch nen Update vom Adapter (i.e. über admin) mit aktualisiert werden sollte.

                      @chrisham said in Der "ultimative" ioBroker Lovelace Leitfaden/Dokumentation:

                      2.) Welche Spracheinstellung wirkt denn hier, dass ich das noch auf Deutsch umstellen kann und kann ich auch noch die Formatierung ändern, also Monat nicht ausgeschrieben sondern als Zahl, also am besten so kurz wie möglich, z.B.: 06.12.2023 oder noch besser: 6.12.23 ?

                      Die Sprache kommt von ioBroker, entweder aus den Systemeinstellungen (Admin ganz oben der Schraubenschlüssel) oder in den Instanzeinstellungen vom lovelace-Adapter. Da kann man entweder sagen "gleiche Sprache wie ioBroker" oder für das Frontend was anderes als in ioBroker.

                      Formatierung ändern weiß ich gerade nicht... je nach Karte kann die etwas einstellen. Vielleicht mal im Web suchen, das ist eine HomeAssistant Frage. 😉 Aber wenn das auf Deutsch angezeigt wird, ist bei mir an der Stelle zumidest der Tag schon weg.

                      S C 2 Replies Last reply Reply Quote 0
                      • S
                        Smarthome20 @Garfonso last edited by

                        @garfonso Gibt es eigentlich eine (tabellarische) Übersicht über alle aktiven Lovelace Entitäts-IDs?
                        Meine Visualisierung ist mittlerweile recht umfangreich und ich wollte mir da mal einen Überblick verschaffen.

                        David G. 1 Reply Last reply Reply Quote 0
                        • David G.
                          David G. @Smarthome20 last edited by

                          @smarthome20

                          Ich denke die Übersicht in den Adaptereinstellingen ist das Einzige.

                          S 1 Reply Last reply Reply Quote 0
                          • S
                            Smarthome20 @David G. last edited by Smarthome20

                            @david-g Genau das hab ich gesucht! Man muss halt nur an der richtigen Stelle suchen! Vielen Dank! (Instanzen/lovelace.0/Einstellungen/Entitäten)

                            1 Reply Last reply Reply Quote 0
                            • C
                              Chrisham @Garfonso last edited by

                              @garfonso hm, ok danke. Hab jetzt sowohl bei iobroker als auch bei lovelace deutsch eingestellt, aber anzeie in der karte ist immer noch amerikanisch/english, muss also an der Karte liegen...
                              muss ich dann mal recherchieren ob/wie es für diese Karte eine sprach-config gibt:

                                                    - type: glance
                                                      entities:
                                                        - entity: sensor.Abfall_Restmuell_Restmuell_Next_Date
                                                      show_name: false
                                                      show_icon: false
                              
                              David G. 1 Reply Last reply Reply Quote 0
                              • David G.
                                David G. @Chrisham last edited by David G.

                                @chrisham

                                Ich habe mir die Texte mit einem Blockly noch etwas aufbereitet und als Markdown eingebunden.
                                Finde es immer praktisch den Tag noch bei stehen zu haben.

                                Screenshot_20231208_062739_Fully Kiosk Browser~2.jpg

                                <xml xmlns="https://developers.google.com/blockly/xml">
                                 <variables>
                                   <variable id="g!zXOgr(TMq-+V-+).x|">Tag_Bio</variable>
                                   <variable id="i}]1@+UhhgjD$?+mq5G,">Tag_Rest</variable>
                                   <variable id="}#-Y%~}C}Y#z:Zx7!cld">Tag_Papier</variable>
                                   <variable id="Vy{?2}j)j-lMo[D,Zj_.">Tag_Gelber</variable>
                                 </variables>
                                 <block type="comment" id="VL?#a.RRB-FJq0Pq50j|" x="50" y="192">
                                   <field name="COMMENT">Bio</field>
                                   <next>
                                     <block type="on" id="|j2U:CHhsMv8P4*HK+Qc">
                                       <field name="OID">trashschedule.0.type.biomüll.daysLeft</field>
                                       <field name="CONDITION">any</field>
                                       <field name="ACK_CONDITION"></field>
                                       <statement name="STATEMENT">
                                         <block type="controls_if" id="5BqSt4Oj;Rk+LhZ_~@^}">
                                           <value name="IF0">
                                             <block type="logic_compare" id="xAti[)=CpDQgw?@i*)72">
                                               <field name="OP">EQ</field>
                                               <value name="A">
                                                 <block type="get_value" id="7qxJu4!HVZHu$IG]5D3K">
                                                   <field name="ATTR">val</field>
                                                   <field name="OID">trashschedule.0.type.biomüll.nextWeekday</field>
                                                 </block>
                                               </value>
                                               <value name="B">
                                                 <block type="math_number" id="1F5$+[6@51dikU[zpB?/">
                                                   <field name="NUM">1</field>
                                                 </block>
                                               </value>
                                             </block>
                                           </value>
                                           <statement name="DO0">
                                             <block type="variables_set" id="^9_1JE-)40E3|g@q%`6y">
                                               <field name="VAR" id="g!zXOgr(TMq-+V-+).x|">Tag_Bio</field>
                                               <value name="VALUE">
                                                 <block type="text" id="6u,%oE?Uf-*ZO$D7PX[f">
                                                   <field name="TEXT">Montag</field>
                                                 </block>
                                               </value>
                                             </block>
                                           </statement>
                                           <next>
                                             <block type="controls_if" id="_ME|;ZaCwuv=`lWnbVj=">
                                               <value name="IF0">
                                                 <block type="logic_compare" id="6(}7c,sH;8bN4ZoWbjik">
                                                   <field name="OP">EQ</field>
                                                   <value name="A">
                                                     <block type="get_value" id="-(VV?x#Z1jd^Av$iqmF-">
                                                       <field name="ATTR">val</field>
                                                       <field name="OID">trashschedule.0.type.biomüll.nextWeekday</field>
                                                     </block>
                                                   </value>
                                                   <value name="B">
                                                     <block type="math_number" id="_{eaqhE`8E|.5l3Gind=">
                                                       <field name="NUM">2</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <statement name="DO0">
                                                 <block type="variables_set" id="kNz0E~Rx!BEiU-quEi!v">
                                                   <field name="VAR" id="g!zXOgr(TMq-+V-+).x|">Tag_Bio</field>
                                                   <value name="VALUE">
                                                     <block type="text" id="NX;Q_$C!ZULcgBXaQuoJ">
                                                       <field name="TEXT">Dienstag</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </statement>
                                               <next>
                                                 <block type="controls_if" id="^!u.@.{mY.Hzc%4VrG!!">
                                                   <value name="IF0">
                                                     <block type="logic_compare" id="oi#?ma.oBQCGBtKkPgl;">
                                                       <field name="OP">EQ</field>
                                                       <value name="A">
                                                         <block type="get_value" id="jM:UJmCZb66fRols)DRz">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">trashschedule.0.type.biomüll.nextWeekday</field>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="math_number" id="nzGwtblY1/;Z9xVa~7^0">
                                                           <field name="NUM">3</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <statement name="DO0">
                                                     <block type="variables_set" id="nT*/Ay(3k_]yml[POC|`">
                                                       <field name="VAR" id="g!zXOgr(TMq-+V-+).x|">Tag_Bio</field>
                                                       <value name="VALUE">
                                                         <block type="text" id="[nL{QRZ8,qDhgE8Yvq_|">
                                                           <field name="TEXT">Mittwoch</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </statement>
                                                   <next>
                                                     <block type="controls_if" id="mJW5QtqVUyi~7pgQ],ja">
                                                       <value name="IF0">
                                                         <block type="logic_compare" id="-A0AwckD1%nLkpkHgyQ1">
                                                           <field name="OP">EQ</field>
                                                           <value name="A">
                                                             <block type="get_value" id="]0dm8YbNVfCm6O44}~Aa">
                                                               <field name="ATTR">val</field>
                                                               <field name="OID">trashschedule.0.type.biomüll.nextWeekday</field>
                                                             </block>
                                                           </value>
                                                           <value name="B">
                                                             <block type="math_number" id="Tk5VRW0j+(PvWm*Bk+7p">
                                                               <field name="NUM">4</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <statement name="DO0">
                                                         <block type="variables_set" id="k7RgTh=91P0o8rQ?VF)U">
                                                           <field name="VAR" id="g!zXOgr(TMq-+V-+).x|">Tag_Bio</field>
                                                           <value name="VALUE">
                                                             <block type="text" id="AuW|03$#6G6+^v7mdvNs">
                                                               <field name="TEXT">Donnerstag</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </statement>
                                                       <next>
                                                         <block type="controls_if" id="hd!.,8bI9|b]tCV=6YxQ">
                                                           <value name="IF0">
                                                             <block type="logic_compare" id="p{+8hc0~u[W6BFv`Y+(w">
                                                               <field name="OP">EQ</field>
                                                               <value name="A">
                                                                 <block type="get_value" id="ZizpB!CQRIryUJsCoXo]">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">trashschedule.0.type.biomüll.nextWeekday</field>
                                                                 </block>
                                                               </value>
                                                               <value name="B">
                                                                 <block type="math_number" id="PN`;w0*bpp3dL4v.)0?t">
                                                                   <field name="NUM">5</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <statement name="DO0">
                                                             <block type="variables_set" id="F9wg[(q0NB*8T/=FAXcM">
                                                               <field name="VAR" id="g!zXOgr(TMq-+V-+).x|">Tag_Bio</field>
                                                               <value name="VALUE">
                                                                 <block type="text" id=";/A)imqZoH-.B?oe]e+O">
                                                                   <field name="TEXT">Freitag</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </statement>
                                                           <next>
                                                             <block type="controls_if" id="3QBqj{S6^$#uiP}EzL.J">
                                                               <value name="IF0">
                                                                 <block type="logic_compare" id="h8.5zj.Bx:@!vw8OCC/[">
                                                                   <field name="OP">EQ</field>
                                                                   <value name="A">
                                                                     <block type="get_value" id="g_2uljh;-7?8-mY+yW9j">
                                                                       <field name="ATTR">val</field>
                                                                       <field name="OID">trashschedule.0.type.biomüll.nextWeekday</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="B">
                                                                     <block type="math_number" id="I;jW^|BGH8k!cJvH}cQ|">
                                                                       <field name="NUM">6</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <statement name="DO0">
                                                                 <block type="variables_set" id="=NC=*~M4f#3rg?7`~2EV">
                                                                   <field name="VAR" id="g!zXOgr(TMq-+V-+).x|">Tag_Bio</field>
                                                                   <value name="VALUE">
                                                                     <block type="text" id="|WJEBt)vk3J{y]a%nII}">
                                                                       <field name="TEXT">Samstag</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </statement>
                                                               <next>
                                                                 <block type="controls_if" id="+-[?-)i8Z%Es:[Qfz=l:">
                                                                   <value name="IF0">
                                                                     <block type="logic_compare" id="}qN,SO!+@PRALn]aGzYC">
                                                                       <field name="OP">EQ</field>
                                                                       <value name="A">
                                                                         <block type="get_value" id="aRP{JEZ=kFhZVP,NT^8!">
                                                                           <field name="ATTR">val</field>
                                                                           <field name="OID">trashschedule.0.type.biomüll.nextWeekday</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="B">
                                                                         <block type="math_number" id="AXgK(GH{8zGsI@J)%pFy">
                                                                           <field name="NUM">7</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                   <statement name="DO0">
                                                                     <block type="variables_set" id="@P$k,QpvIUPikK5palg{">
                                                                       <field name="VAR" id="g!zXOgr(TMq-+V-+).x|">Tag_Bio</field>
                                                                       <value name="VALUE">
                                                                         <block type="text" id="3[9bXp-4kcdo31h,}@7k">
                                                                           <field name="TEXT">Sonntag </field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </statement>
                                                                   <next>
                                                                     <block type="update" id="=M0Y6A!H5d-(A,9Z?XMR">
                                                                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                       <field name="OID">0_userdata.0.Muell.Texte_fuer_vis.Biomuell</field>
                                                                       <field name="WITH_DELAY">FALSE</field>
                                                                       <value name="VALUE">
                                                                         <block type="text_join" id="x#!u8F:~AG]0.TE.$~F$">
                                                                           <mutation items="4"></mutation>
                                                                           <value name="ADD0">
                                                                             <block type="variables_get" id="j6pi3G5][v:`9;tm9:#t">
                                                                               <field name="VAR" id="g!zXOgr(TMq-+V-+).x|">Tag_Bio</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="ADD1">
                                                                             <block type="text" id="%rQ_ijP`bSk+|$R@vLnK">
                                                                               <field name="TEXT"> in </field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="ADD2">
                                                                             <block type="get_value" id="1Ro%gP)wE/:*eC_!8N4-">
                                                                               <field name="ATTR">val</field>
                                                                               <field name="OID">trashschedule.0.type.biomüll.daysLeft</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="ADD3">
                                                                             <block type="text" id="];e=)85RQW@/4n)PtR_A">
                                                                               <field name="TEXT"> Tagen</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </next>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </next>
                                             </block>
                                           </next>
                                         </block>
                                       </statement>
                                       <next>
                                         <block type="comment" id="e@9KX?_m{JwWtbZfyX1%">
                                           <field name="COMMENT">Rest</field>
                                           <next>
                                             <block type="on" id="%obf7^Av!FZ`aex(8rIr">
                                               <field name="OID">trashschedule.0.type.restmüll.daysLeft</field>
                                               <field name="CONDITION">any</field>
                                               <field name="ACK_CONDITION"></field>
                                               <statement name="STATEMENT">
                                                 <block type="controls_if" id=",um]|X;N+BCKI=W75GC]">
                                                   <value name="IF0">
                                                     <block type="logic_compare" id="*Y[I_69RsmaTYt#-cEiy">
                                                       <field name="OP">EQ</field>
                                                       <value name="A">
                                                         <block type="get_value" id=".VnS|?Pr^Dw95q$AD|T(">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">trashschedule.0.type.restmüll.nextWeekday</field>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="math_number" id="MmO:2i1yJ^O`+rg45R@=">
                                                           <field name="NUM">1</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <statement name="DO0">
                                                     <block type="variables_set" id="l5W9rTRnJ/:c5#CdQw~C">
                                                       <field name="VAR" id="i}]1@+UhhgjD$?+mq5G,">Tag_Rest</field>
                                                       <value name="VALUE">
                                                         <block type="text" id="ym0O;s:Q/r46wW8}$zFF">
                                                           <field name="TEXT">Montag</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </statement>
                                                   <next>
                                                     <block type="controls_if" id="11Q59Z.S$?e-|%.zX4}w">
                                                       <value name="IF0">
                                                         <block type="logic_compare" id="K,;Ahw:vx56v,T.AkfL?">
                                                           <field name="OP">EQ</field>
                                                           <value name="A">
                                                             <block type="get_value" id="7Ju?NJek%$C7$x~u0Wd~">
                                                               <field name="ATTR">val</field>
                                                               <field name="OID">trashschedule.0.type.restmüll.nextWeekday</field>
                                                             </block>
                                                           </value>
                                                           <value name="B">
                                                             <block type="math_number" id="Dk:7=/EzQ`g,;|MDydx8">
                                                               <field name="NUM">2</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <statement name="DO0">
                                                         <block type="variables_set" id="Vqj3.fmeeR!r$Yz5w.-0">
                                                           <field name="VAR" id="i}]1@+UhhgjD$?+mq5G,">Tag_Rest</field>
                                                           <value name="VALUE">
                                                             <block type="text" id="9]AIH5K8`KOYsXcU|nt@">
                                                               <field name="TEXT">Dienstag</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </statement>
                                                       <next>
                                                         <block type="controls_if" id="EwA]t..zf5}${.s9r#jQ">
                                                           <value name="IF0">
                                                             <block type="logic_compare" id="lpQ?-(+/QX_Xn+FD/gQI">
                                                               <field name="OP">EQ</field>
                                                               <value name="A">
                                                                 <block type="get_value" id="Lg;.C{S(Vp2+u)B1ZOeU">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">trashschedule.0.type.restmüll.nextWeekday</field>
                                                                 </block>
                                                               </value>
                                                               <value name="B">
                                                                 <block type="math_number" id="Z~5rm#w{l%?L/w9|Y3NV">
                                                                   <field name="NUM">3</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <statement name="DO0">
                                                             <block type="variables_set" id="Y75f7@}%SMMM,0or.;_R">
                                                               <field name="VAR" id="i}]1@+UhhgjD$?+mq5G,">Tag_Rest</field>
                                                               <value name="VALUE">
                                                                 <block type="text" id="jdT366pwk6{A%cA{(|)N">
                                                                   <field name="TEXT">Mittwoch</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </statement>
                                                           <next>
                                                             <block type="controls_if" id="B%YCXm3cw)iXCW]=~E[D">
                                                               <value name="IF0">
                                                                 <block type="logic_compare" id="l40tp%OY1@(nU4Wmb[?E">
                                                                   <field name="OP">EQ</field>
                                                                   <value name="A">
                                                                     <block type="get_value" id="}H8o/2/RNJvP?Lc-Y*$b">
                                                                       <field name="ATTR">val</field>
                                                                       <field name="OID">trashschedule.0.type.restmüll.nextWeekday</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="B">
                                                                     <block type="math_number" id="sUu$nVTpjLW(r=.wnG5l">
                                                                       <field name="NUM">4</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <statement name="DO0">
                                                                 <block type="variables_set" id="$G(Z3G*ZOvVDXZ(FV^w3">
                                                                   <field name="VAR" id="i}]1@+UhhgjD$?+mq5G,">Tag_Rest</field>
                                                                   <value name="VALUE">
                                                                     <block type="text" id="~V[beXFF-EiqRndC=_A5">
                                                                       <field name="TEXT">Donnerstag</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </statement>
                                                               <next>
                                                                 <block type="controls_if" id="}Xh(6-Ry;MJisF(:@1#O">
                                                                   <value name="IF0">
                                                                     <block type="logic_compare" id="q}HUADK@=(qNE(W^FR7Y">
                                                                       <field name="OP">EQ</field>
                                                                       <value name="A">
                                                                         <block type="get_value" id="nV`D.=~J~Lu]?_Sh7Rl!">
                                                                           <field name="ATTR">val</field>
                                                                           <field name="OID">trashschedule.0.type.restmüll.nextWeekday</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="B">
                                                                         <block type="math_number" id="8W:BXhRkm,*9fnm)HdjN">
                                                                           <field name="NUM">5</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                   <statement name="DO0">
                                                                     <block type="variables_set" id="RXpd$f7w-uSrSU+@KA8m">
                                                                       <field name="VAR" id="i}]1@+UhhgjD$?+mq5G,">Tag_Rest</field>
                                                                       <value name="VALUE">
                                                                         <block type="text" id="7d%qzc0inR@`PFqTST*@">
                                                                           <field name="TEXT">Freitag</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </statement>
                                                                   <next>
                                                                     <block type="controls_if" id="f*t~0u`i^iy$b4hGsUgM">
                                                                       <value name="IF0">
                                                                         <block type="logic_compare" id="X1htMSLs0Ru_nDxf:VB%">
                                                                           <field name="OP">EQ</field>
                                                                           <value name="A">
                                                                             <block type="get_value" id="dz0xnDjgOiV$Oyh)X)8J">
                                                                               <field name="ATTR">val</field>
                                                                               <field name="OID">trashschedule.0.type.restmüll.nextWeekday</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="B">
                                                                             <block type="math_number" id="k+3RdT(+59*DAP}r|W08">
                                                                               <field name="NUM">6</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                       <statement name="DO0">
                                                                         <block type="variables_set" id="KQ}CH1~rgpT5_6.e=P+E">
                                                                           <field name="VAR" id="i}]1@+UhhgjD$?+mq5G,">Tag_Rest</field>
                                                                           <value name="VALUE">
                                                                             <block type="text" id="*Psq--#U3k.79.o*#_6-">
                                                                               <field name="TEXT">Samstag</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </statement>
                                                                       <next>
                                                                         <block type="controls_if" id="C/1ge6zMDG]qG[KvH~c0">
                                                                           <value name="IF0">
                                                                             <block type="logic_compare" id="pY#DuGZLgJn4xzi2:E$F">
                                                                               <field name="OP">EQ</field>
                                                                               <value name="A">
                                                                                 <block type="get_value" id="S|xF5z*cQ6gtuE6RrbWS">
                                                                                   <field name="ATTR">val</field>
                                                                                   <field name="OID">trashschedule.0.type.restmüll.nextWeekday</field>
                                                                                 </block>
                                                                               </value>
                                                                               <value name="B">
                                                                                 <block type="math_number" id="WbB8z;0v(G|);C3N?H8}">
                                                                                   <field name="NUM">7</field>
                                                                                 </block>
                                                                               </value>
                                                                             </block>
                                                                           </value>
                                                                           <statement name="DO0">
                                                                             <block type="variables_set" id="BLW)3~Z:d{mrjuV4BJ8P">
                                                                               <field name="VAR" id="i}]1@+UhhgjD$?+mq5G,">Tag_Rest</field>
                                                                               <value name="VALUE">
                                                                                 <block type="text" id="{!9}qSc=rYGhMN$6pyVD">
                                                                                   <field name="TEXT">Sonntag </field>
                                                                                 </block>
                                                                               </value>
                                                                             </block>
                                                                           </statement>
                                                                           <next>
                                                                             <block type="update" id="!Hdo$@Id+ts8$;8.Qncw">
                                                                               <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                               <field name="OID">0_userdata.0.Muell.Texte_fuer_vis.Restmuell</field>
                                                                               <field name="WITH_DELAY">FALSE</field>
                                                                               <value name="VALUE">
                                                                                 <block type="text_join" id="Zl/|nSO+68c}L?VFdh`^">
                                                                                   <mutation items="4"></mutation>
                                                                                   <value name="ADD0">
                                                                                     <block type="variables_get" id="Qhh,Q#U2@.pD1XKPa/u)">
                                                                                       <field name="VAR" id="i}]1@+UhhgjD$?+mq5G,">Tag_Rest</field>
                                                                                     </block>
                                                                                   </value>
                                                                                   <value name="ADD1">
                                                                                     <block type="text" id="c_`?g|;:A9[,n=[VSq_U">
                                                                                       <field name="TEXT"> in </field>
                                                                                     </block>
                                                                                   </value>
                                                                                   <value name="ADD2">
                                                                                     <block type="get_value" id="Kl6rn=ey#P;f;fmL,dwT">
                                                                                       <field name="ATTR">val</field>
                                                                                       <field name="OID">trashschedule.0.type.restmüll.daysLeft</field>
                                                                                     </block>
                                                                                   </value>
                                                                                   <value name="ADD3">
                                                                                     <block type="text" id="ql069?K/_-u(^c^NYjG;">
                                                                                       <field name="TEXT"> Tagen</field>
                                                                                     </block>
                                                                                   </value>
                                                                                 </block>
                                                                               </value>
                                                                             </block>
                                                                           </next>
                                                                         </block>
                                                                       </next>
                                                                     </block>
                                                                   </next>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </statement>
                                               <next>
                                                 <block type="comment" id="-51Q97{Kh%0.*O^iAVg]">
                                                   <field name="COMMENT">Papier </field>
                                                   <next>
                                                     <block type="on" id="SJZn.}|x$ig4i#yC*m1y">
                                                       <field name="OID">trashschedule.0.type.papiermüll.daysLeft</field>
                                                       <field name="CONDITION">any</field>
                                                       <field name="ACK_CONDITION"></field>
                                                       <statement name="STATEMENT">
                                                         <block type="controls_if" id="HJkkJu,e/1~Z-Iji4C`y">
                                                           <value name="IF0">
                                                             <block type="logic_compare" id="cXZ;9RBK}MbsE/y=r[1-">
                                                               <field name="OP">EQ</field>
                                                               <value name="A">
                                                                 <block type="get_value" id="mvGAK@:WSO*oPhd(%xio">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">trashschedule.0.type.papiermüll.nextWeekday</field>
                                                                 </block>
                                                               </value>
                                                               <value name="B">
                                                                 <block type="math_number" id="CY4NB(FK|1zs-fnhNQx:">
                                                                   <field name="NUM">1</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <statement name="DO0">
                                                             <block type="variables_set" id="QA_v~r+oa]w`]=GrMXS0">
                                                               <field name="VAR" id="}#-Y%~}C}Y#z:Zx7!cld">Tag_Papier</field>
                                                               <value name="VALUE">
                                                                 <block type="text" id="(c6`a:b:2p|nH=6_!%2,">
                                                                   <field name="TEXT">Montag</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </statement>
                                                           <next>
                                                             <block type="controls_if" id="8VSubo,4%./WO^cFOaXW">
                                                               <value name="IF0">
                                                                 <block type="logic_compare" id="j7)^=BeqvSA|!EiHt+;;">
                                                                   <field name="OP">EQ</field>
                                                                   <value name="A">
                                                                     <block type="get_value" id="@`]te0^jV4:~CkDTa53`">
                                                                       <field name="ATTR">val</field>
                                                                       <field name="OID">trashschedule.0.type.papiermüll.nextWeekday</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="B">
                                                                     <block type="math_number" id="-DmkbCYTf$GiHl:faBx6">
                                                                       <field name="NUM">2</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <statement name="DO0">
                                                                 <block type="variables_set" id="R1#0BAf{IMsMsL]CuCq6">
                                                                   <field name="VAR" id="}#-Y%~}C}Y#z:Zx7!cld">Tag_Papier</field>
                                                                   <value name="VALUE">
                                                                     <block type="text" id="7R%,otd]Vb.G-S^syc*@">
                                                                       <field name="TEXT">Dienstag</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </statement>
                                                               <next>
                                                                 <block type="controls_if" id="|(=!:@SW3@%B;;;MlkfS">
                                                                   <value name="IF0">
                                                                     <block type="logic_compare" id="-@e]xVkb)!gevt^5/{rU">
                                                                       <field name="OP">EQ</field>
                                                                       <value name="A">
                                                                         <block type="get_value" id="VMv5a-M^zdnqVG:[YB@u">
                                                                           <field name="ATTR">val</field>
                                                                           <field name="OID">trashschedule.0.type.papiermüll.nextWeekday</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="B">
                                                                         <block type="math_number" id="eNJS{E=|#5_lwIuM,,!3">
                                                                           <field name="NUM">3</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                   <statement name="DO0">
                                                                     <block type="variables_set" id="zDF~PRq81fe|x57A-^)R">
                                                                       <field name="VAR" id="}#-Y%~}C}Y#z:Zx7!cld">Tag_Papier</field>
                                                                       <value name="VALUE">
                                                                         <block type="text" id="{!eAIkvdl;(-FKV*JLIR">
                                                                           <field name="TEXT">Mittwoch</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </statement>
                                                                   <next>
                                                                     <block type="controls_if" id="#KWUDr;i?$}4bV|}v|_]">
                                                                       <value name="IF0">
                                                                         <block type="logic_compare" id="J%CoyGSj)D.yU~X?LtVs">
                                                                           <field name="OP">EQ</field>
                                                                           <value name="A">
                                                                             <block type="get_value" id="r/*WTdy/h#*]uI75n1,0">
                                                                               <field name="ATTR">val</field>
                                                                               <field name="OID">trashschedule.0.type.papiermüll.nextWeekday</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="B">
                                                                             <block type="math_number" id="|2gqJ))@x5PmwKT-zg|3">
                                                                               <field name="NUM">4</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                       <statement name="DO0">
                                                                         <block type="variables_set" id="4fuZ/f6[;R=*=j3nv]cg">
                                                                           <field name="VAR" id="}#-Y%~}C}Y#z:Zx7!cld">Tag_Papier</field>
                                                                           <value name="VALUE">
                                                                             <block type="text" id="eoy$tFb[8d|O{C_Mb]GY">
                                                                               <field name="TEXT">Donnerstag</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </statement>
                                                                       <next>
                                                                         <block type="controls_if" id="z(O)SQpeMmYzIYbVJrTC">
                                                                           <value name="IF0">
                                                                             <block type="logic_compare" id="6(5WN=3[,%h`)V5Jx{e/">
                                                                               <field name="OP">EQ</field>
                                                                               <value name="A">
                                                                                 <block type="get_value" id=":wdH;|3-qESD]coP@?F5">
                                                                                   <field name="ATTR">val</field>
                                                                                   <field name="OID">trashschedule.0.type.papiermüll.nextWeekday</field>
                                                                                 </block>
                                                                               </value>
                                                                               <value name="B">
                                                                                 <block type="math_number" id="^VM0kF?G]-ld}!GANjQ+">
                                                                                   <field name="NUM">5</field>
                                                                                 </block>
                                                                               </value>
                                                                             </block>
                                                                           </value>
                                                                           <statement name="DO0">
                                                                             <block type="variables_set" id="i]n0-_3%b5kAOn%W)j_5">
                                                                               <field name="VAR" id="}#-Y%~}C}Y#z:Zx7!cld">Tag_Papier</field>
                                                                               <value name="VALUE">
                                                                                 <block type="text" id="/W4fu,{=/%.$v#.exjNN">
                                                                                   <field name="TEXT">Freitag</field>
                                                                                 </block>
                                                                               </value>
                                                                             </block>
                                                                           </statement>
                                                                           <next>
                                                                             <block type="controls_if" id="8lgM;tl{-Y1DT73S^mBF">
                                                                               <value name="IF0">
                                                                                 <block type="logic_compare" id="?A:Jh7N665|H!AnDuD~A">
                                                                                   <field name="OP">EQ</field>
                                                                                   <value name="A">
                                                                                     <block type="get_value" id="F3uR?e^74CBEE2iBDkq+">
                                                                                       <field name="ATTR">val</field>
                                                                                       <field name="OID">trashschedule.0.type.papiermüll.nextWeekday</field>
                                                                                     </block>
                                                                                   </value>
                                                                                   <value name="B">
                                                                                     <block type="math_number" id="qXm7Mj7}n}wqZ[vx|:oR">
                                                                                       <field name="NUM">6</field>
                                                                                     </block>
                                                                                   </value>
                                                                                 </block>
                                                                               </value>
                                                                               <statement name="DO0">
                                                                                 <block type="variables_set" id="P6~LvE~qv=j4IAKXbQ~L">
                                                                                   <field name="VAR" id="}#-Y%~}C}Y#z:Zx7!cld">Tag_Papier</field>
                                                                                   <value name="VALUE">
                                                                                     <block type="text" id="emrg,4;MkA?PX+@KkhWC">
                                                                                       <field name="TEXT">Samstag</field>
                                                                                     </block>
                                                                                   </value>
                                                                                 </block>
                                                                               </statement>
                                                                               <next>
                                                                                 <block type="controls_if" id="48HgW3QjXGn|:zsje-H7">
                                                                                   <value name="IF0">
                                                                                     <block type="logic_compare" id="l!y`JQY[j+v$vH/oV@eU">
                                                                                       <field name="OP">EQ</field>
                                                                                       <value name="A">
                                                                                         <block type="get_value" id="V23OiW2NCV5RbadtLeSW">
                                                                                           <field name="ATTR">val</field>
                                                                                           <field name="OID">trashschedule.0.type.papiermüll.nextWeekday</field>
                                                                                         </block>
                                                                                       </value>
                                                                                       <value name="B">
                                                                                         <block type="math_number" id="uc){N:F]L]e4h-fwo]:!">
                                                                                           <field name="NUM">7</field>
                                                                                         </block>
                                                                                       </value>
                                                                                     </block>
                                                                                   </value>
                                                                                   <statement name="DO0">
                                                                                     <block type="variables_set" id="67TX9#K6;)88a5Liemg`">
                                                                                       <field name="VAR" id="}#-Y%~}C}Y#z:Zx7!cld">Tag_Papier</field>
                                                                                       <value name="VALUE">
                                                                                         <block type="text" id=":15j`,N._jTPyUnIk#]p">
                                                                                           <field name="TEXT">Sonntag </field>
                                                                                         </block>
                                                                                       </value>
                                                                                     </block>
                                                                                   </statement>
                                                                                   <next>
                                                                                     <block type="update" id="2NydzFq8LJs`2q,o]rEk">
                                                                                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                       <field name="OID">0_userdata.0.Muell.Texte_fuer_vis.Papiermuell</field>
                                                                                       <field name="WITH_DELAY">FALSE</field>
                                                                                       <value name="VALUE">
                                                                                         <block type="text_join" id="7H%fVJNwz6JR~KgxBw?X">
                                                                                           <mutation items="4"></mutation>
                                                                                           <value name="ADD0">
                                                                                             <block type="variables_get" id="7+`Vpg${fQ!X.PI}qWBd">
                                                                                               <field name="VAR" id="}#-Y%~}C}Y#z:Zx7!cld">Tag_Papier</field>
                                                                                             </block>
                                                                                           </value>
                                                                                           <value name="ADD1">
                                                                                             <block type="text" id="@RKu$FSu:-#D`qQ,t=5O">
                                                                                               <field name="TEXT"> in </field>
                                                                                             </block>
                                                                                           </value>
                                                                                           <value name="ADD2">
                                                                                             <block type="get_value" id="nNWA)MNXvKpR]jfMDClP">
                                                                                               <field name="ATTR">val</field>
                                                                                               <field name="OID">trashschedule.0.type.papiermüll.daysLeft</field>
                                                                                             </block>
                                                                                           </value>
                                                                                           <value name="ADD3">
                                                                                             <block type="text" id="E7eFI(v-Ltm[awD1HZXx">
                                                                                               <field name="TEXT"> Tagen</field>
                                                                                             </block>
                                                                                           </value>
                                                                                         </block>
                                                                                       </value>
                                                                                     </block>
                                                                                   </next>
                                                                                 </block>
                                                                               </next>
                                                                             </block>
                                                                           </next>
                                                                         </block>
                                                                       </next>
                                                                     </block>
                                                                   </next>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </statement>
                                                       <next>
                                                         <block type="comment" id="Ae|vj1emEgNdk2Vsm3U6">
                                                           <field name="COMMENT">Gelber</field>
                                                           <next>
                                                             <block type="on" id="8@9cE,1.Gm~M.aZg}Ofr">
                                                               <field name="OID">trashschedule.0.type.gelberSack.daysLeft</field>
                                                               <field name="CONDITION">any</field>
                                                               <field name="ACK_CONDITION"></field>
                                                               <statement name="STATEMENT">
                                                                 <block type="controls_if" id="yW}cs=T~VBu}i5bVi)tj">
                                                                   <value name="IF0">
                                                                     <block type="logic_compare" id="A)NBT-Yl$9__HIjjNe,L">
                                                                       <field name="OP">EQ</field>
                                                                       <value name="A">
                                                                         <block type="get_value" id="80sLOze:8#gi(}:lAOiX">
                                                                           <field name="ATTR">val</field>
                                                                           <field name="OID">trashschedule.0.type.gelberSack.nextWeekday</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="B">
                                                                         <block type="math_number" id=",Rnrv~;)nNvby*mBgeYv">
                                                                           <field name="NUM">1</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                   <statement name="DO0">
                                                                     <block type="variables_set" id="UjaU3zr78^O|MxTO@1Pu">
                                                                       <field name="VAR" id="Vy{?2}j)j-lMo[D,Zj_.">Tag_Gelber</field>
                                                                       <value name="VALUE">
                                                                         <block type="text" id="@b9f%Un-;G:0;}/KOK~5">
                                                                           <field name="TEXT">Montag</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </statement>
                                                                   <next>
                                                                     <block type="controls_if" id="Fa/dG*jTts3~)nxpcgI7">
                                                                       <value name="IF0">
                                                                         <block type="logic_compare" id="`n@,IR)_bu9bKJ%!!!T$">
                                                                           <field name="OP">EQ</field>
                                                                           <value name="A">
                                                                             <block type="get_value" id="S*%a**eFh{QBoCCHfvm0">
                                                                               <field name="ATTR">val</field>
                                                                               <field name="OID">trashschedule.0.type.gelberSack.nextWeekday</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="B">
                                                                             <block type="math_number" id="Q|#$3|edMO*cnL/(2[|X">
                                                                               <field name="NUM">2</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                       <statement name="DO0">
                                                                         <block type="variables_set" id="Qw=Uy;~N:D(%XAIx(fUU">
                                                                           <field name="VAR" id="Vy{?2}j)j-lMo[D,Zj_.">Tag_Gelber</field>
                                                                           <value name="VALUE">
                                                                             <block type="text" id="MqrcHR!(!Q_u6Dn7m`n8">
                                                                               <field name="TEXT">Dienstag</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </statement>
                                                                       <next>
                                                                         <block type="controls_if" id="TPi;a=D6!BOJFzDDHtsU">
                                                                           <value name="IF0">
                                                                             <block type="logic_compare" id="VLR3OHS$^ur|x;^yZ_/I">
                                                                               <field name="OP">EQ</field>
                                                                               <value name="A">
                                                                                 <block type="get_value" id="9lXM$hhG?1~M0;g+C8S6">
                                                                                   <field name="ATTR">val</field>
                                                                                   <field name="OID">trashschedule.0.type.gelberSack.nextWeekday</field>
                                                                                 </block>
                                                                               </value>
                                                                               <value name="B">
                                                                                 <block type="math_number" id="G{[`*-CWG5stLg]TX~B}">
                                                                                   <field name="NUM">3</field>
                                                                                 </block>
                                                                               </value>
                                                                             </block>
                                                                           </value>
                                                                           <statement name="DO0">
                                                                             <block type="variables_set" id="q$hi[QwbY-9`;#.K$ctq">
                                                                               <field name="VAR" id="Vy{?2}j)j-lMo[D,Zj_.">Tag_Gelber</field>
                                                                               <value name="VALUE">
                                                                                 <block type="text" id="5+.a4T-vR2_j2~s?W%`t">
                                                                                   <field name="TEXT">Mittwoch</field>
                                                                                 </block>
                                                                               </value>
                                                                             </block>
                                                                           </statement>
                                                                           <next>
                                                                             <block type="controls_if" id="FXt7p^|NCP._H+9}q[ec">
                                                                               <value name="IF0">
                                                                                 <block type="logic_compare" id="^_94S@pG:j[.kMM[)mMq">
                                                                                   <field name="OP">EQ</field>
                                                                                   <value name="A">
                                                                                     <block type="get_value" id="J+H0+}ejp9@O2?8qjV3=">
                                                                                       <field name="ATTR">val</field>
                                                                                       <field name="OID">trashschedule.0.type.gelberSack.nextWeekday</field>
                                                                                     </block>
                                                                                   </value>
                                                                                   <value name="B">
                                                                                     <block type="math_number" id="wSBuc-I@-/r(Yx$?s,L)">
                                                                                       <field name="NUM">4</field>
                                                                                     </block>
                                                                                   </value>
                                                                                 </block>
                                                                               </value>
                                                                               <statement name="DO0">
                                                                                 <block type="variables_set" id="p1d5~j2|5Z0Q`U)/hRp5">
                                                                                   <field name="VAR" id="Vy{?2}j)j-lMo[D,Zj_.">Tag_Gelber</field>
                                                                                   <value name="VALUE">
                                                                                     <block type="text" id="aHFflc`C^@.!7?Qj4Hzg">
                                                                                       <field name="TEXT">Donnerstag</field>
                                                                                     </block>
                                                                                   </value>
                                                                                 </block>
                                                                               </statement>
                                                                               <next>
                                                                                 <block type="controls_if" id="bPzD?fj9JGSIV}]1aQ?f">
                                                                                   <value name="IF0">
                                                                                     <block type="logic_compare" id="k:$9~CWG)3q~dRM%+1[#">
                                                                                       <field name="OP">EQ</field>
                                                                                       <value name="A">
                                                                                         <block type="get_value" id="7Wn%!6iVA27fqZ(UXR_r">
                                                                                           <field name="ATTR">val</field>
                                                                                           <field name="OID">trashschedule.0.type.gelberSack.nextWeekday</field>
                                                                                         </block>
                                                                                       </value>
                                                                                       <value name="B">
                                                                                         <block type="math_number" id="qZe{;~TgXbVU^}u}Squ~">
                                                                                           <field name="NUM">5</field>
                                                                                         </block>
                                                                                       </value>
                                                                                     </block>
                                                                                   </value>
                                                                                   <statement name="DO0">
                                                                                     <block type="variables_set" id="t$uSMGWQa%WUFF|Ol69F">
                                                                                       <field name="VAR" id="Vy{?2}j)j-lMo[D,Zj_.">Tag_Gelber</field>
                                                                                       <value name="VALUE">
                                                                                         <block type="text" id="=fdp8*s:G/lRQ{HGbwpJ">
                                                                                           <field name="TEXT">Freitag</field>
                                                                                         </block>
                                                                                       </value>
                                                                                     </block>
                                                                                   </statement>
                                                                                   <next>
                                                                                     <block type="controls_if" id="uWC#9Orz7BfyKQ}D@4i;">
                                                                                       <value name="IF0">
                                                                                         <block type="logic_compare" id="1Oa;VMdGIc6,r`^/Bgty">
                                                                                           <field name="OP">EQ</field>
                                                                                           <value name="A">
                                                                                             <block type="get_value" id="?S#b|u~08ew)*EZ[*Clh">
                                                                                               <field name="ATTR">val</field>
                                                                                               <field name="OID">trashschedule.0.type.gelberSack.nextWeekday</field>
                                                                                             </block>
                                                                                           </value>
                                                                                           <value name="B">
                                                                                             <block type="math_number" id="0Wc%m6a8PcB2|$TOz_}u">
                                                                                               <field name="NUM">6</field>
                                                                                             </block>
                                                                                           </value>
                                                                                         </block>
                                                                                       </value>
                                                                                       <statement name="DO0">
                                                                                         <block type="variables_set" id="YWi.0Kc$*2A^Q~z^aeJW">
                                                                                           <field name="VAR" id="Vy{?2}j)j-lMo[D,Zj_.">Tag_Gelber</field>
                                                                                           <value name="VALUE">
                                                                                             <block type="text" id="l=XCmGkYi4uGU49|3/Xp">
                                                                                               <field name="TEXT">Samstag</field>
                                                                                             </block>
                                                                                           </value>
                                                                                         </block>
                                                                                       </statement>
                                                                                       <next>
                                                                                         <block type="controls_if" id="Ks[{dnNwA=-^li,:NM9*">
                                                                                           <value name="IF0">
                                                                                             <block type="logic_compare" id="MB,R+|)}N=zk_`--=TF3">
                                                                                               <field name="OP">EQ</field>
                                                                                               <value name="A">
                                                                                                 <block type="get_value" id=",eyxK,4sae?,q9LWM:D,">
                                                                                                   <field name="ATTR">val</field>
                                                                                                   <field name="OID">trashschedule.0.type.gelberSack.nextWeekday</field>
                                                                                                 </block>
                                                                                               </value>
                                                                                               <value name="B">
                                                                                                 <block type="math_number" id="Fdxat7sBH,;PUWH,Tzqt">
                                                                                                   <field name="NUM">7</field>
                                                                                                 </block>
                                                                                               </value>
                                                                                             </block>
                                                                                           </value>
                                                                                           <statement name="DO0">
                                                                                             <block type="variables_set" id="#,9vNpvv{Je,iNr9d5i0">
                                                                                               <field name="VAR" id="Vy{?2}j)j-lMo[D,Zj_.">Tag_Gelber</field>
                                                                                               <value name="VALUE">
                                                                                                 <block type="text" id=";~{g=j4xKA7$4o(4uikQ">
                                                                                                   <field name="TEXT">Sonntag </field>
                                                                                                 </block>
                                                                                               </value>
                                                                                             </block>
                                                                                           </statement>
                                                                                           <next>
                                                                                             <block type="update" id="r5,N|!+X!JTej#fj^t:[">
                                                                                               <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                               <field name="OID">0_userdata.0.Muell.Texte_fuer_vis.Gelber_Sack</field>
                                                                                               <field name="WITH_DELAY">FALSE</field>
                                                                                               <value name="VALUE">
                                                                                                 <block type="text_join" id="lrLBDQ^7HDXvtJIXgCL:">
                                                                                                   <mutation items="4"></mutation>
                                                                                                   <value name="ADD0">
                                                                                                     <block type="variables_get" id="E$[|G_gO_[Yu~EF8FQIR">
                                                                                                       <field name="VAR" id="Vy{?2}j)j-lMo[D,Zj_.">Tag_Gelber</field>
                                                                                                     </block>
                                                                                                   </value>
                                                                                                   <value name="ADD1">
                                                                                                     <block type="text" id="mb*VS8?7@.o$307ngv-Y">
                                                                                                       <field name="TEXT"> in </field>
                                                                                                     </block>
                                                                                                   </value>
                                                                                                   <value name="ADD2">
                                                                                                     <block type="get_value" id="L:J0,!19FpIdgEU9!FZ9">
                                                                                                       <field name="ATTR">val</field>
                                                                                                       <field name="OID">trashschedule.0.type.gelberSack.daysLeft</field>
                                                                                                     </block>
                                                                                                   </value>
                                                                                                   <value name="ADD3">
                                                                                                     <block type="text" id="Z)j+tdqNjixnQ64H{Y9t">
                                                                                                       <field name="TEXT"> Tagen</field>
                                                                                                     </block>
                                                                                                   </value>
                                                                                                 </block>
                                                                                               </value>
                                                                                             </block>
                                                                                           </next>
                                                                                         </block>
                                                                                       </next>
                                                                                     </block>
                                                                                   </next>
                                                                                 </block>
                                                                               </next>
                                                                             </block>
                                                                           </next>
                                                                         </block>
                                                                       </next>
                                                                     </block>
                                                                   </next>
                                                                 </block>
                                                               </statement>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </next>
                                             </block>
                                           </next>
                                         </block>
                                       </next>
                                     </block>
                                   </next>
                                 </block>
                                </xml>
                                

                                C 1 Reply Last reply Reply Quote 0
                                • C
                                  Chrisham @David G. last edited by

                                  @david-g sehr nice. Könnt ich von dir beides:
                                  a) das Blockly
                                  b) als auch die schönen icons bekommen?

                                  David G. 1 Reply Last reply Reply Quote 0
                                  • David G.
                                    David G. @Chrisham last edited by David G.

                                    @chrisham

                                    Das Blockly ist schon im vorherigem angehangen.
                                    Hier die Bilder:
                                    muell_bilder.zip

                                    C 2 Replies Last reply Reply Quote 0
                                    • C
                                      Chrisham @David G. last edited by

                                      @david-g sehr schön, vielen Dank. Das integriert sich ja sehr gut bei mir, da du auch den " trashschedule" Adapter verwendest, muss nur noch die paar userdata-Datenpunkte anlegen...

                                      1 Reply Last reply Reply Quote 0
                                      • C
                                        Chrisham @David G. last edited by

                                        @david-g dann nur noch die Frage: welche entity (typ) verwendest du für die Ausgabe des Textes unter dem icon?

                                        David G. 1 Reply Last reply Reply Quote 0
                                        • David G.
                                          David G. @Chrisham last edited by

                                          @chrisham

                                          Gar keine. Ist als Markdown eingebunden.

                                          type: horizontal-stack
                                          cards:
                                           - type: markdown
                                             content: |-
                                               <center><b>Restmüll</b><br><img src="/cards/muell_schwarz.png"><br>
                                               {0_userdata.0.Muell.Texte_fuer_vis.Restmuell}
                                           - type: markdown
                                             content: |-
                                               <center><b>Gelbersack</b><br><img src="/cards/muell_gelb.png"><br>
                                               {0_userdata.0.Muell.Texte_fuer_vis.Gelber_Sack}
                                           - type: markdown
                                             content: |-
                                               <center><b>Papier</b><br><img src="/cards/muell_blau.png"><br>
                                               {0_userdata.0.Muell.Texte_fuer_vis.Papiermuell}
                                           - type: markdown
                                             content: |-
                                               <center><b>Biomüll</b><br><img src="/cards/muell_braun.png"><br>
                                               {0_userdata.0.Muell.Texte_fuer_vis.Biomuell}
                                          
                                          

                                          C 1 Reply Last reply Reply Quote 0
                                          • C
                                            Chrisham @David G. last edited by

                                            @david-g Ok, danke. Für den Datenpunkt "0_userdata.0.Muell.Texte_fuer_vis.Restmuell" im Markdown: diesen muss ich dann nicht noch zusätzlich als Entity (manuell) deklarieren, dass lovelace das korrekt auflöst. Aber findet lovelace das dann, wenn man einfach nur auf gewöhnliche Datenpunkte des iobrokers zugreift und nicht über Entitäten...?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            930
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            anleitung dokumentation hilfe leitfaden lovelace
                                            28
                                            188
                                            34434
                                            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