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

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

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

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

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

    @Kueppert Hi, das Problem scheint zu sein, dass bei einem Deiner Datenpunkte der "native"-Teil des Objekts fehlt. Das ist eigentlich unzulässig. Sobald man das Objekt in iobroker einmal editiert, fügt iobroker selbst ein leeres "native = {}" in das Objet ein, sofern es fehlen sollte. Ich habe jetzt in die Zeile 466 eine Abfrage eingebaut, die das ganze abfängt - kann aber sein, dass es noch mehrere Stellen gibt, an der das ganze abbricht. Kann es selbst nicht testen, da ich kein Objekt bauen kann ohne native-Teil. Ich lade nachher mal die neueste Version hoch, dann kannst Du das noch mal testen.

    K Online
    K Online
    Kueppert
    wrote on last edited by
    #461

    @s-bormann hm...bei den Xiaomi-Sensoren ist bei keinem meiner Objekte (nur zwei geschaut) befüllt...

    MiHome - Badezimmerfenster:

    {
      "from": "system.adapter.mihome.0",
      "user": "system.user.admin",
      "ts": 15518xxxxxxxx,
      "common": {
        "name": "Badezimmer-Fenster",
        "role": "state",
        "type": "boolean",
        "write": false,
        "read": true
      },
      "native": {},
      "acl": {
        "object": 1636,
        "owner": "system.user.admin",
        "ownerGroup": "system.group.administrator",
        "state": 1636
      },
      "_id": "mihome.0.devices.magnet_158d000xxxxxxx.state",
      "type": "state"
    }
    

    Zigbee-Wohnzimmerfenster:

    {
      "type": "state",
      "common": {
        "name": "Wohnzimmer-Fenster",
        "type": "boolean",
        "read": true,
        "write": false,
        "role": "state"
      },
      "from": "system.adapter.zigbee.0",
      "user": "system.user.admin",
      "ts": 1551887xxxxxx,
      "_id": "zigbee.0.00158d0002xxxxxx.opened",
      "acl": {
        "object": 1636,
        "state": 1636,
        "owner": "system.user.admin",
        "ownerGroup": "system.group.administrator"
      },
      "native": {}
    }
    

    Ich teste dann nachher deine neue Version einmal. Danke für deine Hilfe 🙂

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

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

      @szimpel sagte in [Neuer Adapter] Visualisierung iQontrol:

      Erstmal vielen Dank für das tolle Projekt!
      Ich bin gerade dabei meine Geräte aus dem KNX Adapter einzubinden und es klappt alles schon sehr gut.
      Eine Frage zu dem "Blind" Gerät, ich habe hier 2 DP, einen um den Rollo zu steuern (klappt super) und einen über den die aktuelle Position angezeigt wird. Könnte man das Gerät noch um einen "state" erweitern damit ich die aktuelle Postion noch anzeigen kann?

      Viele Grüße,
      Stefan

      Hallo,
      bitte schicke mir mal einen Screenshot der Datenpunkte des KNX-Rolladens und die RAW-Daten der drei von Dir benötigten Datenpunkte. Dann schaue ich, wie das geht.
      VG

      S Offline
      S Offline
      szimpel
      wrote on last edited by
      #462

      @s-bormann
      8b16aa63-836d-4739-986c-4980b5dfc817-image.png

      Hierüber kann ich den Rollo aktuell an die gewünschte Position fahren:
      {
      "from": "system.adapter.knx.0",
      "ts": 1536848273528,
      "common": {
      "name": "Rollo Buero 1 direkt",
      "type": "number",
      "role": "level.dimmer",
      "min": 0,
      "max": 100,
      "read": false,
      "write": true,
      "custom": {
      "material": {
      "admin": {
      "name": "Rollo Buero 1 direkt",
      "colorOn": "",
      "doubleSize": "",
      "colorOff": "",
      "icon":
      "iconOff":
      "background": "",
      "enabled": true
      }
      }
      }
      },
      "native": {
      "dpt": "DPT5.001",
      "address": "2/2/58",
      "addressRefId": "P-0476-0_GA-287",
      "statusGARefId": "",
      "actGARefId": ""
      },
      "acl": {
      "object": 1636,
      "owner": "system.user.admin",
      "ownerGroup": "system.group.administrator",
      "state": 1636
      },
      "_id": "knx.0.EG.Rollo.Rollo_Buero_1_direkt",
      "type": "state"
      }

      Hierüber kann die aktuelle Position abgefragt werden:
      {
      "_id": "knx.0.EG.Rollo.Rollo_Buero_1_pos",
      "type": "state",
      "common": {
      "name": "Rollo Buero 1 pos",
      "type": "number",
      "read": false,
      "write": false,
      "role": "value.dimmer",
      "min": 0,
      "max": 100,
      "custom": {
      "material": {
      "admin": {
      "enabled": true,
      "useCustom": false,
      "name": "Rollo Buero 1 pos"
      }
      }
      }
      },
      "native": {
      "dpt": "DPT5.001",
      "address": "2/2/57",
      "addressRefId": "P-0476-0_GA-286",
      "statusGARefId": "",
      "actGARefId": ""
      },
      "from": "system.adapter.knx.0",
      "ts": 1536848273511,
      "acl": {
      "object": 1636,
      "state": 1636,
      "owner": "system.user.admin",
      "ownerGroup": "system.group.administrator"
      }
      }

      Vielen Dank schon mal im voraus!
      Stefan

      1 Reply Last reply
      0
      • K Kueppert

        @s-bormann hm...bei den Xiaomi-Sensoren ist bei keinem meiner Objekte (nur zwei geschaut) befüllt...

        MiHome - Badezimmerfenster:

        {
          "from": "system.adapter.mihome.0",
          "user": "system.user.admin",
          "ts": 15518xxxxxxxx,
          "common": {
            "name": "Badezimmer-Fenster",
            "role": "state",
            "type": "boolean",
            "write": false,
            "read": true
          },
          "native": {},
          "acl": {
            "object": 1636,
            "owner": "system.user.admin",
            "ownerGroup": "system.group.administrator",
            "state": 1636
          },
          "_id": "mihome.0.devices.magnet_158d000xxxxxxx.state",
          "type": "state"
        }
        

        Zigbee-Wohnzimmerfenster:

        {
          "type": "state",
          "common": {
            "name": "Wohnzimmer-Fenster",
            "type": "boolean",
            "read": true,
            "write": false,
            "role": "state"
          },
          "from": "system.adapter.zigbee.0",
          "user": "system.user.admin",
          "ts": 1551887xxxxxx,
          "_id": "zigbee.0.00158d0002xxxxxx.opened",
          "acl": {
            "object": 1636,
            "state": 1636,
            "owner": "system.user.admin",
            "ownerGroup": "system.group.administrator"
          },
          "native": {}
        }
        

        Ich teste dann nachher deine neue Version einmal. Danke für deine Hilfe 🙂

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

        @Kueppert So, neue Version lädt gerade hoch. Hoffe, es klappt alles! VG!

        K BBTownB 2 Replies Last reply
        0
        • s.bormannS s.bormann

          @Kueppert So, neue Version lädt gerade hoch. Hoffe, es klappt alles! VG!

          K Online
          K Online
          Kueppert
          wrote on last edited by
          #464

          @s-bormann gerade via Git installiert (0.0.25). Leider gleiches Verhalten 😞

          anbei der Auszug aus Firefox:

          2019-05-22T14:38:10.819Z Connected => authenticate conn.js:255:25
          2019-05-22T14:38:10.937Z Authenticated: true conn.js:264:33
          Socket connected - getStarted index.js:74:13
          Fetched Object: iqontrol.0.Options index.js:177:12
          Fetch object: iqontrol.0.Toolbar.0000__Start index.js:237:11
          Fetched Object: iqontrol.0.Toolbar.0000__Start index.js:243:13
          Fetch object: iqontrol.0.Toolbar.0001__Räume index.js:237:11
          Fetched Object: iqontrol.0.Toolbar.0001__Räume index.js:243:13
          Fetch object: iqontrol.0.Toolbar.0002__Funktionen index.js:237:11
          Fetched Object: iqontrol.0.Toolbar.0002__Funktionen index.js:243:13
          Toolbar received. index.js:135:12
          renderView iqontrol.0.Views.Start, updateOnly: undefined index.js:678:10
          Fetch object: iqontrol.0.Views.Start index.js:237:11
          Home rendered. index.js:142:13
          Fetched Object: iqontrol.0.Views.Start index.js:243:13
          Fetch object: iqontrol.0.Views.Start.0000__ioBroker uptime index.js:237:11
          Fetched Object: iqontrol.0.Views.Start.0000__ioBroker uptime index.js:243:13
          Fetch object: iqontrol.0.Views.Start.0001__Büro Fenster index.js:237:11
          Fetched Object: iqontrol.0.Views.Start.0001__Büro Fenster index.js:243:13
          Fetch object: iqontrol.0.Views.Start.0002__Küche Fenster index.js:237:11
          Fetched Object: iqontrol.0.Views.Start.0002__Küche Fenster index.js:243:13
          Fetch object: iqontrol.0.Views.Start.0003__Terrasse Tür index.js:237:11
          Fetched Object: iqontrol.0.Views.Start.0003__Terrasse Tür index.js:243:13
          Fetch object: iqontrol.0.Views.Start.0004__Badezimmer Fenster index.js:237:11
          Fetched Object: iqontrol.0.Views.Start.0004__Badezimmer Fenster index.js:243:13
          22 states fetched while rendering view. index.js:1477:14
          renderView iqontrol.0.Views.Start, updateOnly: undefined index.js:678:10
          Fetch object: system.adapter.admin.0.uptime index.js:237:11
          Fetch object: zigbee.0.00158d000xxxxxxx.opened index.js:237:11
          Already waiting for object: zigbee.0.00158d000xxxxxxx.opened index.js:233:11
          Fetch object: zigbee.0.00158d000xxxxxxx.opened index.js:237:11
          Fetch object: hm-rpc.0.0000D70xxxxxxxx.1.STATE index.js:237:11
          Fetch object: mihome.0.devices.magnet_158d000xxxxxxx.state index.js:237:11
          Fetched Object: system.adapter.admin.0.uptime index.js:243:13
          Fetched Object: zigbee.0.00158d000xxxxxxx.opened index.js:243:13
          Fetched Object: zigbee.0.00158d000xxxxxxx.opened index.js:243:13
          Fetched Object: hm-rpc.0.0000D70xxxxxxx.1.STATE index.js:243:13
          Fetched Object: mihome.0.devices.magnet_158d000xxxxxxx.state index.js:243:13
          TypeError: usedObjects[linkedStateId].native is undefined
          getStateObject http://192.168.178.69:8082/iqontrol/index.js:466
              updateFunction http://192.168.178.69:8082/iqontrol/index.js:1423
              updateState http://192.168.178.69:8082/iqontrol/index.js:547
              renderView http://192.168.178.69:8082/iqontrol/index.js:1487
              fetchStates http://192.168.178.69:8082/iqontrol/index.js:265
              getStates http://192.168.178.69:8082/iqontrol/conn.js:647
              onack http://192.168.178.69:8082/lib/js/socket.io.js:3
              onpacket http://192.168.178.69:8082/lib/js/socket.io.js:3
              exports http://192.168.178.69:8082/lib/js/socket.io.js:3
              emit http://192.168.178.69:8082/lib/js/socket.io.js:2
              ondecoded http://192.168.178.69:8082/lib/js/socket.io.js:1
              exports http://192.168.178.69:8082/lib/js/socket.io.js:3
              emit http://192.168.178.69:8082/lib/js/socket.io.js:1
              add http://192.168.178.69:8082/lib/js/socket.io.js:1
              ondata http://192.168.178.69:8082/lib/js/socket.io.js:1
              exports http://192.168.178.69:8082/lib/js/socket.io.js:3
              emit http://192.168.178.69:8082/lib/js/socket.io.js:2
              onPacket http://192.168.178.69:8082/lib/js/socket.io.js:2
              setTransport http://192.168.178.69:8082/lib/js/socket.io.js:2
              emit http://192.168.178.69:8082/lib/js/socket.io.js:2
              onPacket http://192.168.178.69:8082/lib/js/socket.io.js:2
              onData http://192.168.178.69:8082/lib/js/socket.io.js:2
              onmessage http://192.168.178.69:8082/lib/js/socket.io.js:3
          Page visible-event - socket is connected index.js:2587:12
          """": {"en": """", "de": """", "ru": """", "pt": """", "nl": """", "fr": """"}, translate.js:24:17
          Page visible-event - socket is connected index.js:2587:12
          

          und hier der Auszug aus der RAW vom Objekt:

          {
            "from": "system.adapter.mihome.0",
            "user": "system.user.admin",
            "ts": 1551895xxxxxx,
            "common": {
              "name": "Badezimmer-Fenster",
              "role": "state",
              "type": "boolean",
              "write": false,
              "read": true
            },
            "native": {},
            "acl": {
              "object": 1636,
              "owner": "system.user.admin",
              "ownerGroup": "system.group.administrator",
              "state": 1636
            },
            "_id": "mihome.0.devices.magnet_158d000xxxxxxx.state",
            "type": "state"
          }```

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

          s.bormannS 1 Reply Last reply
          0
          • M Offline
            M Offline
            Mordrad
            wrote on last edited by
            #465

            @s-bormann oder auch an die anderen. Hat von euch evtl. jemand Hue Lampen über den Zigbee-Adapter eingebunden. Ich kann hier nämlich leider die Farben nicht wählen, da vom Zigbee Adapter Farben im HEX (RGB) erwartet werden. Die Buttons übergeben aber den Hue-Adapter typischen HSL in 0-360°.

            Hat hier jemand eine Idee für mich, wie ich das lösen kann?

            s.bormannS 1 Reply Last reply
            0
            • K Kueppert

              @s-bormann gerade via Git installiert (0.0.25). Leider gleiches Verhalten 😞

              anbei der Auszug aus Firefox:

              2019-05-22T14:38:10.819Z Connected => authenticate conn.js:255:25
              2019-05-22T14:38:10.937Z Authenticated: true conn.js:264:33
              Socket connected - getStarted index.js:74:13
              Fetched Object: iqontrol.0.Options index.js:177:12
              Fetch object: iqontrol.0.Toolbar.0000__Start index.js:237:11
              Fetched Object: iqontrol.0.Toolbar.0000__Start index.js:243:13
              Fetch object: iqontrol.0.Toolbar.0001__Räume index.js:237:11
              Fetched Object: iqontrol.0.Toolbar.0001__Räume index.js:243:13
              Fetch object: iqontrol.0.Toolbar.0002__Funktionen index.js:237:11
              Fetched Object: iqontrol.0.Toolbar.0002__Funktionen index.js:243:13
              Toolbar received. index.js:135:12
              renderView iqontrol.0.Views.Start, updateOnly: undefined index.js:678:10
              Fetch object: iqontrol.0.Views.Start index.js:237:11
              Home rendered. index.js:142:13
              Fetched Object: iqontrol.0.Views.Start index.js:243:13
              Fetch object: iqontrol.0.Views.Start.0000__ioBroker uptime index.js:237:11
              Fetched Object: iqontrol.0.Views.Start.0000__ioBroker uptime index.js:243:13
              Fetch object: iqontrol.0.Views.Start.0001__Büro Fenster index.js:237:11
              Fetched Object: iqontrol.0.Views.Start.0001__Büro Fenster index.js:243:13
              Fetch object: iqontrol.0.Views.Start.0002__Küche Fenster index.js:237:11
              Fetched Object: iqontrol.0.Views.Start.0002__Küche Fenster index.js:243:13
              Fetch object: iqontrol.0.Views.Start.0003__Terrasse Tür index.js:237:11
              Fetched Object: iqontrol.0.Views.Start.0003__Terrasse Tür index.js:243:13
              Fetch object: iqontrol.0.Views.Start.0004__Badezimmer Fenster index.js:237:11
              Fetched Object: iqontrol.0.Views.Start.0004__Badezimmer Fenster index.js:243:13
              22 states fetched while rendering view. index.js:1477:14
              renderView iqontrol.0.Views.Start, updateOnly: undefined index.js:678:10
              Fetch object: system.adapter.admin.0.uptime index.js:237:11
              Fetch object: zigbee.0.00158d000xxxxxxx.opened index.js:237:11
              Already waiting for object: zigbee.0.00158d000xxxxxxx.opened index.js:233:11
              Fetch object: zigbee.0.00158d000xxxxxxx.opened index.js:237:11
              Fetch object: hm-rpc.0.0000D70xxxxxxxx.1.STATE index.js:237:11
              Fetch object: mihome.0.devices.magnet_158d000xxxxxxx.state index.js:237:11
              Fetched Object: system.adapter.admin.0.uptime index.js:243:13
              Fetched Object: zigbee.0.00158d000xxxxxxx.opened index.js:243:13
              Fetched Object: zigbee.0.00158d000xxxxxxx.opened index.js:243:13
              Fetched Object: hm-rpc.0.0000D70xxxxxxx.1.STATE index.js:243:13
              Fetched Object: mihome.0.devices.magnet_158d000xxxxxxx.state index.js:243:13
              TypeError: usedObjects[linkedStateId].native is undefined
              getStateObject http://192.168.178.69:8082/iqontrol/index.js:466
                  updateFunction http://192.168.178.69:8082/iqontrol/index.js:1423
                  updateState http://192.168.178.69:8082/iqontrol/index.js:547
                  renderView http://192.168.178.69:8082/iqontrol/index.js:1487
                  fetchStates http://192.168.178.69:8082/iqontrol/index.js:265
                  getStates http://192.168.178.69:8082/iqontrol/conn.js:647
                  onack http://192.168.178.69:8082/lib/js/socket.io.js:3
                  onpacket http://192.168.178.69:8082/lib/js/socket.io.js:3
                  exports http://192.168.178.69:8082/lib/js/socket.io.js:3
                  emit http://192.168.178.69:8082/lib/js/socket.io.js:2
                  ondecoded http://192.168.178.69:8082/lib/js/socket.io.js:1
                  exports http://192.168.178.69:8082/lib/js/socket.io.js:3
                  emit http://192.168.178.69:8082/lib/js/socket.io.js:1
                  add http://192.168.178.69:8082/lib/js/socket.io.js:1
                  ondata http://192.168.178.69:8082/lib/js/socket.io.js:1
                  exports http://192.168.178.69:8082/lib/js/socket.io.js:3
                  emit http://192.168.178.69:8082/lib/js/socket.io.js:2
                  onPacket http://192.168.178.69:8082/lib/js/socket.io.js:2
                  setTransport http://192.168.178.69:8082/lib/js/socket.io.js:2
                  emit http://192.168.178.69:8082/lib/js/socket.io.js:2
                  onPacket http://192.168.178.69:8082/lib/js/socket.io.js:2
                  onData http://192.168.178.69:8082/lib/js/socket.io.js:2
                  onmessage http://192.168.178.69:8082/lib/js/socket.io.js:3
              Page visible-event - socket is connected index.js:2587:12
              """": {"en": """", "de": """", "ru": """", "pt": """", "nl": """", "fr": """"}, translate.js:24:17
              Page visible-event - socket is connected index.js:2587:12
              

              und hier der Auszug aus der RAW vom Objekt:

              {
                "from": "system.adapter.mihome.0",
                "user": "system.user.admin",
                "ts": 1551895xxxxxx,
                "common": {
                  "name": "Badezimmer-Fenster",
                  "role": "state",
                  "type": "boolean",
                  "write": false,
                  "read": true
                },
                "native": {},
                "acl": {
                  "object": 1636,
                  "owner": "system.user.admin",
                  "ownerGroup": "system.group.administrator",
                  "state": 1636
                },
                "_id": "mihome.0.devices.magnet_158d000xxxxxxx.state",
                "type": "state"
              }```
              s.bormannS Offline
              s.bormannS Offline
              s.bormann
              Most Active
              wrote on last edited by
              #466

              @Kueppert sagte in [Neuer Adapter] Visualisierung iQontrol:

              usedObjects[linkedStateId].native

              Hi, kann es sein, dass Firefox die Seite noch im Cache hat? Zeile 466 ist nämlich genau die Zeile, an der der Fehler in der alten Version lag. Jetzt steht an Zeile 466 aber was komplett anderes. Versuch doch bitte noch mal den Cache zu leeren und neu zu laden. Ggf. auch mal im iobroker noch mal manuell den Upload des Adapters starten.

              f103ab7a-ce23-41fe-9631-2e78d83e8f1f-image.png

              1 Reply Last reply
              0
              • M Mordrad

                @s-bormann oder auch an die anderen. Hat von euch evtl. jemand Hue Lampen über den Zigbee-Adapter eingebunden. Ich kann hier nämlich leider die Farben nicht wählen, da vom Zigbee Adapter Farben im HEX (RGB) erwartet werden. Die Buttons übergeben aber den Hue-Adapter typischen HSL in 0-360°.

                Hat hier jemand eine Idee für mich, wie ich das lösen kann?

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

                @Mordrad Hi, ich würde das über ein Script lösen, das den Datenpunkt umrechnet (mit Javascript oder Blockly).

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

                  @Kueppert Hi, das Problem scheint zu sein, dass bei einem Deiner Datenpunkte der "native"-Teil des Objekts fehlt. Das ist eigentlich unzulässig. Sobald man das Objekt in iobroker einmal editiert, fügt iobroker selbst ein leeres "native = {}" in das Objet ein, sofern es fehlen sollte. Ich habe jetzt in die Zeile 466 eine Abfrage eingebaut, die das ganze abfängt - kann aber sein, dass es noch mehrere Stellen gibt, an der das ganze abbricht. Kann es selbst nicht testen, da ich kein Objekt bauen kann ohne native-Teil. Ich lade nachher mal die neueste Version hoch, dann kannst Du das noch mal testen.

                  K Online
                  K Online
                  Kueppert
                  wrote on last edited by
                  #468

                  @s-bormann habe jetzt

                  • Upload vom Adapter gemacht
                  • Chrome Cache geleert (anderen Browser jetzt ausprobiert wieder)
                  • Chrom neu gestartet
                    ... 😞

                  Anbei die Ausgabe der Konsole im Chrome (1.Start; 1 Status wird korrekt angezeigt, Badezimmerfenster):

                  [Deprecation] Application Cache is restricted to secure contexts. Please consider migrating your application to HTTPS, and eventually shifting over to Service Workers. See https://goo.gl/rStTGz for more details.
                  conn.js:255 2019-05-23T04:38:33.260Z Connected => authenticate
                  conn.js:264 2019-05-23T04:38:33.366Z Authenticated: true
                  index.js:74 Socket connected - getStarted
                  index.js:177 Fetched Object: iqontrol.0.Options
                  index.js:237 Fetch object: iqontrol.0.Toolbar.0000__Start
                  index.js:243 Fetched Object: iqontrol.0.Toolbar.0000__Start
                  index.js:237 Fetch object: iqontrol.0.Toolbar.0001__Räume
                  index.js:243 Fetched Object: iqontrol.0.Toolbar.0001__Räume
                  index.js:237 Fetch object: iqontrol.0.Toolbar.0002__Funktionen
                  index.js:243 Fetched Object: iqontrol.0.Toolbar.0002__Funktionen
                  index.js:135 Toolbar received.
                  index.js:678 renderView iqontrol.0.Views.Start, updateOnly: undefined
                  index.js:237 Fetch object: iqontrol.0.Views.Start
                  index.js:142 Home rendered.
                  index.js:243 Fetched Object: iqontrol.0.Views.Start
                  index.js:237 Fetch object: iqontrol.0.Views.Start.0000__ioBroker uptime
                  index.js:243 Fetched Object: iqontrol.0.Views.Start.0000__ioBroker uptime
                  index.js:237 Fetch object: iqontrol.0.Views.Start.0001__Büro Fenster
                  index.js:243 Fetched Object: iqontrol.0.Views.Start.0001__Büro Fenster
                  index.js:237 Fetch object: iqontrol.0.Views.Start.0002__Küche Fenster
                  index.js:243 Fetched Object: iqontrol.0.Views.Start.0002__Küche Fenster
                  index.js:237 Fetch object: iqontrol.0.Views.Start.0003__Terrasse Tür
                  index.js:243 Fetched Object: iqontrol.0.Views.Start.0003__Terrasse Tür
                  index.js:237 Fetch object: iqontrol.0.Views.Start.0004__Badezimmer Fenster
                  index.js:243 Fetched Object: iqontrol.0.Views.Start.0004__Badezimmer Fenster
                  index.js:1477 22 states fetched while rendering view.
                  index.js:678 renderView iqontrol.0.Views.Start, updateOnly: undefined
                  index.js:237 Fetch object: system.adapter.admin.0.uptime
                  index.js:237 Fetch object: zigbee.0.00158d000xxxxxx.opened
                  index.js:233 Already waiting for object: zigbee.0.00158d00xxxxxx.opened
                  index.js:237 Fetch object: zigbee.0.00158d000xxxxxx.opened
                  index.js:237 Fetch object: hm-rpc.0.0000D7099xxxxxx.STATE
                  index.js:237 Fetch object: mihome.0.devices.magnet_158d00xxxxxx.state
                  index.js:243 Fetched Object: system.adapter.admin.0.uptime
                  index.js:243 Fetched Object: zigbee.0.00158d000xxxxxx.opened
                  index.js:243 Fetched Object: zigbee.0.00158d000xxxxxx.opened
                  index.js:243 Fetched Object: hm-rpc.0.0000D709xxxxxx.STATE
                  index.js:466 Uncaught TypeError: Cannot read property 'CONTROL' of undefined
                      at getStateObject (index.js:466)
                      at Array.updateFunction (index.js:1423)
                      at updateState (index.js:547)
                      at index.js:1487
                      at index.js:265
                      at n.<anonymous> (conn.js:647)
                      at n.onack (socket.io.js:3)
                      at n.onpacket (socket.io.js:3)
                      at n.<anonymous> (socket.io.js:3)
                      at n.emit (socket.io.js:2)
                  index.js:243 Fetched Object: mihome.0.devices.magnet_158d000273bba9.state
                  index.js:2599 orientationchange
                  

                  Anbei die Ausgabe der Konsole im Chrome (Reload; kein Datenpunkt mehr richtig angezeigt):

                  [Deprecation] Application Cache is restricted to secure contexts. Please consider migrating your application to HTTPS, and eventually shifting over to Service Workers. See https://goo.gl/rStTGz for more details.
                  conn.js:255 2019-05-23T04:40:34.868Z Connected => authenticate
                  conn.js:264 2019-05-23T04:40:34.975Z Authenticated: true
                  index.js:74 Socket connected - getStarted
                  index.js:177 Fetched Object: iqontrol.0.Options
                  index.js:237 Fetch object: iqontrol.0.Toolbar.0000__Start
                  index.js:243 Fetched Object: iqontrol.0.Toolbar.0000__Start
                  index.js:237 Fetch object: iqontrol.0.Toolbar.0001__Räume
                  index.js:243 Fetched Object: iqontrol.0.Toolbar.0001__Räume
                  index.js:237 Fetch object: iqontrol.0.Toolbar.0002__Funktionen
                  index.js:243 Fetched Object: iqontrol.0.Toolbar.0002__Funktionen
                  index.js:135 Toolbar received.
                  index.js:678 renderView iqontrol.0.Views.Start, updateOnly: undefined
                  index.js:237 Fetch object: iqontrol.0.Views.Start
                  index.js:142 Home rendered.
                  index.js:243 Fetched Object: iqontrol.0.Views.Start
                  index.js:237 Fetch object: iqontrol.0.Views.Start.0000__ioBroker uptime
                  index.js:243 Fetched Object: iqontrol.0.Views.Start.0000__ioBroker uptime
                  index.js:237 Fetch object: iqontrol.0.Views.Start.0001__Büro Fenster
                  index.js:243 Fetched Object: iqontrol.0.Views.Start.0001__Büro Fenster
                  index.js:237 Fetch object: iqontrol.0.Views.Start.0002__Küche Fenster
                  index.js:243 Fetched Object: iqontrol.0.Views.Start.0002__Küche Fenster
                  index.js:237 Fetch object: iqontrol.0.Views.Start.0003__Terrasse Tür
                  index.js:243 Fetched Object: iqontrol.0.Views.Start.0003__Terrasse Tür
                  index.js:237 Fetch object: iqontrol.0.Views.Start.0004__Badezimmer Fenster
                  index.js:243 Fetched Object: iqontrol.0.Views.Start.0004__Badezimmer Fenster
                  index.js:1477 22 states fetched while rendering view.
                  index.js:678 renderView iqontrol.0.Views.Start, updateOnly: undefined
                  index.js:237 Fetch object: system.adapter.admin.0.uptime
                  index.js:237 Fetch object: zigbee.0.00158d000xxxxxx.opened
                  index.js:233 Already waiting for object: zigbee.0.00158d000xxxxxx.opened
                  index.js:237 Fetch object: zigbee.0.00158d000xxxxxx.opened
                  index.js:237 Fetch object: hm-rpc.0.0000D709xxxxxx.STATE
                  index.js:237 Fetch object: mihome.0.devices.magnet_158d00xxxxxx.state
                  index.js:243 Fetched Object: system.adapter.admin.0.uptime
                  index.js:243 Fetched Object: zigbee.0.00158d000xxxxxx.opened
                  index.js:243 Fetched Object: zigbee.0.00158d000xxxxxxa.opened
                  index.js:243 Fetched Object: hm-rpc.0.0000D709xxxxxx.STATE
                  index.js:243 Fetched Object: mihome.0.devices.magnet_158d000xxxxxx.state
                  index.js:466 Uncaught TypeError: Cannot read property 'CONTROL' of undefined
                      at getStateObject (index.js:466)
                      at Array.updateFunction (index.js:1423)
                      at updateState (index.js:547)
                      at index.js:1487
                      at index.js:265
                      at n.<anonymous> (conn.js:647)
                      at n.onack (socket.io.js:3)
                      at n.onpacket (socket.io.js:3)
                      at n.<anonymous> (socket.io.js:3)
                      at n.emit (socket.io.js:2)
                  getStateObject @ index.js:466
                  updateFunction @ index.js:1423
                  updateState @ index.js:547
                  (anonymous) @ index.js:1487
                  (anonymous) @ index.js:265
                  (anonymous) @ conn.js:647
                  n.onack @ socket.io.js:3
                  n.onpacket @ socket.io.js:3
                  (anonymous) @ socket.io.js:3
                  n.emit @ socket.io.js:2
                  n.ondecoded @ socket.io.js:1
                  (anonymous) @ socket.io.js:3
                  r.emit @ socket.io.js:1
                  s.add @ socket.io.js:1
                  n.ondata @ socket.io.js:1
                  (anonymous) @ socket.io.js:3
                  n.emit @ socket.io.js:2
                  n.onPacket @ socket.io.js:2
                  (anonymous) @ socket.io.js:2
                  n.emit @ socket.io.js:2
                  n.onPacket @ socket.io.js:2
                  n.onData @ socket.io.js:2
                  ws.onmessage @ socket.io.js:3
                  

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

                  s.bormannS 1 Reply Last reply
                  0
                  • K Kueppert

                    @s-bormann habe jetzt

                    • Upload vom Adapter gemacht
                    • Chrome Cache geleert (anderen Browser jetzt ausprobiert wieder)
                    • Chrom neu gestartet
                      ... 😞

                    Anbei die Ausgabe der Konsole im Chrome (1.Start; 1 Status wird korrekt angezeigt, Badezimmerfenster):

                    [Deprecation] Application Cache is restricted to secure contexts. Please consider migrating your application to HTTPS, and eventually shifting over to Service Workers. See https://goo.gl/rStTGz for more details.
                    conn.js:255 2019-05-23T04:38:33.260Z Connected => authenticate
                    conn.js:264 2019-05-23T04:38:33.366Z Authenticated: true
                    index.js:74 Socket connected - getStarted
                    index.js:177 Fetched Object: iqontrol.0.Options
                    index.js:237 Fetch object: iqontrol.0.Toolbar.0000__Start
                    index.js:243 Fetched Object: iqontrol.0.Toolbar.0000__Start
                    index.js:237 Fetch object: iqontrol.0.Toolbar.0001__Räume
                    index.js:243 Fetched Object: iqontrol.0.Toolbar.0001__Räume
                    index.js:237 Fetch object: iqontrol.0.Toolbar.0002__Funktionen
                    index.js:243 Fetched Object: iqontrol.0.Toolbar.0002__Funktionen
                    index.js:135 Toolbar received.
                    index.js:678 renderView iqontrol.0.Views.Start, updateOnly: undefined
                    index.js:237 Fetch object: iqontrol.0.Views.Start
                    index.js:142 Home rendered.
                    index.js:243 Fetched Object: iqontrol.0.Views.Start
                    index.js:237 Fetch object: iqontrol.0.Views.Start.0000__ioBroker uptime
                    index.js:243 Fetched Object: iqontrol.0.Views.Start.0000__ioBroker uptime
                    index.js:237 Fetch object: iqontrol.0.Views.Start.0001__Büro Fenster
                    index.js:243 Fetched Object: iqontrol.0.Views.Start.0001__Büro Fenster
                    index.js:237 Fetch object: iqontrol.0.Views.Start.0002__Küche Fenster
                    index.js:243 Fetched Object: iqontrol.0.Views.Start.0002__Küche Fenster
                    index.js:237 Fetch object: iqontrol.0.Views.Start.0003__Terrasse Tür
                    index.js:243 Fetched Object: iqontrol.0.Views.Start.0003__Terrasse Tür
                    index.js:237 Fetch object: iqontrol.0.Views.Start.0004__Badezimmer Fenster
                    index.js:243 Fetched Object: iqontrol.0.Views.Start.0004__Badezimmer Fenster
                    index.js:1477 22 states fetched while rendering view.
                    index.js:678 renderView iqontrol.0.Views.Start, updateOnly: undefined
                    index.js:237 Fetch object: system.adapter.admin.0.uptime
                    index.js:237 Fetch object: zigbee.0.00158d000xxxxxx.opened
                    index.js:233 Already waiting for object: zigbee.0.00158d00xxxxxx.opened
                    index.js:237 Fetch object: zigbee.0.00158d000xxxxxx.opened
                    index.js:237 Fetch object: hm-rpc.0.0000D7099xxxxxx.STATE
                    index.js:237 Fetch object: mihome.0.devices.magnet_158d00xxxxxx.state
                    index.js:243 Fetched Object: system.adapter.admin.0.uptime
                    index.js:243 Fetched Object: zigbee.0.00158d000xxxxxx.opened
                    index.js:243 Fetched Object: zigbee.0.00158d000xxxxxx.opened
                    index.js:243 Fetched Object: hm-rpc.0.0000D709xxxxxx.STATE
                    index.js:466 Uncaught TypeError: Cannot read property 'CONTROL' of undefined
                        at getStateObject (index.js:466)
                        at Array.updateFunction (index.js:1423)
                        at updateState (index.js:547)
                        at index.js:1487
                        at index.js:265
                        at n.<anonymous> (conn.js:647)
                        at n.onack (socket.io.js:3)
                        at n.onpacket (socket.io.js:3)
                        at n.<anonymous> (socket.io.js:3)
                        at n.emit (socket.io.js:2)
                    index.js:243 Fetched Object: mihome.0.devices.magnet_158d000273bba9.state
                    index.js:2599 orientationchange
                    

                    Anbei die Ausgabe der Konsole im Chrome (Reload; kein Datenpunkt mehr richtig angezeigt):

                    [Deprecation] Application Cache is restricted to secure contexts. Please consider migrating your application to HTTPS, and eventually shifting over to Service Workers. See https://goo.gl/rStTGz for more details.
                    conn.js:255 2019-05-23T04:40:34.868Z Connected => authenticate
                    conn.js:264 2019-05-23T04:40:34.975Z Authenticated: true
                    index.js:74 Socket connected - getStarted
                    index.js:177 Fetched Object: iqontrol.0.Options
                    index.js:237 Fetch object: iqontrol.0.Toolbar.0000__Start
                    index.js:243 Fetched Object: iqontrol.0.Toolbar.0000__Start
                    index.js:237 Fetch object: iqontrol.0.Toolbar.0001__Räume
                    index.js:243 Fetched Object: iqontrol.0.Toolbar.0001__Räume
                    index.js:237 Fetch object: iqontrol.0.Toolbar.0002__Funktionen
                    index.js:243 Fetched Object: iqontrol.0.Toolbar.0002__Funktionen
                    index.js:135 Toolbar received.
                    index.js:678 renderView iqontrol.0.Views.Start, updateOnly: undefined
                    index.js:237 Fetch object: iqontrol.0.Views.Start
                    index.js:142 Home rendered.
                    index.js:243 Fetched Object: iqontrol.0.Views.Start
                    index.js:237 Fetch object: iqontrol.0.Views.Start.0000__ioBroker uptime
                    index.js:243 Fetched Object: iqontrol.0.Views.Start.0000__ioBroker uptime
                    index.js:237 Fetch object: iqontrol.0.Views.Start.0001__Büro Fenster
                    index.js:243 Fetched Object: iqontrol.0.Views.Start.0001__Büro Fenster
                    index.js:237 Fetch object: iqontrol.0.Views.Start.0002__Küche Fenster
                    index.js:243 Fetched Object: iqontrol.0.Views.Start.0002__Küche Fenster
                    index.js:237 Fetch object: iqontrol.0.Views.Start.0003__Terrasse Tür
                    index.js:243 Fetched Object: iqontrol.0.Views.Start.0003__Terrasse Tür
                    index.js:237 Fetch object: iqontrol.0.Views.Start.0004__Badezimmer Fenster
                    index.js:243 Fetched Object: iqontrol.0.Views.Start.0004__Badezimmer Fenster
                    index.js:1477 22 states fetched while rendering view.
                    index.js:678 renderView iqontrol.0.Views.Start, updateOnly: undefined
                    index.js:237 Fetch object: system.adapter.admin.0.uptime
                    index.js:237 Fetch object: zigbee.0.00158d000xxxxxx.opened
                    index.js:233 Already waiting for object: zigbee.0.00158d000xxxxxx.opened
                    index.js:237 Fetch object: zigbee.0.00158d000xxxxxx.opened
                    index.js:237 Fetch object: hm-rpc.0.0000D709xxxxxx.STATE
                    index.js:237 Fetch object: mihome.0.devices.magnet_158d00xxxxxx.state
                    index.js:243 Fetched Object: system.adapter.admin.0.uptime
                    index.js:243 Fetched Object: zigbee.0.00158d000xxxxxx.opened
                    index.js:243 Fetched Object: zigbee.0.00158d000xxxxxxa.opened
                    index.js:243 Fetched Object: hm-rpc.0.0000D709xxxxxx.STATE
                    index.js:243 Fetched Object: mihome.0.devices.magnet_158d000xxxxxx.state
                    index.js:466 Uncaught TypeError: Cannot read property 'CONTROL' of undefined
                        at getStateObject (index.js:466)
                        at Array.updateFunction (index.js:1423)
                        at updateState (index.js:547)
                        at index.js:1487
                        at index.js:265
                        at n.<anonymous> (conn.js:647)
                        at n.onack (socket.io.js:3)
                        at n.onpacket (socket.io.js:3)
                        at n.<anonymous> (socket.io.js:3)
                        at n.emit (socket.io.js:2)
                    getStateObject @ index.js:466
                    updateFunction @ index.js:1423
                    updateState @ index.js:547
                    (anonymous) @ index.js:1487
                    (anonymous) @ index.js:265
                    (anonymous) @ conn.js:647
                    n.onack @ socket.io.js:3
                    n.onpacket @ socket.io.js:3
                    (anonymous) @ socket.io.js:3
                    n.emit @ socket.io.js:2
                    n.ondecoded @ socket.io.js:1
                    (anonymous) @ socket.io.js:3
                    r.emit @ socket.io.js:1
                    s.add @ socket.io.js:1
                    n.ondata @ socket.io.js:1
                    (anonymous) @ socket.io.js:3
                    n.emit @ socket.io.js:2
                    n.onPacket @ socket.io.js:2
                    (anonymous) @ socket.io.js:2
                    n.emit @ socket.io.js:2
                    n.onPacket @ socket.io.js:2
                    n.onData @ socket.io.js:2
                    ws.onmessage @ socket.io.js:3
                    
                    s.bormannS Offline
                    s.bormannS Offline
                    s.bormann
                    Most Active
                    wrote on last edited by
                    #469

                    @Kueppert Verstehe ich wirklich nicht. Zeile 466 fragt keinen CONTROL-Wert ab. Das macht jetzt 467. Kannst Du mal die index.js anschauen? Irgendwie glaube ich immer noch, dass das noch die alte Version ist.

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

                      @Kueppert So, neue Version lädt gerade hoch. Hoffe, es klappt alles! VG!

                      BBTownB Offline
                      BBTownB Offline
                      BBTown
                      wrote on last edited by BBTown
                      #470

                      @s-bormann kurzer Test mit dem HomeMatic Bewegungsmelder (klassisch, non-IP)

                      • dieser wird als Helligkeitssensor (Brightness Sensor) erkannt
                      • als Symbol erhält er dann die Sonne
                      • diese ist "grau"
                      • Bei "Bewegung" wird diese dann "gelb" 🙂

                      Stelle ich die Rolle auf "Bewegungsmelder" um

                      • ändert sich das Symbol auf "Schalter"
                      • bei Bewegung wechselt die Darstellung von "false" auf "true"
                      • das erwartete "Männchen-Symbol" habe ich bisher nicht gesehen

                      ioBroker auf NUC (VM debian v13 (Trixie ), node v22.21.0 npm v10.9.4, js-controller v7.0.7 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

                      dslraserD 2 Replies Last reply
                      0
                      • BBTownB BBTown

                        @s-bormann kurzer Test mit dem HomeMatic Bewegungsmelder (klassisch, non-IP)

                        • dieser wird als Helligkeitssensor (Brightness Sensor) erkannt
                        • als Symbol erhält er dann die Sonne
                        • diese ist "grau"
                        • Bei "Bewegung" wird diese dann "gelb" 🙂

                        Stelle ich die Rolle auf "Bewegungsmelder" um

                        • ändert sich das Symbol auf "Schalter"
                        • bei Bewegung wechselt die Darstellung von "false" auf "true"
                        • das erwartete "Männchen-Symbol" habe ich bisher nicht gesehen
                        dslraserD Offline
                        dslraserD Offline
                        dslraser
                        Forum Testing Most Active
                        wrote on last edited by dslraser
                        #471

                        @BBTown
                        ich bin gerade nicht zu Hause, aber mal aus der Ferne eingestellt. Lichtwert bekomme ich aber anscheinend nicht...
                        (HMIP Präsensmelder)

                        20190523_101302.jpg

                        1 Reply Last reply
                        0
                        • BBTownB BBTown

                          @s-bormann kurzer Test mit dem HomeMatic Bewegungsmelder (klassisch, non-IP)

                          • dieser wird als Helligkeitssensor (Brightness Sensor) erkannt
                          • als Symbol erhält er dann die Sonne
                          • diese ist "grau"
                          • Bei "Bewegung" wird diese dann "gelb" 🙂

                          Stelle ich die Rolle auf "Bewegungsmelder" um

                          • ändert sich das Symbol auf "Schalter"
                          • bei Bewegung wechselt die Darstellung von "false" auf "true"
                          • das erwartete "Männchen-Symbol" habe ich bisher nicht gesehen
                          dslraserD Offline
                          dslraserD Offline
                          dslraser
                          Forum Testing Most Active
                          wrote on last edited by dslraser
                          #472

                          @BBTown
                          scheint was zu gehen (bin aber immer noch nicht zu Hause, aber meine Frau ist da😉)

                          20190523_114444.jpg

                          sigi234S 1 Reply Last reply
                          0
                          • dslraserD dslraser

                            @BBTown
                            scheint was zu gehen (bin aber immer noch nicht zu Hause, aber meine Frau ist da😉)

                            20190523_114444.jpg

                            sigi234S Online
                            sigi234S Online
                            sigi234
                            Forum Testing Most Active
                            wrote on last edited by sigi234
                            #473

                            @dslraser
                            Ja, hat was mit dem Richtigen DP zu tun..........Helligkeit ( Lux) geht bei mir direkt auch nicht, das habe ich via Node Red DP eingebunden.

                            Screenshot (3262).png

                            Screenshot (3260).png

                            Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                            Immer Daten sichern!

                            dslraserD 1 Reply Last reply
                            1
                            • sigi234S sigi234

                              @dslraser
                              Ja, hat was mit dem Richtigen DP zu tun..........Helligkeit ( Lux) geht bei mir direkt auch nicht, das habe ich via Node Red DP eingebunden.

                              Screenshot (3262).png

                              Screenshot (3260).png

                              dslraserD Offline
                              dslraserD Offline
                              dslraser
                              Forum Testing Most Active
                              wrote on last edited by dslraser
                              #474

                              @sigi234
                              Durch die Verknüpfung mit anderen Ansichten habe ich mich jetzt in der Symbolleiste auf die "Home Ansicht" beschränkt und kann trotzdem sehr schnell navigieren.

                              @s-bormann gefällt mir wirklich immer besser. Toller Adapter und wirklich schnell veränderbar.👍

                              Hier mal meine Home Ansicht, von da aus kann ich in alles verzweigen und auch zurück, oder direkt woanders hin.

                              PS: @sigi234 Im ersten Bild ist der gleiche Bewegungsmelder als Helligkeitssensor eingebunden, das geht.

                              Screenshot_20190523-165101_Chrome.jpg

                              Screenshot_20190523-165121_Chrome.jpg

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

                                @Kueppert Verstehe ich wirklich nicht. Zeile 466 fragt keinen CONTROL-Wert ab. Das macht jetzt 467. Kannst Du mal die index.js anschauen? Irgendwie glaube ich immer noch, dass das noch die alte Version ist.

                                K Online
                                K Online
                                Kueppert
                                wrote on last edited by
                                #475

                                @s-bormann ich hab hier mal die index.js aus dem Ordner /iobroker-data/files/iqontrol/ angehangen. Im Ordner /iobroker-data/files/iqontrol-admin/ war keine...
                                index.js

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

                                s.bormannS 1 Reply Last reply
                                0
                                • K Kueppert

                                  @s-bormann ich hab hier mal die index.js aus dem Ordner /iobroker-data/files/iqontrol/ angehangen. Im Ordner /iobroker-data/files/iqontrol-admin/ war keine...
                                  index.js

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

                                  @Kueppert sagte in [Neuer Adapter] Visualisierung iQontrol:

                                  @s-bormann ich hab hier mal die index.js aus dem Ordner /iobroker-data/files/iqontrol/ angehangen. Im Ordner /iobroker-data/files/iqontrol-admin/ war keine...
                                  [index.js](/assets/uploads/files/1558640782341-index.

                                  Hi, das ist tatsächlich noch die alte Version. Vergleiche sie mal mit Github, da ist Zeile 466 anders. Versuche vielleicht noch mal eine Installation.

                                  K 1 Reply Last reply
                                  0
                                  • V Offline
                                    V Offline
                                    vepman
                                    wrote on last edited by
                                    #477

                                    Wo mache ich den Fehler?
                                    external Link wurde ausgewählt
                                    Image 003.jpg

                                    Wenn ich die URL eintrage,passiert nichts.
                                    Image 004.jpg

                                    sigi234S dslraserD 2 Replies Last reply
                                    0
                                    • V vepman

                                      Wo mache ich den Fehler?
                                      external Link wurde ausgewählt
                                      Image 003.jpg

                                      Wenn ich die URL eintrage,passiert nichts.
                                      Image 004.jpg

                                      sigi234S Online
                                      sigi234S Online
                                      sigi234
                                      Forum Testing Most Active
                                      wrote on last edited by sigi234
                                      #478

                                      @vepman

                                      Hintergrundbild auswählen.........denke ich.

                                      Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                      Immer Daten sichern!

                                      1 Reply Last reply
                                      0
                                      • V vepman

                                        Wo mache ich den Fehler?
                                        external Link wurde ausgewählt
                                        Image 003.jpg

                                        Wenn ich die URL eintrage,passiert nichts.
                                        Image 004.jpg

                                        dslraserD Offline
                                        dslraserD Offline
                                        dslraser
                                        Forum Testing Most Active
                                        wrote on last edited by
                                        #479

                                        @vepman
                                        ist richtig so. Hintergrundbild brauchst Du nicht, geht auch ohne...(gerade für Dich probiert)
                                        Was geht denn nicht ?

                                        sigi234S 1 Reply Last reply
                                        1
                                        • V Offline
                                          V Offline
                                          vepman
                                          wrote on last edited by vepman
                                          #480

                                          Die URL http://192.168.178.1 geht nicht auf.
                                          Keine URL übrigens, egal welche ich eintrage. Noch nicht mal goggle.de.

                                          liv-in-skyL 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

                                          573

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          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