Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    534

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.4k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda

Scheduled Pinned Locked Moved Tester
audiid.3myaudiseatskodaskoda connectvolkswagenvw idwe connectwecharge
3.3k Posts 414 Posters 1.8m Views 362 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.
  • T tombox

    @glasfaser Lösch mal alle datenpunkte oder den konkreten und installier mal via github neu und starte die instance neu und schau was dann für ein typ ist

    GlasfaserG Offline
    GlasfaserG Offline
    Glasfaser
    wrote on last edited by Glasfaser
    #877

    @tombox

    Datenpunkt gelöscht und alles durchgeführt.
    Er wurden dann neu erstellt , in Mixed

    {
      "from": "system.adapter.vw-connect.0",
      "user": "system.user.admin",
      "ts": 1622911110769,
      "common": {
        "name": "value",
        "role": "indicator",
        "type": "mixed",
        "write": false,
        "read": true,
        "unit": null
      },
      "native": {},
      "acl": {
        "object": 1638,
        "owner": "system.user.admin",
        "ownerGroup": "system.group.administrator",
        "state": 1638
      },
      "_id": "vw-connect.0.WAUxxxxxxxxxx.status.data_0x0101010002.field_0x0101010002.value",
      "type": "state"
    }
    

    Ausgabe mit dem JS Script

    18:41:11.062	info	javascript.0 (718) script.js.Wallbox.TEST: string
    

    EDIT:

    auch bei eine neuen zweiten Instance in Mixed

    {
      "type": "state",
      "common": {
        "name": "value",
        "role": "indicator",
        "type": "mixed",
        "unit": null,
        "write": false,
        "read": true
      },
      "native": {},
      "from": "system.adapter.vw-connect.1",
      "user": "system.user.admin",
      "ts": 1622912268055,
      "_id": "vw-connect.1.WAUxxxxxxxxxxxxxxxx.status.data_0x0101010002.field_0x0101010002.value",
      "acl": {
        "object": 1638,
        "state": 1638,
        "owner": "system.user.admin",
        "ownerGroup": "system.group.administrator"
      }
    }
    

    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

    T 1 Reply Last reply
    0
    • GlasfaserG Glasfaser

      @tombox

      Datenpunkt gelöscht und alles durchgeführt.
      Er wurden dann neu erstellt , in Mixed

      {
        "from": "system.adapter.vw-connect.0",
        "user": "system.user.admin",
        "ts": 1622911110769,
        "common": {
          "name": "value",
          "role": "indicator",
          "type": "mixed",
          "write": false,
          "read": true,
          "unit": null
        },
        "native": {},
        "acl": {
          "object": 1638,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator",
          "state": 1638
        },
        "_id": "vw-connect.0.WAUxxxxxxxxxx.status.data_0x0101010002.field_0x0101010002.value",
        "type": "state"
      }
      

      Ausgabe mit dem JS Script

      18:41:11.062	info	javascript.0 (718) script.js.Wallbox.TEST: string
      

      EDIT:

      auch bei eine neuen zweiten Instance in Mixed

      {
        "type": "state",
        "common": {
          "name": "value",
          "role": "indicator",
          "type": "mixed",
          "unit": null,
          "write": false,
          "read": true
        },
        "native": {},
        "from": "system.adapter.vw-connect.1",
        "user": "system.user.admin",
        "ts": 1622912268055,
        "_id": "vw-connect.1.WAUxxxxxxxxxxxxxxxx.status.data_0x0101010002.field_0x0101010002.value",
        "acl": {
          "object": 1638,
          "state": 1638,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      }
      
      T Offline
      T Offline
      tombox
      wrote on last edited by
      #878

      @glasfaser nochmal via github installieren und probieren

      GlasfaserG 1 Reply Last reply
      0
      • T tombox

        @glasfaser nochmal via github installieren und probieren

        GlasfaserG Offline
        GlasfaserG Offline
        Glasfaser
        wrote on last edited by
        #879

        @tombox

        Jetzt ist er ein string ... aber kein number !?

        Kann das seine , das es dann nicht geht ?

        {
          "type": "state",
          "common": {
            "name": "value",
            "role": "indicator",
            "type": "string",
            "unit": null,
            "write": false,
            "read": true
          },
          "native": {},
          "from": "system.adapter.vw-connect.0",
          "user": "system.user.admin",
          "ts": 1622912817307,
          "_id": "vw-connect.0.WAUxxxx.status.data_0x0101010002.field_0x0101010002.value",
          "acl": {
            "object": 1638,
            "state": 1638,
            "owner": "system.user.admin",
            "ownerGroup": "system.group.administrator"
          }
        }
        

        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

        T 1 Reply Last reply
        0
        • GlasfaserG Glasfaser

          @tombox

          Jetzt ist er ein string ... aber kein number !?

          Kann das seine , das es dann nicht geht ?

          {
            "type": "state",
            "common": {
              "name": "value",
              "role": "indicator",
              "type": "string",
              "unit": null,
              "write": false,
              "read": true
            },
            "native": {},
            "from": "system.adapter.vw-connect.0",
            "user": "system.user.admin",
            "ts": 1622912817307,
            "_id": "vw-connect.0.WAUxxxx.status.data_0x0101010002.field_0x0101010002.value",
            "acl": {
              "object": 1638,
              "state": 1638,
              "owner": "system.user.admin",
              "ownerGroup": "system.group.administrator"
            }
          }
          
          T Offline
          T Offline
          tombox
          wrote on last edited by
          #880

          @glasfaser Nochmal installieren und bitte mal alle states unter status löschen und schauen ob alles korrekt ist

          GlasfaserG 1 Reply Last reply
          0
          • T tombox

            @glasfaser Nochmal installieren und bitte mal alle states unter status löschen und schauen ob alles korrekt ist

            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            wrote on last edited by Glasfaser
            #881

            @tombox

            Oje ...
            jetzt habe ich dir ein Ei rein gelegt ...friede.gif.

            Datenpunkt ist jetzt number ,
            aber .......
            mit deinem

            ............
            if (!isNaN(parseFloat(value))) {
                                                        value = parseFloat(value);
                                                    }
            

            hast du alles verändert .
            .

            1111.JPG

            vorher Screenshot von oben , Zeitstempel anders :

            0.JPG

            .

            Ich glaube wir lassen das .

            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

            T 1 Reply Last reply
            0
            • GlasfaserG Glasfaser

              @tombox

              Oje ...
              jetzt habe ich dir ein Ei rein gelegt ...friede.gif.

              Datenpunkt ist jetzt number ,
              aber .......
              mit deinem

              ............
              if (!isNaN(parseFloat(value))) {
                                                          value = parseFloat(value);
                                                      }
              

              hast du alles verändert .
              .

              1111.JPG

              vorher Screenshot von oben , Zeitstempel anders :

              0.JPG

              .

              Ich glaube wir lassen das .

              T Offline
              T Offline
              tombox
              wrote on last edited by
              #882

              @glasfaser Hatte ich nicht dran gedacht jetzt sollte es gehen

              GlasfaserG 1 Reply Last reply
              1
              • T tombox

                @glasfaser Hatte ich nicht dran gedacht jetzt sollte es gehen

                GlasfaserG Offline
                GlasfaserG Offline
                Glasfaser
                wrote on last edited by Glasfaser
                #883

                @tombox

                Sieht alles gut aus ,
                aber ich weiß nicht was die ID Datenpunkte bedeuten , da Sie auch damit verändert wurde .
                vorher mit 0x011 ...

                Für mich jetzt nicht relevant , aber eventuell für andere !?
                .
                1.jpg

                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                S 1 Reply Last reply
                0
                • GlasfaserG Glasfaser

                  @tombox

                  Sieht alles gut aus ,
                  aber ich weiß nicht was die ID Datenpunkte bedeuten , da Sie auch damit verändert wurde .
                  vorher mit 0x011 ...

                  Für mich jetzt nicht relevant , aber eventuell für andere !?
                  .
                  1.jpg

                  S Offline
                  S Offline
                  Sneak-L8
                  wrote on last edited by
                  #884

                  @glasfaser @tombox bin mir auch nicht sicher, ob es so gut ist, alles was sich in eine Zahl umwandeln lässt auch in eine solche zu konvertieren.
                  Wenn das ein Wert ist, der mal a12 und mal 312 ist, dann ist es mal ein string, mal ein integer. Auch die Hex-Darstellung fand ich besser als integer.

                  GlasfaserG 1 Reply Last reply
                  0
                  • S Sneak-L8

                    @glasfaser @tombox bin mir auch nicht sicher, ob es so gut ist, alles was sich in eine Zahl umwandeln lässt auch in eine solche zu konvertieren.
                    Wenn das ein Wert ist, der mal a12 und mal 312 ist, dann ist es mal ein string, mal ein integer. Auch die Hex-Darstellung fand ich besser als integer.

                    GlasfaserG Offline
                    GlasfaserG Offline
                    Glasfaser
                    wrote on last edited by Glasfaser
                    #885

                    @sneak-l8

                    alles was sich in eine Zahl umwandeln

                    Ich denke mal auch er sollte es Rückgängig machen !

                    War ja nur an @Tombox ein Frage ... wenn es geht .

                    Ich kann es auch anders lösen , um mit Sourceanalytix zu loggen.

                    deshalb oben :

                    Oje ...
                    jetzt habe ich dir ein Ei rein gelegt ...friede.gif.

                    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                    T 1 Reply Last reply
                    0
                    • GlasfaserG Glasfaser

                      @sneak-l8

                      alles was sich in eine Zahl umwandeln

                      Ich denke mal auch er sollte es Rückgängig machen !

                      War ja nur an @Tombox ein Frage ... wenn es geht .

                      Ich kann es auch anders lösen , um mit Sourceanalytix zu loggen.

                      deshalb oben :

                      Oje ...
                      jetzt habe ich dir ein Ei rein gelegt ...friede.gif.

                      T Offline
                      T Offline
                      tombox
                      wrote on last edited by
                      #886

                      @glasfaser also ich habe das hex problem gelöst ich würde es erstmal so lassen falls der falsche typ geschrieben wird dann würde sich ja js-controller melden ich würde es mal so lassen und du kannst bescheid sagen wenn wrong type warnungen kommen

                      GlasfaserG 1 Reply Last reply
                      2
                      • T tombox

                        @glasfaser also ich habe das hex problem gelöst ich würde es erstmal so lassen falls der falsche typ geschrieben wird dann würde sich ja js-controller melden ich würde es mal so lassen und du kannst bescheid sagen wenn wrong type warnungen kommen

                        GlasfaserG Offline
                        GlasfaserG Offline
                        Glasfaser
                        wrote on last edited by
                        #887

                        @tombox

                        DANKE :+1:

                        alles i.O.
                        ..
                        1.jpg

                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                        1 Reply Last reply
                        1
                        • T tombox

                          @exile82 login.error.throttle sound like you to wait to login again

                          E Offline
                          E Offline
                          Exile82
                          wrote on last edited by
                          #888

                          @tombox yes, that might be correct. But I have entered my login credentials, don't know what to do.
                          I tried to remove the instance and reinstall 0.30 version.
                          When i intentionally enter wrong password, I get this:
                          90494675-27a7-4c0f-bac0-d9a13a0b4f0f-image.png

                          When I enter the correct password, I get this:
                          89d7566d-50df-4ae8-bd49-66759dee56fb-image.png

                          I know I have done this correct, as it worked flawlessy just before I upgraded to .33 version

                          T R 3 Replies Last reply
                          0
                          • E Exile82

                            @tombox yes, that might be correct. But I have entered my login credentials, don't know what to do.
                            I tried to remove the instance and reinstall 0.30 version.
                            When i intentionally enter wrong password, I get this:
                            90494675-27a7-4c0f-bac0-d9a13a0b4f0f-image.png

                            When I enter the correct password, I get this:
                            89d7566d-50df-4ae8-bd49-66759dee56fb-image.png

                            I know I have done this correct, as it worked flawlessy just before I upgraded to .33 version

                            T Offline
                            T Offline
                            tombox
                            wrote on last edited by tombox
                            #889

                            @exile82 Please put the adpater in debug log level and send me the logs via private message
                            and try to manually login via app

                            bmueller77B 1 Reply Last reply
                            0
                            • T tombox

                              @exile82 Please put the adpater in debug log level and send me the logs via private message
                              and try to manually login via app

                              bmueller77B Offline
                              bmueller77B Offline
                              bmueller77
                              wrote on last edited by
                              #890

                              Hallo zusammen, habe gestern meinen ID.3 abgeholt und wollte heute den Adapter einrichten... Entweder bin ich blind oder der Adapter erzeugt bei mir auf meinem NUC keine Instanz und auch keine Objekte. ich habe die Node.JS in der Version v12.20.2 im Einsatz und auch das Canvas installiert. Jemand eine Idee?

                              GlasfaserG 1 Reply Last reply
                              0
                              • bmueller77B bmueller77

                                Hallo zusammen, habe gestern meinen ID.3 abgeholt und wollte heute den Adapter einrichten... Entweder bin ich blind oder der Adapter erzeugt bei mir auf meinem NUC keine Instanz und auch keine Objekte. ich habe die Node.JS in der Version v12.20.2 im Einsatz und auch das Canvas installiert. Jemand eine Idee?

                                GlasfaserG Offline
                                GlasfaserG Offline
                                Glasfaser
                                wrote on last edited by
                                #891

                                @bmueller77
                                Also , du hast den Adapter installiert ?
                                dann auf das + bei Adapter eine Instanze angelegt ?
                                Etwas im Log zu sehen ?

                                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                bmueller77B 1 Reply Last reply
                                0
                                • GlasfaserG Glasfaser

                                  @bmueller77
                                  Also , du hast den Adapter installiert ?
                                  dann auf das + bei Adapter eine Instanze angelegt ?
                                  Etwas im Log zu sehen ?

                                  bmueller77B Offline
                                  bmueller77B Offline
                                  bmueller77
                                  wrote on last edited by
                                  #892

                                  @glasfaser ... Asche auf mein Haupt... Ich hab zu lange keine neuen Adapter installiert und hatte im Hinterkopf, dass die erste Instanz bei der Adapterinstallation automatisch erfolgt. Kaum macht man es richtig, geht es. Danke.

                                  bmueller77B 1 Reply Last reply
                                  0
                                  • bmueller77B bmueller77

                                    @glasfaser ... Asche auf mein Haupt... Ich hab zu lange keine neuen Adapter installiert und hatte im Hinterkopf, dass die erste Instanz bei der Adapterinstallation automatisch erfolgt. Kaum macht man es richtig, geht es. Danke.

                                    bmueller77B Offline
                                    bmueller77B Offline
                                    bmueller77
                                    wrote on last edited by
                                    #893

                                    Hm, die Verbindung scheint dennoch nicht zu klappen. ID, Passwort und S-Pin habe ich mehrfach geprüft. Folgendes erscheint im Log:

                                    2021-06-11 10:51:05.444  - info: vw-connect.0 (24029) starting. Version 0.0.33 in /opt/iobroker/node_modules/iobroker.vw-connect, node: v12.20.2, js-controller: 3.2.16
                                    2021-06-11 10:51:07.333  - warn: vw-connect.0 (24029) https://identity.vwgroup.io/oidc/v1/oauth/sso?clientId=xxxxxxxxxxxxxxxx@apps_vw-dilab_com&relayState=xxxxxxxxxxxxx&userId=xxxxxxxxxxxxxxxxxxxxx&HMAC=xxxxxxxxxxxxxxxxx
                                    2021-06-11 10:51:07.334  - warn: vw-connect.0 (24029) No valid userid, please visit this link or logout and login in your app account:
                                    2021-06-11 10:51:07.334  - warn: vw-connect.0 (24029) https://identity.vwgroup.iohttps://identity.vwgroup.io/oidc/v1/oauth/sso?clientId=xxxxxxxxxxxxx@apps_vw-dilab_com&relayState=xxxxxxxxxxxxxxxxxx&userId=xxxxxxxxxxxxxxxxxx&HMAC=xxxxxxxxxxxxxxxxx
                                    2021-06-11 10:51:07.334  - warn: vw-connect.0 (24029) Try to auto accept new consent
                                    2021-06-11 10:51:07.338  - error: vw-connect.0 (24029) Login Failed
                                    2021-06-11 10:51:07.380  - error: vw-connect.0 (24029) uncaught exception: Cannot read property 'request' of undefined
                                    2021-06-11 10:51:07.380  - error: vw-connect.0 (24029) TypeError: Cannot read property 'request' of undefined
                                        at Request._callback (/opt/iobroker/node_modules/iobroker.vw-connect/main.js:533:91)
                                        at self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
                                        at Request.emit (events.js:314:20)
                                        at Request.EventEmitter.emit (domain.js:483:12)
                                        at Request.onRequestError (/opt/iobroker/node_modules/request/request.js:877:8)
                                        at ClientRequest.emit (events.js:326:22)
                                        at ClientRequest.EventEmitter.emit (domain.js:483:12)
                                        at TLSSocket.socketErrorListener (_http_client.js:427:9)
                                        at TLSSocket.emit (events.js:314:20)
                                        at TLSSocket.EventEmitter.emit (domain.js:483:12)
                                    2021-06-11 10:51:07.380  - error: vw-connect.0 (24029) Cannot read property 'request' of undefined
                                    2021-06-11 10:51:07.385  - info: vw-connect.0 (24029) cleaned everything up...
                                    2021-06-11 10:51:07.385  - info: vw-connect.0 (24029) terminating
                                    2021-06-11 10:51:07.385  - warn: vw-connect.0 (24029) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    

                                    Logout und erneuter Login in der ID-App half nichts, auch nicht das Folgen der Links (mit und ohne das doppelte "https://identity.vwgroup.io".

                                    Jemand eine Idee?

                                    GlasfaserG T 2 Replies Last reply
                                    0
                                    • bmueller77B bmueller77

                                      Hm, die Verbindung scheint dennoch nicht zu klappen. ID, Passwort und S-Pin habe ich mehrfach geprüft. Folgendes erscheint im Log:

                                      2021-06-11 10:51:05.444  - info: vw-connect.0 (24029) starting. Version 0.0.33 in /opt/iobroker/node_modules/iobroker.vw-connect, node: v12.20.2, js-controller: 3.2.16
                                      2021-06-11 10:51:07.333  - warn: vw-connect.0 (24029) https://identity.vwgroup.io/oidc/v1/oauth/sso?clientId=xxxxxxxxxxxxxxxx@apps_vw-dilab_com&relayState=xxxxxxxxxxxxx&userId=xxxxxxxxxxxxxxxxxxxxx&HMAC=xxxxxxxxxxxxxxxxx
                                      2021-06-11 10:51:07.334  - warn: vw-connect.0 (24029) No valid userid, please visit this link or logout and login in your app account:
                                      2021-06-11 10:51:07.334  - warn: vw-connect.0 (24029) https://identity.vwgroup.iohttps://identity.vwgroup.io/oidc/v1/oauth/sso?clientId=xxxxxxxxxxxxx@apps_vw-dilab_com&relayState=xxxxxxxxxxxxxxxxxx&userId=xxxxxxxxxxxxxxxxxx&HMAC=xxxxxxxxxxxxxxxxx
                                      2021-06-11 10:51:07.334  - warn: vw-connect.0 (24029) Try to auto accept new consent
                                      2021-06-11 10:51:07.338  - error: vw-connect.0 (24029) Login Failed
                                      2021-06-11 10:51:07.380  - error: vw-connect.0 (24029) uncaught exception: Cannot read property 'request' of undefined
                                      2021-06-11 10:51:07.380  - error: vw-connect.0 (24029) TypeError: Cannot read property 'request' of undefined
                                          at Request._callback (/opt/iobroker/node_modules/iobroker.vw-connect/main.js:533:91)
                                          at self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
                                          at Request.emit (events.js:314:20)
                                          at Request.EventEmitter.emit (domain.js:483:12)
                                          at Request.onRequestError (/opt/iobroker/node_modules/request/request.js:877:8)
                                          at ClientRequest.emit (events.js:326:22)
                                          at ClientRequest.EventEmitter.emit (domain.js:483:12)
                                          at TLSSocket.socketErrorListener (_http_client.js:427:9)
                                          at TLSSocket.emit (events.js:314:20)
                                          at TLSSocket.EventEmitter.emit (domain.js:483:12)
                                      2021-06-11 10:51:07.380  - error: vw-connect.0 (24029) Cannot read property 'request' of undefined
                                      2021-06-11 10:51:07.385  - info: vw-connect.0 (24029) cleaned everything up...
                                      2021-06-11 10:51:07.385  - info: vw-connect.0 (24029) terminating
                                      2021-06-11 10:51:07.385  - warn: vw-connect.0 (24029) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      

                                      Logout und erneuter Login in der ID-App half nichts, auch nicht das Folgen der Links (mit und ohne das doppelte "https://identity.vwgroup.io".

                                      Jemand eine Idee?

                                      GlasfaserG Offline
                                      GlasfaserG Offline
                                      Glasfaser
                                      wrote on last edited by
                                      #894

                                      @bmueller77

                                      Welche Adapter Version ?

                                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                      bmueller77B 1 Reply Last reply
                                      0
                                      • GlasfaserG Glasfaser

                                        @bmueller77

                                        Welche Adapter Version ?

                                        bmueller77B Offline
                                        bmueller77B Offline
                                        bmueller77
                                        wrote on last edited by
                                        #895

                                        @glasfaser 0.0.33

                                        GlasfaserG 1 Reply Last reply
                                        0
                                        • bmueller77B bmueller77

                                          @glasfaser 0.0.33

                                          GlasfaserG Offline
                                          GlasfaserG Offline
                                          Glasfaser
                                          wrote on last edited by
                                          #896

                                          @bmueller77

                                          Gehe mal in die Adapter Ansicht , ( Expertenmodus einschalten ) dort kannst du mit dem andern + Zeichen die Versionen auswählen , gehe mal ein runter .

                                          Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                          bmueller77B 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

                                          674

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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