Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter iQontrol 2.0.x Vis (Entwicklungs-Thread)

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

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

    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      bug77 last edited by

      Hallo zusammen,
      ich benutze de Adapter sehr gerne, jedoch ist seit dem vorletzten Update der Wurm drin.

      Wenn ich den Homescreen auf meinem Iphone zum Homebildschirm hinzufüge und dann starte, funktioniert es.
      Wenn ich dann aber der screen erneut öffne, ist das Bild verschwommen, ich muss zuerst das App aus dem hintergrund löschen, dann gehts wieder.

      Kann das jemand mal testen?

      s.bormann 1 Reply Last reply Reply Quote 0
      • s.bormann
        s.bormann Most Active @heinzie last edited by

        @heinzie Hi, achso, nein, das geht von Haus aus nicht. Hätte jetzt auch erst mal keine Idee, wie man so was programmiert - aber warhscheinlich gibts für so was schon irgendwelche fertigen jQuery-Plugins oder so was. Kennt sich hier jemand damit aus?

        Ansonsten gäbe es noch den Workaround, Icons nach dem Schema "Balken-0.png", "Balken-1.png", ..., "Balken-100.png" zu erstellen (gibts vielleicht ja schon fertig irgendwo?) und mit Variablen im Dateinamen zu arbeiten:
        https://github.com/sbormann/ioBroker.iqontrol#icons-and-background-images

        (Die Idee wurde hier auch schon mal diskutiert, aber glaube ich noch zu keinem Ergebnis gebracht).

        LG

        1 Reply Last reply Reply Quote 0
        • s.bormann
          s.bormann Most Active @bug77 last edited by

          @bug77 Das mal probiert? https://forum.iobroker.net/post/453466

          B 1 Reply Last reply Reply Quote 0
          • B
            bug77 @s.bormann last edited by

            @s-bormann
            Ja danke das hat geholfen

            B 1 Reply Last reply Reply Quote 0
            • B
              biker1602 @bug77 last edited by

              Ich habe mal eine Frage. Ich würde gerne
              ioBroker.openligadb mit einfügen. Leider gibt es das nur als VIS. Hat schon mal jemand versucht in iQontrol mit einzubinden. Ich nutze VIS nicht mehr seitdem ich iQontrol habe. Ich finde das mit der Bundesliga sehr interessant.
              Vielleicht hat jemand eine Idee wie man das umsetzen kann.

              Danke

              dslraser 1 Reply Last reply Reply Quote 0
              • dslraser
                dslraser Forum Testing Most Active @biker1602 last edited by

                @biker1602 sagte in Test Adapter iQontrol 1.1.x:

                Hat schon mal jemand versucht in iQontrol mit einzubinden

                Ja, hatte ich schon mal drinn, mich aber dann nicht weiter damit beschäftigt.
                Geht jetzt sich auch einfacher, weil Du ja jetzt in iQontrol auch einen state angeben kannst (bei html)

                https://forum.iobroker.net/post/368581

                B 1 Reply Last reply Reply Quote 0
                • B
                  biker1602 @dslraser last edited by

                  @dslraser Oh Gott da muss ich mich wohl erstmal einlesen. ob ich das hinbekomme

                  1 Reply Last reply Reply Quote 0
                  • s.bormann
                    s.bormann Most Active last edited by

                    1.1.3 (2020-06-28)

                    • (Sebastian Bormann) Added popup messagen (toast-messagen).
                    • (Sebastian Bormann) Enhanced scenes to be able to toggle (added option to always send true, if you need the old behaviour).

                    Popup-Messages

                    • Every instance creates the objects iqontrol.x.Popup.Message and iqontrol.x.Popup.Duration
                    • When passing values to these objects, a popup-message (or toast) is displayed
                    • You can use html-tags to format the message
                    • The duration is the time in ms the message is displayed; if the duration is 0 the message has to be confirmed
                    • Alternatively you can set these values via sendTo-command (for example by blockly) with the parameters PopupMessage and PopupDuration

                    Popup Screenshot
                    Popup Blockly

                    Scene:

                    • STATE: boolean - displays, if the scene is active. Depending on the configuration of the scene (virtual group, set values for false enabled or disabled), the toggle-command will send true, false, min, 0, max or 100. There is an option to always send true (disable toggleing).
                    M sigi234 2 Replies Last reply Reply Quote 4
                    • M
                      martinschm @s.bormann last edited by

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

                      1.1.3 (2020-06-28)

                      • (Sebastian Bormann) Added popup messagen (toast-messagen).
                      • (Sebastian Bormann) Enhanced scenes to be able to toggle (added option to always send true, if you need the old behaviour).

                      Popup-Messages

                      • Every instance creates the objects iqontrol.x.Popup.Message and iqontrol.x.Popup.Duration
                      • When passing values to these objects, a popup-message (or toast) is displayed
                      • You can use html-tags to format the message
                      • The duration is the time in ms the message is displayed; if the duration is 0 the message has to be confirmed
                      • Alternatively you can set these values via sendTo-command (for example by blockly) with the parameters PopupMessage and PopupDuration

                      Popup Screenshot
                      Popup Blockly

                      Scene:

                      • STATE: boolean - displays, if the scene is active. Depending on the configuration of the scene (virtual group, set values for false enabled or disabled), the toggle-command will send true, false, min, 0, max or 100. There is an option to always send true (disable toggleing).

                      Mega cool mit den Pop ups @s-bormann . Vielen Dank für das ständige erweitern!

                      1 Reply Last reply Reply Quote 0
                      • M
                        martinschm last edited by martinschm

                        Hi,

                        ich hab da mal ein Problem, vielleicht stelle ich mich auch nur zu blöd an.
                        Ich habe unter 0_userdata einen true/false Datenpunkt angelegt. Den will ich mir in iQontrol anzeigen aber auch umschalten können.

                        Hab ein "Schalter" als Typ verwendet und bei state den Wert ausgewählt. Der Zustand wird mir in iQontrol angezeigt, aber ich kann ihn nicht umschalten. Hab schon kontrolliert, er steht nicht auf Read only oder so.

                        Wo ist mein Fehler?

                        EDIT: Funktioniert das nur, wenn ich dem Datenpunkt eine Rolle zugewiesen hab? War das schon immer so?

                        ciao
                        Martin

                        s.bormann 1 Reply Last reply Reply Quote 0
                        • s.bormann
                          s.bormann Most Active @martinschm last edited by

                          @martinschm Ja, das liegt daran, dass die Art der Eingabe möglichst universell sein soll. iQontrol versucht so gut wie möglich zwischen button, string, level, value-list und ein paar specials zu unterscheiden, braucht dafür aber role und type. LG

                          1 Reply Last reply Reply Quote 1
                          • mike2507
                            mike2507 @blackeagle998 last edited by

                            @blackeagle998 Wie hast du das mit dem Tag und dem Datum sowie mit der Temperatur von bis gemacht?

                            B 1 Reply Last reply Reply Quote 0
                            • mike2507
                              mike2507 @eMd last edited by

                              @eMd Hi, würdest du mir deine Kacheln Hintergründe zur Verfügung stellen?

                              E 1 Reply Last reply Reply Quote 0
                              • B
                                blackeagle998 @mike2507 last edited by blackeagle998

                                @mike2507
                                Grundsätzlich kommen die Daten vom "das Wetter" Adapter.
                                Die Formatierung erfolgt in einem eigenen Skript, das Ergebnis schreibe ich dann als String in eigene Datenpunkte unter 0_userdata.0.wetter.

                                Den Inhalt dieser Datenpunkte verwende ich dann als Kachelname bzw. als State der Kachel.

                                Reicht dir das so? Falls nicht, was brauchst du konkret?

                                mike2507 1 Reply Last reply Reply Quote 0
                                • mike2507
                                  mike2507 @blackeagle998 last edited by

                                  @blackeagle998 Danke. Ja das reicht mir. Ich dachte das geht auch ohne Script.

                                  1 Reply Last reply Reply Quote 0
                                  • E
                                    eMd @mike2507 last edited by

                                    @mike2507
                                    Ich verlinke mal auf einen anderen Thread, da habe ich mich bedient 🙂

                                    https://forum.iobroker.net/topic/23348/iobroker-user-interface-kit-für-vis-download

                                    mfg
                                    eMd

                                    1 Reply Last reply Reply Quote 0
                                    • liv-in-sky
                                      liv-in-sky @s.bormann last edited by

                                      @s-bormann

                                      kurze frage: kann man sowas einbinden in iqontrol - bekomme das nicht hin

                                      <div id="fblwidget_simple"></div>
                                      <script src="//bundesliga-widgets.de/js/simple.js"
                                      type="text/javascript"></script>
                                      

                                      kommt von
                                      https://forum.iobroker.net/post/456905

                                      s.bormann 1 Reply Last reply Reply Quote 0
                                      • s.bormann
                                        s.bormann Most Active @liv-in-sky last edited by

                                        @liv-in-sky Hi,
                                        habe die Art, wie der iFrame mit Daten befüllt wird, geändert, so dass auch Scripte ausgeführt werden. Damit klappt es jetzt bei mir. Probiert doch bitte mal die aktuelle Version von Github.
                                        LG

                                        B 1 Reply Last reply Reply Quote 0
                                        • B
                                          blackeagle998 @s.bormann last edited by blackeagle998

                                          @s-bormann
                                          Sieht so aus, als wenn es funktioniert 👍
                                          Screenshot_20200630-184914.png

                                          Danke!

                                          Edit:
                                          Mal sehen, ob man diese Ansicht auch als Kachelhintergrund hinbekommt (Live-Ticker).

                                          1 Reply Last reply Reply Quote 1
                                          • B
                                            blackeagle998 last edited by

                                            Vielleicht für den ein oder anderen relevant:
                                            Ich habe mal die Bundesliga Widgets "aktueller Spieltag" und "Tabelle" untereinander gepackt, sieht dann so aus:
                                            8f5c02ee-ffd1-4cd0-9e1d-dc4410342178-image.png

                                            Dazu habe ich eine HTML Datei erstellt. Diese wird in einer Popup Kachel als URL aufgerufen, HTML-Code dazu (Hinweis: ich habe keine Ahnung von HTML, Verbesserungen/Anmerkungen sind gerne erwünscht):

                                            <!doctype html>
                                            <html>
                                             <body bgcolor="black">
                                              <div id="fblwidget_simple" style="border:2px outset black;background-color:white"></div>
                                               <script src="//bundesliga-widgets.de/js/simple.js"
                                                      type="text/javascript"></script>
                                              <div id="fblwidget_table" style="border:2px outset black;background-color:white"></div>
                                               <script src="//bundesliga-widgets.de/js/table.js"
                                                      type="text/javascript"></script>
                                             </body>
                                            </html>
                                            
                                            

                                            @s-bormann
                                            Sowohl die Hintergrundbilder der einzelnen Views, als auch die der Kacheln können aktuell nicht per HTML / URL / Datenpunkte variabel gestaltet werden. Da du dies ja nun schon für die Icons und Kachelnamen umgesetzt hast, ist es vielleicht nur noch ein kleiner weiterer Handgriff??? 🤷‍♂️

                                            liv-in-sky s.bormann 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            414
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            app dark-mode iqontrol responsive vis visualisierung visualization widget
                                            295
                                            7633
                                            5545122
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo