Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter TrashSchedule

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Test Adapter TrashSchedule

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Soc @haus-automatisierung last edited by

      @haus-automatisierung Hallo Matthias, ich hätte da mal eine Frage zu der Darstellung der Tonnen wenn noch 1 Tag bzw. Der Leerungstag erreicht ist.
      Im VIS sehe ich den roten Kreis kaum. Gibt es eine Möglichkeit das farblich besser darzustellen?

      haus-automatisierung 1 Reply Last reply Reply Quote 0
      • haus-automatisierung
        haus-automatisierung Developer Most Active @Soc last edited by

        @soc Bestimmt gibt es die. Ich bin kein Frontend Designer 😉 Bin für Vorschläge und Pull Requests offen

        da_Woody 1 Reply Last reply Reply Quote 0
        • da_Woody
          da_Woody @haus-automatisierung last edited by da_Woody

          @haus-automatisierung immer wieder versuche ich es, gelingen tuts aber nicht... 🙂
          bei mir wird seit vorigem jahr teilweise Bio- und Restmüll am selben tag abgeholt. wird im kalender als 2 termine angezeigt.
          43fe26ff-6f62-4c33-bdb7-7b2cc4e33745-grafik.png
          gibts eine möglichkeit in der typen config das einzutragen? hab schon mit , & | alles mögliche versucht.
          ccd5eb18-e958-4fa0-8366-74cecbd6866d-grafik.png
          einzig im Log zeigt das wirkung. 😄

          
          trashschedule.0
          2022-03-01 11:30:24.782	warn	no events matches type "Bio-Rest" with match "Bioabfallbehaelter Restabfallbehaelter". Check configuration of iCal (increase preview) and trashschedule!
          

          die anderen 4 tonnen werden mir in iQontrol angezeigt. hab extra ein schickes animated Bio-Rest.png gebastelt, nur zu sehn bekomm ich das natürlich nicht... 😞

          haus-automatisierung SBorg 2 Replies Last reply Reply Quote 0
          • haus-automatisierung
            haus-automatisierung Developer Most Active @da_Woody last edited by

            @da_woody So funktioniert der Adapter nicht. Bio-Rest rauswerfen. Du hast ja schon Biomüll und Restmüll. Genau das ist ja der Sinn des Adapters. Sonst müsste man ja alle Kombinationen nochmal anlegen.

            da_Woody 1 Reply Last reply Reply Quote 0
            • da_Woody
              da_Woody @haus-automatisierung last edited by

              @haus-automatisierung deswegen hab ich ja gefragt. das problem ist, wenn beide termine am selben tag anstehn, bekomm ich überhaupt kein icon angezeigt. dass man alle kombis anlegen müsste ist mir auch klar, aber bei mir gibts nur diese.
              in den objekten werden beide angezeigt, darun dachte ich mir, das müsste irgendwie funktionieren...
              466517d7-dd97-4ca3-9d6b-a86af4fb2de4-grafik.png

              haus-automatisierung 1 Reply Last reply Reply Quote 0
              • SBorg
                SBorg Forum Testing Most Active @da_Woody last edited by

                @da_woody sagte in Test Adapter TrashSchedule:

                iQontrol

                Hat das keine "Sichtbarkeit", "z-index", "opacity" oder dergleichen? Bindings gehen da ja IMHO auch nicht...
                Dann könnte man einfach "types" abfragen und dann deine "Doppeltonne" anzeigen.

                1 Reply Last reply Reply Quote 0
                • haus-automatisierung
                  haus-automatisierung Developer Most Active @da_Woody last edited by

                  @da_woody sagte in Test Adapter TrashSchedule:

                  in den objekten werden beide angezeigt, darun dachte ich mir, das müsste irgendwie funktionieren...

                  Genau das ist ja die Idee. Du hast mehrere Tonnen, welche am gleichen Tag abgeholt werden. Für jede hast Du einen eigenen Typen angelegt. Der Adapter fasst diese nun in "next" zusammen und schreibt dahin, dass beide Typen dann abgeholt werden.

                  Ich verstehe das Problem nicht. Was genau fehlt Dir jetzt? Du hast für jeden Typen die entsprechenden Datenpunkte und noch einmal zusammengefasst die Infos für die nächste und übernächste Abholung.

                  da_Woody 1 Reply Last reply Reply Quote 0
                  • da_Woody
                    da_Woody @haus-automatisierung last edited by

                    @haus-automatisierung k, ich versuch nochmal den erklärbär... 🙂
                    mein problem ist, daß wenn 2 abholungen am tag sind, nicht das richtige icon abgefragt wird. das wird über

                    ./images/icons/blank.png|./../iqontrol.meta/userimages/usericons/Abfallentsorgung/happy/{trashschedule.0.next.typesText}.png
                    

                    angezeigt.
                    17834da3-45d7-4d76-a68f-5c4ec4717f86-grafik.png
                    in trashschedule.0.next.typesText steht Restmüll & Biotonne
                    da sollte eben das bild gezeigt werden: Bio-Rest.png
                    Bio-Rest.gif
                    das ist jetzt die .gif version, die .png ist zu groß...
                    wie gesagt, ich bin kein programierer, aber wenn typesText abgefragt wird, versteh ich nicht, warum das bild dann nicht angezeigt wird. getestet hab ich das ja schon so Restmüll & Biotonne

                    @SBorg bindings sollten funktionieren, aber da bin ich schon mit octoprint gescheitert. den rest gibts bei iQ nicht. würden ja auch die anderen tonnen nicht angezeigt werden. 😉

                    haus-automatisierung 1 Reply Last reply Reply Quote 0
                    • haus-automatisierung
                      haus-automatisierung Developer Most Active @da_Woody last edited by

                      @da_woody sagte in Test Adapter TrashSchedule:

                      @haus-automatisierung k, ich versuch nochmal den erklärbär... 🙂
                      mein problem ist, daß wenn 2 abholungen am tag sind, nicht das richtige icon abgefragt wird.
                      in trashschedule.0.next.typesText steht Restmüll & Biotonne

                      Dann muss dein Bild „Restmüll & Biotonne.png“ heißen. Wobei das kaufmännische und im Namen sicher nicht optimal ist. Daher würde ich den anderen Datenpunkt nehmen.

                      da_Woody 1 Reply Last reply Reply Quote 0
                      • da_Woody
                        da_Woody @haus-automatisierung last edited by

                        @haus-automatisierung YEAH! jetzt hats geknallt! das & (plus space) durch _ ersetzt, jetzt funktioniert das!
                        big thnx!

                        1 Reply Last reply Reply Quote 1
                        • bergjet
                          bergjet last edited by

                          Wenn im Datumsbereich der Anzeige zweimal der selbe Müll abgeholt wird, wird er nur einmal angezeigt. Ist das gewollt?
                          Bildschirmfoto 2022-03-02 um 09.07.09.png
                          Am 17.3.2022 gibt es die nächste Biomüll Abholung. Die wird aber nicht angezeigt. Erst wenn der Biomüll vom 3.3.2022 erledigt ist.

                          haus-automatisierung 1 Reply Last reply Reply Quote 0
                          • haus-automatisierung
                            haus-automatisierung Developer Most Active @bergjet last edited by

                            @bergjet sagte in Test Adapter TrashSchedule:

                            Wenn im Datumsbereich der Anzeige zweimal der selbe Müll abgeholt wird, wird er nur einmal angezeigt. Ist das gewollt?

                            Ja, das geht nicht nach Datum, sondern nach Typ. Jeder Typ zeigt seine nächste Abholung.
                            Warum möchtest Du die übernächste Abholung heute schon wissen?

                            bergjet 1 Reply Last reply Reply Quote 0
                            • bergjet
                              bergjet @haus-automatisierung last edited by

                              @haus-automatisierung sagte in Test Adapter TrashSchedule:

                              Warum möchtest Du die übernächste Abholung heute schon wissen?

                              Naja, ich schaue manchmal am manuellen Kalender nach, weil ich glaube, dass ich einen Termin einzutragen vergessen habe.

                              da_Woody 1 Reply Last reply Reply Quote 0
                              • da_Woody
                                da_Woody @bergjet last edited by

                                @bergjet bekommst du von deiner gemeinde/müllentsorger keinen ical zur verfügung gestellt?
                                da kannst du nichts vergessen... 😉

                                bergjet 1 Reply Last reply Reply Quote 0
                                • SBorg
                                  SBorg Forum Testing Most Active last edited by

                                  Ich nutze zwar auch fast ausschließlich den Adapter, muss aber wg. unseres örtlichen Abfuhrsystemes uU. wissen, ob ich jetzt den Müll raus stelle, oder bis zur nächsten Leerung abwarte, die dann wann nochmal genau ist?

                                  Ich nutze dafür einfach ein "Basic-String"-Widget und lasse mir direkt die HTML des entsprechenden icals anzeigen:
                                  Bild 1.png
                                  (bevor jemand fragt: nein, die Farben kommen von mir und gibt es so im ical nicht 😉 )

                                  1 Reply Last reply Reply Quote 0
                                  • bergjet
                                    bergjet @da_Woody last edited by

                                    @da_woody sagte in Test Adapter TrashSchedule:

                                    bekommst du von deiner gemeinde/müllentsorger keinen ical zur verfügung gestellt?

                                    Nein.

                                    Walter.O. 1 Reply Last reply Reply Quote 0
                                    • Walter.O.
                                      Walter.O. @bergjet last edited by

                                      Mal eine Frage..
                                      Hat jemand von euch auch ein Altglas Symbol im einsatz?
                                      Bin auf der suche nach einem Schicken Icoin

                                      da_Woody 1 Reply Last reply Reply Quote 0
                                      • S
                                        SevenUp @SevenUp last edited by

                                        @sevenup sagte in Test Adapter TrashSchedule:

                                        wir wohnen in einem Mehrfamilienhaus und müssen uns um das Rausstellen der Mülltonne am richtig Tag nicht kümmern.
                                        Stehen aber eher von dem gegenteiligen Problem: ich würde gerne wissen, wann die Mülltonne das letzte mal geleert wurde, statt wann sie das nächste mal geleert wird.
                                        Grund ist ziemlich einfach: manchmal ist die Gemeinschaft so eifrig, dass die Mülltonne schon nach 3 Tagen voll ist. Dann muss man nach der nächsten Leerung schnell sein, sonst bleibt man mit seinem Müll weiter sitzen 🙂

                                        --> wäre es mit dem Adapter irgendwie realisierbar?

                                        falls es jemand ebenfalls umsetzen möchte: war einfacher als gedacht:


                                        2022-03-23 20_55_38-javascript - iobroker.png

                                        <xml xmlns="https://developers.google.com/blockly/xml">
                                         <variables>
                                           <variable type="cron" id="schedule1">schedule1</variable>
                                         </variables>
                                         <block type="on_ext" id="61dn8Y%mW~Ea/n2+5@BV" x="62" y="113">
                                           <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                           <field name="CONDITION">any</field>
                                           <field name="ACK_CONDITION"></field>
                                           <value name="OID0">
                                             <shadow type="field_oid" id="sx?0lQvY.*67!Fs=p!Dp">
                                               <field name="oid">trashschedule.0.type.bioabfall.daysLeft</field>
                                             </shadow>
                                           </value>
                                           <statement name="STATEMENT">
                                             <block type="controls_if" id="j/0X/#vxlkk+X}x~+(*T">
                                               <value name="IF0">
                                                 <block type="logic_compare" id="@BU)]O6,@;UPiOY.!V@0">
                                                   <field name="OP">EQ</field>
                                                   <value name="A">
                                                     <block type="on_source" id="mcwidDz/3A)D(1j6kWS9">
                                                       <field name="ATTR">state.val</field>
                                                     </block>
                                                   </value>
                                                   <value name="B">
                                                     <block type="math_number" id="@x2g[JQ)Pk:G!5{i8gf=">
                                                       <field name="NUM">0</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <statement name="DO0">
                                                 <block type="update" id="6]upU!fm,gM3@w(qVj*I">
                                                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                   <field name="OID">0_userdata.0.trashschedule.bioabfall.previous_date</field>
                                                   <field name="WITH_DELAY">FALSE</field>
                                                   <value name="VALUE">
                                                     <block type="time_get" id="AtcQP_JG,]gZR4h9EpIr">
                                                       <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                                       <field name="OPTION">object</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </statement>
                                             </block>
                                           </statement>
                                           <next>
                                             <block type="on_ext" id="#AjlzDESxH`!|nbzK5Iq">
                                               <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                               <field name="CONDITION">any</field>
                                               <field name="ACK_CONDITION"></field>
                                               <value name="OID0">
                                                 <shadow type="field_oid" id="p?1c(=7c8sjM3Y`?d^yb">
                                                   <field name="oid">trashschedule.0.type.leichtverpackungen.daysLeft</field>
                                                 </shadow>
                                               </value>
                                               <statement name="STATEMENT">
                                                 <block type="controls_if" id="IZ1v#V?j2#C62S;:YA^v">
                                                   <value name="IF0">
                                                     <block type="logic_compare" id="cyfrebv[Oox]_n.vSg~w">
                                                       <field name="OP">EQ</field>
                                                       <value name="A">
                                                         <block type="on_source" id="Whd4rW0u@v/GSHxOMX;[">
                                                           <field name="ATTR">state.val</field>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="math_number" id="n%{oe/MT_{E)gu4eK5T*">
                                                           <field name="NUM">0</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <statement name="DO0">
                                                     <block type="update" id="7=7o?_YZ.v|7=lSR*@O*">
                                                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                       <field name="OID">0_userdata.0.trashschedule.leichtverpackungen.previous_date</field>
                                                       <field name="WITH_DELAY">FALSE</field>
                                                       <value name="VALUE">
                                                         <block type="time_get" id="!a8(Ii+H`)+/CIU$#J2b">
                                                           <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                                           <field name="OPTION">object</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </statement>
                                                 </block>
                                               </statement>
                                               <next>
                                                 <block type="on_ext" id="}y5K:}Yb2!W[:r[2M?z=">
                                                   <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                                   <field name="CONDITION">any</field>
                                                   <field name="ACK_CONDITION"></field>
                                                   <value name="OID0">
                                                     <shadow type="field_oid" id="%yC%hqS-2I!Oms;Ot?q~">
                                                       <field name="oid">trashschedule.0.type.papier.daysLeft</field>
                                                     </shadow>
                                                   </value>
                                                   <statement name="STATEMENT">
                                                     <block type="controls_if" id="g%QwhH3M+2c[`Zpz?Bgo">
                                                       <value name="IF0">
                                                         <block type="logic_compare" id="B/qjKq9RAbK.y.:g_uVg">
                                                           <field name="OP">EQ</field>
                                                           <value name="A">
                                                             <block type="on_source" id="u`Y,*SPbE=PBlHYE#1jR">
                                                               <field name="ATTR">state.val</field>
                                                             </block>
                                                           </value>
                                                           <value name="B">
                                                             <block type="math_number" id="4Xjmk0`sxXC!u$kG*N+n">
                                                               <field name="NUM">0</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <statement name="DO0">
                                                         <block type="update" id="`A{J%t4#=s|XrZ{x-;mv">
                                                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                           <field name="OID">0_userdata.0.trashschedule.papier.previous_date</field>
                                                           <field name="WITH_DELAY">FALSE</field>
                                                           <value name="VALUE">
                                                             <block type="time_get" id="@XZZNo3hMbr^3,K%12Gv">
                                                               <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                                               <field name="OPTION">object</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </statement>
                                                     </block>
                                                   </statement>
                                                   <next>
                                                     <block type="on_ext" id="%*1pc]5,Cv%Jr=~sLr:T">
                                                       <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                                       <field name="CONDITION">any</field>
                                                       <field name="ACK_CONDITION"></field>
                                                       <value name="OID0">
                                                         <shadow type="field_oid" id="iq(Pb|Q,3A;:7uzN?yfC">
                                                           <field name="oid">trashschedule.0.type.restabfall.daysLeft</field>
                                                         </shadow>
                                                       </value>
                                                       <statement name="STATEMENT">
                                                         <block type="controls_if" id="Zzl9H^9|uzd4OyC[aBos">
                                                           <value name="IF0">
                                                             <block type="logic_compare" id="ILGYZOp:nKvg~YC}:]TS">
                                                               <field name="OP">EQ</field>
                                                               <value name="A">
                                                                 <block type="on_source" id="ce!Z[l=rc@0/xK+}Xe-e">
                                                                   <field name="ATTR">state.val</field>
                                                                 </block>
                                                               </value>
                                                               <value name="B">
                                                                 <block type="math_number" id="Y3Ju2x=uyX$WFQ7}ETN(">
                                                                   <field name="NUM">0</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <statement name="DO0">
                                                             <block type="update" id="7,fKRcsMtAr!SO;ubfqb">
                                                               <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                               <field name="OID">0_userdata.0.trashschedule.restabfall.previous_date</field>
                                                               <field name="WITH_DELAY">FALSE</field>
                                                               <value name="VALUE">
                                                                 <block type="time_get" id="/WtmWE;C.h;Bk.R[eR#x">
                                                                   <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                                                   <field name="OPTION">object</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </statement>
                                                         </block>
                                                       </statement>
                                                       <next>
                                                         <block type="schedule_create" id="=Q]lV})sJVQ=+{nb5h)l">
                                                           <field name="NAME">schedule1</field>
                                                           <value name="SCHEDULE">
                                                             <shadow type="field_cron" id="SXa5l340!%VakT(rbjB_">
                                                               <field name="CRON">10 0 * * *</field>
                                                             </shadow>
                                                           </value>
                                                           <statement name="STATEMENT">
                                                             <block type="update" id="ONHmX4_Z8yA5*CM%Uya-">
                                                               <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                               <field name="OID">0_userdata.0.trashschedule.bioabfall.days_past</field>
                                                               <field name="WITH_DELAY">FALSE</field>
                                                               <value name="VALUE">
                                                                 <block type="math_round" id="p6cxR,zMleA#paF=X!D:">
                                                                   <field name="OP">ROUND</field>
                                                                   <value name="NUM">
                                                                     <shadow type="math_number" id="TN.~:gNP/va_7$6yKA66">
                                                                       <field name="NUM">3.1</field>
                                                                     </shadow>
                                                                     <block type="math_arithmetic" id="8qw)|e%!}5X04lA%SJgd" inline="false">
                                                                       <field name="OP">DIVIDE</field>
                                                                       <value name="A">
                                                                         <shadow type="math_number" id="v#UpF_*Inx@V|Izu/9I]">
                                                                           <field name="NUM">1</field>
                                                                         </shadow>
                                                                         <block type="math_arithmetic" id="]fJ8hRL~T.f_Qj~eK|89" inline="false">
                                                                           <field name="OP">MINUS</field>
                                                                           <value name="A">
                                                                             <shadow type="math_number" id="o:g0;zkB/m*OrYvLg9Ka">
                                                                               <field name="NUM">1</field>
                                                                             </shadow>
                                                                             <block type="time_get" id="cwBQ81b1-|M!ON)o|o::">
                                                                               <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                                                               <field name="OPTION">object</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="B">
                                                                             <shadow type="math_number" id="+9:NNvX,K,Ba5G:{;?Y?">
                                                                               <field name="NUM">1</field>
                                                                             </shadow>
                                                                             <block type="get_value" id=",LE8?[(8HgRjOasN#pOs">
                                                                               <field name="ATTR">val</field>
                                                                               <field name="OID">0_userdata.0.trashschedule.bioabfall.previous_date</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                       <value name="B">
                                                                         <shadow type="math_number" id="MuF+5d7@Pvf2,i=hFHbV">
                                                                           <field name="NUM">86400000</field>
                                                                         </shadow>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <next>
                                                                 <block type="update" id="aV?ee-o?/NBi}3c+a?:C">
                                                                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                   <field name="OID">0_userdata.0.trashschedule.leichtverpackungen.days_past</field>
                                                                   <field name="WITH_DELAY">FALSE</field>
                                                                   <value name="VALUE">
                                                                     <block type="math_round" id="|[*y#.,nbxbDm@JjkSRa">
                                                                       <field name="OP">ROUND</field>
                                                                       <value name="NUM">
                                                                         <shadow type="math_number">
                                                                           <field name="NUM">3.1</field>
                                                                         </shadow>
                                                                         <block type="math_arithmetic" id="2K7q:J)0eGIaKdJ,H=C4" inline="false">
                                                                           <field name="OP">DIVIDE</field>
                                                                           <value name="A">
                                                                             <shadow type="math_number">
                                                                               <field name="NUM">1</field>
                                                                             </shadow>
                                                                             <block type="math_arithmetic" id=")P3`(?S@Kl:9C(^aU4!j" inline="false">
                                                                               <field name="OP">MINUS</field>
                                                                               <value name="A">
                                                                                 <shadow type="math_number">
                                                                                   <field name="NUM">1</field>
                                                                                 </shadow>
                                                                                 <block type="time_get" id="Jz1rgnF7qP*4B(|WBzc/">
                                                                                   <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                                                                   <field name="OPTION">object</field>
                                                                                 </block>
                                                                               </value>
                                                                               <value name="B">
                                                                                 <shadow type="math_number">
                                                                                   <field name="NUM">1</field>
                                                                                 </shadow>
                                                                                 <block type="get_value" id="TynxSaWN|HoDZC5VR*E:">
                                                                                   <field name="ATTR">val</field>
                                                                                   <field name="OID">0_userdata.0.trashschedule.leichtverpackungen.previous_date</field>
                                                                                 </block>
                                                                               </value>
                                                                             </block>
                                                                           </value>
                                                                           <value name="B">
                                                                             <shadow type="math_number" id="}R#j8J+)`CI1JQuK+FU+">
                                                                               <field name="NUM">86400000</field>
                                                                             </shadow>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                   <next>
                                                                     <block type="update" id="*VrJR:?vg~[MB6`2aqY=">
                                                                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                       <field name="OID">0_userdata.0.trashschedule.papier.days_past</field>
                                                                       <field name="WITH_DELAY">FALSE</field>
                                                                       <value name="VALUE">
                                                                         <block type="math_round" id="SVkze5rs1USVl7A5ZMtl">
                                                                           <field name="OP">ROUND</field>
                                                                           <value name="NUM">
                                                                             <shadow type="math_number">
                                                                               <field name="NUM">3.1</field>
                                                                             </shadow>
                                                                             <block type="math_arithmetic" id="=hwLqB|9C]d*zZRS+~?O" inline="false">
                                                                               <field name="OP">DIVIDE</field>
                                                                               <value name="A">
                                                                                 <shadow type="math_number">
                                                                                   <field name="NUM">1</field>
                                                                                 </shadow>
                                                                                 <block type="math_arithmetic" id="spZDAq3#xwIHtCWyP57N" inline="false">
                                                                                   <field name="OP">MINUS</field>
                                                                                   <value name="A">
                                                                                     <shadow type="math_number">
                                                                                       <field name="NUM">1</field>
                                                                                     </shadow>
                                                                                     <block type="time_get" id="2L{fUYl~|d/XWzHSaVz=">
                                                                                       <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                                                                       <field name="OPTION">object</field>
                                                                                     </block>
                                                                                   </value>
                                                                                   <value name="B">
                                                                                     <shadow type="math_number">
                                                                                       <field name="NUM">1</field>
                                                                                     </shadow>
                                                                                     <block type="get_value" id="etc|Boav]zINX2!@WUf7">
                                                                                       <field name="ATTR">val</field>
                                                                                       <field name="OID">0_userdata.0.trashschedule.papier.previous_date</field>
                                                                                     </block>
                                                                                   </value>
                                                                                 </block>
                                                                               </value>
                                                                               <value name="B">
                                                                                 <shadow type="math_number" id="1lvl$cE@6PTh:f9GkPs*">
                                                                                   <field name="NUM">86400000</field>
                                                                                 </shadow>
                                                                               </value>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                       <next>
                                                                         <block type="update" id="`!thNs#;;Xf)0nTm.vx7">
                                                                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                           <field name="OID">0_userdata.0.trashschedule.restabfall.days_past</field>
                                                                           <field name="WITH_DELAY">FALSE</field>
                                                                           <value name="VALUE">
                                                                             <block type="math_round" id="V*3~69;PJPBHb9YSt;%I">
                                                                               <field name="OP">ROUND</field>
                                                                               <value name="NUM">
                                                                                 <shadow type="math_number">
                                                                                   <field name="NUM">3.1</field>
                                                                                 </shadow>
                                                                                 <block type="math_arithmetic" id="FwYW|NLqIVhP[cAZ?M.t" inline="false">
                                                                                   <field name="OP">DIVIDE</field>
                                                                                   <value name="A">
                                                                                     <shadow type="math_number">
                                                                                       <field name="NUM">1</field>
                                                                                     </shadow>
                                                                                     <block type="math_arithmetic" id="Mf4kVyGj3{H$w`{J?h-;" inline="false">
                                                                                       <field name="OP">MINUS</field>
                                                                                       <value name="A">
                                                                                         <shadow type="math_number">
                                                                                           <field name="NUM">1</field>
                                                                                         </shadow>
                                                                                         <block type="time_get" id="KXt#l#,P%#/j@+!UBPZo">
                                                                                           <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                                                                           <field name="OPTION">object</field>
                                                                                         </block>
                                                                                       </value>
                                                                                       <value name="B">
                                                                                         <shadow type="math_number">
                                                                                           <field name="NUM">1</field>
                                                                                         </shadow>
                                                                                         <block type="get_value" id="!/(]BY?2%Izr%Ybs!#9.">
                                                                                           <field name="ATTR">val</field>
                                                                                           <field name="OID">0_userdata.0.trashschedule.restabfall.previous_date</field>
                                                                                         </block>
                                                                                       </value>
                                                                                     </block>
                                                                                   </value>
                                                                                   <value name="B">
                                                                                     <shadow type="math_number" id="U5{*;i[;zb9)c[Ffu!*E">
                                                                                       <field name="NUM">86400000</field>
                                                                                     </shadow>
                                                                                   </value>
                                                                                 </block>
                                                                               </value>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </next>
                                                                     </block>
                                                                   </next>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </statement>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </next>
                                             </block>
                                           </next>
                                         </block>
                                        </xml>
                                        

                                        1 Reply Last reply Reply Quote 0
                                        • da_Woody
                                          da_Woody @Walter.O. last edited by

                                          @walter-o was stellst du vor? tonne in einer bestimmten farbe? scherben? zerbrochenes?
                                          ac683831-d508-4666-9f02-20e3078221b7-grafik.png 0043a6e5-1963-47df-b87d-76c147dedaed-grafik.png bb11eda2-39a2-43ff-8449-0207c5ad2155-grafik.png 20ab16c2-4129-4588-9601-c95182594a78-grafik.png
                                          machbar mit freistellen ist alles möglich. bißchen input muss schon sein.

                                          Walter.O. 1 Reply Last reply Reply Quote 2
                                          • U
                                            UnruBas last edited by

                                            Hallöchen zusammen,

                                            Ich benutze hier den trashschedule 1.4.1

                                            0be632a3-6dcb-4170-bb0a-ae3928a14bd8-grafik.png

                                            und der ical ist auch soweit richtig eingestellt. (sonst würden hier keine Daten rein kommen)

                                            In den Objekten beim trashschedule/ 0/ type/
                                            Bio, gelbe Tonne, Papier, Restmüll

                                            2e47e0dc-9739-4625-a89c-46440e067386-grafik.png

                                            6b0aa9e6-7338-4979-9517-4ad54ac87733-grafik.png

                                            kommen die Daten akurat rein.

                                            Wenn ich das in der Vis so zusammen baue sieht das so aus:
                                            60652e8c-0b3a-499f-bae7-9caa2f3c51d6-grafik.png

                                            Ich habe hier 4 Mülltonnen
                                            Bio
                                            Gelbe Tonne
                                            Papier Tonne
                                            Restmüll Tonne

                                            Alle 4 Tonnen werden angezeigt WANN sie wieder geleert werden. ( in der Tabelle im Bild)
                                            Auf dem Bild werden nur 2 Tonnen angezeigt.
                                            Meine Frage:
                                            Wieso nicht die anderen 2 auch noch? Wo sind die??

                                            so sieht mein json- Datei aus:
                                            854dff16-ba4d-425f-9706-cacdfbf7b49f-grafik.png

                                            Wäre echt sehr geil, wenn mir jemand von euch noch die 2 fehlenden Tonnen rumbringen würde 🙂

                                            Ich sage schon mal Danke schöön

                                            Liebe Grüße
                                            Bastian

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            663
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            adapter calendar ical kalender müll trash
                                            184
                                            1432
                                            406578
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo