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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter iQontrol 2.0.x Vis (Entwicklungs-Thread)

NEWS

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

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

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

Test Adapter iQontrol 2.0.x Vis (Entwicklungs-Thread)

Geplant Angeheftet Gesperrt Verschoben Tester
appdark-modeiqontrolresponsivevisvisualisierungvisualizationwidget
7.6k Beiträge 296 Kommentatoren 7.0m Aufrufe 201 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • s.bormannS s.bormann

    @da_woody sagte in Test Adapter iQontrol 1.5.x:

    @s-bormann said in Test Adapter iQontrol 1.5.x:

    Mangels Garage kann ichs nicht testen Also bitte mal Rückmeldung geben, obs funktioniert

    hmm, bei mir gehts nicht. ich kann zwar die box deaktivieren, aber der klick aufs icon zeigt nur den kringel und es tut sich aber nichts.
    c963d67c-db7a-4c1f-a10c-f43783533432-grafik.png
    52614c7c-31a3-49d1-882c-e77904f3d146-grafik.png
    586b4b1b-adab-4568-8f18-a0d8fbe13bf2-grafik.png

    Habe einen Copy&Paste-Fehler entdeckt. Neue Version ist auf Github, vielleicht (hoffentlich) geht es jetzt?

    da_WoodyD Online
    da_WoodyD Online
    da_Woody
    schrieb am zuletzt editiert von
    #4697

    @s-bormann said in Test Adapter iQontrol 1.5.x:

    Habe einen Copy&Paste-Fehler entdeckt. Neue Version ist auf Github, vielleicht (hoffentlich) geht es jetzt?

    jep!
    funzt. 🙂

    Ich werde das anpassen, und zoom und klick getrennt voneinander wählbar machen, da scheint mir Bedarf zu bestehen

    der wär schniek... 😉
    das mit dem Badge hast du mitbekommen?

    gruß vom Woody
    HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

    s.bormannS 1 Antwort Letzte Antwort
    0
    • S Offline
      S Offline
      StephanJanine
      schrieb am zuletzt editiert von
      #4698

      Hi,

      kann mir einer sagen wie ich bei dem Flot Chart die x und y achse beschriften kann? Also praktisch einmal mit Zeitpunkt wann Datenpunkt geschrieben wurde und einmal dem wert? finde die Einstellung irgendwie nicht.
      Bildschirmfoto 2021-02-01 um 09.20.37.png

      vielen dank

      s.bormannS 1 Antwort Letzte Antwort
      0
      • dslraserD dslraser

        @s-bormann

        Das Blockly zur Adapterüberwachung hat ein Problem. Wenn Adapter deinstalliert werden, dann hagelt es erstmal Fehler. z.B.

        javascript.0	2021-01-28 12:25:16.875	error	(1191) at Object.<anonymous> (script.js.19iQontrol.Adapterliste-iQontrol:541:9)
        javascript.0	2021-01-28 12:25:16.874	error	(1191) at checkAdapters (script.js.19iQontrol.Adapterliste-iQontrol:456:88)
        javascript.0	2021-01-28 12:25:16.874	error	(1191) at subsequenceFromStartLast (script.js.19iQontrol.Adapterliste-iQontrol:395:22)
        javascript.0	2021-01-28 12:25:16.873	error	(1191) script.js.19iQontrol.Adapterliste-iQontrol: TypeError: Cannot read property 'length' of null
        javascript.0	2021-01-28 12:25:16.866	error	(1191) script.js.19iQontrol.Adapterliste-iQontrol: Cannot get _id of null
        javascript.0	2021-01-28 12:25:16.865	warn	(1191) Object "system.adapter.history.0" does not exist
        javascript.0	2021-01-28 12:25:16.864	error	(1191) script.js.19iQontrol.Adapterliste-iQontrol: Cannot get common of null
        javascript.0	2021-01-28 12:25:16.860	warn	(1191) Object "system.adapter.history.0" does not exist
        

        Das nächste Problem, wenn neue Adapter installiert werden, dann bekommt es das Blockly (wenn es läuft) auch nicht mit.
        Bei mir hilft dann nur ein Neustart der JS-Instanz, dann geht es wieder. Sicher wieder irgend so ein Pufferproblem...?

        da_WoodyD Online
        da_WoodyD Online
        da_Woody
        schrieb am zuletzt editiert von
        #4699

        @dslraser said in Test Adapter iQontrol 1.5.x:

        @s-bormann

        Das Blockly zur Adapterüberwachung hat ein Problem. Wenn Adapter deinstalliert werden, dann hagelt es erstmal Fehler. z.B.

        javascript.0	2021-01-28 12:25:16.875	error	(1191) at Object.<anonymous> (script.js.19iQontrol.Adapterliste-iQontrol:541:9)
        javascript.0	2021-01-28 12:25:16.874	error	(1191) at checkAdapters (script.js.19iQontrol.Adapterliste-iQontrol:456:88)
        javascript.0	2021-01-28 12:25:16.874	error	(1191) at subsequenceFromStartLast (script.js.19iQontrol.Adapterliste-iQontrol:395:22)
        javascript.0	2021-01-28 12:25:16.873	error	(1191) script.js.19iQontrol.Adapterliste-iQontrol: TypeError: Cannot read property 'length' of null
        javascript.0	2021-01-28 12:25:16.866	error	(1191) script.js.19iQontrol.Adapterliste-iQontrol: Cannot get _id of null
        javascript.0	2021-01-28 12:25:16.865	warn	(1191) Object "system.adapter.history.0" does not exist
        javascript.0	2021-01-28 12:25:16.864	error	(1191) script.js.19iQontrol.Adapterliste-iQontrol: Cannot get common of null
        javascript.0	2021-01-28 12:25:16.860	warn	(1191) Object "system.adapter.history.0" does not exist
        

        Das nächste Problem, wenn neue Adapter installiert werden, dann bekommt es das Blockly (wenn es läuft) auch nicht mit.
        Bei mir hilft dann nur ein Neustart der JS-Instanz, dann geht es wieder. Sicher wieder irgend so ein Pufferproblem...?

        genau darüber bin ich gestern auch gestolpert. ist mir aufgefallen, da ich einen der 3d-drucker gestartet hab und trotzdem beide instanzen moniert wurden. (octoprint.0 grün) stop/start hat nichts gebracht, außer der fehler. objekte gelöscht, blockly neu importiert (mit instanzen nummern), DP werden angelegt, aber nicht befüllt.
        erst der neustart von javascript.0 hats gelöst.

        gruß vom Woody
        HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

        dslraserD 1 Antwort Letzte Antwort
        0
        • da_WoodyD da_Woody

          @dslraser said in Test Adapter iQontrol 1.5.x:

          @s-bormann

          Das Blockly zur Adapterüberwachung hat ein Problem. Wenn Adapter deinstalliert werden, dann hagelt es erstmal Fehler. z.B.

          javascript.0	2021-01-28 12:25:16.875	error	(1191) at Object.<anonymous> (script.js.19iQontrol.Adapterliste-iQontrol:541:9)
          javascript.0	2021-01-28 12:25:16.874	error	(1191) at checkAdapters (script.js.19iQontrol.Adapterliste-iQontrol:456:88)
          javascript.0	2021-01-28 12:25:16.874	error	(1191) at subsequenceFromStartLast (script.js.19iQontrol.Adapterliste-iQontrol:395:22)
          javascript.0	2021-01-28 12:25:16.873	error	(1191) script.js.19iQontrol.Adapterliste-iQontrol: TypeError: Cannot read property 'length' of null
          javascript.0	2021-01-28 12:25:16.866	error	(1191) script.js.19iQontrol.Adapterliste-iQontrol: Cannot get _id of null
          javascript.0	2021-01-28 12:25:16.865	warn	(1191) Object "system.adapter.history.0" does not exist
          javascript.0	2021-01-28 12:25:16.864	error	(1191) script.js.19iQontrol.Adapterliste-iQontrol: Cannot get common of null
          javascript.0	2021-01-28 12:25:16.860	warn	(1191) Object "system.adapter.history.0" does not exist
          

          Das nächste Problem, wenn neue Adapter installiert werden, dann bekommt es das Blockly (wenn es läuft) auch nicht mit.
          Bei mir hilft dann nur ein Neustart der JS-Instanz, dann geht es wieder. Sicher wieder irgend so ein Pufferproblem...?

          genau darüber bin ich gestern auch gestolpert. ist mir aufgefallen, da ich einen der 3d-drucker gestartet hab und trotzdem beide instanzen moniert wurden. (octoprint.0 grün) stop/start hat nichts gebracht, außer der fehler. objekte gelöscht, blockly neu importiert (mit instanzen nummern), DP werden angelegt, aber nicht befüllt.
          erst der neustart von javascript.0 hats gelöst.

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

          @da_woody sagte in Test Adapter iQontrol 1.5.x:

          genau darüber bin ich gestern auch gestolpert. ist mir aufgefallen, da ich einen der 3d-drucker gestartet hab und trotzdem beide instanzen moniert wurden. (octoprint.0 grün) stop/start hat nichts gebracht, außer der fehler. objekte gelöscht, blockly neu importiert (mit instanzen nummern), DP werden angelegt, aber nicht befüllt.
          erst der neustart von javascript.0 hats gelöst.

          @s-bormann

          Ich habe mal bissl rum probiert was den Neustart einer JS Instanz angeht, wenn ein Adapter oder eine Adapter Instanz nicht mehr existiert, damit das Blockly dann weiter arbeitet. Ich habe nur noch nicht die Stelle in Deinem Blockly gefunden, an der man es so "ähnlich" wie das hier einbauen könnte. In diesem Beispiel wird geprüft ob system.adapter.iqontrol.1 existiert, wenn nicht, dann wird die iQontrol.0 neu gestartet. (Ich habe iQontrol.0 Neustart nur zum testen genommen, damit mir nicht immer die JS Instanz neu startet, geht aber auch mit einer JS Instanz)

          Bildschirmfoto 2021-02-01 um 13.10.05.png

          <xml xmlns="https://developers.google.com/blockly/xml">
           <variables>
             <variable id="Kin_d{P!1pKMo+5cZU`O">Instanz</variable>
             <variable id="b/PDv/D$qo]b|JPj@BAK">start</variable>
             <variable id=",j4pW-+`o0`$it)x%87p">id</variable>
             <variable id="zo1Op7v|*wc4=aE`p65c">adapter</variable>
           </variables>
           <block type="procedures_defcustomnoreturn" id="`HD|n)F.zEhjAS[_Ha*9" disabled="true" x="13" y="13">
             <mutation statements="false">
               <arg name="Instanz" varid="Kin_d{P!1pKMo+5cZU`O"></arg>
               <arg name="start" varid="b/PDv/D$qo]b|JPj@BAK"></arg>
             </mutation>
             <field name="NAME">Adapter_start_stop</field>
             <field name="SCRIPT">ZXh0ZW5kT2JqZWN0KCdzeXN0ZW0uYWRhcHRlci4nICsgSW5zdGFueiwge2NvbW1vbjoge2VuYWJsZWQ6IHN0YXJ0fX0pOw==</field>
             <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
           </block>
           <block type="procedures_defcustomnoreturn" id="ah/A{b.V+X!ZYAf:RS[E" x="13" y="63">
             <mutation statements="false">
               <arg name="Instanz" varid="Kin_d{P!1pKMo+5cZU`O"></arg>
             </mutation>
             <field name="NAME">Adapter_neustart</field>
             <field name="SCRIPT">ZXh0ZW5kT2JqZWN0KCdzeXN0ZW0uYWRhcHRlci4nICsgSW5zdGFueiwge2NvbW1vbjoge2VuYWJsZWQ6IHRydWV9fSk7</field>
             <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
           </block>
           <block type="procedures_defcustomreturn" id="o:pnwUjsAZo^uRO[{Odn" x="13" y="113">
             <mutation statements="false">
               <arg name="id" varid=",j4pW-+`o0`$it)x%87p"></arg>
             </mutation>
             <field name="NAME">checkAdapterExist</field>
             <field name="SCRIPT">aWYgKCFleGlzdHNPYmplY3QoaWQpKSByZXR1cm4gJ0FkYXB0ZXIgZXhpc3RpZXJ0IG5pY2h0ICEn</field>
             <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
           </block>
           <block type="procedures_callcustomnoreturn" id="ih~h61Q(ObZv?~_lB4)0" disabled="true" x="13" y="163">
             <mutation name="Adapter_start_stop">
               <arg name="Instanz"></arg>
               <arg name="start"></arg>
             </mutation>
             <value name="ARG0">
               <block type="text" id="%zVo=K]Eh*18L:d2HupD">
                 <field name="TEXT">iqontrol.0</field>
               </block>
             </value>
             <value name="ARG1">
               <block type="logic_boolean" id="f9;bz|~4KqI9RDyGrziD">
                 <field name="BOOL">TRUE</field>
               </block>
             </value>
             <next>
               <block type="procedures_callcustomnoreturn" id="8}!J;SmVluH$9uh{.EaU" disabled="true">
                 <mutation name="Adapter_neustart">
                   <arg name="Instanz"></arg>
                 </mutation>
                 <value name="ARG0">
                   <block type="variables_get" id="@4X}Mh%VsnLhu|oU9@/w">
                     <field name="VAR" id="Kin_d{P!1pKMo+5cZU`O">Instanz</field>
                   </block>
                 </value>
                 <next>
                   <block type="variables_set" id="1nG-0,2cO~CsBA4G-Z74">
                     <field name="VAR" id="Kin_d{P!1pKMo+5cZU`O">Instanz</field>
                     <value name="VALUE">
                       <block type="text" id="3E(K)Q(J55__4KbbW[7{">
                         <field name="TEXT">iqontrol.0</field>
                       </block>
                     </value>
                     <next>
                       <block type="variables_set" id="x0eDM%ULXd(nC!4Plh6z">
                         <field name="VAR" id="zo1Op7v|*wc4=aE`p65c">adapter</field>
                         <value name="VALUE">
                           <block type="text" id="l/JOlY7phs)D9`dAgJ49">
                             <field name="TEXT">system.adapter.iqontrol.1</field>
                           </block>
                         </value>
                         <next>
                           <block type="controls_if" id="@3C8CHwMC|AXv|,aH##!">
                             <value name="IF0">
                               <block type="procedures_callcustomreturn" id="$INpYC`X+YC#8X$2yNsY" inline="true">
                                 <mutation name="checkAdapterExist">
                                   <arg name="id"></arg>
                                 </mutation>
                                 <value name="ARG0">
                                   <block type="variables_get" id="qH!fd2Tz;!-|AZZ3;B9R">
                                     <field name="VAR" id="zo1Op7v|*wc4=aE`p65c">adapter</field>
                                   </block>
                                 </value>
                               </block>
                             </value>
                             <statement name="DO0">
                               <block type="debug" id="rv#oca6XFE!?a]c{;^Vg">
                                 <field name="Severity">warn</field>
                                 <value name="TEXT">
                                   <shadow type="text" id="1^Y@sA2-4)r5ERoHZtZI">
                                     <field name="TEXT">test</field>
                                   </shadow>
                                   <block type="procedures_callcustomreturn" id="[/Kn}mQPOXsx+[RD[r50" inline="true">
                                     <mutation name="checkAdapterExist">
                                       <arg name="id"></arg>
                                     </mutation>
                                     <value name="ARG0">
                                       <block type="variables_get" id=".?HECVWZ7^5gi89t0Q=x">
                                         <field name="VAR" id="zo1Op7v|*wc4=aE`p65c">adapter</field>
                                       </block>
                                     </value>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="procedures_callcustomnoreturn" id="E-#dEn8@)M)~ouw3P.G`">
                                     <mutation name="Adapter_neustart">
                                       <arg name="Instanz"></arg>
                                     </mutation>
                                     <value name="ARG0">
                                       <block type="variables_get" id="`;p1^T3pR+``)zh7aF;0">
                                         <field name="VAR" id="Kin_d{P!1pKMo+5cZU`O">Instanz</field>
                                       </block>
                                     </value>
                                     <next>
                                       <block type="debug" id="2wJ~{q(uRg9-0NYo/HHA">
                                         <field name="Severity">warn</field>
                                         <value name="TEXT">
                                           <shadow type="text" id="Zo@aFR,~(X0D!E/zJRX!">
                                             <field name="TEXT">iQontrol.0 startet neu !</field>
                                           </shadow>
                                         </value>
                                       </block>
                                     </next>
                                   </block>
                                 </next>
                               </block>
                             </statement>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </next>
           </block>
          </xml>
          

          1 Antwort Letzte Antwort
          1
          • M martinschm

            @luder said in Test Adapter iQontrol 1.5.x:

            Habe mal eine Frage:

            • würde gerne einen Temperatur u. Feuchtewert mit sehr großer Schriftart in einer Kachel darstellen, d.h. die Kachel enthält dann nur formatfüllend den Temperaturwert als Zahl. Da ich unter den Einstellungen der Kachel nichts gefunden habe, wollte ich es mit HTML (BACKGROUND_HTML) lösen. Das funktioniert aber nicht. Der wird mir nur als Klartext dargestellt. Als HTML habe ich folgendes verwendet:
            <table>
            <tbody>
            <tr>
            <td>Luftfeuchtigkeit</td>
            <td style="text-align: right;">{zigbee.0.001d0002323276.humidity}</td>
            </tr>
            <tr>
            <td>Lufttemperatur</td>
            <td style="text-align: right;">{zigbee.0.00150002323276.temperature}</td>
            </tr>
            </tbody>
            </table>
            

            Mache ich da irgendwas falsch?

            Fehlt das nicht der Teil mit <html> <head> </head> <body> usw, das es eine komplette HTML Seite ist?

            L Offline
            L Offline
            luder
            schrieb am zuletzt editiert von
            #4701

            @martinschm Das geht leider auch nicht

            1 Antwort Letzte Antwort
            0
            • L Offline
              L Offline
              luder
              schrieb am zuletzt editiert von
              #4702

              Eigentlich suche ich solche Kacheln, wo man die Datenpunkte dann relativ groß (für Wandablet) anzeigen kann. Geht das auch dirkt mit dem iqontrol oder nur über Umwege über eingebundene HTML Seiten

              d43dd508-1b8c-452d-82a3-0ca2d8e35b77-grafik.png

              F da_WoodyD 2 Antworten Letzte Antwort
              0
              • L luder

                Eigentlich suche ich solche Kacheln, wo man die Datenpunkte dann relativ groß (für Wandablet) anzeigen kann. Geht das auch dirkt mit dem iqontrol oder nur über Umwege über eingebundene HTML Seiten

                d43dd508-1b8c-452d-82a3-0ca2d8e35b77-grafik.png

                F Offline
                F Offline
                fredje
                schrieb am zuletzt editiert von
                #4703

                @luder Hi, befasse mich erst seit kurzem mit iqontrol und habe folgendes Problem. Meine Homatic Geräte habe ich über den fhem Adapter in iobroker eingebunden.
                Nun möchte in der Termostat Kachel angezeigt bekommen wenn das Fenster geöffnet ist. Um dies zu erreichen habe ich den Datenpunkt "winOpenReporting" mit dem iqontrol WINDOW_OPEN_REPORTING verknüpft. Leider funktioniert dies nicht. Kann das damit zusammenhängen das im "winOpenReporting" Datenpunkt der Wert "on" oder "off" gesetzt wird und nicht "false" oder "true" wie in derBeschreibung der Thermostat Rolle angegeben ist.

                Danke

                s.bormannS 1 Antwort Letzte Antwort
                0
                • s.bormannS s.bormann

                  @docgame sagte in Test Adapter iQontrol 1.5.x:

                  @s-bormann Werde ich morgen machen. Ich bin schon mal an der Entwicklerconsole gescheitert. F12 ist klar aber welche Einstellung ich zum loggen anwählen muss habe ich noch nicht herausgefunden (Debugger, Laufzeitanalyse oder was anderes?)
                  Bis morgen

                  Einfach im Fenster "Console" schauen, ob es Fehler gibt, dann Screenshot. In der readme auf Github ist unter troubleshooting eine bebilderte Anleitung. VG!

                  D Offline
                  D Offline
                  DocGame
                  schrieb am zuletzt editiert von DocGame
                  #4704

                  @s-bormann Als Warnung kam nach der Farbauswahl, dem OK und dem Speichern nur das:
                  Warnung.JPG
                  Warnung1.JPG
                  Reicht das?

                  s.bormannS 1 Antwort Letzte Antwort
                  0
                  • L luder

                    Eigentlich suche ich solche Kacheln, wo man die Datenpunkte dann relativ groß (für Wandablet) anzeigen kann. Geht das auch dirkt mit dem iqontrol oder nur über Umwege über eingebundene HTML Seiten

                    d43dd508-1b8c-452d-82a3-0ca2d8e35b77-grafik.png

                    da_WoodyD Online
                    da_WoodyD Online
                    da_Woody
                    schrieb am zuletzt editiert von
                    #4705

                    @luder das hat ja nichts mit den kacheln zu tun. du kannst die schriftgrößen selber definieren.
                    da muss du ein bisschen rumspielen wie es dir dann gefällt. in den optionen findest du einstellungen bis zum abwinken...

                    gruß vom Woody
                    HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                    L 1 Antwort Letzte Antwort
                    0
                    • S siedi

                      @kassmann mal auf die Schnelle:

                      • Name des Geräts:
                        Müllabfuhr|{trashschedule.0.next.typesText}
                      • Gerätetyp:
                        Wert
                      • State:
                        javascript.0.trashschedule.nextDateCustom (wird über blockly geschrieben)
                      • HTML:
                        javascript.0.trashschedule.typesHtml (wird auch über blockly geschrieben)
                        Bei den Optionen:
                      • Icon an/aus:
                        ./images/icons/blank.png|./../iqontrol.meta/userimages/usericons/{trashschedule.0.next.typesText}.png
                        Die Icons dann noch hochladen (hängen an). Wichtig ist, dass die genauso heissen, wie der "typesText" aus dem trashschedule. Bei Umlauten ist das etwas frickelig, hat irgendwann funktioniert.
                      • Bedingung für aktive Kachel: Habe ich noch gesetzt, wenn Tag = 1, damit das dann etwas hervorsticht.
                        State ID auf trashschedule.0.next.daysLeft und dann Bedinungswert auf 1
                      • XML für blockly hängt auch anbei
                        trashschedule.xml
                      • Der Vollständigkeitshalber hier noch ein Screenshot meiner Abfalltypen (die Farben dort werden für das HTML verwendet):
                        Bildschirmfoto 2021-01-03 um 11.47.37.png
                        Hoffe, ich hab nichts vergessen und es läuft so. Freu mich über Feedback und Optimierungen 🙂

                      LG
                      Siedi

                      Gelber Sack.png
                      Bioabfall.png
                      Papiertonne.png
                      Restmüll.png

                      I Offline
                      I Offline
                      IanS
                      schrieb am zuletzt editiert von
                      #4706

                      @siedi

                      Hallo,

                      ich bin gerade über deinen Müllkalender gestolpert.
                      Leider kann ich das Blockly nicht importieren.
                      Ich bekomme immer eine Fehlermeldung.Bildschirmfoto 2021-02-01 um 19.33.24.png
                      Hast du oder jemand anderes eine Idee dazu?

                      Gruß

                      FloH

                      dslraserD 1 Antwort Letzte Antwort
                      0
                      • B Offline
                        B Offline
                        blackeagle998
                        schrieb am zuletzt editiert von blackeagle998
                        #4707

                        @s-bormann
                        Gibt es auch die Möglichkeit einen REGEXP zu subscriben?
                        Mit der getStateSubscribe scheint das nicht zu funktionieren.

                        Gerade bei Strukturen unterhalb von 0_userdata.0.* wo ständig neue hinzukommen bzw. alte gelöscht werden, wäre es schön, auf die obere Ebene subscriben zu können, ohne jeden einzelnen State angeben zu müssen 🙂

                        s.bormannS 1 Antwort Letzte Antwort
                        0
                        • I IanS

                          @siedi

                          Hallo,

                          ich bin gerade über deinen Müllkalender gestolpert.
                          Leider kann ich das Blockly nicht importieren.
                          Ich bekomme immer eine Fehlermeldung.Bildschirmfoto 2021-02-01 um 19.33.24.png
                          Hast du oder jemand anderes eine Idee dazu?

                          Gruß

                          FloH

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

                          @ians sagte in Test Adapter iQontrol 1.5.x:

                          Hast du oder jemand anderes eine Idee dazu?

                          von wo hast Du denn das Blockly was sich nicht importieren lässt ? Ich habe es gerade probiert, der Import funktioniert bei mir.
                          Ich habe es von der Wiki Seite

                          <xml xmlns="https://developers.google.com/blockly/xml">
                           <variables>
                             <variable id="D*]zCynPnJHien4@k(`_">html</variable>
                             <variable id="yWH*YxoaAz;uaUBPJi}B">json</variable>
                             <variable id="wR*)5=uku_vjQiIm0jgI">trashEntry</variable>
                           </variables>
                           <block type="comment" id="*Jt^l(VTUWvM(cb8jS$~" x="-88" y="87">
                             <field name="COMMENT">Initialize</field>
                             <next>
                               <block type="create" id="OvlHapT24x;#rP1KUckD">
                                 <field name="NAME">trashschedule.typesHtml</field>
                                 <value name="VALUE">
                                   <block type="text" id="TUCG?C6PFLlSM@~A0bIY">
                                     <field name="TEXT">-</field>
                                   </block>
                                 </value>
                                 <value name="COMMON">
                                   <block type="text" id="]O}T~!quZn6?P.$HCKG@">
                                     <field name="TEXT">{"name": "Types as HTML", "read": true, "write": false, "unit": ""}</field>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="create" id="PWnlQ:Ocfk(5]6#[o6EI">
                                     <field name="NAME">trashschedule.nextDateCustom</field>
                                     <value name="VALUE">
                                       <block type="text" id="|^03X|C?%(9$U-U0uBvq">
                                         <field name="TEXT">-</field>
                                       </block>
                                     </value>
                                     <value name="COMMON">
                                       <block type="text" id=")q;}Oh;|2`t$cJqZ@),t">
                                         <field name="TEXT">{"name": "Next date custom format", "read": true, "write": false, "unit": "", "type": "string"}</field>
                                       </block>
                                     </value>
                                     <next>
                                       <block type="comment" id="M@{5e1$j(s.w72vq)Z)$">
                                         <field name="COMMENT">Create Trigger</field>
                                         <next>
                                           <block type="on_ext" id=";DuJah]lOOMR}K9?/Wix">
                                             <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                             <field name="CONDITION">ne</field>
                                             <field name="ACK_CONDITION"></field>
                                             <value name="OID0">
                                               <shadow type="field_oid" id="o#/t1*tsd.NX~,o/XNLZ">
                                                 <field name="oid">trashschedule.0.next.types</field>
                                               </shadow>
                                             </value>
                                             <statement name="STATEMENT">
                                               <block type="procedures_callnoreturn" id="Rn^+BYO|nTp}bbY5`@K_">
                                                 <mutation name="setTrashscheduleHtml"></mutation>
                                                 <next>
                                                   <block type="procedures_callnoreturn" id="[Z!SEjGJ2Vz_yDOTR})d">
                                                     <mutation name="setNextPrintValue"></mutation>
                                                   </block>
                                                 </next>
                                               </block>
                                             </statement>
                                             <next>
                                               <block type="comment" id="I2]ZY+!ly3JtDCDhXE(J">
                                                 <field name="COMMENT">Run once in the beginning</field>
                                                 <next>
                                                   <block type="procedures_callnoreturn" id="eznx$`C~BZZHWH@_G_n{">
                                                     <mutation name="setTrashscheduleHtml"></mutation>
                                                     <next>
                                                       <block type="procedures_callnoreturn" id=";.nr%DJ;]qjpDh;GLpK%">
                                                         <mutation name="setNextPrintValue"></mutation>
                                                         <next>
                                                           <block type="comment" id="ioC{%6=LTv9vXe5i:My*">
                                                             <field name="COMMENT">Don't need a cronjob, trashschedule triggers it</field>
                                                           </block>
                                                         </next>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </next>
                                           </block>
                                         </next>
                                       </block>
                                     </next>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                           <block type="procedures_defnoreturn" id="?3VSJ8nM+!-+eiwRSq7q" x="637" y="88">
                             <field name="NAME">setNextPrintValue</field>
                             <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                             <statement name="STACK">
                               <block type="debug" id="lh^hR8ox1fdrkm(q3e]e">
                                 <field name="Severity">debug</field>
                                 <value name="TEXT">
                                   <shadow type="text" id="jK3p%98VT2=XOcEI5~D}">
                                     <field name="TEXT">Start setNextPrintValue</field>
                                   </shadow>
                                 </value>
                                 <next>
                                   <block type="comment" id="l5`GR$-NXQ9b!3F^,[6w">
                                     <field name="COMMENT">Write result</field>
                                     <next>
                                       <block type="control_ex" id="}nddUO#Lfr1}NWmt(V)[">
                                         <field name="TYPE">true</field>
                                         <field name="CLEAR_RUNNING">FALSE</field>
                                         <value name="OID">
                                           <shadow type="field_oid" id=")QvZ/XGQBW!#xb0IgF-v">
                                             <field name="oid">trashschedule.0.next.date</field>
                                           </shadow>
                                           <block type="field_oid" id="@N5-FU,S=E|!dOCJ+CeF">
                                             <field name="oid">javascript.0.trashschedule.nextDateCustom</field>
                                           </block>
                                         </value>
                                         <value name="VALUE">
                                           <shadow type="logic_boolean" id="rj2U!vAolh^!o2xt]%~r">
                                             <field name="BOOL">TRUE</field>
                                           </shadow>
                                           <block type="convert_from_date" id="]|yK:S%%@/01|Bm:32h(">
                                             <mutation xmlns="http://www.w3.org/1999/xhtml" format="true" language="false"></mutation>
                                             <field name="OPTION">custom</field>
                                             <field name="FORMAT">WW, TT.MM.</field>
                                             <value name="VALUE">
                                               <block type="get_value" id="BAx8^q+6THoM;hamN}~H">
                                                 <field name="ATTR">val</field>
                                                 <field name="OID">trashschedule.0.next.date</field>
                                               </block>
                                             </value>
                                           </block>
                                         </value>
                                         <value name="DELAY_MS">
                                           <shadow type="math_number" id="4qKtH]MlVSBXWsG@d(o+">
                                             <field name="NUM">0</field>
                                           </shadow>
                                         </value>
                                       </block>
                                     </next>
                                   </block>
                                 </next>
                               </block>
                             </statement>
                           </block>
                           <block type="procedures_defnoreturn" id="V6XSW.d7qJ{MHS6OvHE^" x="637" y="387">
                             <field name="NAME">setTrashscheduleHtml</field>
                             <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                             <statement name="STACK">
                               <block type="debug" id="$nT-zd0TdnYAcF6y;|0v">
                                 <field name="Severity">debug</field>
                                 <value name="TEXT">
                                   <shadow type="text" id="@Lm$mq#w~V#VS,`s.ZXM">
                                     <field name="TEXT">Start setTrashscheduleHtml</field>
                                   </shadow>
                                 </value>
                                 <next>
                                   <block type="comment" id="!@PS`IB7Ds-1qt3i,.2L">
                                     <field name="COMMENT">Initialize vars</field>
                                     <next>
                                       <block type="variables_set" id="(P+l0$ANC8J2)CM%yh2$">
                                         <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                         <value name="VALUE">
                                           <block type="text" id="jAM3{IGvC=QUQ1oMy,H]">
                                             <field name="TEXT">&lt;ul&gt;</field>
                                           </block>
                                         </value>
                                         <next>
                                           <block type="variables_set" id="s,Y}4lOj5.@6YTXf}*c:">
                                             <field name="VAR" id="yWH*YxoaAz;uaUBPJi}B">json</field>
                                             <value name="VALUE">
                                               <block type="get_value" id="7UqiHQ;dE$[Xl0pJwvTK">
                                                 <field name="ATTR">val</field>
                                                 <field name="OID">trashschedule.0.type.json</field>
                                               </block>
                                             </value>
                                             <next>
                                               <block type="debug" id="pE}C@MS~W/aHmQ~a9g)$">
                                                 <field name="Severity">debug</field>
                                                 <value name="TEXT">
                                                   <shadow type="text" id="~~Ct!-t%CWV(RZ+[q*J1">
                                                     <field name="TEXT">Starte setzeTrashscheduleHtml</field>
                                                   </shadow>
                                                   <block type="convert_json2object" id="fyG,)*Bc8KpUYZXir{oS">
                                                     <value name="VALUE">
                                                       <block type="variables_get" id="WOX3{gH_tUYvm/XwqZO:">
                                                         <field name="VAR" id="yWH*YxoaAz;uaUBPJi}B">json</field>
                                                       </block>
                                                     </value>
                                                   </block>
                                                 </value>
                                                 <next>
                                                   <block type="comment" id="%zuicH_:=4[iOneYPUvY">
                                                     <field name="COMMENT">Loop through all trash events</field>
                                                     <next>
                                                       <block type="controls_forEach" id="$0a4mt`9H[kr.o{sH`4z">
                                                         <field name="VAR" id="wR*)5=uku_vjQiIm0jgI">trashEntry</field>
                                                         <value name="LIST">
                                                           <block type="convert_json2object" id="Gs5UXIA]pxuq6]m?!gM?">
                                                             <value name="VALUE">
                                                               <block type="variables_get" id="uW8L!$cyji#z,ElON~7g">
                                                                 <field name="VAR" id="yWH*YxoaAz;uaUBPJi}B">json</field>
                                                               </block>
                                                             </value>
                                                           </block>
                                                         </value>
                                                         <statement name="DO">
                                                           <block type="variables_set" id="`/}1Sl8QBzIVs5wy:MYW">
                                                             <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                             <value name="VALUE">
                                                               <block type="text_join" id="kdx_7hTTgQEZ=APV|ZK[">
                                                                 <mutation items="10"></mutation>
                                                                 <value name="ADD0">
                                                                   <block type="variables_get" id="!r[C=Sb@=g=P=@@nm5%c">
                                                                     <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD1">
                                                                   <block type="text" id="c,}CQOvYsVyNj0Req/$c">
                                                                     <field name="TEXT">&lt;li style="color: </field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD2">
                                                                   <block type="get_attr" id="$fho^Zc[HsR{;?e0N!_l">
                                                                     <value name="PATH">
                                                                       <shadow type="text" id="a7~mFhfytO$!wq0{$ap1">
                                                                         <field name="TEXT">_color</field>
                                                                       </shadow>
                                                                     </value>
                                                                     <value name="OBJECT">
                                                                       <block type="variables_get" id="#IEmA!(q7*;Ef@{PS]y$">
                                                                         <field name="VAR" id="wR*)5=uku_vjQiIm0jgI">trashEntry</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD3">
                                                                   <block type="text" id="]F^39LEn]S/tsv/:14,[">
                                                                     <field name="TEXT">"&gt;</field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD4">
                                                                   <block type="get_attr" id="(rr%9O11~,-|kPBItX^A">
                                                                     <value name="PATH">
                                                                       <shadow type="text" id="RR[C-Scv|Q[Vwh)V(?Wi">
                                                                         <field name="TEXT">name</field>
                                                                       </shadow>
                                                                     </value>
                                                                     <value name="OBJECT">
                                                                       <block type="variables_get" id="$V(h9.h-yu!wK[-}v+mq">
                                                                         <field name="VAR" id="wR*)5=uku_vjQiIm0jgI">trashEntry</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD5">
                                                                   <block type="text" id="$]@vOxr+Vmd0%}dhpbT;">
                                                                     <field name="TEXT">: </field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD6">
                                                                   <block type="convert_from_date" id="^XTU27Sg=Z$*@ML^n*|K">
                                                                     <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="true"></mutation>
                                                                     <field name="OPTION">wdt</field>
                                                                     <field name="LANGUAGE">de</field>
                                                                     <value name="VALUE">
                                                                       <block type="get_attr" id="pgea]xY{yQbf7iOZba]J">
                                                                         <value name="PATH">
                                                                           <shadow type="text" id="P0b4q8}EcRNv~g)]$Ex0">
                                                                             <field name="TEXT">nextDate</field>
                                                                           </shadow>
                                                                         </value>
                                                                         <value name="OBJECT">
                                                                           <block type="variables_get" id=",93=rk^vd~2}/(lNJSo[">
                                                                             <field name="VAR" id="wR*)5=uku_vjQiIm0jgI">trashEntry</field>
                                                                           </block>
                                                                         </value>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD7">
                                                                   <block type="text" id="zqpk6D`e3UQuuvuy3iEt">
                                                                     <field name="TEXT"> in </field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD8">
                                                                   <block type="get_attr" id="Wo$5R|yh~(moH(!LJ~ig">
                                                                     <value name="PATH">
                                                                       <shadow type="text" id="P$/4n1AlQ}HSx#8C;Me]">
                                                                         <field name="TEXT">daysLeft</field>
                                                                       </shadow>
                                                                     </value>
                                                                     <value name="OBJECT">
                                                                       <block type="variables_get" id=":Up!*)%}3@4KZwSF}8$g">
                                                                         <field name="VAR" id="wR*)5=uku_vjQiIm0jgI">trashEntry</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD9">
                                                                   <block type="text" id="_#S5+g!RA#HY*%XP108f">
                                                                     <field name="TEXT"> Tage&lt;/li&gt;</field>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                           </block>
                                                         </statement>
                                                         <next>
                                                           <block type="variables_set" id="9WQ80UW,COFv+D$)[mmx">
                                                             <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                             <value name="VALUE">
                                                               <block type="text_join" id="E@?:4CmE2Vf`BZ~82//W">
                                                                 <mutation items="2"></mutation>
                                                                 <value name="ADD0">
                                                                   <block type="variables_get" id="9z8h_5Zn|9pRBrn[p#@n">
                                                                     <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD1">
                                                                   <block type="text" id="m*1yu^)7Pf^{9QlP3*RU">
                                                                     <field name="TEXT">&lt;/ul&gt;</field>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                             <next>
                                                               <block type="debug" id="BN!#Xw]%keVb{:lO[Xth">
                                                                 <field name="Severity">debug</field>
                                                                 <value name="TEXT">
                                                                   <shadow type="text" id="M{Fd#=8jL0860F=wU8~5">
                                                                     <field name="TEXT">test</field>
                                                                   </shadow>
                                                                   <block type="variables_get" id="J$kZ9sT8545)%{#xm{G`">
                                                                     <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                                   </block>
                                                                 </value>
                                                                 <next>
                                                                   <block type="comment" id="~@%*0[4pAleCR}|SPeK/">
                                                                     <field name="COMMENT">Write result</field>
                                                                     <next>
                                                                       <block type="control_ex" id="fTz+yCo]=zzK~t~en.k@">
                                                                         <field name="TYPE">true</field>
                                                                         <field name="CLEAR_RUNNING">FALSE</field>
                                                                         <value name="OID">
                                                                           <shadow type="field_oid" id="2!qMViY~_o(rld0#1?.G">
                                                                             <field name="oid">javascript.0.trashschedule.typesHtml</field>
                                                                           </shadow>
                                                                         </value>
                                                                         <value name="VALUE">
                                                                           <shadow type="logic_boolean" id="y1?Vt0,[4kyY6i+{JUO$">
                                                                             <field name="BOOL">TRUE</field>
                                                                           </shadow>
                                                                           <block type="variables_get" id="6bm:FOU/bv!h|FyKE[r^">
                                                                             <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="DELAY_MS">
                                                                           <shadow type="math_number" id="Vg|kT:4M:+~EJG$SS0ma">
                                                                             <field name="NUM">0</field>
                                                                           </shadow>
                                                                         </value>
                                                                       </block>
                                                                     </next>
                                                                   </block>
                                                                 </next>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </next>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </next>
                                           </block>
                                         </next>
                                       </block>
                                     </next>
                                   </block>
                                 </next>
                               </block>
                             </statement>
                           </block>
                          </xml>
                          

                          da_WoodyD I 2 Antworten Letzte Antwort
                          0
                          • dslraserD dslraser

                            @ians sagte in Test Adapter iQontrol 1.5.x:

                            Hast du oder jemand anderes eine Idee dazu?

                            von wo hast Du denn das Blockly was sich nicht importieren lässt ? Ich habe es gerade probiert, der Import funktioniert bei mir.
                            Ich habe es von der Wiki Seite

                            <xml xmlns="https://developers.google.com/blockly/xml">
                             <variables>
                               <variable id="D*]zCynPnJHien4@k(`_">html</variable>
                               <variable id="yWH*YxoaAz;uaUBPJi}B">json</variable>
                               <variable id="wR*)5=uku_vjQiIm0jgI">trashEntry</variable>
                             </variables>
                             <block type="comment" id="*Jt^l(VTUWvM(cb8jS$~" x="-88" y="87">
                               <field name="COMMENT">Initialize</field>
                               <next>
                                 <block type="create" id="OvlHapT24x;#rP1KUckD">
                                   <field name="NAME">trashschedule.typesHtml</field>
                                   <value name="VALUE">
                                     <block type="text" id="TUCG?C6PFLlSM@~A0bIY">
                                       <field name="TEXT">-</field>
                                     </block>
                                   </value>
                                   <value name="COMMON">
                                     <block type="text" id="]O}T~!quZn6?P.$HCKG@">
                                       <field name="TEXT">{"name": "Types as HTML", "read": true, "write": false, "unit": ""}</field>
                                     </block>
                                   </value>
                                   <next>
                                     <block type="create" id="PWnlQ:Ocfk(5]6#[o6EI">
                                       <field name="NAME">trashschedule.nextDateCustom</field>
                                       <value name="VALUE">
                                         <block type="text" id="|^03X|C?%(9$U-U0uBvq">
                                           <field name="TEXT">-</field>
                                         </block>
                                       </value>
                                       <value name="COMMON">
                                         <block type="text" id=")q;}Oh;|2`t$cJqZ@),t">
                                           <field name="TEXT">{"name": "Next date custom format", "read": true, "write": false, "unit": "", "type": "string"}</field>
                                         </block>
                                       </value>
                                       <next>
                                         <block type="comment" id="M@{5e1$j(s.w72vq)Z)$">
                                           <field name="COMMENT">Create Trigger</field>
                                           <next>
                                             <block type="on_ext" id=";DuJah]lOOMR}K9?/Wix">
                                               <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                               <field name="CONDITION">ne</field>
                                               <field name="ACK_CONDITION"></field>
                                               <value name="OID0">
                                                 <shadow type="field_oid" id="o#/t1*tsd.NX~,o/XNLZ">
                                                   <field name="oid">trashschedule.0.next.types</field>
                                                 </shadow>
                                               </value>
                                               <statement name="STATEMENT">
                                                 <block type="procedures_callnoreturn" id="Rn^+BYO|nTp}bbY5`@K_">
                                                   <mutation name="setTrashscheduleHtml"></mutation>
                                                   <next>
                                                     <block type="procedures_callnoreturn" id="[Z!SEjGJ2Vz_yDOTR})d">
                                                       <mutation name="setNextPrintValue"></mutation>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </statement>
                                               <next>
                                                 <block type="comment" id="I2]ZY+!ly3JtDCDhXE(J">
                                                   <field name="COMMENT">Run once in the beginning</field>
                                                   <next>
                                                     <block type="procedures_callnoreturn" id="eznx$`C~BZZHWH@_G_n{">
                                                       <mutation name="setTrashscheduleHtml"></mutation>
                                                       <next>
                                                         <block type="procedures_callnoreturn" id=";.nr%DJ;]qjpDh;GLpK%">
                                                           <mutation name="setNextPrintValue"></mutation>
                                                           <next>
                                                             <block type="comment" id="ioC{%6=LTv9vXe5i:My*">
                                                               <field name="COMMENT">Don't need a cronjob, trashschedule triggers it</field>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </next>
                                             </block>
                                           </next>
                                         </block>
                                       </next>
                                     </block>
                                   </next>
                                 </block>
                               </next>
                             </block>
                             <block type="procedures_defnoreturn" id="?3VSJ8nM+!-+eiwRSq7q" x="637" y="88">
                               <field name="NAME">setNextPrintValue</field>
                               <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                               <statement name="STACK">
                                 <block type="debug" id="lh^hR8ox1fdrkm(q3e]e">
                                   <field name="Severity">debug</field>
                                   <value name="TEXT">
                                     <shadow type="text" id="jK3p%98VT2=XOcEI5~D}">
                                       <field name="TEXT">Start setNextPrintValue</field>
                                     </shadow>
                                   </value>
                                   <next>
                                     <block type="comment" id="l5`GR$-NXQ9b!3F^,[6w">
                                       <field name="COMMENT">Write result</field>
                                       <next>
                                         <block type="control_ex" id="}nddUO#Lfr1}NWmt(V)[">
                                           <field name="TYPE">true</field>
                                           <field name="CLEAR_RUNNING">FALSE</field>
                                           <value name="OID">
                                             <shadow type="field_oid" id=")QvZ/XGQBW!#xb0IgF-v">
                                               <field name="oid">trashschedule.0.next.date</field>
                                             </shadow>
                                             <block type="field_oid" id="@N5-FU,S=E|!dOCJ+CeF">
                                               <field name="oid">javascript.0.trashschedule.nextDateCustom</field>
                                             </block>
                                           </value>
                                           <value name="VALUE">
                                             <shadow type="logic_boolean" id="rj2U!vAolh^!o2xt]%~r">
                                               <field name="BOOL">TRUE</field>
                                             </shadow>
                                             <block type="convert_from_date" id="]|yK:S%%@/01|Bm:32h(">
                                               <mutation xmlns="http://www.w3.org/1999/xhtml" format="true" language="false"></mutation>
                                               <field name="OPTION">custom</field>
                                               <field name="FORMAT">WW, TT.MM.</field>
                                               <value name="VALUE">
                                                 <block type="get_value" id="BAx8^q+6THoM;hamN}~H">
                                                   <field name="ATTR">val</field>
                                                   <field name="OID">trashschedule.0.next.date</field>
                                                 </block>
                                               </value>
                                             </block>
                                           </value>
                                           <value name="DELAY_MS">
                                             <shadow type="math_number" id="4qKtH]MlVSBXWsG@d(o+">
                                               <field name="NUM">0</field>
                                             </shadow>
                                           </value>
                                         </block>
                                       </next>
                                     </block>
                                   </next>
                                 </block>
                               </statement>
                             </block>
                             <block type="procedures_defnoreturn" id="V6XSW.d7qJ{MHS6OvHE^" x="637" y="387">
                               <field name="NAME">setTrashscheduleHtml</field>
                               <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                               <statement name="STACK">
                                 <block type="debug" id="$nT-zd0TdnYAcF6y;|0v">
                                   <field name="Severity">debug</field>
                                   <value name="TEXT">
                                     <shadow type="text" id="@Lm$mq#w~V#VS,`s.ZXM">
                                       <field name="TEXT">Start setTrashscheduleHtml</field>
                                     </shadow>
                                   </value>
                                   <next>
                                     <block type="comment" id="!@PS`IB7Ds-1qt3i,.2L">
                                       <field name="COMMENT">Initialize vars</field>
                                       <next>
                                         <block type="variables_set" id="(P+l0$ANC8J2)CM%yh2$">
                                           <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                           <value name="VALUE">
                                             <block type="text" id="jAM3{IGvC=QUQ1oMy,H]">
                                               <field name="TEXT">&lt;ul&gt;</field>
                                             </block>
                                           </value>
                                           <next>
                                             <block type="variables_set" id="s,Y}4lOj5.@6YTXf}*c:">
                                               <field name="VAR" id="yWH*YxoaAz;uaUBPJi}B">json</field>
                                               <value name="VALUE">
                                                 <block type="get_value" id="7UqiHQ;dE$[Xl0pJwvTK">
                                                   <field name="ATTR">val</field>
                                                   <field name="OID">trashschedule.0.type.json</field>
                                                 </block>
                                               </value>
                                               <next>
                                                 <block type="debug" id="pE}C@MS~W/aHmQ~a9g)$">
                                                   <field name="Severity">debug</field>
                                                   <value name="TEXT">
                                                     <shadow type="text" id="~~Ct!-t%CWV(RZ+[q*J1">
                                                       <field name="TEXT">Starte setzeTrashscheduleHtml</field>
                                                     </shadow>
                                                     <block type="convert_json2object" id="fyG,)*Bc8KpUYZXir{oS">
                                                       <value name="VALUE">
                                                         <block type="variables_get" id="WOX3{gH_tUYvm/XwqZO:">
                                                           <field name="VAR" id="yWH*YxoaAz;uaUBPJi}B">json</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <next>
                                                     <block type="comment" id="%zuicH_:=4[iOneYPUvY">
                                                       <field name="COMMENT">Loop through all trash events</field>
                                                       <next>
                                                         <block type="controls_forEach" id="$0a4mt`9H[kr.o{sH`4z">
                                                           <field name="VAR" id="wR*)5=uku_vjQiIm0jgI">trashEntry</field>
                                                           <value name="LIST">
                                                             <block type="convert_json2object" id="Gs5UXIA]pxuq6]m?!gM?">
                                                               <value name="VALUE">
                                                                 <block type="variables_get" id="uW8L!$cyji#z,ElON~7g">
                                                                   <field name="VAR" id="yWH*YxoaAz;uaUBPJi}B">json</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <statement name="DO">
                                                             <block type="variables_set" id="`/}1Sl8QBzIVs5wy:MYW">
                                                               <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                               <value name="VALUE">
                                                                 <block type="text_join" id="kdx_7hTTgQEZ=APV|ZK[">
                                                                   <mutation items="10"></mutation>
                                                                   <value name="ADD0">
                                                                     <block type="variables_get" id="!r[C=Sb@=g=P=@@nm5%c">
                                                                       <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD1">
                                                                     <block type="text" id="c,}CQOvYsVyNj0Req/$c">
                                                                       <field name="TEXT">&lt;li style="color: </field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD2">
                                                                     <block type="get_attr" id="$fho^Zc[HsR{;?e0N!_l">
                                                                       <value name="PATH">
                                                                         <shadow type="text" id="a7~mFhfytO$!wq0{$ap1">
                                                                           <field name="TEXT">_color</field>
                                                                         </shadow>
                                                                       </value>
                                                                       <value name="OBJECT">
                                                                         <block type="variables_get" id="#IEmA!(q7*;Ef@{PS]y$">
                                                                           <field name="VAR" id="wR*)5=uku_vjQiIm0jgI">trashEntry</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD3">
                                                                     <block type="text" id="]F^39LEn]S/tsv/:14,[">
                                                                       <field name="TEXT">"&gt;</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD4">
                                                                     <block type="get_attr" id="(rr%9O11~,-|kPBItX^A">
                                                                       <value name="PATH">
                                                                         <shadow type="text" id="RR[C-Scv|Q[Vwh)V(?Wi">
                                                                           <field name="TEXT">name</field>
                                                                         </shadow>
                                                                       </value>
                                                                       <value name="OBJECT">
                                                                         <block type="variables_get" id="$V(h9.h-yu!wK[-}v+mq">
                                                                           <field name="VAR" id="wR*)5=uku_vjQiIm0jgI">trashEntry</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD5">
                                                                     <block type="text" id="$]@vOxr+Vmd0%}dhpbT;">
                                                                       <field name="TEXT">: </field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD6">
                                                                     <block type="convert_from_date" id="^XTU27Sg=Z$*@ML^n*|K">
                                                                       <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="true"></mutation>
                                                                       <field name="OPTION">wdt</field>
                                                                       <field name="LANGUAGE">de</field>
                                                                       <value name="VALUE">
                                                                         <block type="get_attr" id="pgea]xY{yQbf7iOZba]J">
                                                                           <value name="PATH">
                                                                             <shadow type="text" id="P0b4q8}EcRNv~g)]$Ex0">
                                                                               <field name="TEXT">nextDate</field>
                                                                             </shadow>
                                                                           </value>
                                                                           <value name="OBJECT">
                                                                             <block type="variables_get" id=",93=rk^vd~2}/(lNJSo[">
                                                                               <field name="VAR" id="wR*)5=uku_vjQiIm0jgI">trashEntry</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD7">
                                                                     <block type="text" id="zqpk6D`e3UQuuvuy3iEt">
                                                                       <field name="TEXT"> in </field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD8">
                                                                     <block type="get_attr" id="Wo$5R|yh~(moH(!LJ~ig">
                                                                       <value name="PATH">
                                                                         <shadow type="text" id="P$/4n1AlQ}HSx#8C;Me]">
                                                                           <field name="TEXT">daysLeft</field>
                                                                         </shadow>
                                                                       </value>
                                                                       <value name="OBJECT">
                                                                         <block type="variables_get" id=":Up!*)%}3@4KZwSF}8$g">
                                                                           <field name="VAR" id="wR*)5=uku_vjQiIm0jgI">trashEntry</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD9">
                                                                     <block type="text" id="_#S5+g!RA#HY*%XP108f">
                                                                       <field name="TEXT"> Tage&lt;/li&gt;</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </statement>
                                                           <next>
                                                             <block type="variables_set" id="9WQ80UW,COFv+D$)[mmx">
                                                               <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                               <value name="VALUE">
                                                                 <block type="text_join" id="E@?:4CmE2Vf`BZ~82//W">
                                                                   <mutation items="2"></mutation>
                                                                   <value name="ADD0">
                                                                     <block type="variables_get" id="9z8h_5Zn|9pRBrn[p#@n">
                                                                       <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD1">
                                                                     <block type="text" id="m*1yu^)7Pf^{9QlP3*RU">
                                                                       <field name="TEXT">&lt;/ul&gt;</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <next>
                                                                 <block type="debug" id="BN!#Xw]%keVb{:lO[Xth">
                                                                   <field name="Severity">debug</field>
                                                                   <value name="TEXT">
                                                                     <shadow type="text" id="M{Fd#=8jL0860F=wU8~5">
                                                                       <field name="TEXT">test</field>
                                                                     </shadow>
                                                                     <block type="variables_get" id="J$kZ9sT8545)%{#xm{G`">
                                                                       <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                                     </block>
                                                                   </value>
                                                                   <next>
                                                                     <block type="comment" id="~@%*0[4pAleCR}|SPeK/">
                                                                       <field name="COMMENT">Write result</field>
                                                                       <next>
                                                                         <block type="control_ex" id="fTz+yCo]=zzK~t~en.k@">
                                                                           <field name="TYPE">true</field>
                                                                           <field name="CLEAR_RUNNING">FALSE</field>
                                                                           <value name="OID">
                                                                             <shadow type="field_oid" id="2!qMViY~_o(rld0#1?.G">
                                                                               <field name="oid">javascript.0.trashschedule.typesHtml</field>
                                                                             </shadow>
                                                                           </value>
                                                                           <value name="VALUE">
                                                                             <shadow type="logic_boolean" id="y1?Vt0,[4kyY6i+{JUO$">
                                                                               <field name="BOOL">TRUE</field>
                                                                             </shadow>
                                                                             <block type="variables_get" id="6bm:FOU/bv!h|FyKE[r^">
                                                                               <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="DELAY_MS">
                                                                             <shadow type="math_number" id="Vg|kT:4M:+~EJG$SS0ma">
                                                                               <field name="NUM">0</field>
                                                                             </shadow>
                                                                           </value>
                                                                         </block>
                                                                       </next>
                                                                     </block>
                                                                   </next>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </next>
                                             </block>
                                           </next>
                                         </block>
                                       </next>
                                     </block>
                                   </next>
                                 </block>
                               </statement>
                             </block>
                            </xml>
                            

                            da_WoodyD Online
                            da_WoodyD Online
                            da_Woody
                            schrieb am zuletzt editiert von
                            #4709

                            @dslraser funktionieren tut es auf jeden fall.
                            die frage ist was, hat er wo, wie importiert...

                            gruß vom Woody
                            HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                            dslraserD 1 Antwort Letzte Antwort
                            0
                            • da_WoodyD da_Woody

                              @dslraser funktionieren tut es auf jeden fall.
                              die frage ist was, hat er wo, wie importiert...

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

                              @da_woody sagte in Test Adapter iQontrol 1.5.x:

                              @dslraser funktionieren tut es auf jeden fall.
                              die frage ist was, hat er wo, wie importiert...

                              das habe ich doch gefragt

                              von wo hast Du denn das Blockly was sich nicht importieren lässt ?

                              da_WoodyD 1 Antwort Letzte Antwort
                              0
                              • dslraserD dslraser

                                @da_woody sagte in Test Adapter iQontrol 1.5.x:

                                @dslraser funktionieren tut es auf jeden fall.
                                die frage ist was, hat er wo, wie importiert...

                                das habe ich doch gefragt

                                von wo hast Du denn das Blockly was sich nicht importieren lässt ?

                                da_WoodyD Online
                                da_WoodyD Online
                                da_Woody
                                schrieb am zuletzt editiert von
                                #4711

                                @dslraser du hast nur gefragt: woher. 😉

                                gruß vom Woody
                                HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                1 Antwort Letzte Antwort
                                0
                                • da_WoodyD da_Woody

                                  @luder das hat ja nichts mit den kacheln zu tun. du kannst die schriftgrößen selber definieren.
                                  da muss du ein bisschen rumspielen wie es dir dann gefällt. in den optionen findest du einstellungen bis zum abwinken...

                                  L Offline
                                  L Offline
                                  luder
                                  schrieb am zuletzt editiert von
                                  #4712

                                  @da_woody Unter Optionen\Kacheln\ finde ich die Schiftart u. Schriftdicke aber nichts zu der Größe, oders steht das noch woanders

                                  da_WoodyD 1 Antwort Letzte Antwort
                                  0
                                  • M Offline
                                    M Offline
                                    Markus_
                                    schrieb am zuletzt editiert von
                                    #4713

                                    zum Thema Müllkalender:
                                    Ich habe alles lt. WIKI gemacht. Das Skript lies sich auch ohne Probleme importieren.
                                    Ich habe nur ein Problem mit den Wochentagen. Es wird immer Donnerstag angezeigt obwohl die nächste Tonne schon morgen geleert wird.
                                    Hat vielleicht jemand eine Idee was das Problem ist?
                                    Ich habe die verbose Ausgabe.

                                    1.2.2021, 22:14:38.321	[info ]: javascript.0 (2133) Stop script script.js.VIS.Müllkalender
                                    1.2.2021, 22:14:38.336	[info ]: javascript.0 (2133) Start javascript script.js.VIS.Müllkalender
                                    1.2.2021, 22:14:38.346	[info ]: javascript.0 (2133) script.js.VIS.Müllkalender: subscribe: {"pattern":{"id":"trashschedule.0.next.types","change":"ne","q":0},"name":"script.js.VIS.Müllkalender"}
                                    1.2.2021, 22:14:38.347	[info ]: javascript.0 (2133) script.js.VIS.Müllkalender: getState(id=trashschedule.0.type.json, timerId=undefined) => {"val":"[{\"name\":\"Restmüll\",\"daysLeft\":1,\"nextDate\":1612224000000,\"_color\":\"#949494\"},{\"name\":\"Bio\",\"daysLeft\":2,\"nextDate\":1612310400000,\"_color\":\"#4d2500\"},{\"name\":\"Papier\",\"daysLeft\":15,\"nextDate\":1613433600000,\"_color\":\"#0544ff\"},{\"name\":\"Gelber Sack\",\"daysLeft\":16,\"nextDate\":1613520000000,\"_color\":\"#ffd500\"}]","ack":true,"ts":1612213203562,"q":0,"from":"system.adapter.trashschedule.0","user":"system.user.admin","lc":1612212348299}
                                    1.2.2021, 22:14:38.348	[info ]: javascript.0 (2133) script.js.VIS.Müllkalender: setStateDelayed(id=javascript.0.trashschedule.typesHtml, state=<ul><li style="color: #949494">Restmüll: Donnerstag in 1 Tage</li><li style="color: #4d2500">Bio: Donnerstag in 2 Tage</li><li style="color: #0544ff">Papier: Donnerstag in 15 Tage</li><li style="color: #ffd500">Gelber Sack: Donnerstag in 16 Tage</li></ul>, isAck=true, delay=0, clearRunning=false)
                                    1.2.2021, 22:14:38.349	[info ]: javascript.0 (2133) script.js.VIS.Müllkalender: setForeignState(id=javascript.0.trashschedule.typesHtml, state={"val":"<ul><li style=\"color: #949494\">Restmüll: Donnerstag in 1 Tage</li><li style=\"color: #4d2500\">Bio: Donnerstag in 2 Tage</li><li style=\"color: #0544ff\">Papier: Donnerstag in 15 Tage</li><li style=\"color: #ffd500\">Gelber Sack: Donnerstag in 16 Tage</li></ul>","ack":true})
                                    1.2.2021, 22:14:38.350	[info ]: javascript.0 (2133) script.js.VIS.Müllkalender: getState(id=trashschedule.0.next.date, timerId=undefined) => {"val":1612224000000,"ack":true,"ts":1612213203562,"q":0,"from":"system.adapter.trashschedule.0","user":"system.user.admin","lc":1612207829000}
                                    1.2.2021, 22:14:38.350	[info ]: javascript.0 (2133) script.js.VIS.Müllkalender: setStateDelayed(id=javascript.0.trashschedule.nextDateCustom, state=Dienstag, 02.02., isAck=true, delay=0, clearRunning=false)
                                    1.2.2021, 22:14:38.351	[info ]: javascript.0 (2133) script.js.VIS.Müllkalender: setForeignState(id=javascript.0.trashschedule.nextDateCustom, state={"val":"Dienstag, 02.02.","ack":true})
                                    1.2.2021, 22:14:38.352	[info ]: javascript.0 (2133) script.js.VIS.Müllkalender: registered 1 subscription and 0 schedules
                                    

                                    DANKE für eure Hilfe

                                    1 Antwort Letzte Antwort
                                    0
                                    • dslraserD dslraser

                                      @ians sagte in Test Adapter iQontrol 1.5.x:

                                      Hast du oder jemand anderes eine Idee dazu?

                                      von wo hast Du denn das Blockly was sich nicht importieren lässt ? Ich habe es gerade probiert, der Import funktioniert bei mir.
                                      Ich habe es von der Wiki Seite

                                      <xml xmlns="https://developers.google.com/blockly/xml">
                                       <variables>
                                         <variable id="D*]zCynPnJHien4@k(`_">html</variable>
                                         <variable id="yWH*YxoaAz;uaUBPJi}B">json</variable>
                                         <variable id="wR*)5=uku_vjQiIm0jgI">trashEntry</variable>
                                       </variables>
                                       <block type="comment" id="*Jt^l(VTUWvM(cb8jS$~" x="-88" y="87">
                                         <field name="COMMENT">Initialize</field>
                                         <next>
                                           <block type="create" id="OvlHapT24x;#rP1KUckD">
                                             <field name="NAME">trashschedule.typesHtml</field>
                                             <value name="VALUE">
                                               <block type="text" id="TUCG?C6PFLlSM@~A0bIY">
                                                 <field name="TEXT">-</field>
                                               </block>
                                             </value>
                                             <value name="COMMON">
                                               <block type="text" id="]O}T~!quZn6?P.$HCKG@">
                                                 <field name="TEXT">{"name": "Types as HTML", "read": true, "write": false, "unit": ""}</field>
                                               </block>
                                             </value>
                                             <next>
                                               <block type="create" id="PWnlQ:Ocfk(5]6#[o6EI">
                                                 <field name="NAME">trashschedule.nextDateCustom</field>
                                                 <value name="VALUE">
                                                   <block type="text" id="|^03X|C?%(9$U-U0uBvq">
                                                     <field name="TEXT">-</field>
                                                   </block>
                                                 </value>
                                                 <value name="COMMON">
                                                   <block type="text" id=")q;}Oh;|2`t$cJqZ@),t">
                                                     <field name="TEXT">{"name": "Next date custom format", "read": true, "write": false, "unit": "", "type": "string"}</field>
                                                   </block>
                                                 </value>
                                                 <next>
                                                   <block type="comment" id="M@{5e1$j(s.w72vq)Z)$">
                                                     <field name="COMMENT">Create Trigger</field>
                                                     <next>
                                                       <block type="on_ext" id=";DuJah]lOOMR}K9?/Wix">
                                                         <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                                         <field name="CONDITION">ne</field>
                                                         <field name="ACK_CONDITION"></field>
                                                         <value name="OID0">
                                                           <shadow type="field_oid" id="o#/t1*tsd.NX~,o/XNLZ">
                                                             <field name="oid">trashschedule.0.next.types</field>
                                                           </shadow>
                                                         </value>
                                                         <statement name="STATEMENT">
                                                           <block type="procedures_callnoreturn" id="Rn^+BYO|nTp}bbY5`@K_">
                                                             <mutation name="setTrashscheduleHtml"></mutation>
                                                             <next>
                                                               <block type="procedures_callnoreturn" id="[Z!SEjGJ2Vz_yDOTR})d">
                                                                 <mutation name="setNextPrintValue"></mutation>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </statement>
                                                         <next>
                                                           <block type="comment" id="I2]ZY+!ly3JtDCDhXE(J">
                                                             <field name="COMMENT">Run once in the beginning</field>
                                                             <next>
                                                               <block type="procedures_callnoreturn" id="eznx$`C~BZZHWH@_G_n{">
                                                                 <mutation name="setTrashscheduleHtml"></mutation>
                                                                 <next>
                                                                   <block type="procedures_callnoreturn" id=";.nr%DJ;]qjpDh;GLpK%">
                                                                     <mutation name="setNextPrintValue"></mutation>
                                                                     <next>
                                                                       <block type="comment" id="ioC{%6=LTv9vXe5i:My*">
                                                                         <field name="COMMENT">Don't need a cronjob, trashschedule triggers it</field>
                                                                       </block>
                                                                     </next>
                                                                   </block>
                                                                 </next>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </next>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </next>
                                           </block>
                                         </next>
                                       </block>
                                       <block type="procedures_defnoreturn" id="?3VSJ8nM+!-+eiwRSq7q" x="637" y="88">
                                         <field name="NAME">setNextPrintValue</field>
                                         <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                                         <statement name="STACK">
                                           <block type="debug" id="lh^hR8ox1fdrkm(q3e]e">
                                             <field name="Severity">debug</field>
                                             <value name="TEXT">
                                               <shadow type="text" id="jK3p%98VT2=XOcEI5~D}">
                                                 <field name="TEXT">Start setNextPrintValue</field>
                                               </shadow>
                                             </value>
                                             <next>
                                               <block type="comment" id="l5`GR$-NXQ9b!3F^,[6w">
                                                 <field name="COMMENT">Write result</field>
                                                 <next>
                                                   <block type="control_ex" id="}nddUO#Lfr1}NWmt(V)[">
                                                     <field name="TYPE">true</field>
                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                     <value name="OID">
                                                       <shadow type="field_oid" id=")QvZ/XGQBW!#xb0IgF-v">
                                                         <field name="oid">trashschedule.0.next.date</field>
                                                       </shadow>
                                                       <block type="field_oid" id="@N5-FU,S=E|!dOCJ+CeF">
                                                         <field name="oid">javascript.0.trashschedule.nextDateCustom</field>
                                                       </block>
                                                     </value>
                                                     <value name="VALUE">
                                                       <shadow type="logic_boolean" id="rj2U!vAolh^!o2xt]%~r">
                                                         <field name="BOOL">TRUE</field>
                                                       </shadow>
                                                       <block type="convert_from_date" id="]|yK:S%%@/01|Bm:32h(">
                                                         <mutation xmlns="http://www.w3.org/1999/xhtml" format="true" language="false"></mutation>
                                                         <field name="OPTION">custom</field>
                                                         <field name="FORMAT">WW, TT.MM.</field>
                                                         <value name="VALUE">
                                                           <block type="get_value" id="BAx8^q+6THoM;hamN}~H">
                                                             <field name="ATTR">val</field>
                                                             <field name="OID">trashschedule.0.next.date</field>
                                                           </block>
                                                         </value>
                                                       </block>
                                                     </value>
                                                     <value name="DELAY_MS">
                                                       <shadow type="math_number" id="4qKtH]MlVSBXWsG@d(o+">
                                                         <field name="NUM">0</field>
                                                       </shadow>
                                                     </value>
                                                   </block>
                                                 </next>
                                               </block>
                                             </next>
                                           </block>
                                         </statement>
                                       </block>
                                       <block type="procedures_defnoreturn" id="V6XSW.d7qJ{MHS6OvHE^" x="637" y="387">
                                         <field name="NAME">setTrashscheduleHtml</field>
                                         <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                                         <statement name="STACK">
                                           <block type="debug" id="$nT-zd0TdnYAcF6y;|0v">
                                             <field name="Severity">debug</field>
                                             <value name="TEXT">
                                               <shadow type="text" id="@Lm$mq#w~V#VS,`s.ZXM">
                                                 <field name="TEXT">Start setTrashscheduleHtml</field>
                                               </shadow>
                                             </value>
                                             <next>
                                               <block type="comment" id="!@PS`IB7Ds-1qt3i,.2L">
                                                 <field name="COMMENT">Initialize vars</field>
                                                 <next>
                                                   <block type="variables_set" id="(P+l0$ANC8J2)CM%yh2$">
                                                     <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                     <value name="VALUE">
                                                       <block type="text" id="jAM3{IGvC=QUQ1oMy,H]">
                                                         <field name="TEXT">&lt;ul&gt;</field>
                                                       </block>
                                                     </value>
                                                     <next>
                                                       <block type="variables_set" id="s,Y}4lOj5.@6YTXf}*c:">
                                                         <field name="VAR" id="yWH*YxoaAz;uaUBPJi}B">json</field>
                                                         <value name="VALUE">
                                                           <block type="get_value" id="7UqiHQ;dE$[Xl0pJwvTK">
                                                             <field name="ATTR">val</field>
                                                             <field name="OID">trashschedule.0.type.json</field>
                                                           </block>
                                                         </value>
                                                         <next>
                                                           <block type="debug" id="pE}C@MS~W/aHmQ~a9g)$">
                                                             <field name="Severity">debug</field>
                                                             <value name="TEXT">
                                                               <shadow type="text" id="~~Ct!-t%CWV(RZ+[q*J1">
                                                                 <field name="TEXT">Starte setzeTrashscheduleHtml</field>
                                                               </shadow>
                                                               <block type="convert_json2object" id="fyG,)*Bc8KpUYZXir{oS">
                                                                 <value name="VALUE">
                                                                   <block type="variables_get" id="WOX3{gH_tUYvm/XwqZO:">
                                                                     <field name="VAR" id="yWH*YxoaAz;uaUBPJi}B">json</field>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                             <next>
                                                               <block type="comment" id="%zuicH_:=4[iOneYPUvY">
                                                                 <field name="COMMENT">Loop through all trash events</field>
                                                                 <next>
                                                                   <block type="controls_forEach" id="$0a4mt`9H[kr.o{sH`4z">
                                                                     <field name="VAR" id="wR*)5=uku_vjQiIm0jgI">trashEntry</field>
                                                                     <value name="LIST">
                                                                       <block type="convert_json2object" id="Gs5UXIA]pxuq6]m?!gM?">
                                                                         <value name="VALUE">
                                                                           <block type="variables_get" id="uW8L!$cyji#z,ElON~7g">
                                                                             <field name="VAR" id="yWH*YxoaAz;uaUBPJi}B">json</field>
                                                                           </block>
                                                                         </value>
                                                                       </block>
                                                                     </value>
                                                                     <statement name="DO">
                                                                       <block type="variables_set" id="`/}1Sl8QBzIVs5wy:MYW">
                                                                         <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                                         <value name="VALUE">
                                                                           <block type="text_join" id="kdx_7hTTgQEZ=APV|ZK[">
                                                                             <mutation items="10"></mutation>
                                                                             <value name="ADD0">
                                                                               <block type="variables_get" id="!r[C=Sb@=g=P=@@nm5%c">
                                                                                 <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                                               </block>
                                                                             </value>
                                                                             <value name="ADD1">
                                                                               <block type="text" id="c,}CQOvYsVyNj0Req/$c">
                                                                                 <field name="TEXT">&lt;li style="color: </field>
                                                                               </block>
                                                                             </value>
                                                                             <value name="ADD2">
                                                                               <block type="get_attr" id="$fho^Zc[HsR{;?e0N!_l">
                                                                                 <value name="PATH">
                                                                                   <shadow type="text" id="a7~mFhfytO$!wq0{$ap1">
                                                                                     <field name="TEXT">_color</field>
                                                                                   </shadow>
                                                                                 </value>
                                                                                 <value name="OBJECT">
                                                                                   <block type="variables_get" id="#IEmA!(q7*;Ef@{PS]y$">
                                                                                     <field name="VAR" id="wR*)5=uku_vjQiIm0jgI">trashEntry</field>
                                                                                   </block>
                                                                                 </value>
                                                                               </block>
                                                                             </value>
                                                                             <value name="ADD3">
                                                                               <block type="text" id="]F^39LEn]S/tsv/:14,[">
                                                                                 <field name="TEXT">"&gt;</field>
                                                                               </block>
                                                                             </value>
                                                                             <value name="ADD4">
                                                                               <block type="get_attr" id="(rr%9O11~,-|kPBItX^A">
                                                                                 <value name="PATH">
                                                                                   <shadow type="text" id="RR[C-Scv|Q[Vwh)V(?Wi">
                                                                                     <field name="TEXT">name</field>
                                                                                   </shadow>
                                                                                 </value>
                                                                                 <value name="OBJECT">
                                                                                   <block type="variables_get" id="$V(h9.h-yu!wK[-}v+mq">
                                                                                     <field name="VAR" id="wR*)5=uku_vjQiIm0jgI">trashEntry</field>
                                                                                   </block>
                                                                                 </value>
                                                                               </block>
                                                                             </value>
                                                                             <value name="ADD5">
                                                                               <block type="text" id="$]@vOxr+Vmd0%}dhpbT;">
                                                                                 <field name="TEXT">: </field>
                                                                               </block>
                                                                             </value>
                                                                             <value name="ADD6">
                                                                               <block type="convert_from_date" id="^XTU27Sg=Z$*@ML^n*|K">
                                                                                 <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="true"></mutation>
                                                                                 <field name="OPTION">wdt</field>
                                                                                 <field name="LANGUAGE">de</field>
                                                                                 <value name="VALUE">
                                                                                   <block type="get_attr" id="pgea]xY{yQbf7iOZba]J">
                                                                                     <value name="PATH">
                                                                                       <shadow type="text" id="P0b4q8}EcRNv~g)]$Ex0">
                                                                                         <field name="TEXT">nextDate</field>
                                                                                       </shadow>
                                                                                     </value>
                                                                                     <value name="OBJECT">
                                                                                       <block type="variables_get" id=",93=rk^vd~2}/(lNJSo[">
                                                                                         <field name="VAR" id="wR*)5=uku_vjQiIm0jgI">trashEntry</field>
                                                                                       </block>
                                                                                     </value>
                                                                                   </block>
                                                                                 </value>
                                                                               </block>
                                                                             </value>
                                                                             <value name="ADD7">
                                                                               <block type="text" id="zqpk6D`e3UQuuvuy3iEt">
                                                                                 <field name="TEXT"> in </field>
                                                                               </block>
                                                                             </value>
                                                                             <value name="ADD8">
                                                                               <block type="get_attr" id="Wo$5R|yh~(moH(!LJ~ig">
                                                                                 <value name="PATH">
                                                                                   <shadow type="text" id="P$/4n1AlQ}HSx#8C;Me]">
                                                                                     <field name="TEXT">daysLeft</field>
                                                                                   </shadow>
                                                                                 </value>
                                                                                 <value name="OBJECT">
                                                                                   <block type="variables_get" id=":Up!*)%}3@4KZwSF}8$g">
                                                                                     <field name="VAR" id="wR*)5=uku_vjQiIm0jgI">trashEntry</field>
                                                                                   </block>
                                                                                 </value>
                                                                               </block>
                                                                             </value>
                                                                             <value name="ADD9">
                                                                               <block type="text" id="_#S5+g!RA#HY*%XP108f">
                                                                                 <field name="TEXT"> Tage&lt;/li&gt;</field>
                                                                               </block>
                                                                             </value>
                                                                           </block>
                                                                         </value>
                                                                       </block>
                                                                     </statement>
                                                                     <next>
                                                                       <block type="variables_set" id="9WQ80UW,COFv+D$)[mmx">
                                                                         <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                                         <value name="VALUE">
                                                                           <block type="text_join" id="E@?:4CmE2Vf`BZ~82//W">
                                                                             <mutation items="2"></mutation>
                                                                             <value name="ADD0">
                                                                               <block type="variables_get" id="9z8h_5Zn|9pRBrn[p#@n">
                                                                                 <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                                               </block>
                                                                             </value>
                                                                             <value name="ADD1">
                                                                               <block type="text" id="m*1yu^)7Pf^{9QlP3*RU">
                                                                                 <field name="TEXT">&lt;/ul&gt;</field>
                                                                               </block>
                                                                             </value>
                                                                           </block>
                                                                         </value>
                                                                         <next>
                                                                           <block type="debug" id="BN!#Xw]%keVb{:lO[Xth">
                                                                             <field name="Severity">debug</field>
                                                                             <value name="TEXT">
                                                                               <shadow type="text" id="M{Fd#=8jL0860F=wU8~5">
                                                                                 <field name="TEXT">test</field>
                                                                               </shadow>
                                                                               <block type="variables_get" id="J$kZ9sT8545)%{#xm{G`">
                                                                                 <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                                               </block>
                                                                             </value>
                                                                             <next>
                                                                               <block type="comment" id="~@%*0[4pAleCR}|SPeK/">
                                                                                 <field name="COMMENT">Write result</field>
                                                                                 <next>
                                                                                   <block type="control_ex" id="fTz+yCo]=zzK~t~en.k@">
                                                                                     <field name="TYPE">true</field>
                                                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                                                     <value name="OID">
                                                                                       <shadow type="field_oid" id="2!qMViY~_o(rld0#1?.G">
                                                                                         <field name="oid">javascript.0.trashschedule.typesHtml</field>
                                                                                       </shadow>
                                                                                     </value>
                                                                                     <value name="VALUE">
                                                                                       <shadow type="logic_boolean" id="y1?Vt0,[4kyY6i+{JUO$">
                                                                                         <field name="BOOL">TRUE</field>
                                                                                       </shadow>
                                                                                       <block type="variables_get" id="6bm:FOU/bv!h|FyKE[r^">
                                                                                         <field name="VAR" id="D*]zCynPnJHien4@k(`_">html</field>
                                                                                       </block>
                                                                                     </value>
                                                                                     <value name="DELAY_MS">
                                                                                       <shadow type="math_number" id="Vg|kT:4M:+~EJG$SS0ma">
                                                                                         <field name="NUM">0</field>
                                                                                       </shadow>
                                                                                     </value>
                                                                                   </block>
                                                                                 </next>
                                                                               </block>
                                                                             </next>
                                                                           </block>
                                                                         </next>
                                                                       </block>
                                                                     </next>
                                                                   </block>
                                                                 </next>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </next>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </next>
                                           </block>
                                         </statement>
                                       </block>
                                      </xml>
                                      

                                      I Offline
                                      I Offline
                                      IanS
                                      schrieb am zuletzt editiert von
                                      #4714

                                      @dslraser

                                      Ahhh Tschuldigung......
                                      Es ist das Blockly aus Diesem Beitrag hier

                                      dslraserD 1 Antwort Letzte Antwort
                                      0
                                      • L luder

                                        @da_woody Unter Optionen\Kacheln\ finde ich die Schiftart u. Schriftdicke aber nichts zu der Größe, oders steht das noch woanders

                                        da_WoodyD Online
                                        da_WoodyD Online
                                        da_Woody
                                        schrieb am zuletzt editiert von
                                        #4715

                                        @luder sorry, hast recht. hab nicht nachgeschaut und mir eingebildet, daß das dort ist.
                                        das was man ändern kann ist der state. da gibts die einstellung: grosse schrift verwenden.
                                        39d531c6-a256-4be8-8ae7-f83f5f2bae41-grafik.png f2b63c3e-a151-40ff-a263-f07f0decfacc-grafik.png 542114ba-9ba5-4a23-984b-13029835492c-grafik.png
                                        sind ein paar spielereien mit dem state. wobei da bei mir jetzt ein Temperatur-Sensor ist.
                                        da musst du selber rumspielen bei anderen kacheln.

                                        gruß vom Woody
                                        HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                        1 Antwort Letzte Antwort
                                        0
                                        • I IanS

                                          @dslraser

                                          Ahhh Tschuldigung......
                                          Es ist das Blockly aus Diesem Beitrag hier

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

                                          @ians sagte in Test Adapter iQontrol 1.5.x:

                                          @dslraser

                                          Ahhh Tschuldigung......
                                          Es ist das Blockly aus Diesem Beitrag hier

                                          ja, bei direkten klick auf den Link bzw. die Datei in dem Beitrag wird es mir auch falsch angezeigt. Wenn man diese Datei aber auf den eigenen Rechner runter läd und mit einem Editor öffnet geht es. Also direkt im Browser kommt da bei mir auch Blödsinn raus.

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          404

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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