Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
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)

Scheduled Pinned Locked Moved Tester
appdark-modeiqontrolresponsivevisvisualisierungvisualizationwidget
7.6k Posts 296 Posters 7.0m Views 201 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V verkel

    @blackeagle998 sagte in Test Adapter iQontrol 1.2.x:

    ./../iqontrol.meta/userimages/usericons/wetter/1.png|./../iqontrol.meta/userimages/usericons/wetter/{daswetter.0.NextHours.Location_1.Day_1.symbol_value}.png

    Super gut erklärt. Danke das hab ich auch mal sofort umgesetzt. Da kann man ja fast ein Wiki machen😊 👍

    s.bormannS Offline
    s.bormannS Offline
    s.bormann
    Most Active
    wrote on last edited by
    #2919

    @verkel sagte in Test Adapter iQontrol 1.2.x:

    @blackeagle998 sagte in Test Adapter iQontrol 1.2.x:

    ./../iqontrol.meta/userimages/usericons/wetter/1.png|./../iqontrol.meta/userimages/usericons/wetter/{daswetter.0.NextHours.Location_1.Day_1.symbol_value}.png

    Super gut erklärt. Danke das hab ich auch mal sofort umgesetzt. Da kann man ja fast ein Wiki machen😊 👍

    Gerne, das wiki ist offen für jeden:
    https://github.com/sbormann/ioBroker.iqontrol/wiki

    B 1 Reply Last reply
    0
    • M MarkoFFM

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

      curl -sL https://iobroker.net/fix.sh | bash -

      Hallo s.bormann,

      vielen Dank. Nach dem Fix scheint es geklappt zu haben. Nun wird die 1.1.5 als installiert angezeigt. Wie kriege ich die neuen Versionen installiert? Aktuell ist ja v1.2.3.

      Toll, wie hier das ganze supportet wird, weiter so!

      s.bormannS Offline
      s.bormannS Offline
      s.bormann
      Most Active
      wrote on last edited by
      #2920

      @MarkoFFM sagte in Test Adapter iQontrol 1.2.x:

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

      curl -sL https://iobroker.net/fix.sh | bash -

      Hallo s.bormann,

      vielen Dank. Nach dem Fix scheint es geklappt zu haben. Nun wird die 1.1.5 als installiert angezeigt. Wie kriege ich die neuen Versionen installiert? Aktuell ist ja v1.2.3.

      Toll, wie hier das ganze supportet wird, weiter so!

      Hi, cool, dass das geklappt hat.

      1.1.5 ist stable. Wenn man auch Betaversionen installieren möchte, dann muss man in den ioBroker-Einstellungen den Verwahr-Ort auf "latest" stellen.
      Alternativ kannst Du iQontrol auch über das Github (= Katzen)-Symbol updaten lassen (dazu muss man glaube ich die Experteneinstellungen aktivieren - und nach dem Install noch ein Upload machen - wie, steht in der Troubleshooting-Sektion der iQontrol-Readme).

      VG!

      1 Reply Last reply
      0
      • V vepman

        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

        s.bormannS Offline
        s.bormannS Offline
        s.bormann
        Most Active
        wrote on last edited by
        #2921

        @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
        1
        • B blackeagle998

          @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 🙂

          s.bormannS Offline
          s.bormannS Offline
          s.bormann
          Most Active
          wrote on last edited by
          #2922

          @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
          0
          • s.bormannS s.bormann

            @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 Offline
            V Offline
            vepman
            wrote on last edited by
            #2923

            @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.bormannS 1 Reply Last reply
            0
            • V vepman

              @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.bormannS Offline
              s.bormannS Offline
              s.bormann
              Most Active
              wrote on last edited by
              #2924

              @vepman nimm nicht home=, sondern openDialog
              VG

              V 1 Reply Last reply
              1
              • s.bormannS s.bormann

                @vepman nimm nicht home=, sondern openDialog
                VG

                V Offline
                V Offline
                vepman
                wrote on last edited by vepman
                #2925

                @s-bormann
                Jau, geht teilweise.

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

                FB001.png

                So über die Kachel:

                FB002.png

                s.bormannS 1 Reply Last reply
                0
                • C Offline
                  C Offline
                  CrazyFloyd
                  wrote on last edited by
                  #2926

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

                  M 1 Reply Last reply
                  0
                  • C CrazyFloyd

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

                    M Offline
                    M Offline
                    muuulle
                    wrote on last edited by
                    #2927

                    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.bormannS 1 Reply Last reply
                    0
                    • V 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.bormannS Offline
                      s.bormannS Offline
                      s.bormann
                      Most Active
                      wrote on last edited by
                      #2928

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

                      V 1 Reply Last reply
                      1
                      • M muuulle

                        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.bormannS Offline
                        s.bormannS Offline
                        s.bormann
                        Most Active
                        wrote on last edited by
                        #2929

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

                        M 1 Reply Last reply
                        0
                        • s.bormannS s.bormann

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

                          M Offline
                          M Offline
                          muuulle
                          wrote on last edited by muuulle
                          #2930

                          @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.bormannS 1 Reply Last reply
                          0
                          • M 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.bormannS Offline
                            s.bormannS Offline
                            s.bormann
                            Most Active
                            wrote on last edited by
                            #2931

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

                            M 1 Reply Last reply
                            0
                            • s.bormannS s.bormann

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

                              M Offline
                              M Offline
                              muuulle
                              wrote on last edited by
                              #2932

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

                              1 Reply Last reply
                              1
                              • s.bormannS s.bormann

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

                                V Offline
                                V Offline
                                vepman
                                wrote on last edited by
                                #2933

                                @s-bormann

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

                                s.bormannS 1 Reply Last reply
                                0
                                • V vepman

                                  @s-bormann

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

                                  s.bormannS Offline
                                  s.bormannS Offline
                                  s.bormann
                                  Most Active
                                  wrote on last edited by
                                  #2934

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

                                  V 1 Reply Last reply
                                  0
                                  • s.bormannS s.bormann

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

                                    V Offline
                                    V Offline
                                    vepman
                                    wrote on last edited by
                                    #2935

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

                                    s.bormannS 3 Replies Last reply
                                    0
                                    • V vepman

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

                                      s.bormannS Offline
                                      s.bormannS Offline
                                      s.bormann
                                      Most Active
                                      wrote on last edited by
                                      #2936

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

                                      1 Reply Last reply
                                      0
                                      • V vepman

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

                                        s.bormannS Offline
                                        s.bormannS Offline
                                        s.bormann
                                        Most Active
                                        wrote on last edited by
                                        #2937

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

                                        V 1 Reply Last reply
                                        0
                                        • s.bormannS s.bormann

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

                                          V Offline
                                          V Offline
                                          vepman
                                          wrote on last edited by
                                          #2938

                                          @s-bormann
                                          Was heißt Upload?

                                          S 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          757

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe