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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Der "ultimative" ioBroker Lovelace Leitfaden/Dokumentation

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    582

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

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

Der "ultimative" ioBroker Lovelace Leitfaden/Dokumentation

Scheduled Pinned Locked Moved ioBroker Allgemein
lovelacedokumentationleitfadenhilfeanleitung
194 Posts 30 Posters 57.9k Views 37 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • David G.D 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.

    _ Offline
    _ Offline
    _R_A_L_F_
    wrote on last edited by
    #111

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

    1 Reply Last reply
    1
    • GarfonsoG 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 Offline
      C Offline
      Chrisham
      wrote on last edited by
      #112

      @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 ?

      GarfonsoG 1 Reply Last reply
      0
      • C Chrisham

        @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 ?

        GarfonsoG Offline
        GarfonsoG Offline
        Garfonso
        Developer
        wrote on last edited by Garfonso
        #113

        @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.

        Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

        Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

        S C 2 Replies Last reply
        0
        • GarfonsoG 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 Offline
          S Offline
          Smarthome20
          wrote on last edited by
          #114

          @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.D 1 Reply Last reply
          0
          • S Smarthome20

            @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.D Online
            David G.D Online
            David G.
            wrote on last edited by
            #115

            @smarthome20

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

            Zeigt eure Lovelace-Visualisierung klick
            (Auch ideal um sich Anregungen zu holen)

            Meine Tabellen für eure Visualisierung klick

            S 1 Reply Last reply
            0
            • David G.D David G.

              @smarthome20

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

              S Offline
              S Offline
              Smarthome20
              wrote on last edited by Smarthome20
              #116

              @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
              0
              • GarfonsoG 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.

                C Offline
                C Offline
                Chrisham
                wrote on last edited by
                #117

                @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.D 1 Reply Last reply
                0
                • C Chrisham

                  @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.D Online
                  David G.D Online
                  David G.
                  wrote on last edited by David G.
                  #118

                  @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>
                  

                  Zeigt eure Lovelace-Visualisierung klick
                  (Auch ideal um sich Anregungen zu holen)

                  Meine Tabellen für eure Visualisierung klick

                  C 1 Reply Last reply
                  0
                  • David G.D 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 Offline
                    C Offline
                    Chrisham
                    wrote on last edited by
                    #119

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

                    David G.D 1 Reply Last reply
                    0
                    • C Chrisham

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

                      David G.D Online
                      David G.D Online
                      David G.
                      wrote on last edited by David G.
                      #120

                      @chrisham

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

                      Zeigt eure Lovelace-Visualisierung klick
                      (Auch ideal um sich Anregungen zu holen)

                      Meine Tabellen für eure Visualisierung klick

                      C 2 Replies Last reply
                      0
                      • David G.D David G.

                        @chrisham

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

                        C Offline
                        C Offline
                        Chrisham
                        wrote on last edited by
                        #121

                        @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
                        0
                        • David G.D David G.

                          @chrisham

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

                          C Offline
                          C Offline
                          Chrisham
                          wrote on last edited by
                          #122

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

                          David G.D 1 Reply Last reply
                          0
                          • C Chrisham

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

                            David G.D Online
                            David G.D Online
                            David G.
                            wrote on last edited by
                            #123

                            @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}
                            
                            

                            Zeigt eure Lovelace-Visualisierung klick
                            (Auch ideal um sich Anregungen zu holen)

                            Meine Tabellen für eure Visualisierung klick

                            C 1 Reply Last reply
                            0
                            • David G.D David G.

                              @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 Offline
                              C Offline
                              Chrisham
                              wrote on last edited by
                              #124

                              @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...?

                              GarfonsoG 1 Reply Last reply
                              1
                              • C Chrisham

                                @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...?

                                GarfonsoG Offline
                                GarfonsoG Offline
                                Garfonso
                                Developer
                                wrote on last edited by
                                #125

                                @chrisham
                                das geht so nur mit Markdown.

                                Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                                Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                                1 Reply Last reply
                                0
                                • _ Offline
                                  _ Offline
                                  _R_A_L_F_
                                  wrote on last edited by _R_A_L_F_
                                  #126

                                  Wie ist es denn möglich, das Tile Icon Anhand der Anzahl (Stück) value vom Entity zu anders zu färben?
                                  Ich möchte gerne das es rot wird wenn > 0 und bei 0 dann grau:
                                  So klappts leider nicht:

                                  type: tile
                                  entity: sensor.Fenster_AnzahlOffeneFenster
                                  tap_action:
                                    action: navigate
                                    navigation_path: /lovelace/fenster-turen
                                  icon: mdi:door-sliding-lock
                                  name: Anzahl offener Fenster/Türen
                                  show_entity_picture: false
                                  icon_tap_action:
                                    action: navigate
                                    navigation_path: /lovelace/fenster-turen
                                  card_mod:
                                    style:
                                      .icon-container .icon$: |
                                        .shape { 
                                          background: 
                                            {% if states(config.entity) | int > 0 %}
                                              rgba(0,255,0,0.15)
                                            {% else %}
                                              rgba(255,0,0,0.15)
                                            {% endif %} !important;
                                        }
                                  

                                  So sieht das Tile aus:
                                  51916882-ebbf-4c2d-94c2-7cea45391e54-image.png

                                  Hab mittlerweile so angepasst wie es lt. HA gehen sollte aber so geht es wohl bei IOBroker nicht.
                                  @Garfonso Gibts hier Unterschiede? Bzw. bekomme ich immer wieder Fehlermeldungen mit dieser Zeile hier:
                                  {% if states(config.entity) | int > 0 %}:
                                  46822e06-583d-4fdd-a44a-add679a15f07-image.png
                                  Nur weiß ich nicht, wie hier der richtige Syntax ist?

                                  GarfonsoG 1 Reply Last reply
                                  0
                                  • _ _R_A_L_F_

                                    Wie ist es denn möglich, das Tile Icon Anhand der Anzahl (Stück) value vom Entity zu anders zu färben?
                                    Ich möchte gerne das es rot wird wenn > 0 und bei 0 dann grau:
                                    So klappts leider nicht:

                                    type: tile
                                    entity: sensor.Fenster_AnzahlOffeneFenster
                                    tap_action:
                                      action: navigate
                                      navigation_path: /lovelace/fenster-turen
                                    icon: mdi:door-sliding-lock
                                    name: Anzahl offener Fenster/Türen
                                    show_entity_picture: false
                                    icon_tap_action:
                                      action: navigate
                                      navigation_path: /lovelace/fenster-turen
                                    card_mod:
                                      style:
                                        .icon-container .icon$: |
                                          .shape { 
                                            background: 
                                              {% if states(config.entity) | int > 0 %}
                                                rgba(0,255,0,0.15)
                                              {% else %}
                                                rgba(255,0,0,0.15)
                                              {% endif %} !important;
                                          }
                                    

                                    So sieht das Tile aus:
                                    51916882-ebbf-4c2d-94c2-7cea45391e54-image.png

                                    Hab mittlerweile so angepasst wie es lt. HA gehen sollte aber so geht es wohl bei IOBroker nicht.
                                    @Garfonso Gibts hier Unterschiede? Bzw. bekomme ich immer wieder Fehlermeldungen mit dieser Zeile hier:
                                    {% if states(config.entity) | int > 0 %}:
                                    46822e06-583d-4fdd-a44a-add679a15f07-image.png
                                    Nur weiß ich nicht, wie hier der richtige Syntax ist?

                                    GarfonsoG Offline
                                    GarfonsoG Offline
                                    Garfonso
                                    Developer
                                    wrote on last edited by
                                    #127

                                    @_r_a_l_f_

                                    das sind diese ninja templates (weiß den richtigen namen gerade nicht mehr), die unterstützt der Adapter leider nicht... :-/
                                    Irgendwo hatte ich mal nen link zur Doku um das vielleicht nachzubauen. Wobei da dann das Problem ist, dass es ziemlich tief in HASS ist. Bin mir nicht ganz sicher, ob das gut zu machen ist.

                                    Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                                    Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                                    _ 1 Reply Last reply
                                    0
                                    • GarfonsoG Garfonso

                                      @_r_a_l_f_

                                      das sind diese ninja templates (weiß den richtigen namen gerade nicht mehr), die unterstützt der Adapter leider nicht... :-/
                                      Irgendwo hatte ich mal nen link zur Doku um das vielleicht nachzubauen. Wobei da dann das Problem ist, dass es ziemlich tief in HASS ist. Bin mir nicht ganz sicher, ob das gut zu machen ist.

                                      _ Offline
                                      _ Offline
                                      _R_A_L_F_
                                      wrote on last edited by _R_A_L_F_
                                      #128

                                      @garfonso Und wie es es dann generell möglich auf die CSS Styles variabel einzuwirken?
                                      Ich möchte ja eigentlich nur die Karte bzw. das Icon je nach Entity Wert einfärben. Das muss doch gehen oder?
                                      Alternativ zu oben habe ich es auch noch so probiert den Hintergrund der Karte einzufärben. Klappt aber leider auch nicht :( .

                                      card_mod:
                                        style: |
                                          ha-card {
                                            background: >-
                                            [[[
                                             var fenster = states.sensor.TestLoveLace_TestZahl;
                                             if (fenster > 0)
                                             return ‘red’;
                                             else
                                             return ‘blue’;
                                            ]]]
                                          }
                                      
                                      GarfonsoG 1 Reply Last reply
                                      0
                                      • Basti LiciouzB Offline
                                        Basti LiciouzB Offline
                                        Basti Liciouz
                                        wrote on last edited by
                                        #129

                                        Hi zusammen,

                                        ich habe eine grundlegende Frage zu dem "ultimativen" Leitfaden:
                                        Hier steht für die Custom Cards geschrieben, dass die Quelldateien zuerst in eine .js kompiliert werden müssen.
                                        Nun bestehen die wenigsten Custom Cards anscheinend aus nur der einen .js, sondern vielmehr um einem Sammelsorium an Dateien. Wie kann man damit umgehen? Wie bekommt man das in iobroker rein? Es scheint einen Weg zu geben, aber ich finde hier in der Suche und beim googeln beim besten Willen keine Hinweise.

                                        Danke im Voraus!

                                        GarfonsoG 1 Reply Last reply
                                        0
                                        • _ _R_A_L_F_

                                          @garfonso Und wie es es dann generell möglich auf die CSS Styles variabel einzuwirken?
                                          Ich möchte ja eigentlich nur die Karte bzw. das Icon je nach Entity Wert einfärben. Das muss doch gehen oder?
                                          Alternativ zu oben habe ich es auch noch so probiert den Hintergrund der Karte einzufärben. Klappt aber leider auch nicht :( .

                                          card_mod:
                                            style: |
                                              ha-card {
                                                background: >-
                                                [[[
                                                 var fenster = states.sensor.TestLoveLace_TestZahl;
                                                 if (fenster > 0)
                                                 return ‘red’;
                                                 else
                                                 return ‘blue’;
                                                ]]]
                                              }
                                          
                                          GarfonsoG Offline
                                          GarfonsoG Offline
                                          Garfonso
                                          Developer
                                          wrote on last edited by
                                          #130

                                          @_r_a_l_f_

                                          Ich hab es mit Icon-Farben dynamisch selber nicht hinbekommen und einfach aufgegeben.
                                          Es gibt eine Button-Card, die das von sich aus kann (custom button, glaube ich).

                                          Alternativ kommst du vielleicht mit card_mod weiter, das macht viel mit CSS, aber ob das auf states reagieren kann, weiß ich nicht.

                                          Mein Weg ist für binary_sensors mit der Auto-Entities Karte zu filtern ob was in der richtigen Geräteklasse an oder aus ist und nur die anzuzeigen, die an sind (für "Warnungen" wie Batterie leer oder so).

                                          Sieht dann so aus:

                                          type: custom:auto-entities
                                          card:
                                            type: entities
                                            title: Batterie Warnungen
                                          filter:
                                            include:
                                              - domain: binary_sensor
                                                attributes:
                                                  device_class: battery
                                                state: 'on'
                                                options:
                                                  state_color: true
                                          

                                          Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                                          Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                                          _ 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          324

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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