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

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

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

    This topic has been deleted. Only users with topic management privileges can see it.
    • s.bormann
      s.bormann Most Active @vepman last edited by

      @vepman sagte in Test Adapter iQontrol 1.2.x:

      Gibt es eine Möglichkeit eine Geräte-Kachel direkt aufzurufen?
      Bei den Views habe ich das mit Hilfe der simple-api hingekriegt.
      Aber die geniale Fernbedienung hätte ich gerne als Verknüpfung auf dem Homescreen.

      VG

      Versuch mal die aktuelle github-Version, da kann man das machen:

      URL-Parameters

      • The frontend is called via http[s]://<url or ip of iobroker>:<port of web adapter>/iqontrol/index.html
        • <port of web adapter> is usually 8082
      • To open a specified instance you can add namespace=iqontrol.<instance-number> as URL-parameter
      • To open a specified view as homepage you can add home=<viewID> as URL-parameter
        • <viewID> needs to be formated like iqontrol.<insctance-number>.Views.<view-name>
        • Note: this is case-sensitive!
      • To open a specified dialog on loading the page you can add openDialog=<deviceID> as URL-parameter
        • <deviceID> needs to formated like iqontrol.<insctance-number>.Views.<view-name>.devices.<device-number> where <device-number> starts from 0 (so the first device on a view has device-number 0)
        • Note: this is case-sensitive!
      • To set or override return after time settings, use the following parameters:
        • returnAfterTimeTreshold=<time in seconds> to set the time, after wich the destination view is called. Use 0 to disable return after time feature.
        • returnAfterTimeDestiationView=<viewID> to set the view, wich is called after the treshold. If not specified, the home view will be used.
        • These options are helpful, if you call iQontrol from an wall mounted tablet, wich should automatically return to home-view after beeing used

      Example:

      • https://192.168.1.1:8082/iqontrol/index.html?namespace=iqontrol.1&home=iqontrol.1.Views.Living-Room
        • Note upper and lower case
      V 1 Reply Last reply Reply Quote 1
      • s.bormann
        s.bormann Most Active @blackeagle998 last edited by

        @blackeagle998 sagte in Test Adapter iQontrol 1.2.x:

        @s-bormann
        Ja, die Versionen sind aktuell:
        iQontrol: 1.2.3
        Sonos: 2.1.0

        Das Cover ist auch definitiv an der URL hinterlegt, sonst würde er es beim Reload der iQontrol Seite nicht anzeigen.
        Die genannten Felder ändern sich, sobald ich ein neues Album abspiele.

        Auszug aus der Entwicklerkonsole:

        index.js:3705 Return after time - timer started (treshold: 300s, destinationView: )
        index.js:6179 CLICK
        index.js:2624 Button 0_userdata.0.Sonos.Play.Album.Kinder.Vaiana --> 1
        index.js:2221 >>>>>> setState 0_userdata.0.Sonos.Play.Album.Kinder.Vaiana: true --> 1
        index.js:2250        converted state to boolean. New value is: true
        index.js:3889 Find active Toolbar Index
        index.js:1643 deliverState done
        index.js:2439 >> ack: false val: true newVal: true
        index.js:5998 Add timestamp to Player with value <b>Disney - Die Eiskönigin</b> - Die Eiskönigin - Völlig Unverfroren (Das Original-Hörspiel zum Film) - <i>Kapitel 01: Die Eiskönigin</i>
        index.js:5936 ["active"]
        index.js:5998 Add timestamp to Player with value <b>Disney - Die Eiskönigin</b> - Die Eiskönigin - Völlig Unverfroren (Das Original-Hörspiel zum Film)
        index.js:5998 Add timestamp to Player with value <b>Disney - Die Eiskönigin</b>
        index.js:5998 Add timestamp to Player with value 
        index.js:2439 >> ack: false val: true newVal: true
        index.js:5954 Shuffle! resizeObserver 100
        index.js:5958 Shuffle! resizeObserver 1250
        index.js:5998 Add timestamp to Player with value 
        index.js:5998 Add timestamp to Player with value <i>Kapitel 01: Vaiana</i>
        index.js:5998 Add timestamp to Player with value Vaiana (Das Original-Hörspiel zum Film) - <i>Kapitel 01: Vaiana</i>
        2index.js:5998 Add timestamp to Player with value <b>Disney - Vaiana</b> - Vaiana (Das Original-Hörspiel zum Film) - <i>Kapitel 01: Vaiana</i>
        index.js:5936 ["active"]
        3index.js:5998 Add timestamp to Player with value <b>Disney - Vaiana</b> - Vaiana (Das Original-Hörspiel zum Film) - <i>Kapitel 01: Vaiana</i>
        index.js:5954 Shuffle! resizeObserver 100
        index.js:2317 << preventUpdate dexpired.
        index.js:5958 Shuffle! resizeObserver 1250
        index.js:6154 Starting marquee
        

        Wenn ich sonst noch was liefern kann, lass es mich wissen 🙂

        Probiers mal bitte mit der aktuellen Github-Version.

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

          @s-bormann

          Erstmal Danke für deinen tollen Einsatz.

          Leider geht es mit devices bei mir nicht.
          Als Beispiel habe ich die Wohnzimmer Deckenlampe, welche das 1. Device in Licht ist, genommen:

          http://192.168.0.2:8082/iqontrol/index.html?namespace=iqontrol.0&home=iqontrol.0.Views.Licht.devices.0
          

          klappt nicht.

          Der Aufruf des Views geht:

          http://192.168.0.2:8082/iqontrol/index.html?namespace=iqontrol.0&home=iqontrol.0.Views.Licht
          
          s.bormann 1 Reply Last reply Reply Quote 0
          • s.bormann
            s.bormann Most Active @vepman last edited by

            @vepman nimm nicht home=, sondern openDialog
            VG

            V 1 Reply Last reply Reply Quote 1
            • V
              vepman @s.bormann last edited by vepman

              @s-bormann
              Jau, geht teilweise.

              Pad und Zahlen sind nicht da.
              So per URL-Aufruf:

              FB001.png

              So über die Kachel:

              FB002.png

              s.bormann 1 Reply Last reply Reply Quote 0
              • C
                CrazyFloyd last edited by

                Besteht die Möglichkeit eine Android App aus dem Adapter aufzurufen?
                Danke.

                M 1 Reply Last reply Reply Quote 0
                • M
                  muuulle @CrazyFloyd last edited by

                  Moin zusammen,

                  besteht die Möglichkeit, den Inhalt eines Datenpunkts vollflächig in einer Kachel darzustellen? Ich habe oben noch den "Rahmen", der mich stört.

                  Vielen Dank
                  mu

                  Bildschirmfoto 2020-09-12 um 20.58.21.png

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

                    @vepman Tatsache, ist mir beim Testen gar nicht aufgefallen. Versuch es mal mit der aktuellen Github-Version bitte.

                    V 1 Reply Last reply Reply Quote 1
                    • s.bormann
                      s.bormann Most Active @muuulle last edited by

                      @muuulle Versuch doch mal, das nicht als STATE, sondern als BACKGROUND_HTML zu verwenden. Ist es dann OK?

                      M 1 Reply Last reply Reply Quote 0
                      • M
                        muuulle @s.bormann last edited by muuulle

                        @s-bormann
                        Wenn ich dort nur den Datenpunkte benenne, dann wird in der Kachel nur die Datenpunkt-Bezeichnung geschrieben. Mache ich etwas falsch?

                        Bildschirmfoto 2020-09-12 um 21.19.11.png

                        Bildschirmfoto 2020-09-12 um 21.18.18.png

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

                          @muuulle Du musst noch von Konstante auf Datenpunkt umschalten:
                          63b0158c-eee4-4e82-b368-ca1f5782133f-image.png

                          M 1 Reply Last reply Reply Quote 0
                          • M
                            muuulle @s.bormann last edited by

                            @s-bormann
                            Super. Danke. Das sieht super aus und sogar scrollbar! MEGA!

                            1 Reply Last reply Reply Quote 1
                            • V
                              vepman @s.bormann last edited by

                              @s-bormann

                              Auch mit der aktuellen Github-Version ist es noch so.

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

                                @vepman Hm. Scheint ein Timing-Problem zu sein. Neuer Versuch: Geht es jetzt?

                                V 1 Reply Last reply Reply Quote 0
                                • V
                                  vepman @s.bormann last edited by

                                  @s-bormann
                                  Leider nicht. Immer noch nicht alles da.

                                  s.bormann 3 Replies Last reply Reply Quote 0
                                  • s.bormann
                                    s.bormann Most Active @vepman last edited by

                                    @vepman Upload nach Update gemacht? Bei mir geht es jetzt auch mit der Remote...

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

                                      @vepman Ah, ich habs. Wenn das Device nicht auf der home-Seite ist, gibts Probleme.

                                      V 1 Reply Last reply Reply Quote 0
                                      • V
                                        vepman @s.bormann last edited by

                                        @s-bormann
                                        Was heißt Upload?

                                        S 1 Reply Last reply Reply Quote 0
                                        • S
                                          SabineT @vepman last edited by

                                          @vepman Falls nicht eh schon geschehen, in der Adapter Ansicht den Experten Modus aktivieren (über das Symbol oben rechts) und dann beim Adapter in der Spalte "Installieren" auf den "Pfeil nach oben" (Upload) clicken.

                                          V 1 Reply Last reply Reply Quote 1
                                          • V
                                            vepman @SabineT last edited by

                                            @SabineT
                                            Ja, das hatte ich. Danke

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            770
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            app dark-mode iqontrol responsive vis visualisierung visualization widget
                                            295
                                            7633
                                            5396999
                                            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