Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Cloud Dienste
    4. IOT Adapter

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    IOT Adapter

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

      Hallo IoBorkers, hat niemand weitere Lösungsansätze?

      Ich habe es gestern nochmals mehrfach versucht, aber die Meldung vom iobroker.iot Skill bleibt die gleiche. User does not exist.

      1 Reply Last reply Reply Quote 0
      • B
        babba79 last edited by

        Jetzt wollte ich den Cloud Adapter vom Slave auf den Master übertragen per admin..Jetzt geht nichts mehr 😕

        Bekomme die Fehlermeldung per Console / Admin ist nicht mehr erreichbar. Könnt ihr mir helfen?

         iob status
        node:internal/modules/cjs/loader:1137
          throw err;
          ^
        
        Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
            at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)
            at Module._load (node:internal/modules/cjs/loader:975:27)
            at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
            at node:internal/main/run_main_module:28:49 {
          code: 'MODULE_NOT_FOUND',
          requireStack: []
        }
        
        Node.js v18.19.1
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @babba79 last edited by

          @babba79

          cd /opt/iobroker 
          sudo -H -u iobroker npm install iobroker.js-controller
          
          B 1 Reply Last reply Reply Quote 0
          • B
            babba79 @Thomas Braun last edited by

            @thomas-braun vielen Dank. Probiere ich gleich mal aus. Nur auf dem Master, oder?

            Thomas Braun B 2 Replies Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @babba79 last edited by

              @babba79

              Auf der Kiste mit der Fehlermeldung. Wenn du die vollständige Ausgabe inkl. der Eingabezeile posten würdest wäre es klarer.

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

                pi@Jarvis1:~ $ cd /opt/iobroker
                pi@Jarvis1:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                npm WARN skipping integrity check for git dependency ssh://git@github.com/Jey-Cee/ioBroker.net-tools.git
                npm WARN skipping integrity check for git dependency ssh://git@github.com/homecineplexx/ioBroker.homepilot20.git
                npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
                npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
                npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
                npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
                npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                npm WARN cleanup Failed to remove some directories [
                npm WARN cleanup   [
                npm WARN cleanup     '/opt/iobroker/node_modules/node-dht-sensor',
                npm WARN cleanup     [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/node-dht-sensor'] {
                npm WARN cleanup       errno: -39,
                npm WARN cleanup       code: 'ENOTEMPTY',
                npm WARN cleanup       syscall: 'rmdir',
                npm WARN cleanup       path: '/opt/iobroker/node_modules/node-dht-sensor'
                npm WARN cleanup     }
                npm WARN cleanup   ],
                npm WARN cleanup   [
                npm WARN cleanup     '/opt/iobroker/node_modules/node-dht-sensor',
                npm WARN cleanup     [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/node-dht-sensor'] {
                npm WARN cleanup       errno: -39,
                npm WARN cleanup       code: 'ENOTEMPTY',
                npm WARN cleanup       syscall: 'rmdir',
                npm WARN cleanup       path: '/opt/iobroker/node_modules/node-dht-sensor'
                npm WARN cleanup     }
                npm WARN cleanup   ],
                npm WARN cleanup   [
                npm WARN cleanup     '/opt/iobroker/node_modules/iobroker.js-controller',
                npm WARN cleanup     [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/iobroker.js-controller'] {
                npm WARN cleanup       errno: -39,
                npm WARN cleanup       code: 'ENOTEMPTY',
                npm WARN cleanup       syscall: 'rmdir',
                npm WARN cleanup       path: '/opt/iobroker/node_modules/iobroker.js-controller'
                npm WARN cleanup     }
                npm WARN cleanup   ],
                npm WARN cleanup   [
                npm WARN cleanup     '/opt/iobroker/node_modules/iobroker.js-controller',
                npm WARN cleanup     [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/iobroker.js-controller'] {
                npm WARN cleanup       errno: -39,
                npm WARN cleanup       code: 'ENOTEMPTY',
                npm WARN cleanup       syscall: 'rmdir',
                npm WARN cleanup       path: '/opt/iobroker/node_modules/iobroker.js-controller'
                npm WARN cleanup     }
                npm WARN cleanup   ],
                npm WARN cleanup   [
                npm WARN cleanup     '/opt/iobroker/node_modules/cpu-features',
                npm WARN cleanup     [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/cpu-features/build/Release'] {
                npm WARN cleanup       errno: -39,
                npm WARN cleanup       code: 'ENOTEMPTY',
                npm WARN cleanup       syscall: 'rmdir',
                npm WARN cleanup       path: '/opt/iobroker/node_modules/cpu-features/build/Release'
                npm WARN cleanup     }
                npm WARN cleanup   ],
                npm WARN cleanup   [
                npm WARN cleanup     '/opt/iobroker/node_modules/cpu-features',
                npm WARN cleanup     [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/cpu-features/build/Release'] {
                npm WARN cleanup       errno: -39,
                npm WARN cleanup       code: 'ENOTEMPTY',
                npm WARN cleanup       syscall: 'rmdir',
                npm WARN cleanup       path: '/opt/iobroker/node_modules/cpu-features/build/Release'
                npm WARN cleanup     }
                npm WARN cleanup   ]
                npm WARN cleanup ]
                npm ERR! code 1
                npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
                npm ERR! command failed
                npm ERR! command sh -c node iobroker.js setup first
                npm ERR! No connection to objects 127.0.0.1:6379[redis]
                npm ERR! /opt/iobroker/node_modules/standard-as-callback/built/index.js:6
                npm ERR!         throw e;
                npm ERR!         ^
                npm ERR!
                npm ERR! Error: Connection is closed.
                npm ERR!     at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:184:25)
                npm ERR!     at Socket.<anonymous> (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:151:20)
                npm ERR!     at Object.onceWrapper (node:events:632:26)
                npm ERR!     at Socket.emit (node:events:517:28)
                npm ERR!     at TCP.<anonymous> (node:net:350:12)
                npm ERR! Emitted 'error' event on ScanStream instance at:
                npm ERR!     at /opt/iobroker/node_modules/ioredis/built/ScanStream.js:38:22
                npm ERR!     at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:12:23)
                npm ERR!     at /opt/iobroker/node_modules/standard-as-callback/built/index.js:33:51
                npm ERR!     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                npm ERR!
                npm ERR! Node.js v18.19.1
                
                npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-03-19T14_03_05_090Z-debug-0.log
                pi@Jarvis1:/opt/iobroker $
                

                Als Rest bleiben im "node_modules" Ordner 3 versteckte Ordner mit . vorne.
                381ac7ed-6a4f-4c75-9f9c-e1cc916660da-grafik.png

                mikeal created this issue in request/request

                open Request’s Past, Present and Future #3142

                mikeal created this issue in request/request

                open Request’s Past, Present and Future #3142

                Qix- created this issue in visionmedia/debug

                closed ReDos Vulnerability Regression Visibility Notice #797

                mikeal created this issue in request/request

                open Request’s Past, Present and Future #3142

                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @babba79 last edited by

                  @babba79

                  iob stop
                  iob fix 
                  iob start
                  

                  Dann ggfls. nochmal installieren.

                  B 1 Reply Last reply Reply Quote 0
                  • B
                    babba79 @Thomas Braun last edited by

                    @thomas-braun

                    pi@Jarvis1:/opt/iobroker $ iob start
                    pi@Jarvis1:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                    npm WARN skipping integrity check for git dependency ssh://git@github.com/Jey-Cee/ioBroker.net-tools.git
                    npm WARN skipping integrity check for git dependency ssh://git@github.com/homecineplexx/ioBroker.homepilot20.git
                    npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
                    npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
                    npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                    npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                    npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                    npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
                    npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
                    npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                    npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                    npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                    npm WARN cleanup Failed to remove some directories [
                    npm WARN cleanup   [
                    npm WARN cleanup     '/opt/iobroker/node_modules/node-dht-sensor',
                    npm WARN cleanup     [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/node-dht-sensor'] {
                    npm WARN cleanup       errno: -39,
                    npm WARN cleanup       code: 'ENOTEMPTY',
                    npm WARN cleanup       syscall: 'rmdir',
                    npm WARN cleanup       path: '/opt/iobroker/node_modules/node-dht-sensor'
                    npm WARN cleanup     }
                    npm WARN cleanup   ],
                    npm WARN cleanup   [
                    npm WARN cleanup     '/opt/iobroker/node_modules/node-dht-sensor',
                    npm WARN cleanup     [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/node-dht-sensor'] {
                    npm WARN cleanup       errno: -39,
                    npm WARN cleanup       code: 'ENOTEMPTY',
                    npm WARN cleanup       syscall: 'rmdir',
                    npm WARN cleanup       path: '/opt/iobroker/node_modules/node-dht-sensor'
                    npm WARN cleanup     }
                    npm WARN cleanup   ],
                    npm WARN cleanup   [
                    npm WARN cleanup     '/opt/iobroker/node_modules/iobroker.js-controller',
                    npm WARN cleanup     [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/iobroker.js-controller'] {
                    npm WARN cleanup       errno: -39,
                    npm WARN cleanup       code: 'ENOTEMPTY',
                    npm WARN cleanup       syscall: 'rmdir',
                    npm WARN cleanup       path: '/opt/iobroker/node_modules/iobroker.js-controller'
                    npm WARN cleanup     }
                    npm WARN cleanup   ],
                    npm WARN cleanup   [
                    npm WARN cleanup     '/opt/iobroker/node_modules/iobroker.js-controller',
                    npm WARN cleanup     [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/iobroker.js-controller'] {
                    npm WARN cleanup       errno: -39,
                    npm WARN cleanup       code: 'ENOTEMPTY',
                    npm WARN cleanup       syscall: 'rmdir',
                    npm WARN cleanup       path: '/opt/iobroker/node_modules/iobroker.js-controller'
                    npm WARN cleanup     }
                    npm WARN cleanup   ]
                    npm WARN cleanup ]
                    npm ERR! code 1
                    npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
                    npm ERR! command failed
                    npm ERR! command sh -c node iobroker.js setup first
                    npm ERR! No connection to objects 127.0.0.1:6379[redis]
                    npm ERR! /opt/iobroker/node_modules/standard-as-callback/built/index.js:6
                    npm ERR!         throw e;
                    npm ERR!         ^
                    npm ERR!
                    npm ERR! Error: Connection is closed.
                    npm ERR!     at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:184:25)
                    npm ERR!     at Socket.<anonymous> (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:151:20)
                    npm ERR!     at Object.onceWrapper (node:events:632:26)
                    npm ERR!     at Socket.emit (node:events:517:28)
                    npm ERR!     at TCP.<anonymous> (node:net:350:12)
                    npm ERR! Emitted 'error' event on ScanStream instance at:
                    npm ERR!     at /opt/iobroker/node_modules/ioredis/built/ScanStream.js:38:22
                    npm ERR!     at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:12:23)
                    npm ERR!     at /opt/iobroker/node_modules/standard-as-callback/built/index.js:33:51
                    npm ERR!     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                    npm ERR!
                    npm ERR! Node.js v18.19.1
                    
                    npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-03-19T14_51_02_406Z-debug-0.log
                    pi@Jarvis1:/opt/iobroker $
                    
                    

                    Gleicher Fehler. 😞

                    mikeal created this issue in request/request

                    open Request’s Past, Present and Future #3142

                    mikeal created this issue in request/request

                    open Request’s Past, Present and Future #3142

                    Qix- created this issue in visionmedia/debug

                    closed ReDos Vulnerability Regression Visibility Notice #797

                    mikeal created this issue in request/request

                    open Request’s Past, Present and Future #3142

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @babba79 last edited by Thomas Braun

                      @babba79 sagte in IOT Adapter:

                      /opt/iobroker/node_modules/node-dht-sensor

                      rm -rf /opt/iobroker/node_modules/node-dht-sensor
                      rm -rf /opt/iobroker/node_modules/iobroker.js-controller
                      
                      B 1 Reply Last reply Reply Quote 0
                      • B
                        babba79 @Thomas Braun last edited by

                        @thomas-braun
                        das ganze hab ich 2x wiederholt und die Fehler Ordner ebenfalls gelöscht. Jetzt hat es funktioniert.

                        pi@Jarvis1:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                        npm WARN skipping integrity check for git dependency ssh://git@github.com/Jey-Cee/ioBroker.net-tools.git
                        npm WARN skipping integrity check for git dependency ssh://git@github.com/homecineplexx/ioBroker.homepilot20.git
                        npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
                        npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
                        npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                        npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                        npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                        npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
                        npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
                        npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                        npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                        npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                        
                        added 25 packages, removed 82 packages, and changed 1013 packages in 4m
                        
                        86 packages are looking for funding
                          run `npm fund` for details
                        pi@Jarvis1:/opt/iobroker $
                        

                        Du bist mein Held. Ich danke dir für deine Unterstützung. iob läuft wieder.....👍 🤸 🤝 Als nächstes nehm ich mir mal dein Tutorial Bullseye -> Bookworm vor, aber zuerst muss ich noch vom Buster weg, oder kann ich von Buster auch direkt zu Bookworm upgraden?

                        mikeal created this issue in request/request

                        open Request’s Past, Present and Future #3142

                        mikeal created this issue in request/request

                        open Request’s Past, Present and Future #3142

                        Qix- created this issue in visionmedia/debug

                        closed ReDos Vulnerability Regression Visibility Notice #797

                        mikeal created this issue in request/request

                        open Request’s Past, Present and Future #3142

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @babba79 last edited by

                          @babba79 sagte in IOT Adapter:

                          Bullseye -> Bookworm vor, aber zuerst muss ich noch vom Buster weg, oder kann ich von Buster auch direkt zu Bookworm upgraden?

                          Das würde ich auf einem RaspberryPi gar nicht machen. Die Änderungen insbesondere von Bullseye auf Bookworm sind zu groß. Mach eine Neuinstallation.
                          Und bleib da am Ball, der 'Buster' ist schon länger abgekündigt.

                          B 1 Reply Last reply Reply Quote 0
                          • B
                            babba79 @Thomas Braun last edited by

                            @thomas-braun

                            OK dann werd ich es so machen. Dann kommen meine 2x RPi 5 auch mal zum Einsatz für die Neuinstallation.

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @babba79 last edited by

                              @babba79

                              Auf RPi5 ohnehin neuinstallieren, da wird eh ein anderer Kernel verwendet, weil da ein anderer Chipsatz läuft.

                              B 2 Replies Last reply Reply Quote 0
                              • B
                                babba79 @Thomas Braun last edited by

                                @thomas-braun
                                OK ich habe verstanden. Ich warte noch auf meine POE Hats für die 5er und dann mach ich mich mit meinem gefährlichen Halbwissen ans Werk. Nochmals vielen Dank für deine Unterstützung.

                                1 Reply Last reply Reply Quote 0
                                • B
                                  babba79 @Thomas Braun last edited by babba79

                                  @thomas-braun

                                  Ich habe die Hardware nun alles zusammen 2x RPI 5 mit POE-Hats und M.2 SSD Bottom. Bookworm auf beiden installiert, iobroker mit Redis drauf.....und läuft.

                                  Leider klappt iot und Alexa immer noch nicht. Bekomme in der Alexa-App beim aktivieren des iobroker.iot Skills immer noch die Meldung "User does not exist".

                                  Hat jemand noch irgendwelche Ansätze, wie ich das lösen kann?

                                  Nochmal kurz meine Zusammenfassung, da der letze Versuch im März war mit der alten Buster Installation.
                                  Ich habe ein iobroker.pro Abo "Assistent.year" das bis Feb. 2025 läuft. Passwörter wurden alle neu gemacht und der Login funktioniert auch. Bei Amazon habe ich die 2FA aktiviert.
                                  IOT Adapter läuft und ist grün. Der Haken ist nur bei Alexa gesetzt (nicht bei alexa v3 (Beta)).

                                  Ich gehe dann in die Alexa App unter Skills und suche den iobroker.iot Skill und betätige den Button "Zur Verwendung aktivieren" und gebe die Zugangsdaten des iobroker.pro Account ein und dann bekomme ich immer die Meldung in ROT "User does not exist". Ich bin echt am verzweifeln.
                                  IMG_3854.PNG
                                  Screenshot 2024-06-05 125857.png
                                  Screenshot 2024-06-05 130005.png
                                  Ich weiß nicht , ob es relevant ist , aber der alexa2 Adapter läuft auf dem Slave und der iot Adapter auf dem Master.

                                  Grüße aus Karlsruhe

                                  Edit:
                                  Ich habe nun nochmal jede Anleitung zu iobroker.pro, iot Adapter Wort für Wort durchgelesen. Ich habe den Anmeldedaten neu erstellen Button im iot Adapter schon bestimmt 30 mal bei den einzelnen Versuchen gedrückt und es hat nie funktioniert.

                                  Das habe ich vorher nochmals probiert und jetzt hat es geklappt. Halleluja 🤦
                                  Schön, dass es jetzt funktioniert, aber ärgerlich das ich nicht weiß woran es gelegen hat.

                                  Danke für eure Hilfe, Unterstützung und Geduld.

                                  Longbow 1 Reply Last reply Reply Quote 0
                                  • Longbow
                                    Longbow @babba79 last edited by

                                    Hallo,

                                    also meine Pro Verbindung ging bis jetzt immer sehr gut.. nur jetzt auf einmal nicht.
                                    Alles ist grün, startet man den VIS Editor auf der Startseite kommt beim VIS Editor nach kurzem Laden folgenden Fehlermeldung. An was liegt das Problem?

                                    iobroker Fehelr.png

                                    Longbow 1 Reply Last reply Reply Quote 0
                                    • Longbow
                                      Longbow @Longbow last edited by

                                      Keine eine Idee?

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

                                      Support us

                                      ioBroker
                                      Community Adapters
                                      Donate
                                      FAQ Cloud / IOT
                                      HowTo: Node.js-Update
                                      HowTo: Backup/Restore
                                      Downloads
                                      BLOG

                                      727
                                      Online

                                      31.9k
                                      Users

                                      80.1k
                                      Topics

                                      1.3m
                                      Posts

                                      6
                                      23
                                      2179
                                      Loading More Posts
                                      • Oldest to Newest
                                      • Newest to Oldest
                                      • Most Votes
                                      Reply
                                      • Reply as topic
                                      Log in to reply
                                      Community
                                      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                      The ioBroker Community 2014-2023
                                      logo