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

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

NEWS

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

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

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

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

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

    @heinzie sagte in Test Adapter iQontrol 1.11.x Vis:

    Habe das auch gleich bei den Fenstern probiert, das ging es auf Anhieb noch nicht, bei gleicher Syntax.

    was liefern die Fenster 0/1/2 , oder auch true/false ?

    H Offline
    H Offline
    heinzie
    schrieb am zuletzt editiert von
    #6198

    @dslraser sagte in Test Adapter iQontrol 1.11.x Vis:

    @heinzie sagte in Test Adapter iQontrol 1.11.x Vis:

    Habe das auch gleich bei den Fenstern probiert, das ging es auf Anhieb noch nicht, bei gleicher Syntax.

    was liefern die Fenster 0/1/2 , oder auch true/false ?

    die liefern auch true und false

    dslraserD 1 Antwort Letzte Antwort
    0
    • H heinzie

      @dslraser sagte in Test Adapter iQontrol 1.11.x Vis:

      @heinzie sagte in Test Adapter iQontrol 1.11.x Vis:

      Habe das auch gleich bei den Fenstern probiert, das ging es auf Anhieb noch nicht, bei gleicher Syntax.

      was liefern die Fenster 0/1/2 , oder auch true/false ?

      die liefern auch true und false

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

      @heinzie
      hm, dann sollte es gehen. Zeig mal den RAW von so einem Datenpunkt.

      H 1 Antwort Letzte Antwort
      0
      • dslraserD dslraser

        @heinzie
        hm, dann sollte es gehen. Zeig mal den RAW von so einem Datenpunkt.

        H Offline
        H Offline
        heinzie
        schrieb am zuletzt editiert von
        #6200

        @dslraser

        {
          "type": "state",
          "common": {
            "name": "Is open",
            "type": "boolean",
            "read": true,
            "write": false,
            "role": "state",
            "custom": {
              "iqontrol.0": {
                "0": "",
                "1": "",
                "2": "",
                "enabled": true,
                "invert": false,
                "confirm": false,
                "pincode": "",
                "step": "",
                "roundDigits": 2,
                "timeFormat": "x",
                "timeDisplayFormat": "dddd, DD.MM.YYYY HH:mm:ss",
                "timeDisplayDontShowDistance": false,
                "targetValueId": "",
                "statesAddInput": false,
                "statesAddInputCaption": "Enter other value...",
                "showOnlyTargetValues": false,
                "readonly": true,
                "unit": "",
                "unit_zero": "",
                "unit_one": "",
                "min": "",
                "max": "",
                "type": "boolean",
                "role": "state",
                "targetValues": "",
                "states": {
                  "true": "open",
                  "false": "close"
                }
              }
            }
          },
          "native": {},
          "_id": "zigbee.0.00158d0002c9f876.opened",
          "acl": {
            "object": 1636,
            "state": 1636,
            "owner": "system.user.admin",
            "ownerGroup": "system.group.administrator"
          },
          "from": "system.adapter.admin.0",
          "user": "system.user.admin",
          "ts": 1641055833264
        }
        
        dslraserD s.bormannS 2 Antworten Letzte Antwort
        0
        • H heinzie

          @dslraser

          {
            "type": "state",
            "common": {
              "name": "Is open",
              "type": "boolean",
              "read": true,
              "write": false,
              "role": "state",
              "custom": {
                "iqontrol.0": {
                  "0": "",
                  "1": "",
                  "2": "",
                  "enabled": true,
                  "invert": false,
                  "confirm": false,
                  "pincode": "",
                  "step": "",
                  "roundDigits": 2,
                  "timeFormat": "x",
                  "timeDisplayFormat": "dddd, DD.MM.YYYY HH:mm:ss",
                  "timeDisplayDontShowDistance": false,
                  "targetValueId": "",
                  "statesAddInput": false,
                  "statesAddInputCaption": "Enter other value...",
                  "showOnlyTargetValues": false,
                  "readonly": true,
                  "unit": "",
                  "unit_zero": "",
                  "unit_one": "",
                  "min": "",
                  "max": "",
                  "type": "boolean",
                  "role": "state",
                  "targetValues": "",
                  "states": {
                    "true": "open",
                    "false": "close"
                  }
                }
              }
            },
            "native": {},
            "_id": "zigbee.0.00158d0002c9f876.opened",
            "acl": {
              "object": 1636,
              "state": 1636,
              "owner": "system.user.admin",
              "ownerGroup": "system.group.administrator"
            },
            "from": "system.adapter.admin.0",
            "user": "system.user.admin",
            "ts": 1641055833264
          }
          
          dslraserD Offline
          dslraserD Offline
          dslraser
          Forum Testing Most Active
          schrieb am zuletzt editiert von
          #6201

          @heinzie
          Hä, was steht denn dann im Datenpunkt für ein Wert bei auf / zu

          Bildschirmfoto 2022-01-01 um 18.00.37.png

          H 1 Antwort Letzte Antwort
          0
          • dslraserD dslraser

            @heinzie
            Hä, was steht denn dann im Datenpunkt für ein Wert bei auf / zu

            Bildschirmfoto 2022-01-01 um 18.00.37.png

            H Offline
            H Offline
            heinzie
            schrieb am zuletzt editiert von
            #6202

            @dslraser sagte in Test Adapter iQontrol 1.11.x Vis:

            @heinzie
            Hä, was steht denn dann im Datenpunkt für ein Wert bei auf / zu

            Bildschirmfoto 2022-01-01 um 18.00.37.png

            Da steht true bzw. false drin
            8d30eb9e-f572-432e-9027-03cbe6876be7-grafik.png

            1 Antwort Letzte Antwort
            0
            • H heinzie

              @s-bormann Als Thermostat verwende ich Homematic-Themostat.
              Für den CONTROL_MODE verwende ich folgenden Datenpunkt: fritzdect.0.DECT_099950155954.tsoll. das ist der Gleiche den ich für SET_TEMPERATURE verwende.

              {
                "type": "state",
                "common": {
                  "name": "Setpoint Temperature",
                  "type": "number",
                  "min": 0,
                  "max": 32,
                  "unit": "°C",
                  "read": true,
                  "write": true,
                  "role": "value.temperature",
                  "desc": "Setpoint Temperature",
                  "custom": {
                    "history.0": {
                      "enabled": true,
                      "changesOnly": true,
                      "debounce": "1000",
                      "maxLength": "960",
                      "retention": "31536000",
                      "changesRelogInterval": 0,
                      "changesMinDelta": 0,
                      "aliasId": ""
                    },
                    "iqontrol.1": {
                      "enabled": true,
                      "readonly": false,
                      "invert": false,
                      "confirm": false,
                      "pincode": "",
                      "unit": "°C",
                      "unit_zero": "°C",
                      "unit_one": "°C",
                      "min": 0,
                      "max": 32,
                      "step": "",
                      "type": "number",
                      "role": "",
                      "targetValueId": "",
                      "statesAddInput": false,
                      "statesAddInputCaption": "Enter other value...",
                      "showOnlyTargetValues": false
                    },
                    "iqontrol.2": {
                      "enabled": true,
                      "readonly": false,
                      "invert": false,
                      "confirm": false,
                      "pincode": "",
                      "unit": "°C",
                      "unit_zero": "°C",
                      "unit_one": "°C",
                      "min": 0,
                      "max": 32,
                      "step": "",
                      "type": "number",
                      "role": "",
                      "targetValueId": "",
                      "statesAddInput": false,
                      "statesAddInputCaption": "Enter other value...",
                      "showOnlyTargetValues": false
                    },
                    "iqontrol.0": {
                      "0": "",
                      "1": "",
                      "2": "",
                      "enabled": true,
                      "invert": false,
                      "confirm": false,
                      "pincode": "",
                      "step": "",
                      "roundDigits": 2,
                      "timeFormat": "x",
                      "timeDisplayFormat": "dddd, DD.MM.YYYY HH:mm:ss",
                      "timeDisplayDontShowDistance": false,
                      "targetValueId": "",
                      "statesAddInput": true,
                      "statesAddInputCaption": "Enter other value...",
                      "showOnlyTargetValues": false,
                      "readonly": false,
                      "unit": "°C",
                      "unit_zero": "°C",
                      "unit_one": "°C",
                      "min": 10,
                      "max": 21,
                      "type": "number",
                      "role": "value.temperature",
                      "targetValues": "",
                      "states": {
                        "12": "12°",
                        "17": "17°",
                        "21": "21°"
                      }
                    }
                  }
                },
                "native": {},
                "_id": "fritzdect.0.DECT_099950155954.tsoll",
                "acl": {
                  "object": 1636,
                  "state": 1636,
                  "owner": "system.user.admin",
                  "ownerGroup": "system.group.administrator"
                },
                "from": "system.adapter.admin.0",
                "user": "system.user.admin",
                "ts": 1640815944017
              }
              
              s.bormannS Offline
              s.bormannS Offline
              s.bormann
              Most Active
              schrieb am zuletzt editiert von
              #6203

              @heinzie Ah, verwende mal das Gerät Thermostat (statt Homematic-Thermostat). Der Control-Mode der Homematic-Teile ist etwas ungewöhnlich und funktioniert deshalb nicht mit anderen Geräten.

              H 2 Antworten Letzte Antwort
              0
              • dslraserD dslraser

                @metaxa sagte in Test Adapter iQontrol 1.11.x Vis:

                Badge: Da habe ich noch Darstellungsprobleme, auf den mobile Devices läuft der Balken immer wieder durch, er ist um eine Spur zu breit, sodass das scrolling aktiv wird. Kann ich das irgendwo verhindern, bzw. die optische Länge des Balkens verringern?

                Das weiß ich leider nicht, aber eventuell @s-bormann ?

                s.bormannS Offline
                s.bormannS Offline
                s.bormann
                Most Active
                schrieb am zuletzt editiert von
                #6204

                @dslraser sagte in Test Adapter iQontrol 1.11.x Vis:

                @metaxa sagte in Test Adapter iQontrol 1.11.x Vis:

                Badge: Da habe ich noch Darstellungsprobleme, auf den mobile Devices läuft der Balken immer wieder durch, er ist um eine Spur zu breit, sodass das scrolling aktiv wird. Kann ich das irgendwo verhindern, bzw. die optische Länge des Balkens verringern?

                Das weiß ich leider nicht, aber eventuell @s-bormann ?

                Füge mal noch ein max-width-styling ein:
                <meter min="0" max="100" value="66" style="max-width:100%; max-width:calc(100% - 6px);" />
                (Hier einmal mit 6px Außenabstand (sieht besser aus) und Fallback auf 100% ohne Abstand für ältere Browser)

                metaxaM 1 Antwort Letzte Antwort
                2
                • H heinzie

                  @dslraser

                  {
                    "type": "state",
                    "common": {
                      "name": "Is open",
                      "type": "boolean",
                      "read": true,
                      "write": false,
                      "role": "state",
                      "custom": {
                        "iqontrol.0": {
                          "0": "",
                          "1": "",
                          "2": "",
                          "enabled": true,
                          "invert": false,
                          "confirm": false,
                          "pincode": "",
                          "step": "",
                          "roundDigits": 2,
                          "timeFormat": "x",
                          "timeDisplayFormat": "dddd, DD.MM.YYYY HH:mm:ss",
                          "timeDisplayDontShowDistance": false,
                          "targetValueId": "",
                          "statesAddInput": false,
                          "statesAddInputCaption": "Enter other value...",
                          "showOnlyTargetValues": false,
                          "readonly": true,
                          "unit": "",
                          "unit_zero": "",
                          "unit_one": "",
                          "min": "",
                          "max": "",
                          "type": "boolean",
                          "role": "state",
                          "targetValues": "",
                          "states": {
                            "true": "open",
                            "false": "close"
                          }
                        }
                      }
                    },
                    "native": {},
                    "_id": "zigbee.0.00158d0002c9f876.opened",
                    "acl": {
                      "object": 1636,
                      "state": 1636,
                      "owner": "system.user.admin",
                      "ownerGroup": "system.group.administrator"
                    },
                    "from": "system.adapter.admin.0",
                    "user": "system.user.admin",
                    "ts": 1641055833264
                  }
                  
                  s.bormannS Offline
                  s.bormannS Offline
                  s.bormann
                  Most Active
                  schrieb am zuletzt editiert von
                  #6205

                  @heinzie sagte in Test Adapter iQontrol 1.11.x Vis:

                  @dslraser

                  {
                    "type": "state",
                    "common": {
                      "name": "Is open",
                      "type": "boolean",
                      "read": true,
                      "write": false,
                      "role": "state",
                      "custom": {
                        "iqontrol.0": {
                          "0": "",
                          "1": "",
                          "2": "",
                          "enabled": true,
                          "invert": false,
                          "confirm": false,
                          "pincode": "",
                          "step": "",
                          "roundDigits": 2,
                          "timeFormat": "x",
                          "timeDisplayFormat": "dddd, DD.MM.YYYY HH:mm:ss",
                          "timeDisplayDontShowDistance": false,
                          "targetValueId": "",
                          "statesAddInput": false,
                          "statesAddInputCaption": "Enter other value...",
                          "showOnlyTargetValues": false,
                          "readonly": true,
                          "unit": "",
                          "unit_zero": "",
                          "unit_one": "",
                          "min": "",
                          "max": "",
                          "type": "boolean",
                          "role": "state",
                          "targetValues": "",
                          "states": {
                            "true": "open",
                            "false": "close"
                          }
                        }
                      }
                    },
                    "native": {},
                    "_id": "zigbee.0.00158d0002c9f876.opened",
                    "acl": {
                      "object": 1636,
                      "state": 1636,
                      "owner": "system.user.admin",
                      "ownerGroup": "system.group.administrator"
                    },
                    "from": "system.adapter.admin.0",
                    "user": "system.user.admin",
                    "ts": 1641055833264
                  }
                  

                  Nimm mal einen anderen Text, als "open" und "close". iQontrol übersetzt das ja noch, vielleicht liegt es daran.

                  H 1 Antwort Letzte Antwort
                  0
                  • s.bormannS Offline
                    s.bormannS Offline
                    s.bormann
                    Most Active
                    schrieb am zuletzt editiert von
                    #6206

                    In der aktuellen Github kann die JSON-Table jetzt auch nach Spalten sortieren (muss im Widget per Option aktiviert werden). Hier ist z.B. nach "Nr." absteigend sortiert:
                    95216f52-850d-421f-bbdd-e9ec0a06f7c3-image.png

                    @muuulle Wäre vielleicht was für Dich??

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

                      @dslraser sagte in Test Adapter iQontrol 1.11.x Vis:

                      @metaxa sagte in Test Adapter iQontrol 1.11.x Vis:

                      Badge: Da habe ich noch Darstellungsprobleme, auf den mobile Devices läuft der Balken immer wieder durch, er ist um eine Spur zu breit, sodass das scrolling aktiv wird. Kann ich das irgendwo verhindern, bzw. die optische Länge des Balkens verringern?

                      Das weiß ich leider nicht, aber eventuell @s-bormann ?

                      Füge mal noch ein max-width-styling ein:
                      <meter min="0" max="100" value="66" style="max-width:100%; max-width:calc(100% - 6px);" />
                      (Hier einmal mit 6px Außenabstand (sieht besser aus) und Fallback auf 100% ohne Abstand für ältere Browser)

                      metaxaM Offline
                      metaxaM Offline
                      metaxa
                      schrieb am zuletzt editiert von
                      #6207

                      @s-bormann sagte in Test Adapter iQontrol 1.11.x Vis:

                      Füge mal noch ein max-width-styling ein:
                      <meter min="0" max="100" value="66" style="max-width:100%; max-width:calc(100% - 6px);" />
                      (Hier einmal mit 6px Außenabstand (sieht besser aus) und Fallback auf 100% ohne Abstand für ältere Browser)

                      @ Sebastian, was soll ich sagen? Das ist die Lösung für mich 👑 Lieben Dank!

                      dslraserD 1 Antwort Letzte Antwort
                      0
                      • metaxaM metaxa

                        @s-bormann sagte in Test Adapter iQontrol 1.11.x Vis:

                        Füge mal noch ein max-width-styling ein:
                        <meter min="0" max="100" value="66" style="max-width:100%; max-width:calc(100% - 6px);" />
                        (Hier einmal mit 6px Außenabstand (sieht besser aus) und Fallback auf 100% ohne Abstand für ältere Browser)

                        @ Sebastian, was soll ich sagen? Das ist die Lösung für mich 👑 Lieben Dank!

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

                        @metaxa
                        bei mir am iPhone passt die Höhe nicht 🤷

                        910ACD3D-9744-4ACF-BB59-B59D31A3BC04.jpeg

                        Mach mal bitte nochmal ein Export von Deinem Blockly.

                        metaxaM s.bormannS 2 Antworten Letzte Antwort
                        0
                        • dslraserD dslraser

                          @metaxa
                          bei mir am iPhone passt die Höhe nicht 🤷

                          910ACD3D-9744-4ACF-BB59-B59D31A3BC04.jpeg

                          Mach mal bitte nochmal ein Export von Deinem Blockly.

                          metaxaM Offline
                          metaxaM Offline
                          metaxa
                          schrieb am zuletzt editiert von metaxa
                          #6209

                          @dslraser Welche Höhe passt nicht?

                          <xml xmlns="https://developers.google.com/blockly/xml">
                           <block type="on_ext" id="%V3%d$Nc-G@6HhNtkh@E" x="63" y="-213">
                             <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="7svi@GvteoPD%X?,,[;@">
                                 <field name="oid">enigma2.0.enigma2.EVENTREMAINING_MIN</field>
                               </shadow>
                             </value>
                             <statement name="STATEMENT">
                               <block type="comment" id=")}7a18]*OP?+?}s~:s-%">
                                 <field name="COMMENT">Additional_Info</field>
                                 <next>
                                   <block type="update" id="=f}MqLi,lt|hmI~]saRX">
                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                     <field name="OID">0_userdata.0.Audio_Video.WoZ.Sendungsdauer_aktuell</field>
                                     <field name="WITH_DELAY">FALSE</field>
                                     <value name="VALUE">
                                       <block type="text_join" id="f[P_[FT.Na|B$z%$qI{*">
                                         <mutation items="10"></mutation>
                                         <value name="ADD0">
                                           <block type="get_value" id="yj,1hw6XVaf!E+H!nSR|">
                                             <field name="ATTR">val</field>
                                             <field name="OID">enigma2.0.enigma2.EVENT_TIME_START</field>
                                           </block>
                                         </value>
                                         <value name="ADD1">
                                           <block type="text" id="{M6eEcfx*iBkUg}N?I?z">
                                             <field name="TEXT"> Uhr &lt;b&gt;Ende:&lt;/b&gt; </field>
                                           </block>
                                         </value>
                                         <value name="ADD2">
                                           <block type="get_value" id=",CBLy?Zc)@T1n`0(jZfg">
                                             <field name="ATTR">val</field>
                                             <field name="OID">enigma2.0.enigma2.EVENT_TIME_END</field>
                                           </block>
                                         </value>
                                         <value name="ADD3">
                                           <block type="text" id="#IDcb7M/:Tvbmta/Z!1x">
                                             <field name="TEXT"> Uhr </field>
                                           </block>
                                         </value>
                                         <value name="ADD4">
                                           <block type="text" id="uH,o0t9i3V6yTSGMo5Gx">
                                             <field name="TEXT">&lt;b&gt;läuft noch:&lt;/b&gt; </field>
                                           </block>
                                         </value>
                                         <value name="ADD5">
                                           <block type="get_value" id="fqvWs}K1gfojj8^Gw?eF">
                                             <field name="ATTR">val</field>
                                             <field name="OID">enigma2.0.enigma2.EVENTREMAINING_MIN</field>
                                           </block>
                                         </value>
                                         <value name="ADD6">
                                           <block type="text" id=";tBl,[G[S(b#*|2Wkry6">
                                             <field name="TEXT"> Minuten </field>
                                           </block>
                                         </value>
                                         <value name="ADD7">
                                           <block type="text" id=")5=uinWm{7E({E4{A~o8">
                                             <field name="TEXT">&lt;meter max=100 min=0 value=</field>
                                           </block>
                                         </value>
                                         <value name="ADD8">
                                           <block type="get_value" id="BMd7R=*z^PpCQrSAtSNW">
                                             <field name="ATTR">val</field>
                                             <field name="OID">enigma2.0.enigma2.EVENT_PROGRESS_PERCENT</field>
                                           </block>
                                         </value>
                                         <value name="ADD9">
                                           <block type="text" id="~L;(nC-r`uagky#k.nyj">
                                             <field name="TEXT">&gt;&lt;/meter</field>
                                           </block>
                                         </value>
                                       </block>
                                     </value>
                                     <next>
                                       <block type="comment" id="N?0n`s2a_bbm=cq.+*,p">
                                         <field name="COMMENT">Badge</field>
                                         <next>
                                           <block type="update" id="i.w3/+S[Z71ztA6(GCIZ">
                                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                             <field name="OID">0_userdata.0.Audio_Video.WoZ.Sendungsfortschritt_aktuell</field>
                                             <field name="WITH_DELAY">FALSE</field>
                                             <value name="VALUE">
                                               <block type="text_join" id="g6bG7;v%XO?Rprb362*{">
                                                 <mutation items="3"></mutation>
                                                 <value name="ADD0">
                                                   <block type="text" id="43Snts5.V{.xM1m%~@VP">
                                                     <field name="TEXT">&lt;meter max=100 min=0 value=</field>
                                                   </block>
                                                 </value>
                                                 <value name="ADD1">
                                                   <block type="get_value" id="^Th!HE._fe]^+6W,x0W3">
                                                     <field name="ATTR">val</field>
                                                     <field name="OID">enigma2.0.enigma2.EVENT_PROGRESS_PERCENT</field>
                                                   </block>
                                                 </value>
                                                 <value name="ADD2">
                                                   <block type="text" id="rZV2AE9maCJ6xx@@?R/!">
                                                     <field name="TEXT"> style="max-width:100%; max-width:calc(100% - 6px);"&gt;&lt;/meter&gt;</field>
                                                   </block>
                                                 </value>
                                               </block>
                                             </value>
                                             <next>
                                               <block type="update" id="=dCN({p/77axbj#i7Ml#" disabled="true">
                                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                 <field name="OID">0_userdata.0.Audio_Video.WoZ.Sendungsfortschritt_aktuell</field>
                                                 <field name="WITH_DELAY">FALSE</field>
                                                 <value name="VALUE">
                                                   <block type="text_join" id="O=ZF}Qu[t@EJMkdX%v0K">
                                                     <mutation items="5"></mutation>
                                                     <value name="ADD0">
                                                       <block type="text" id="W}|$A#cSxFdwJo3169N.">
                                                         <field name="TEXT">&lt;meter max=100 min=0 value=</field>
                                                       </block>
                                                     </value>
                                                     <value name="ADD1">
                                                       <block type="get_value" id="~Ss$2r,+l]k:S8Q8a$vb">
                                                         <field name="ATTR">val</field>
                                                         <field name="OID">enigma2.0.enigma2.EVENT_PROGRESS_PERCENT</field>
                                                       </block>
                                                     </value>
                                                     <value name="ADD2">
                                                       <block type="text" id="F-SDsDVOt{wBK}EYS8vG">
                                                         <field name="TEXT"> high=80 low=40 optimum=0/&gt;&amp;nbsp</field>
                                                       </block>
                                                     </value>
                                                     <value name="ADD3">
                                                       <block type="get_value" id="[0x*abyhx{n%QnjxKj(I">
                                                         <field name="ATTR">val</field>
                                                         <field name="OID">enigma2.0.enigma2.EVENT_PROGRESS_PERCENT</field>
                                                       </block>
                                                     </value>
                                                     <value name="ADD4">
                                                       <block type="text" id="FkZrCyY]DK_9Jbc_*kP2">
                                                         <field name="TEXT">% gelaufen&lt;/meter&gt;</field>
                                                       </block>
                                                     </value>
                                                   </block>
                                                 </value>
                                               </block>
                                             </next>
                                           </block>
                                         </next>
                                       </block>
                                     </next>
                                   </block>
                                 </next>
                               </block>
                             </statement>
                           </block>
                          </xml>
                          

                          dslraserD 1 Antwort Letzte Antwort
                          0
                          • metaxaM metaxa

                            @dslraser Welche Höhe passt nicht?

                            <xml xmlns="https://developers.google.com/blockly/xml">
                             <block type="on_ext" id="%V3%d$Nc-G@6HhNtkh@E" x="63" y="-213">
                               <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="7svi@GvteoPD%X?,,[;@">
                                   <field name="oid">enigma2.0.enigma2.EVENTREMAINING_MIN</field>
                                 </shadow>
                               </value>
                               <statement name="STATEMENT">
                                 <block type="comment" id=")}7a18]*OP?+?}s~:s-%">
                                   <field name="COMMENT">Additional_Info</field>
                                   <next>
                                     <block type="update" id="=f}MqLi,lt|hmI~]saRX">
                                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                       <field name="OID">0_userdata.0.Audio_Video.WoZ.Sendungsdauer_aktuell</field>
                                       <field name="WITH_DELAY">FALSE</field>
                                       <value name="VALUE">
                                         <block type="text_join" id="f[P_[FT.Na|B$z%$qI{*">
                                           <mutation items="10"></mutation>
                                           <value name="ADD0">
                                             <block type="get_value" id="yj,1hw6XVaf!E+H!nSR|">
                                               <field name="ATTR">val</field>
                                               <field name="OID">enigma2.0.enigma2.EVENT_TIME_START</field>
                                             </block>
                                           </value>
                                           <value name="ADD1">
                                             <block type="text" id="{M6eEcfx*iBkUg}N?I?z">
                                               <field name="TEXT"> Uhr &lt;b&gt;Ende:&lt;/b&gt; </field>
                                             </block>
                                           </value>
                                           <value name="ADD2">
                                             <block type="get_value" id=",CBLy?Zc)@T1n`0(jZfg">
                                               <field name="ATTR">val</field>
                                               <field name="OID">enigma2.0.enigma2.EVENT_TIME_END</field>
                                             </block>
                                           </value>
                                           <value name="ADD3">
                                             <block type="text" id="#IDcb7M/:Tvbmta/Z!1x">
                                               <field name="TEXT"> Uhr </field>
                                             </block>
                                           </value>
                                           <value name="ADD4">
                                             <block type="text" id="uH,o0t9i3V6yTSGMo5Gx">
                                               <field name="TEXT">&lt;b&gt;läuft noch:&lt;/b&gt; </field>
                                             </block>
                                           </value>
                                           <value name="ADD5">
                                             <block type="get_value" id="fqvWs}K1gfojj8^Gw?eF">
                                               <field name="ATTR">val</field>
                                               <field name="OID">enigma2.0.enigma2.EVENTREMAINING_MIN</field>
                                             </block>
                                           </value>
                                           <value name="ADD6">
                                             <block type="text" id=";tBl,[G[S(b#*|2Wkry6">
                                               <field name="TEXT"> Minuten </field>
                                             </block>
                                           </value>
                                           <value name="ADD7">
                                             <block type="text" id=")5=uinWm{7E({E4{A~o8">
                                               <field name="TEXT">&lt;meter max=100 min=0 value=</field>
                                             </block>
                                           </value>
                                           <value name="ADD8">
                                             <block type="get_value" id="BMd7R=*z^PpCQrSAtSNW">
                                               <field name="ATTR">val</field>
                                               <field name="OID">enigma2.0.enigma2.EVENT_PROGRESS_PERCENT</field>
                                             </block>
                                           </value>
                                           <value name="ADD9">
                                             <block type="text" id="~L;(nC-r`uagky#k.nyj">
                                               <field name="TEXT">&gt;&lt;/meter</field>
                                             </block>
                                           </value>
                                         </block>
                                       </value>
                                       <next>
                                         <block type="comment" id="N?0n`s2a_bbm=cq.+*,p">
                                           <field name="COMMENT">Badge</field>
                                           <next>
                                             <block type="update" id="i.w3/+S[Z71ztA6(GCIZ">
                                               <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                               <field name="OID">0_userdata.0.Audio_Video.WoZ.Sendungsfortschritt_aktuell</field>
                                               <field name="WITH_DELAY">FALSE</field>
                                               <value name="VALUE">
                                                 <block type="text_join" id="g6bG7;v%XO?Rprb362*{">
                                                   <mutation items="3"></mutation>
                                                   <value name="ADD0">
                                                     <block type="text" id="43Snts5.V{.xM1m%~@VP">
                                                       <field name="TEXT">&lt;meter max=100 min=0 value=</field>
                                                     </block>
                                                   </value>
                                                   <value name="ADD1">
                                                     <block type="get_value" id="^Th!HE._fe]^+6W,x0W3">
                                                       <field name="ATTR">val</field>
                                                       <field name="OID">enigma2.0.enigma2.EVENT_PROGRESS_PERCENT</field>
                                                     </block>
                                                   </value>
                                                   <value name="ADD2">
                                                     <block type="text" id="rZV2AE9maCJ6xx@@?R/!">
                                                       <field name="TEXT"> style="max-width:100%; max-width:calc(100% - 6px);"&gt;&lt;/meter&gt;</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <next>
                                                 <block type="update" id="=dCN({p/77axbj#i7Ml#" disabled="true">
                                                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                   <field name="OID">0_userdata.0.Audio_Video.WoZ.Sendungsfortschritt_aktuell</field>
                                                   <field name="WITH_DELAY">FALSE</field>
                                                   <value name="VALUE">
                                                     <block type="text_join" id="O=ZF}Qu[t@EJMkdX%v0K">
                                                       <mutation items="5"></mutation>
                                                       <value name="ADD0">
                                                         <block type="text" id="W}|$A#cSxFdwJo3169N.">
                                                           <field name="TEXT">&lt;meter max=100 min=0 value=</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD1">
                                                         <block type="get_value" id="~Ss$2r,+l]k:S8Q8a$vb">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">enigma2.0.enigma2.EVENT_PROGRESS_PERCENT</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD2">
                                                         <block type="text" id="F-SDsDVOt{wBK}EYS8vG">
                                                           <field name="TEXT"> high=80 low=40 optimum=0/&gt;&amp;nbsp</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD3">
                                                         <block type="get_value" id="[0x*abyhx{n%QnjxKj(I">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">enigma2.0.enigma2.EVENT_PROGRESS_PERCENT</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD4">
                                                         <block type="text" id="FkZrCyY]DK_9Jbc_*kP2">
                                                           <field name="TEXT">% gelaufen&lt;/meter&gt;</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </next>
                                             </block>
                                           </next>
                                         </block>
                                       </next>
                                     </block>
                                   </next>
                                 </block>
                               </statement>
                             </block>
                            </xml>
                            

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

                            @metaxa
                            der rote Rand ist unten schaler...
                            so sieht es am Mac aus, das passt.

                            Bildschirmfoto 2022-01-01 um 21.53.08.png

                            metaxaM 1 Antwort Letzte Antwort
                            0
                            • dslraserD dslraser

                              @metaxa
                              der rote Rand ist unten schaler...
                              so sieht es am Mac aus, das passt.

                              Bildschirmfoto 2022-01-01 um 21.53.08.png

                              metaxaM Offline
                              metaxaM Offline
                              metaxa
                              schrieb am zuletzt editiert von metaxa
                              #6211

                              @dslraser Ich hab den Rand komplett auf unsichtbar (oder weiß??) gestellt, damit sehe ich das event. Problem nicht. Vielleicht gibts da was wie "max-high 100%, max-high.calc(100%-6%)"

                              dslraserD 1 Antwort Letzte Antwort
                              0
                              • metaxaM metaxa

                                @dslraser Ich hab den Rand komplett auf unsichtbar (oder weiß??) gestellt, damit sehe ich das event. Problem nicht. Vielleicht gibts da was wie "max-high 100%, max-high.calc(100%-6%)"

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

                                @metaxa
                                das probiere ich gerade

                                metaxaM 1 Antwort Letzte Antwort
                                0
                                • dslraserD dslraser

                                  @metaxa
                                  das probiere ich gerade

                                  metaxaM Offline
                                  metaxaM Offline
                                  metaxa
                                  schrieb am zuletzt editiert von
                                  #6213

                                  @dslraser
                                  9f477e40-7ea2-42ca-9a3c-c48268b4bc6e-image.png

                                  dslraserD 1 Antwort Letzte Antwort
                                  1
                                  • metaxaM metaxa

                                    @dslraser
                                    9f477e40-7ea2-42ca-9a3c-c48268b4bc6e-image.png

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

                                    @metaxa @s-bormann
                                    ich weiß nicht wo ich das nun verstellt habe...? Ich bekomme trotz gleicher html Einstellungen von vorhin nur noch den Kreis angezeigt.

                                    Bildschirmfoto 2022-01-01 um 22.25.12.png

                                    metaxaM 1 Antwort Letzte Antwort
                                    0
                                    • dslraserD dslraser

                                      @metaxa @s-bormann
                                      ich weiß nicht wo ich das nun verstellt habe...? Ich bekomme trotz gleicher html Einstellungen von vorhin nur noch den Kreis angezeigt.

                                      Bildschirmfoto 2022-01-01 um 22.25.12.png

                                      metaxaM Offline
                                      metaxaM Offline
                                      metaxa
                                      schrieb am zuletzt editiert von
                                      #6215

                                      @dslraser Irgendwo in der Syntax einen space vergessen? Hatte ich auch!

                                      dslraserD 1 Antwort Letzte Antwort
                                      0
                                      • metaxaM metaxa

                                        @dslraser Irgendwo in der Syntax einen space vergessen? Hatte ich auch!

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

                                        @metaxa sagte in Test Adapter iQontrol 1.11.x Vis:

                                        @dslraser Irgendwo in der Syntax einen space vergessen? Hatte ich auch!

                                        >

                                        Der fehlte......😵

                                        metaxaM 1 Antwort Letzte Antwort
                                        1
                                        • dslraserD dslraser

                                          @metaxa sagte in Test Adapter iQontrol 1.11.x Vis:

                                          @dslraser Irgendwo in der Syntax einen space vergessen? Hatte ich auch!

                                          >

                                          Der fehlte......😵

                                          metaxaM Offline
                                          metaxaM Offline
                                          metaxa
                                          schrieb am zuletzt editiert von
                                          #6217

                                          @dslraser Ist auch so ein Fiesling 😊

                                          M 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

                                          667

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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