Skip to content
  • Home
  • 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

Community Forum

  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.2k

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

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

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.
  • 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 Offline
            da_WoodyD Offline
            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 Offline
                    da_WoodyD Offline
                    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 Offline
                        da_WoodyD Offline
                        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 Offline
                                da_WoodyD Offline
                                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
                                  • dslraserD dslraser

                                    @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 Offline
                                    da_WoodyD Offline
                                    da_Woody
                                    schrieb am zuletzt editiert von
                                    #4717

                                    @dslraser said in Test Adapter iQontrol 1.5.x:

                                    einem Editor öffnet

                                    aber bitte nicht wordpad! notepad++ sollte es schon sein... ;)

                                    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:

                                      einem Editor öffnet

                                      aber bitte nicht wordpad! notepad++ sollte es schon sein... ;)

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

                                      @da_woody sagte in Test Adapter iQontrol 1.5.x:

                                      notepad++

                                      gibt es aber nicht für "meinen" 😅 mac...(aber es gibt auch noch andere Alternativen)

                                      da_WoodyD I 2 Antworten Letzte Antwort
                                      0
                                      • dslraserD dslraser

                                        @da_woody sagte in Test Adapter iQontrol 1.5.x:

                                        notepad++

                                        gibt es aber nicht für "meinen" 😅 mac...(aber es gibt auch noch andere Alternativen)

                                        da_WoodyD Offline
                                        da_WoodyD Offline
                                        da_Woody
                                        schrieb am zuletzt editiert von
                                        #4719

                                        @dslraser luxuskerl! ;) jo, die gibts. hab mein macbook aber schon länger nicht aufgedreht gehabt da überall PCs rumlümmeln. der mac is im sommer immer auf der terrasse im einsatz...

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

                                        K 1 Antwort Letzte Antwort
                                        0
                                        • da_WoodyD da_Woody

                                          @dslraser luxuskerl! ;) jo, die gibts. hab mein macbook aber schon länger nicht aufgedreht gehabt da überall PCs rumlümmeln. der mac is im sommer immer auf der terrasse im einsatz...

                                          K Offline
                                          K Offline
                                          Kueppert
                                          schrieb am zuletzt editiert von
                                          #4720

                                          @da_woody lol, selber Luxuskerl...PC und Mac daheim ;) ich hab nur paar PCs und Laptops...hab mich nie für den Apfel begeistern können (bzw es nie versucht, weil die Umstellung auf "alles dann APfel" zu teuer wäre ^^)

                                          UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                                          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

                                          482

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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