Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.4k

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

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

ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme

Geplant Angeheftet Gesperrt Verschoben Einsteigerfragen
267 Beiträge 8 Kommentatoren 37.9k Aufrufe 8 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • crunchipC crunchip

    @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

    gibt es auch.

    aaaaaaaha
    dann wird diese wohl der übeltäter sein
    dann schau mal wie es in dieser an besagter Stelle aussieht

    G Offline
    G Offline
    Gismoh
    schrieb am zuletzt editiert von
    #216

    @crunchip
    okay, hat sich überschnitten, dann sehe ich erst mal dort nach.

    ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

    1 Antwort Letzte Antwort
    0
    • crunchipC crunchip

      @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

      gibt es auch.

      aaaaaaaha
      dann wird diese wohl der übeltäter sein
      dann schau mal wie es in dieser an besagter Stelle aussieht

      G Offline
      G Offline
      Gismoh
      schrieb am zuletzt editiert von Gismoh
      #217

      @crunchip
      in der

      /opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py
      

      Habe ich das "U" ein mal entfernen können.
      In der

      /usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py
      

      habe ich diese Zeile

      build_file_contents = open(build_file_path, 'rU').read()
      

      oder

      build_file_contents = open(build_file_path, 'r').read()
      

      nicht gefunden.

      Edit: dann mache ich nun noch mal Sicherung und spiele die erst in der "frühen" iobroker installation ein, und evtl. danach in einer neu aufgesetzten.

      ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

      G crunchipC 2 Antworten Letzte Antwort
      0
      • G Gismoh

        @crunchip
        in der

        /opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py
        

        Habe ich das "U" ein mal entfernen können.
        In der

        /usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py
        

        habe ich diese Zeile

        build_file_contents = open(build_file_path, 'rU').read()
        

        oder

        build_file_contents = open(build_file_path, 'r').read()
        

        nicht gefunden.

        Edit: dann mache ich nun noch mal Sicherung und spiele die erst in der "frühen" iobroker installation ein, und evtl. danach in einer neu aufgesetzten.

        G Offline
        G Offline
        Gismoh
        schrieb am zuletzt editiert von Gismoh
        #218

        Hab nun das frische Backup vom alten Rechner in die VM eingespielt, selbe Meldung:

        $ iobroker add ble --host ioBrokerVM
        
        NPM version: 9.8.1
        
        Installing iobroker.ble@0.13.4... (System call)
        
        npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/@abandonware/noblenpm ERR! command failednpm ERR! command sh -c node-gyp-buildnpm ERR! (node:7872) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)npm ERR! Traceback (most recent call last):npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>npm ERR! sys.exit(gyp.script_main())npm ERR! ^^^^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_mainnpm ERR! return main(sys.argv[1:])npm ERR! ^^^^^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in mainnpm ERR! return gyp_main(args)npm ERR! ^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_mainnpm ERR! [generator, flat_list, targets, data] = Load(npm ERR! ^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Loadnpm ERR! result = gyp.input.Load(npm ERR! ^^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Loadnpm ERR! LoadTargetBuildFile(npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFilenpm ERR! build_file_data = LoadOneBuildFile(npm ERR! ^^^^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFilenpm ERR! build_file_contents = open(build_file_path, "rU").read()npm ERR! ^^^^^^^^^^^^^^^^^^^^^^^^^^^npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gypnpm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1npm ERR! gyp ERR! stack at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:517:28)npm ERR! gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:292:12)npm ERR! gyp ERR! System Linux 6.1.0-13-amd64npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@abandonware/noblenpm ERR! gyp ERR! node -v v18.18.2npm ERR! gyp ERR! node-gyp -v v7.1.2npm ERR! gyp ERR! not oknpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T15_18_34_692Z-debug-0.log
        
        host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
        
        ERROR: Process exited with code 25
        

        Setze nun den ioBroker nochmal neu auf, und versuche es erneut.

        Edit:

        /opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py
        

        die Datei exestiert hier nun nicht, und in der

        /usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py
        

        gibt es den Abschnitt:

        build_file_contents = open(build_file_path, 'rU').read()
        

        nicht.
        So, wie geschrieben mache mich an die Neuinstallation von ioBroker und versuche es dann dort erneut.

        ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

        G 1 Antwort Letzte Antwort
        0
        • G Gismoh

          Hab nun das frische Backup vom alten Rechner in die VM eingespielt, selbe Meldung:

          $ iobroker add ble --host ioBrokerVM
          
          NPM version: 9.8.1
          
          Installing iobroker.ble@0.13.4... (System call)
          
          npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/@abandonware/noblenpm ERR! command failednpm ERR! command sh -c node-gyp-buildnpm ERR! (node:7872) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)npm ERR! Traceback (most recent call last):npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>npm ERR! sys.exit(gyp.script_main())npm ERR! ^^^^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_mainnpm ERR! return main(sys.argv[1:])npm ERR! ^^^^^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in mainnpm ERR! return gyp_main(args)npm ERR! ^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_mainnpm ERR! [generator, flat_list, targets, data] = Load(npm ERR! ^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Loadnpm ERR! result = gyp.input.Load(npm ERR! ^^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Loadnpm ERR! LoadTargetBuildFile(npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFilenpm ERR! build_file_data = LoadOneBuildFile(npm ERR! ^^^^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFilenpm ERR! build_file_contents = open(build_file_path, "rU").read()npm ERR! ^^^^^^^^^^^^^^^^^^^^^^^^^^^npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gypnpm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1npm ERR! gyp ERR! stack at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:517:28)npm ERR! gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:292:12)npm ERR! gyp ERR! System Linux 6.1.0-13-amd64npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@abandonware/noblenpm ERR! gyp ERR! node -v v18.18.2npm ERR! gyp ERR! node-gyp -v v7.1.2npm ERR! gyp ERR! not oknpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T15_18_34_692Z-debug-0.log
          
          host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
          
          ERROR: Process exited with code 25
          

          Setze nun den ioBroker nochmal neu auf, und versuche es erneut.

          Edit:

          /opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py
          

          die Datei exestiert hier nun nicht, und in der

          /usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py
          

          gibt es den Abschnitt:

          build_file_contents = open(build_file_path, 'rU').read()
          

          nicht.
          So, wie geschrieben mache mich an die Neuinstallation von ioBroker und versuche es dann dort erneut.

          G Offline
          G Offline
          Gismoh
          schrieb am zuletzt editiert von
          #219

          direkt nach Neuinstallation vom ioBroker erhalte ich:

          admin.0
          	2023-11-11 16:47:58.173	error	Cannot update news: TypeError: newNews.forEach is not a function
          admin.0
          	2023-11-11 16:45:00.404	error	Cannot update news: TypeError: newNews.forEach is not a function
          admin.0
          	2023-11-11 16:45:00.245	warn	Active repository "stable" cannot be read
          admin.0
          	2023-11-11 16:45:00.244	warn	Repository cannot be read: Active repo - stable
          

          ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

          HomoranH 1 Antwort Letzte Antwort
          0
          • G Gismoh

            direkt nach Neuinstallation vom ioBroker erhalte ich:

            admin.0
            	2023-11-11 16:47:58.173	error	Cannot update news: TypeError: newNews.forEach is not a function
            admin.0
            	2023-11-11 16:45:00.404	error	Cannot update news: TypeError: newNews.forEach is not a function
            admin.0
            	2023-11-11 16:45:00.245	warn	Active repository "stable" cannot be read
            admin.0
            	2023-11-11 16:45:00.244	warn	Repository cannot be read: Active repo - stable
            
            HomoranH Nicht stören
            HomoranH Nicht stören
            Homoran
            Global Moderator Administrators
            schrieb am zuletzt editiert von
            #220

            @gismoh klingt nach Netzwerkproblemen

            kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

            G 1 Antwort Letzte Antwort
            0
            • HomoranH Homoran

              @gismoh klingt nach Netzwerkproblemen

              G Offline
              G Offline
              Gismoh
              schrieb am zuletzt editiert von Gismoh
              #221

              @homoran
              ioBroker hat er allerdings ohne Probleme gezogen.

              Nach Neustart noch:

              admin.0
              	2023-11-11 16:57:49.251	error	Cannot update news: TypeError: newNews.forEach is not a function
              

              ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

              G HomoranH 2 Antworten Letzte Antwort
              0
              • G Gismoh

                @homoran
                ioBroker hat er allerdings ohne Probleme gezogen.

                Nach Neustart noch:

                admin.0
                	2023-11-11 16:57:49.251	error	Cannot update news: TypeError: newNews.forEach is not a function
                
                G Offline
                G Offline
                Gismoh
                schrieb am zuletzt editiert von
                #222

                @gismoh
                Dann spiel ich nun mal das Backup ein. Die VM habe ich davor gesichert.

                ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                1 Antwort Letzte Antwort
                0
                • G Gismoh

                  @homoran
                  ioBroker hat er allerdings ohne Probleme gezogen.

                  Nach Neustart noch:

                  admin.0
                  	2023-11-11 16:57:49.251	error	Cannot update news: TypeError: newNews.forEach is not a function
                  
                  HomoranH Nicht stören
                  HomoranH Nicht stören
                  Homoran
                  Global Moderator Administrators
                  schrieb am zuletzt editiert von
                  #223

                  @gismoh die Suche findet da was
                  https://forum.iobroker.net/search?term=Cannot update news%3A TypeError%3A newNews.forEach is not function&in=titlesposts&matchWords=all&sortBy=timestamp&sortDirection=desc&showAs=posts

                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  G 1 Antwort Letzte Antwort
                  0
                  • HomoranH Homoran

                    @gismoh die Suche findet da was
                    https://forum.iobroker.net/search?term=Cannot update news%3A TypeError%3A newNews.forEach is not function&in=titlesposts&matchWords=all&sortBy=timestamp&sortDirection=desc&showAs=posts

                    G Offline
                    G Offline
                    Gismoh
                    schrieb am zuletzt editiert von
                    #224

                    @homoran
                    Merci, sehe ich mir nach der laufenden backup einspielung an.

                    ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                    HomoranH 1 Antwort Letzte Antwort
                    0
                    • G Gismoh

                      @homoran
                      Merci, sehe ich mir nach der laufenden backup einspielung an.

                      HomoranH Nicht stören
                      HomoranH Nicht stören
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von
                      #225

                      @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                      @homoran
                      Merci, sehe ich mir nach der laufenden backup einspielung an.

                      scheint harmlos zu sein.
                      ignorieren!

                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      G 1 Antwort Letzte Antwort
                      0
                      • HomoranH Homoran

                        @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                        @homoran
                        Merci, sehe ich mir nach der laufenden backup einspielung an.

                        scheint harmlos zu sein.
                        ignorieren!

                        G Offline
                        G Offline
                        Gismoh
                        schrieb am zuletzt editiert von
                        #226

                        @homoran
                        mal etwas beruhigendes ;) ^^

                        ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                        G 1 Antwort Letzte Antwort
                        0
                        • G Gismoh

                          @homoran
                          mal etwas beruhigendes ;) ^^

                          G Offline
                          G Offline
                          Gismoh
                          schrieb am zuletzt editiert von
                          #227

                          meldung von iob Logs --watch

                          8.1
                          2023-11-11 17:13:59.827  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.pi-hole@1.3.6... (System call)
                          2023-11-11 17:14:05.911  - info: host.ioBrokerVM iobroker npm-install: added 14 packages in 6s
                          2023-11-11 17:14:05.913  - info: host.ioBrokerVM iobroker npm-install: 
                          2023-11-11 17:14:05.914  - info: host.ioBrokerVM iobroker npm-install: 127 packages are looking for funding
                          2023-11-11 17:14:05.914  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                          2023-11-11 17:14:05.938  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter pi-hole@1.3.6
                          2023-11-11 17:14:06.020  - info: host.ioBrokerVM iobroker npm-install: upload [4] pi-hole.admin /opt/iobroker/node_modules/iobroker.pi-hole/admin/admin.d.ts admin.d.ts video/mp2t
                          2023-11-11 17:14:06.027  - info: host.ioBrokerVM iobroker npm-install: upload [3] pi-hole.admin /opt/iobroker/node_modules/iobroker.pi-hole/admin/index_m.html index_m.html text/html
                          2023-11-11 17:14:06.031  - info: host.ioBrokerVM iobroker npm-install: upload [2] pi-hole.admin /opt/iobroker/node_modules/iobroker.pi-hole/admin/pi-hole.png pi-hole.png image/png
                          2023-11-11 17:14:06.035  - info: host.ioBrokerVM iobroker npm-install: upload [1] pi-hole.admin /opt/iobroker/node_modules/iobroker.pi-hole/admin/style.css style.css text/css
                          2023-11-11 17:14:06.039  - info: host.ioBrokerVM iobroker npm-install: upload [0] pi-hole.admin /opt/iobroker/node_modules/iobroker.pi-hole/admin/words.js words.js application/javascript
                          2023-11-11 17:14:06.049  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.pi-hole created/updated
                          2023-11-11 17:14:07.120  - info: host.ioBrokerVM iobroker npm-install: exit 0
                          2023-11-11 17:14:08.121  - warn: host.ioBrokerVM startInstance cannot find adapter "pvforecast@2.9.0". Try to install it... 1 attempt
                          2023-11-11 17:14:08.122  - info: host.ioBrokerVM iobroker install pvforecast@2.9.0 using installedFrom
                          2023-11-11 17:14:09.780  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                          2023-11-11 17:14:09.781  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.pvforecast@2.9.0... (System call)
                          2023-11-11 17:14:15.811  - info: host.ioBrokerVM iobroker npm-install: added 3 packages in 6s
                          2023-11-11 17:14:15.812  - info: host.ioBrokerVM iobroker npm-install: 
                          2023-11-11 17:14:15.812  - info: host.ioBrokerVM iobroker npm-install: 127 packages are looking for funding
                          2023-11-11 17:14:15.813  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                          2023-11-11 17:14:15.837  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter pvforecast@2.9.0
                          2023-11-11 17:14:15.911  - info: host.ioBrokerVM iobroker npm-install: upload [14] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/de/translations.json i18n/de/translations.json application/json
                          2023-11-11 17:14:15.918  - info: host.ioBrokerVM iobroker npm-install: upload [13] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/en/translations.json i18n/en/translations.json application/json
                          2023-11-11 17:14:15.922  - info: host.ioBrokerVM iobroker npm-install: upload [12] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/es/translations.json i18n/es/translations.json application/json
                          2023-11-11 17:14:15.925  - info: host.ioBrokerVM iobroker npm-install: upload [11] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                          2023-11-11 17:14:15.929  - info: host.ioBrokerVM iobroker npm-install: upload [10] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/it/translations.json i18n/it/translations.json application/json
                          2023-11-11 17:14:15.932  - info: host.ioBrokerVM iobroker npm-install: upload [9] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                          2023-11-11 17:14:15.936  - info: host.ioBrokerVM iobroker npm-install: upload [8] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                          2023-11-11 17:14:15.939  - info: host.ioBrokerVM iobroker npm-install: upload [7] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                          2023-11-11 17:14:15.943  - info: host.ioBrokerVM iobroker npm-install: upload [6] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                          2023-11-11 17:14:15.947  - info: host.ioBrokerVM iobroker npm-install: upload [5] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                          2023-11-11 17:14:15.950  - info: host.ioBrokerVM iobroker npm-install: upload [4] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                          2023-11-11 17:14:15.953  - info: host.ioBrokerVM iobroker npm-install: upload [3] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/img/Azimuth.png img/Azimuth.png image/png
                          2023-11-11 17:14:15.958  - info: host.ioBrokerVM iobroker npm-install: upload [2] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/jsonConfig.json jsonConfig.json application/json
                          2023-11-11 17:14:15.961  - info: host.ioBrokerVM iobroker npm-install: upload [1] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/pvforecast.png pvforecast.png image/png
                          2023-11-11 17:14:15.965  - info: host.ioBrokerVM iobroker npm-install: upload [0] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/style.css style.css text/css
                          2023-11-11 17:14:16.060  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.pvforecast created/updated
                          2023-11-11 17:14:17.125  - info: host.ioBrokerVM iobroker npm-install: exit 0
                          2023-11-11 17:14:18.126  - warn: host.ioBrokerVM startInstance cannot find adapter "smartcontrol@2.0.1". Try to install it... 1 attempt
                          2023-11-11 17:14:18.126  - info: host.ioBrokerVM iobroker install smartcontrol@2.0.1 using installedFrom
                          2023-11-11 17:14:19.760  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                          2023-11-11 17:14:19.761  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.smartcontrol@2.0.1... (System call)
                          2023-11-11 17:14:25.267  - info: host.ioBrokerVM iobroker npm-install: added 17 packages in 5s
                          2023-11-11 17:14:25.267  - info: host.ioBrokerVM iobroker npm-install: 
                          2023-11-11 17:14:25.268  - info: host.ioBrokerVM iobroker npm-install: 140 packages are looking for funding
                          2023-11-11 17:14:25.268  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                          2023-11-11 17:14:25.290  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter smartcontrol@2.0.1
                          2023-11-11 17:14:25.364  - info: host.ioBrokerVM iobroker npm-install: upload [81] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/admin.d.ts admin.d.ts video/mp2t
                          2023-11-11 17:14:25.371  - info: host.ioBrokerVM iobroker npm-install: upload [80] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/doc-md/img/check_box-24px.svg doc-md/img/check_box-24px.svg image/svg+xml
                          2023-11-11 17:14:25.407  - info: host.ioBrokerVM iobroker npm-install: upload [70] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/doc-md/img/table-zones_select-target-devices-overwrite.gif doc-md/img/table-zones_select-target-devices-overwrite.gif image/gif
                          2023-11-11 17:14:25.437  - info: host.ioBrokerVM iobroker npm-install: upload [60] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/doc-md/table-target-devices_de.md doc-md/table-target-devices_de.md text/markdown
                          2023-11-11 17:14:25.466  - info: host.ioBrokerVM iobroker npm-install: upload [50] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/doc-md/table-trigger-times_de.md doc-md/table-trigger-times_de.md text/markdown
                          2023-11-11 17:14:25.497  - info: host.ioBrokerVM iobroker npm-install: upload [40] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/fancytree/skin-lion/vline-rtl.gif fancytree/skin-lion/vline-rtl.gif image/gif
                          2023-11-11 17:14:25.527  - info: host.ioBrokerVM iobroker npm-install: upload [30] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                          2023-11-11 17:14:25.556  - info: host.ioBrokerVM iobroker npm-install: upload [20] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/option-screenshots/tab-target-devices.png img/option-screenshots/tab-target-devices.png image/png
                          2023-11-11 17:14:25.563  - info: host.ioBrokerVM iobroker npm-install: upload [19] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/option-screenshots/tab-triggers-motion.png img/option-screenshots/tab-triggers-motion.png image/png
                          2023-11-11 17:14:25.567  - info: host.ioBrokerVM iobroker npm-install: upload [18] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/option-screenshots/tab-triggers-other.png img/option-screenshots/tab-triggers-other.png image/png
                          2023-11-11 17:14:25.570  - info: host.ioBrokerVM iobroker npm-install: upload [17] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/option-screenshots/tab-triggers-time.png img/option-screenshots/tab-triggers-time.png image/png
                          2023-11-11 17:14:25.573  - info: host.ioBrokerVM iobroker npm-install: upload [16] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/option-screenshots/tab-zones-execution.png img/option-screenshots/tab-zones-execution.png image/png
                          2023-11-11 17:14:25.577  - info: host.ioBrokerVM iobroker npm-install: upload [15] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/option-screenshots/tab-zones.png img/option-screenshots/tab-zones.png image/png
                          2023-11-11 17:14:25.580  - info: host.ioBrokerVM iobroker npm-install: upload [14] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/sc_always.png img/sc_always.png image/png
                          2023-11-11 17:14:25.583  - info: host.ioBrokerVM iobroker npm-install: upload [13] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/select-target-devices-overwrite.gif img/select-target-devices-overwrite.gif image/gif
                          2023-11-11 17:14:25.586  - info: host.ioBrokerVM iobroker npm-install: upload [12] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/smartControl_options1.gif img/smartControl_options1.gif image/gif
                          2023-11-11 17:14:25.620  - info: host.ioBrokerVM iobroker npm-install: upload [11] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/smartControl_options_dropdown.gif img/smartControl_options_dropdown.gif image/gif
                          2023-11-11 17:14:25.623  - info: host.ioBrokerVM iobroker npm-install: upload [10] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/smartControl_options_dropdown_2.gif img/smartControl_options_dropdown_2.gif image/gif
                          2023-11-11 17:14:25.628  - info: host.ioBrokerVM iobroker npm-install: upload [9] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/index_m.html index_m.html text/html
                          2023-11-11 17:14:25.632  - info: host.ioBrokerVM iobroker npm-install: upload [8] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/index_m.js index_m.js application/javascript
                          2023-11-11 17:14:25.637  - info: host.ioBrokerVM iobroker npm-install: upload [7] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/smartcontrol-banner.png smartcontrol-banner.png image/png
                          2023-11-11 17:14:25.641  - info: host.ioBrokerVM iobroker npm-install: upload [6] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/smartcontrol.png smartcontrol.png image/png
                          2023-11-11 17:14:25.647  - info: host.ioBrokerVM iobroker npm-install: upload [5] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/style.css style.css text/css
                          2023-11-11 17:14:25.651  - info: host.ioBrokerVM iobroker npm-install: upload [4] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/tsconfig.json tsconfig.json application/json
                          2023-11-11 17:14:25.655  - info: host.ioBrokerVM iobroker npm-install: upload [3] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/words.js words.js application/javascript
                          2023-11-11 17:14:25.662  - info: host.ioBrokerVM iobroker npm-install: upload [2] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/zero-md/readme.txt zero-md/readme.txt text/plain
                          2023-11-11 17:14:25.665  - info: host.ioBrokerVM iobroker npm-install: upload [1] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/zero-md/webcomponents-loader.min.js zero-md/webcomponents-loader.min.js application/javascript
                          2023-11-11 17:14:25.668  - info: host.ioBrokerVM iobroker npm-install: upload [0] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/zero-md/zero-md.min.js.js zero-md/zero-md.min.js.js application/javascript
                          2023-11-11 17:14:25.793  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.smartcontrol created/updated
                          2023-11-11 17:14:26.865  - info: host.ioBrokerVM iobroker npm-install: exit 0
                          2023-11-11 17:14:27.865  - warn: host.ioBrokerVM startInstance cannot find adapter "socketio@6.5.5". Try to install it... 1 attempt
                          2023-11-11 17:14:27.865  - info: host.ioBrokerVM iobroker install socketio@6.5.5 using installedFrom
                          2023-11-11 17:14:29.568  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                          2023-11-11 17:14:29.569  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.socketio@6.5.5... (System call)
                          2023-11-11 17:14:37.103  - info: host.ioBrokerVM iobroker npm-install: added 40 packages in 7s
                          2023-11-11 17:14:37.104  - info: host.ioBrokerVM iobroker npm-install: 
                          2023-11-11 17:14:37.105  - info: host.ioBrokerVM iobroker npm-install: 140 packages are looking for funding
                          2023-11-11 17:14:37.106  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                          2023-11-11 17:14:37.130  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter socketio@6.5.5
                          2023-11-11 17:14:37.202  - info: host.ioBrokerVM iobroker npm-install: upload [11] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/de/translations.json i18n/de/translations.json application/json
                          2023-11-11 17:14:37.210  - info: host.ioBrokerVM iobroker npm-install: upload [10] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/en/translations.json i18n/en/translations.json application/json
                          2023-11-11 17:14:37.213  - info: host.ioBrokerVM iobroker npm-install: upload [9] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/es/translations.json i18n/es/translations.json application/json
                          2023-11-11 17:14:37.216  - info: host.ioBrokerVM iobroker npm-install: upload [8] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                          2023-11-11 17:14:37.219  - info: host.ioBrokerVM iobroker npm-install: upload [7] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/it/translations.json i18n/it/translations.json application/json
                          2023-11-11 17:14:37.223  - info: host.ioBrokerVM iobroker npm-install: upload [6] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                          2023-11-11 17:14:37.226  - info: host.ioBrokerVM iobroker npm-install: upload [5] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                          2023-11-11 17:14:37.230  - info: host.ioBrokerVM iobroker npm-install: upload [4] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                          2023-11-11 17:14:37.233  - info: host.ioBrokerVM iobroker npm-install: upload [3] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                          2023-11-11 17:14:37.237  - info: host.ioBrokerVM iobroker npm-install: upload [2] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                          2023-11-11 17:14:37.240  - info: host.ioBrokerVM iobroker npm-install: upload [1] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/jsonConfig.json jsonConfig.json application/json
                          2023-11-11 17:14:37.243  - info: host.ioBrokerVM iobroker npm-install: upload [0] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/socketio.png socketio.png image/png
                          2023-11-11 17:14:37.400  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.socketio created/updated
                          2023-11-11 17:14:38.463  - info: host.ioBrokerVM iobroker npm-install: exit 0
                          2023-11-11 17:14:39.463  - warn: host.ioBrokerVM startInstance cannot find adapter "tado@0.4.11". Try to install it... 1 attempt
                          2023-11-11 17:14:39.464  - info: host.ioBrokerVM iobroker install tado@0.4.11 using installedFrom
                          2023-11-11 17:14:41.100  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                          2023-11-11 17:14:41.102  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.tado@0.4.11... (System call)
                          2023-11-11 17:14:57.158  - info: host.ioBrokerVM iobroker npm-install: added 26 packages in 16s
                          2023-11-11 17:14:57.159  - info: host.ioBrokerVM iobroker npm-install: 
                          2023-11-11 17:14:57.160  - info: host.ioBrokerVM iobroker npm-install: 149 packages are looking for funding
                          2023-11-11 17:14:57.161  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                          2023-11-11 17:14:57.185  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter tado@0.4.11
                          2023-11-11 17:14:57.257  - info: host.ioBrokerVM iobroker npm-install: upload [6] tado.admin /opt/iobroker/node_modules/iobroker.tado/admin/admin.d.ts admin.d.ts video/mp2t
                          2023-11-11 17:14:57.265  - info: host.ioBrokerVM iobroker npm-install: upload [5] tado.admin /opt/iobroker/node_modules/iobroker.tado/admin/button.png button.png image/png
                          2023-11-11 17:14:57.269  - info: host.ioBrokerVM iobroker npm-install: upload [4] tado.admin /opt/iobroker/node_modules/iobroker.tado/admin/index_m.html index_m.html text/html
                          2023-11-11 17:14:57.272  - info: host.ioBrokerVM iobroker npm-install: upload [3] tado.admin /opt/iobroker/node_modules/iobroker.tado/admin/jsonConfig.json jsonConfig.json application/json
                          2023-11-11 17:14:57.276  - info: host.ioBrokerVM iobroker npm-install: upload [2] tado.admin /opt/iobroker/node_modules/iobroker.tado/admin/style.css style.css text/css
                          2023-11-11 17:14:57.280  - info: host.ioBrokerVM iobroker npm-install: upload [1] tado.admin /opt/iobroker/node_modules/iobroker.tado/admin/tado.png tado.png image/png
                          2023-11-11 17:14:57.284  - info: host.ioBrokerVM iobroker npm-install: upload [0] tado.admin /opt/iobroker/node_modules/iobroker.tado/admin/words.js words.js application/javascript
                          2023-11-11 17:14:57.385  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.tado created/updated
                          2023-11-11 17:14:58.462  - info: host.ioBrokerVM iobroker npm-install: exit 0
                          2023-11-11 17:14:59.462  - warn: host.ioBrokerVM startInstance cannot find adapter "tibberlink@1.4.2". Try to install it... 1 attempt
                          2023-11-11 17:14:59.463  - info: host.ioBrokerVM iobroker install tibberlink@1.4.2 using installedFrom
                          2023-11-11 17:15:01.138  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                          2023-11-11 17:15:01.140  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.tibberlink@1.4.2... (System call)
                          2023-11-11 17:15:05.889  - info: host.ioBrokerVM iobroker npm-install: added 2 packages in 4s149 packages are looking for funding  run `npm fund` for details
                          2023-11-11 17:15:05.910  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter tibberlink@1.4.2
                          2023-11-11 17:15:05.996  - info: host.ioBrokerVM iobroker npm-install: upload [13] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/calculatorStates.png calculatorStates.png image/png
                          2023-11-11 17:15:06.004  - info: host.ioBrokerVM iobroker npm-install: upload [12] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/de/translations.json i18n/de/translations.json application/json
                          2023-11-11 17:15:06.008  - info: host.ioBrokerVM iobroker npm-install: upload [11] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/en/translations.json i18n/en/translations.json application/json
                          2023-11-11 17:15:06.011  - info: host.ioBrokerVM iobroker npm-install: upload [10] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/es/translations.json i18n/es/translations.json application/json
                          2023-11-11 17:15:06.014  - info: host.ioBrokerVM iobroker npm-install: upload [9] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                          2023-11-11 17:15:06.018  - info: host.ioBrokerVM iobroker npm-install: upload [8] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/it/translations.json i18n/it/translations.json application/json
                          2023-11-11 17:15:06.022  - info: host.ioBrokerVM iobroker npm-install: upload [7] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                          2023-11-11 17:15:06.025  - info: host.ioBrokerVM iobroker npm-install: upload [6] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                          2023-11-11 17:15:06.029  - info: host.ioBrokerVM iobroker npm-install: upload [5] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                          2023-11-11 17:15:06.033  - info: host.ioBrokerVM iobroker npm-install: upload [4] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                          2023-11-11 17:15:06.036  - info: host.ioBrokerVM iobroker npm-install: upload [3] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                          2023-11-11 17:15:06.039  - info: host.ioBrokerVM iobroker npm-install: upload [2] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                          2023-11-11 17:15:06.043  - info: host.ioBrokerVM iobroker npm-install: upload [1] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/jsonConfig.json jsonConfig.json application/json
                          2023-11-11 17:15:06.047  - info: host.ioBrokerVM iobroker npm-install: upload [0] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/tibberlink.png tibberlink.png image/png
                          2023-11-11 17:15:06.147  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.tibberlink created/updated
                          2023-11-11 17:15:07.209  - info: host.ioBrokerVM iobroker npm-install: exit 0
                          2023-11-11 17:15:08.210  - warn: host.ioBrokerVM startInstance cannot find adapter "vis-hqwidgets@1.4.0". Try to install it... 1 attempt
                          2023-11-11 17:15:08.210  - info: host.ioBrokerVM iobroker install vis-hqwidgets@1.4.0 using installedFrom
                          2023-11-11 17:15:09.860  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                          2023-11-11 17:15:09.862  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis-hqwidgets@1.4.0... (System call)
                          2023-11-11 17:15:14.292  - info: host.ioBrokerVM iobroker npm-install: added 1 package in 4s149 packages are looking for funding  run `npm fund` for details
                          2023-11-11 17:15:14.315  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter vis-hqwidgets@1.4.0
                          2023-11-11 17:15:14.389  - info: host.ioBrokerVM iobroker npm-install: upload [1] vis-hqwidgets.admin /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin/hqwidgets.png hqwidgets.png image/png
                          2023-11-11 17:15:14.396  - info: host.ioBrokerVM iobroker npm-install: upload [0] vis-hqwidgets.admin /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin/index.html index.html text/html
                          2023-11-11 17:15:14.401  - info: host.ioBrokerVM iobroker npm-install: INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-hqwidgets/www" was not found! Nothing was uploaded or deleted.
                          2023-11-11 17:15:14.522  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.vis-hqwidgets created/updated
                          2023-11-11 17:15:15.588  - info: host.ioBrokerVM iobroker npm-install: exit 0
                          2023-11-11 17:15:16.588  - warn: host.ioBrokerVM startInstance cannot find adapter "vis-jqui-mfd@1.0.12". Try to install it... 1 attempt
                          2023-11-11 17:15:16.588  - info: host.ioBrokerVM iobroker install vis-jqui-mfd@1.0.12 using installedFrom
                          2023-11-11 17:15:18.232  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                          2023-11-11 17:15:18.233  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis-jqui-mfd@1.0.12... (System call)
                          2023-11-11 17:15:22.716  - info: host.ioBrokerVM iobroker npm-install: 
                          2023-11-11 17:15:22.716  - info: host.ioBrokerVM iobroker npm-install: added 1 package in 4s149 packages are looking for funding  run `npm fund` for details
                          2023-11-11 17:15:22.736  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter vis-jqui-mfd@1.0.12
                          2023-11-11 17:15:22.805  - info: host.ioBrokerVM iobroker npm-install: upload [0] vis-jqui-mfd.admin /opt/iobroker/node_modules/iobroker.vis-jqui-mfd/admin/jqui-mfd.png jqui-mfd.png image/png
                          2023-11-11 17:15:22.814  - info: host.ioBrokerVM iobroker npm-install: INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-jqui-mfd/www" was not found! Nothing was uploaded or deleted.
                          2023-11-11 17:15:22.935  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.vis-jqui-mfd created/updated
                          2023-11-11 17:15:22.987  - info: host.ioBrokerVM iobroker npm-install: Update "system.adapter.vis-jqui-mfd.0"
                          2023-11-11 17:15:24.004  - info: host.ioBrokerVM iobroker npm-install: exit 0
                          2023-11-11 17:15:25.005  - warn: host.ioBrokerVM startInstance cannot find adapter "vis-material-advanced@1.7.4". Try to install it... 1 attempt
                          2023-11-11 17:15:25.005  - info: host.ioBrokerVM iobroker install vis-material-advanced@1.7.4 using installedFrom
                          2023-11-11 17:15:26.630  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                          2023-11-11 17:15:26.631  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis-material-advanced@1.7.4... (System call)
                          2023-11-11 17:15:31.351  - info: host.ioBrokerVM iobroker npm-install: added 1 package in 4s
                          2023-11-11 17:15:31.351  - info: host.ioBrokerVM iobroker npm-install: 
                          2023-11-11 17:15:31.352  - info: host.ioBrokerVM iobroker npm-install: 149 packages are looking for funding
                          2023-11-11 17:15:31.352  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                          2023-11-11 17:15:31.373  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter vis-material-advanced@1.7.4
                          2023-11-11 17:15:31.442  - info: host.ioBrokerVM iobroker npm-install: upload [1] vis-material-advanced.admin /opt/iobroker/node_modules/iobroker.vis-material-advanced/admin/vis-material-advanced.png vis-material-advanced.png image/png
                          2023-11-11 17:15:31.450  - info: host.ioBrokerVM iobroker npm-install: upload [0] vis-material-advanced.admin /opt/iobroker/node_modules/iobroker.vis-material-advanced/admin/words.js words.js application/javascript
                          2023-11-11 17:15:31.454  - info: host.ioBrokerVM iobroker npm-install: INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-material-advanced/www" was not found! Nothing was uploaded or deleted.
                          2023-11-11 17:15:31.573  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.vis-material-advanced created/updated
                          2023-11-11 17:15:32.637  - info: host.ioBrokerVM iobroker npm-install: exit 0
                          2023-11-11 17:15:33.637  - warn: host.ioBrokerVM startInstance cannot find adapter "vis-metro@1.2.0". Try to install it... 1 attempt
                          2023-11-11 17:15:33.638  - info: host.ioBrokerVM iobroker install vis-metro@1.2.0 using installedFrom
                          2023-11-11 17:15:35.325  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                          2023-11-11 17:15:35.325  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis-metro@1.2.0... (System call)
                          2023-11-11 17:15:39.798  - info: host.ioBrokerVM iobroker npm-install: added 3 packages in 4s
                          2023-11-11 17:15:39.800  - info: host.ioBrokerVM iobroker npm-install: 
                          2023-11-11 17:15:39.801  - info: host.ioBrokerVM iobroker npm-install: 149 packages are looking for funding
                          2023-11-11 17:15:39.802  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                          2023-11-11 17:15:39.825  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter vis-metro@1.2.0
                          2023-11-11 17:15:39.895  - info: host.ioBrokerVM iobroker npm-install: upload [1] vis-metro.admin /opt/iobroker/node_modules/iobroker.vis-metro/admin/index.html index.html text/html
                          2023-11-11 17:15:39.902  - info: host.ioBrokerVM iobroker npm-install: upload [0] vis-metro.admin /opt/iobroker/node_modules/iobroker.vis-metro/admin/metro.png metro.png image/png
                          2023-11-11 17:15:39.906  - info: host.ioBrokerVM iobroker npm-install: INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-metro/www" was not found! Nothing was uploaded or deleted.
                          2023-11-11 17:15:40.026  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.vis-metro created/updated
                          2023-11-11 17:15:41.089  - info: host.ioBrokerVM iobroker npm-install: exit 0
                          2023-11-11 17:15:42.090  - warn: host.ioBrokerVM startInstance cannot find adapter "vis-timeandweather@1.2.2". Try to install it... 1 attempt
                          2023-11-11 17:15:42.090  - info: host.ioBrokerVM iobroker install vis-timeandweather@1.2.2 using installedFrom
                          2023-11-11 17:15:43.727  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                          2023-11-11 17:15:43.729  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis-timeandweather@1.2.2... (System call)
                          2023-11-11 17:15:48.208  - info: host.ioBrokerVM iobroker npm-install: added 2 packages in 4s149 packages are looking for funding  run `npm fund` for details
                          2023-11-11 17:15:48.227  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter vis-timeandweather@1.2.2
                          2023-11-11 17:15:48.296  - info: host.ioBrokerVM iobroker npm-install: upload [1] vis-timeandweather.admin /opt/iobroker/node_modules/iobroker.vis-timeandweather/admin/index.html index.html text/html
                          2023-11-11 17:15:48.303  - info: host.ioBrokerVM iobroker npm-install: upload [0] vis-timeandweather.admin /opt/iobroker/node_modules/iobroker.vis-timeandweather/admin/timeandweather.png timeandweather.png image/png
                          2023-11-11 17:15:48.308  - info: host.ioBrokerVM iobroker npm-install: INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-timeandweather/www" was not found! Nothing was uploaded or deleted.
                          2023-11-11 17:15:48.426  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.vis-timeandweather created/updated
                          2023-11-11 17:15:49.488  - info: host.ioBrokerVM iobroker npm-install: exit 0
                          2023-11-11 17:15:50.490  - warn: host.ioBrokerVM startInstance cannot find adapter "vis@1.4.16". Try to install it... 1 attempt
                          2023-11-11 17:15:50.490  - info: host.ioBrokerVM iobroker install vis@1.4.16 using installedFrom
                          2023-11-11 17:15:52.164  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                          2023-11-11 17:15:52.164  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis@1.4.16... (System call)
                          2023-11-11 17:15:56.598  - info: vis.0 (5148) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.2, js-controller: 5.0.12
                          2023-11-11 17:15:56.799  - info: vis.0 (5148) vis license is OK.
                          2023-11-11 17:15:57.006  - error: vis.0 (5148) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                          2023-11-11 17:15:57.006  - error: vis.0 (5148) unhandled promise rejection: Not exists
                          2023-11-11 17:15:57.007  - error: vis.0 (5148) Error: Not exists
                              at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                              at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                              at process.processImmediate (node:internal/timers:478:21)
                          2023-11-11 17:15:57.007  - error: vis.0 (5148) Not exists
                          2023-11-11 17:15:57.511  - info: vis.0 (5148) terminating
                          2023-11-11 17:15:57.511  - warn: vis.0 (5148) Terminated (UNCAUGHT_EXCEPTION): Without reason
                          2023-11-11 17:15:58.189  - error: host.ioBrokerVM iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T16_15_52_466Z-debug-0.log
                          2023-11-11 17:15:58.190  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.vis@1.4.16: 6
                          2023-11-11 17:15:59.209  - info: host.ioBrokerVM iobroker npm-install: exit 25
                          2023-11-11 17:16:00.210  - warn: host.ioBrokerVM startInstance cannot find adapter "web@6.1.10". Try to install it... 1 attempt
                          2023-11-11 17:16:00.210  - info: host.ioBrokerVM iobroker install web@6.1.10 using installedFrom
                          2023-11-11 17:16:01.907  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                          2023-11-11 17:16:01.909  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.web@6.1.10... (System call)
                          2023-11-11 17:16:07.455  - info: host.ioBrokerVM iobroker npm-install: added 7 packages in 5s149 packages are looking for funding  run `npm fund` for details
                          2023-11-11 17:16:07.476  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter web@6.1.10
                          2023-11-11 17:16:07.549  - info: host.ioBrokerVM iobroker npm-install: upload [129] web.admin /opt/iobroker/node_modules/iobroker.web/admin/asset-manifest.json asset-manifest.json application/json
                          2023-11-11 17:16:23.135  - info: host.ioBrokerVM iobroker npm-install: upload [100] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Computer.9558f6ee3941dba4e3c5.svg static/media/Computer.9558f6ee3941dba4e3c5.svg image/svg+xml
                          2023-11-11 17:16:23.170  - info: host.ioBrokerVM iobroker npm-install: upload [90] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Dressing Room.5e6f8f64b0e8f91c473e.svg static/media/Dressing Room.5e6f8f64b0e8f91c473e.svg image/svg+xml
                          2023-11-11 17:16:23.199  - info: host.ioBrokerVM iobroker npm-install: upload [80] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Garage.f7fc0a9b326d582afee6.svg static/media/Garage.f7fc0a9b326d582afee6.svg image/svg+xml
                          2023-11-11 17:16:23.229  - info: host.ioBrokerVM iobroker npm-install: upload [70] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Hanging Lamps.0bd452fc843edd645c30.svg static/media/Hanging Lamps.0bd452fc843edd645c30.svg image/svg+xml
                          2023-11-11 17:16:23.260  - info: host.ioBrokerVM iobroker npm-install: upload [60] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Led Strip.5cf2de461e29ffbaa5f0.svg static/media/Led Strip.5cf2de461e29ffbaa5f0.svg image/svg+xml
                          2023-11-11 17:16:23.293  - info: host.ioBrokerVM iobroker npm-install: upload [50] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Nursery.9cecc0544bdb5c28500c.svg static/media/Nursery.9cecc0544bdb5c28500c.svg image/svg+xml
                          2023-11-11 17:16:23.324  - info: host.ioBrokerVM iobroker npm-install: upload [40] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Rear Wall.38843c33f1ea1f575500.svg static/media/Rear Wall.38843c33f1ea1f575500.svg image/svg+xml
                          2023-11-11 17:16:23.356  - info: host.ioBrokerVM iobroker npm-install: upload [30] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Sockets.8320e1a99be9de004629.svg static/media/Sockets.8320e1a99be9de004629.svg image/svg+xml
                          2023-11-11 17:16:23.389  - info: host.ioBrokerVM iobroker npm-install: upload [20] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Terrace.d71d07d9290674f2ca20.svg static/media/Terrace.d71d07d9290674f2ca20.svg image/svg+xml
                          2023-11-11 17:16:23.392  - info: host.ioBrokerVM iobroker npm-install: upload [19] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Toilet.83604dd2daafb67067dd.svg static/media/Toilet.83604dd2daafb67067dd.svg image/svg+xml
                          2023-11-11 17:16:23.396  - info: host.ioBrokerVM iobroker npm-install: upload [18] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Tv.4e9745a548e57bfac0c7.svg static/media/Tv.4e9745a548e57bfac0c7.svg image/svg+xml
                          2023-11-11 17:16:23.400  - info: host.ioBrokerVM iobroker npm-install: upload [17] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Upstairs.441813e54e0daca0882d.svg static/media/Upstairs.441813e54e0daca0882d.svg image/svg+xml
                          2023-11-11 17:16:23.404  - info: host.ioBrokerVM iobroker npm-install: upload [16] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Vacuum Cleaner.9c8d50e436e6cea06dfa.svg static/media/Vacuum Cleaner.9c8d50e436e6cea06dfa.svg image/svg+xml
                          2023-11-11 17:16:23.407  - info: host.ioBrokerVM iobroker npm-install: upload [15] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Ventilation.c31761d86d67e245ac92.svg static/media/Ventilation.c31761d86d67e245ac92.svg image/svg+xml
                          2023-11-11 17:16:23.411  - info: host.ioBrokerVM iobroker npm-install: upload [14] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Wardrobe.e8019970a2b51412cfdc.svg static/media/Wardrobe.e8019970a2b51412cfdc.svg image/svg+xml
                          2023-11-11 17:16:23.414  - info: host.ioBrokerVM iobroker npm-install: upload [13] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Washing Machines.577f3acdb3cef002b523.svg static/media/Washing Machines.577f3acdb3cef002b523.svg image/svg+xml
                          2023-11-11 17:16:23.419  - info: host.ioBrokerVM iobroker npm-install: upload [12] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Washroom.bfb54196f381f36de9d6.svg static/media/Washroom.bfb54196f381f36de9d6.svg image/svg+xml
                          2023-11-11 17:16:23.423  - info: host.ioBrokerVM iobroker npm-install: upload [11] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Water Consumption.68891649591cc2434c5b.svg static/media/Water Consumption.68891649591cc2434c5b.svg image/svg+xml
                          2023-11-11 17:16:23.426  - info: host.ioBrokerVM iobroker npm-install: upload [10] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Water Heater.7e4bb4d99a5213f24d08.svg static/media/Water Heater.7e4bb4d99a5213f24d08.svg image/svg+xml
                          2023-11-11 17:16:23.430  - info: host.ioBrokerVM iobroker npm-install: upload [9] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Water.f50411984c5c24fa574d.svg static/media/Water.f50411984c5c24fa574d.svg image/svg+xml
                          2023-11-11 17:16:23.434  - info: host.ioBrokerVM iobroker npm-install: upload [8] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Wc.83604dd2daafb67067dd.svg static/media/Wc.83604dd2daafb67067dd.svg image/svg+xml
                          2023-11-11 17:16:23.438  - info: host.ioBrokerVM iobroker npm-install: upload [7] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Weather.e91dae647698d48365e3.svg static/media/Weather.e91dae647698d48365e3.svg image/svg+xml
                          2023-11-11 17:16:23.442  - info: host.ioBrokerVM iobroker npm-install: upload [6] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Window.421664f57c35e5109aa2.svg static/media/Window.421664f57c35e5109aa2.svg image/svg+xml
                          2023-11-11 17:16:23.445  - info: host.ioBrokerVM iobroker npm-install: upload [5] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Windscreen.6058448bf63f72dd5036.svg static/media/Windscreen.6058448bf63f72dd5036.svg image/svg+xml
                          2023-11-11 17:16:23.448  - info: host.ioBrokerVM iobroker npm-install: upload [4] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Workshop.7856e59fe4f164c90609.svg static/media/Workshop.7856e59fe4f164c90609.svg image/svg+xml
                          2023-11-11 17:16:23.452  - info: host.ioBrokerVM iobroker npm-install: upload [3] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Workspace.97d73e419d966bfb6428.svg static/media/Workspace.97d73e419d966bfb6428.svg image/svg+xml
                          2023-11-11 17:16:23.456  - info: host.ioBrokerVM iobroker npm-install: upload [2] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/names.3a7dae0bd6b8b03b280f.txt static/media/names.3a7dae0bd6b8b03b280f.txt text/plain
                          2023-11-11 17:16:23.459  - info: host.ioBrokerVM iobroker npm-install: upload [1] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/names.e7efb5283d98000c74ac.txt static/media/names.e7efb5283d98000c74ac.txt text/plain
                          2023-11-11 17:16:23.462  - info: host.ioBrokerVM iobroker npm-install: upload [0] web.admin /opt/iobroker/node_modules/iobroker.web/admin/web.png web.png image/png
                          2023-11-11 17:16:23.535  - info: host.ioBrokerVM iobroker npm-install: upload [396] web /opt/iobroker/node_modules/iobroker.web/www/admin/img/admin.png admin/img/admin.png image/png
                          2023-11-11 17:16:23.675  - info: host.ioBrokerVM iobroker npm-install: upload [350] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png lib/css/themes/jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png image/png
                          2023-11-11 17:16:23.845  - info: host.ioBrokerVM iobroker npm-install: upload [300] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/jquery-ui.theme.min.css lib/css/themes/jquery-ui/custom-light/jquery-ui.theme.min.css text/css
                          2023-11-11 17:16:24.009  - info: host.ioBrokerVM iobroker npm-install: upload [250] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png lib/css/themes/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png image/png
                          2023-11-11 17:16:24.181  - info: host.ioBrokerVM iobroker npm-install: upload [200] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png lib/css/themes/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png image/png
                          2023-11-11 17:16:24.347  - info: host.ioBrokerVM iobroker npm-install: upload [150] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png lib/css/themes/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png image/png
                          2023-11-11 17:16:24.554  - info: host.ioBrokerVM iobroker npm-install: upload [100] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png lib/css/themes/jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png image/png
                          2023-11-11 17:16:24.604  - info: host.ioBrokerVM iobroker npm-install: upload [90] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png lib/css/themes/jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png image/png
                          2023-11-11 17:16:24.648  - info: host.ioBrokerVM iobroker npm-install: upload [80] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png lib/css/themes/jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png image/png
                          2023-11-11 17:16:24.685  - info: host.ioBrokerVM iobroker npm-install: upload [70] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png lib/css/themes/jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png image/png
                          2023-11-11 17:16:24.722  - info: host.ioBrokerVM iobroker npm-install: upload [60] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png lib/css/themes/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png image/png
                          2023-11-11 17:16:24.771  - info: host.ioBrokerVM iobroker npm-install: upload [50] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-lightness/jquery-ui.css lib/css/themes/jquery-ui/ui-lightness/jquery-ui.css text/css
                          2023-11-11 17:16:24.809  - info: host.ioBrokerVM iobroker npm-install: upload [40] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png lib/css/themes/jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png image/png
                          2023-11-11 17:16:24.848  - info: host.ioBrokerVM iobroker npm-install: upload [30] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/theme.css lib/css/themes/jquery-ui/vader/theme.css text/css
                          2023-11-11 17:16:24.889  - info: host.ioBrokerVM iobroker npm-install: upload [20] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-1.11.2.min.js lib/js/jquery-1.11.2.min.js application/javascript
                          2023-11-11 17:16:24.894  - info: host.ioBrokerVM iobroker npm-install: upload [19] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-1.11.2.min.map lib/js/jquery-1.11.2.min.map application/json
                          2023-11-11 17:16:24.899  - info: host.ioBrokerVM iobroker npm-install: upload [18] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.js lib/js/jquery-3.2.1.min.js application/javascript
                          2023-11-11 17:16:24.903  - info: host.ioBrokerVM iobroker npm-install: upload [17] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.map lib/js/jquery-3.2.1.min.map application/json
                          2023-11-11 17:16:24.908  - info: host.ioBrokerVM iobroker npm-install: upload [16] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.10.3.full.min.js lib/js/jquery-ui-1.10.3.full.min.js application/javascript
                          2023-11-11 17:16:24.926  - info: host.ioBrokerVM iobroker npm-install: upload [15] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.3.full.min.js lib/js/jquery-ui-1.11.3.full.min.js application/javascript
                          2023-11-11 17:16:24.937  - info: host.ioBrokerVM iobroker npm-install: upload [14] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.4.full.min.js lib/js/jquery-ui-1.11.4.full.min.js application/javascript
                          2023-11-11 17:16:24.943  - info: host.ioBrokerVM iobroker npm-install: upload [13] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.1.11.2.slider.min.js lib/js/jquery-ui.1.11.2.slider.min.js application/javascript
                          2023-11-11 17:16:24.947  - info: host.ioBrokerVM iobroker npm-install: upload [12] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.min.js lib/js/jquery-ui.min.js application/javascript
                          2023-11-11 17:16:24.953  - info: host.ioBrokerVM iobroker npm-install: upload [11] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js lib/js/jquery.fancytree-all.min.js application/javascript
                          2023-11-11 17:16:24.957  - info: host.ioBrokerVM iobroker npm-install: upload [10] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js.map lib/js/jquery.fancytree-all.min.js.map application/json
                          2023-11-11 17:16:24.964  - info: host.ioBrokerVM iobroker npm-install: upload [9] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.jqGrid-4.5.4.min.js lib/js/jquery.jqGrid-4.5.4.min.js application/javascript
                          2023-11-11 17:16:24.971  - info: host.ioBrokerVM iobroker npm-install: upload [8] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/loStorage.js lib/js/loStorage.js application/javascript
                          2023-11-11 17:16:24.976  - info: host.ioBrokerVM iobroker npm-install: upload [7] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js lib/js/materialize.js application/javascript
                          2023-11-11 17:16:24.982  - info: host.ioBrokerVM iobroker npm-install: upload [6] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js.map lib/js/materialize.js.map application/json
                          2023-11-11 17:16:24.988  - info: host.ioBrokerVM iobroker npm-install: upload [5] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/selectID.js lib/js/selectID.js application/javascript
                          2023-11-11 17:16:24.994  - info: host.ioBrokerVM iobroker npm-install: upload [4] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/showdown.min.js lib/js/showdown.min.js application/javascript
                          2023-11-11 17:16:25.010  - info: host.ioBrokerVM iobroker npm-install: upload [3] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/socket.io.js lib/js/socket.io.js application/javascript
                          2023-11-11 17:16:25.021  - info: host.ioBrokerVM iobroker npm-install: upload [2] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/translate.js lib/js/translate.js application/javascript
                          2023-11-11 17:16:25.026  - info: host.ioBrokerVM iobroker npm-install: upload [1] web /opt/iobroker/node_modules/iobroker.web/www/login/favicon.ico login/favicon.ico image/vnd.microsoft.icon
                          2023-11-11 17:16:25.030  - info: host.ioBrokerVM iobroker npm-install: upload [0] web /opt/iobroker/node_modules/iobroker.web/www/login/index.html login/index.html text/html
                          2023-11-11 17:16:25.138  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.web created/updated
                          2023-11-11 17:16:26.329  - info: host.ioBrokerVM iobroker npm-install: exit 0
                          2023-11-11 17:16:27.330  - warn: host.ioBrokerVM startInstance cannot find adapter "worx@2.3.4". Try to install it... 1 attempt
                          2023-11-11 17:16:27.330  - info: host.ioBrokerVM iobroker install worx@2.3.4 using installedFrom
                          2023-11-11 17:16:29.978  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                          2023-11-11 17:16:29.979  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.worx@2.3.4... (System call)
                          2023-11-11 17:16:40.115  - info: host.ioBrokerVM iobroker npm-install: 
                          2023-11-11 17:16:40.115  - info: host.ioBrokerVM iobroker npm-install: added 41 packages in 10s151 packages are looking for funding  run `npm fund` for details
                          2023-11-11 17:16:40.138  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter worx@2.3.4
                          2023-11-11 17:16:40.217  - info: host.ioBrokerVM iobroker npm-install: upload [13] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/de/translations.json i18n/de/translations.json application/json
                          2023-11-11 17:16:40.225  - info: host.ioBrokerVM iobroker npm-install: upload [12] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/en/translations.json i18n/en/translations.json application/json
                          2023-11-11 17:16:40.228  - info: host.ioBrokerVM iobroker npm-install: upload [11] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/es/translations.json i18n/es/translations.json application/json
                          2023-11-11 17:16:40.232  - info: host.ioBrokerVM iobroker npm-install: upload [10] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                          2023-11-11 17:16:40.235  - info: host.ioBrokerVM iobroker npm-install: upload [9] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/it/translations.json i18n/it/translations.json application/json
                          2023-11-11 17:16:40.238  - info: host.ioBrokerVM iobroker npm-install: upload [8] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                          2023-11-11 17:16:40.242  - info: host.ioBrokerVM iobroker npm-install: upload [7] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                          2023-11-11 17:16:40.246  - info: host.ioBrokerVM iobroker npm-install: upload [6] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                          2023-11-11 17:16:40.249  - info: host.ioBrokerVM iobroker npm-install: upload [5] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                          2023-11-11 17:16:40.253  - info: host.ioBrokerVM iobroker npm-install: upload [4] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                          2023-11-11 17:16:40.257  - info: host.ioBrokerVM iobroker npm-install: upload [3] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                          2023-11-11 17:16:40.260  - info: host.ioBrokerVM iobroker npm-install: upload [2] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/index_m.html index_m.html text/html
                          2023-11-11 17:16:40.263  - info: host.ioBrokerVM iobroker npm-install: upload [1] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/jsonConfig.json jsonConfig.json application/json
                          2023-11-11 17:16:40.267  - info: host.ioBrokerVM iobroker npm-install: upload [0] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/worx.png worx.png image/png
                          2023-11-11 17:16:40.384  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.worx created/updated
                          2023-11-11 17:16:41.447  - info: host.ioBrokerVM iobroker npm-install: exit 0
                          2023-11-11 17:16:42.448  - warn: host.ioBrokerVM startInstance cannot find adapter "ble@0.13.4". Try to install it... 2 attempt
                          2023-11-11 17:16:42.448  - info: host.ioBrokerVM iobroker install ble@0.13.4 using installedFrom
                          2023-11-11 17:16:44.138  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                          2023-11-11 17:16:44.139  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.ble@0.13.4... (System call)
                          2023-11-11 17:16:48.497  - error: host.ioBrokerVM iobroker npm-install: npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/@abandonware/noblenpm ERR! command failednpm ERR! command sh -c node-gyp-buildnpm ERR! (node:5476) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)npm ERR! Traceback (most recent call last):npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>npm ERR!     sys.exit(gyp.script_main())npm ERR!              ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_mainnpm ERR!     return main(sys.argv[1:])npm ERR!            ^^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in mainnpm ERR!     return gyp_main(args)npm ERR!            ^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_mainnpm ERR!     [generator, flat_list, targets, data] = Load(npm ERR!                                             ^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Loadnpm ERR!     result = gyp.input.Load(npm ERR!              ^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Loadnpm ERR!     LoadTargetBuildFile(npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFilenpm ERR!     build_file_data = LoadOneBuildFile(npm ERR!                       ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFilenpm ERR!     build_file_contents = open(build_file_path, "rU").read()npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gypnpm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)npm ERR! gyp ERR! System Linux 6.1.0-13-amd64npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@abandonware/noblenpm ERR! gyp ERR! node -v v18.18.2npm ERR! gyp ERR! node-gyp -v v7.1.2npm ERR! gyp ERR! not oknpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T16_16_44_448Z-debug-0.log
                          2023-11-11 17:16:48.498  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                          2023-11-11 17:16:49.517  - info: host.ioBrokerVM iobroker npm-install: exit 25
                          2023-11-11 17:16:50.518  - warn: host.ioBrokerVM startInstance cannot find adapter "vis@1.4.16". Try to install it... 2 attempt
                          2023-11-11 17:16:50.518  - info: host.ioBrokerVM iobroker install vis@1.4.16 using installedFrom
                          2023-11-11 17:16:52.168  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1Installing iobroker.vis@1.4.16... (System call)
                          2023-11-11 17:16:56.119  - info: vis.0 (5549) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.2, js-controller: 5.0.12
                          2023-11-11 17:16:56.361  - info: vis.0 (5549) vis license is OK.
                          2023-11-11 17:16:56.658  - error: vis.0 (5549) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                          2023-11-11 17:16:56.659  - error: vis.0 (5549) unhandled promise rejection: Not exists
                          2023-11-11 17:16:56.659  - error: vis.0 (5549) Error: Not exists
                              at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                              at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                              at process.processImmediate (node:internal/timers:478:21)
                          2023-11-11 17:16:56.660  - error: vis.0 (5549) Not exists
                          2023-11-11 17:16:57.162  - info: vis.0 (5549) terminating
                          2023-11-11 17:16:57.163  - warn: vis.0 (5549) Terminated (UNCAUGHT_EXCEPTION): Without reason
                          2023-11-11 17:16:57.826  - error: host.ioBrokerVM iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T16_16_52_460Z-debug-0.log
                          2023-11-11 17:16:57.827  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.vis@1.4.16: 6
                          2023-11-11 17:16:58.842  - info: host.ioBrokerVM iobroker npm-install: exit 25
                          2023-11-11 17:16:59.843  - warn: host.ioBrokerVM startInstance cannot find adapter "ble@0.13.4". Try to install it... 3 attempt
                          2023-11-11 17:16:59.843  - info: host.ioBrokerVM iobroker install ble@0.13.4 using installedVersion
                          2023-11-11 17:17:01.548  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                          2023-11-11 17:17:01.548  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.ble@0.13.4... (System call)
                          2023-11-11 17:17:04.839  - error: host.ioBrokerVM iobroker npm-install: npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/@abandonware/noblenpm ERR! command failednpm ERR! command sh -c node-gyp-buildnpm ERR! (node:5677) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)npm ERR! Traceback (most recent call last):npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>npm ERR!     sys.exit(gyp.script_main())npm ERR!              ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_mainnpm ERR!     return main(sys.argv[1:])npm ERR!            ^^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in mainnpm ERR!     return gyp_main(args)npm ERR!            ^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_mainnpm ERR!     [generator, flat_list, targets, data] = Load(npm ERR!                                             ^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Loadnpm ERR!     result = gyp.input.Load(npm ERR!              ^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Loadnpm ERR!     LoadTargetBuildFile(npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFilenpm ERR!     build_file_data = LoadOneBuildFile(npm ERR!                       ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFilenpm ERR!     build_file_contents = open(build_file_path, "rU").read()npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gypnpm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)npm ERR! gyp ERR! System Linux 6.1.0-13-amd64npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@abandonware/noblenpm ERR! gyp ERR! node -v v18.18.2npm ERR! gyp ERR! node-gyp -v v7.1.2npm ERR! gyp ERR! not oknpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T16_17_01_863Z-debug-0.log
                          2023-11-11 17:17:04.840  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                          2023-11-11 17:17:05.861  - info: host.ioBrokerVM iobroker npm-install: exit 25
                          2023-11-11 17:17:06.862  - warn: host.ioBrokerVM startInstance cannot find adapter "vis@1.4.16". Try to install it... 3 attempt
                          2023-11-11 17:17:06.863  - info: host.ioBrokerVM iobroker install vis@1.4.16 using installedVersion
                          2023-11-11 17:17:08.546  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                          2023-11-11 17:17:08.547  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis@1.4.16... (System call)
                          2023-11-11 17:17:12.514  - info: vis.0 (5750) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.2, js-controller: 5.0.12
                          2023-11-11 17:17:12.699  - info: vis.0 (5750) vis license is OK.
                          2023-11-11 17:17:12.868  - error: vis.0 (5750) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                          2023-11-11 17:17:12.868  - error: vis.0 (5750) unhandled promise rejection: Not exists
                          2023-11-11 17:17:12.869  - error: vis.0 (5750) Error: Not exists
                              at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                              at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                              at process.processImmediate (node:internal/timers:478:21)
                          2023-11-11 17:17:12.869  - error: vis.0 (5750) Not exists
                          2023-11-11 17:17:13.374  - info: vis.0 (5750) terminating
                          2023-11-11 17:17:13.375  - warn: vis.0 (5750) Terminated (UNCAUGHT_EXCEPTION): Without reason
                          2023-11-11 17:17:14.030  - error: host.ioBrokerVM iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T16_17_08_856Z-debug-0.log
                          2023-11-11 17:17:14.031  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.vis@1.4.16: 6
                          2023-11-11 17:17:15.048  - info: host.ioBrokerVM iobroker npm-install: exit 25
                          2023-11-11 17:17:16.048  - warn: host.ioBrokerVM startInstance cannot find adapter "ble@0.13.4". Try to install it... 4 attempt
                          2023-11-11 17:17:16.048  - info: host.ioBrokerVM iobroker install ble@0.13.4 using installedVersion
                          2023-11-11 17:17:17.772  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1Installing iobroker.ble@0.13.4... (System call)
                          2023-11-11 17:17:21.050  - error: host.ioBrokerVM iobroker npm-install: npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/@abandonware/noblenpm ERR! command failednpm ERR! command sh -c node-gyp-buildnpm ERR! (node:5875) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)npm ERR! Traceback (most recent call last):npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>npm ERR!     sys.exit(gyp.script_main())npm ERR!              ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_mainnpm ERR!     return main(sys.argv[1:])npm ERR!            ^^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in mainnpm ERR!     return gyp_main(args)npm ERR!            ^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_mainnpm ERR!     [generator, flat_list, targets, data] = Load(npm ERR!                                             ^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Loadnpm ERR!     result = gyp.input.Load(npm ERR!              ^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Loadnpm ERR!     LoadTargetBuildFile(npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFilenpm ERR!     build_file_data = LoadOneBuildFile(npm ERR!                       ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFilenpm ERR!     build_file_contents = open(build_file_path, "rU").read()npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gypnpm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)npm ERR! gyp ERR! System Linux 6.1.0-13-amd64npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@abandonware/noblenpm ERR! gyp ERR! node -v v18.18.2npm ERR! gyp ERR! node-gyp -v v7.1.2npm ERR! gyp ERR! not oknpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T16_17_18_077Z-debug-0.log
                          2023-11-11 17:17:21.051  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                          2023-11-11 17:17:22.067  - info: host.ioBrokerVM iobroker npm-install: exit 25
                          2023-11-11 17:17:23.069  - warn: host.ioBrokerVM startInstance cannot find adapter "vis@1.4.16". Try to install it... 4 attempt
                          2023-11-11 17:17:23.069  - info: host.ioBrokerVM iobroker install vis@1.4.16 using installedVersion
                          2023-11-11 17:17:24.737  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                          2023-11-11 17:17:24.739  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis@1.4.16... (System call)
                          2023-11-11 17:17:28.830  - info: vis.0 (5948) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.2, js-controller: 5.0.12
                          2023-11-11 17:17:29.018  - info: vis.0 (5948) vis license is OK.
                          2023-11-11 17:17:29.183  - error: vis.0 (5948) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                          2023-11-11 17:17:29.184  - error: vis.0 (5948) unhandled promise rejection: Not exists
                          2023-11-11 17:17:29.184  - error: vis.0 (5948) Error: Not exists
                              at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                              at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                              at process.processImmediate (node:internal/timers:478:21)
                          2023-11-11 17:17:29.185  - error: vis.0 (5948) Not exists
                          2023-11-11 17:17:29.689  - info: vis.0 (5948) terminating
                          2023-11-11 17:17:29.690  - warn: vis.0 (5948) Terminated (UNCAUGHT_EXCEPTION): Without reason
                          2023-11-11 17:17:30.363  - error: host.ioBrokerVM iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T16_17_25_048Z-debug-0.log
                          2023-11-11 17:17:30.364  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.vis@1.4.16: 6
                          2023-11-11 17:17:31.380  - info: host.ioBrokerVM iobroker npm-install: exit 25
                          2023-11-11 17:17:32.381  - error: host.ioBrokerVM Cannot download and install adapter "ble@0.13.4". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
                          2023-11-11 17:17:32.884  - error: host.ioBrokerVM Cannot download and install adapter "vis@1.4.16". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
                          

                          ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                          HomoranH 1 Antwort Letzte Antwort
                          0
                          • G Gismoh

                            meldung von iob Logs --watch

                            8.1
                            2023-11-11 17:13:59.827  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.pi-hole@1.3.6... (System call)
                            2023-11-11 17:14:05.911  - info: host.ioBrokerVM iobroker npm-install: added 14 packages in 6s
                            2023-11-11 17:14:05.913  - info: host.ioBrokerVM iobroker npm-install: 
                            2023-11-11 17:14:05.914  - info: host.ioBrokerVM iobroker npm-install: 127 packages are looking for funding
                            2023-11-11 17:14:05.914  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                            2023-11-11 17:14:05.938  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter pi-hole@1.3.6
                            2023-11-11 17:14:06.020  - info: host.ioBrokerVM iobroker npm-install: upload [4] pi-hole.admin /opt/iobroker/node_modules/iobroker.pi-hole/admin/admin.d.ts admin.d.ts video/mp2t
                            2023-11-11 17:14:06.027  - info: host.ioBrokerVM iobroker npm-install: upload [3] pi-hole.admin /opt/iobroker/node_modules/iobroker.pi-hole/admin/index_m.html index_m.html text/html
                            2023-11-11 17:14:06.031  - info: host.ioBrokerVM iobroker npm-install: upload [2] pi-hole.admin /opt/iobroker/node_modules/iobroker.pi-hole/admin/pi-hole.png pi-hole.png image/png
                            2023-11-11 17:14:06.035  - info: host.ioBrokerVM iobroker npm-install: upload [1] pi-hole.admin /opt/iobroker/node_modules/iobroker.pi-hole/admin/style.css style.css text/css
                            2023-11-11 17:14:06.039  - info: host.ioBrokerVM iobroker npm-install: upload [0] pi-hole.admin /opt/iobroker/node_modules/iobroker.pi-hole/admin/words.js words.js application/javascript
                            2023-11-11 17:14:06.049  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.pi-hole created/updated
                            2023-11-11 17:14:07.120  - info: host.ioBrokerVM iobroker npm-install: exit 0
                            2023-11-11 17:14:08.121  - warn: host.ioBrokerVM startInstance cannot find adapter "pvforecast@2.9.0". Try to install it... 1 attempt
                            2023-11-11 17:14:08.122  - info: host.ioBrokerVM iobroker install pvforecast@2.9.0 using installedFrom
                            2023-11-11 17:14:09.780  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                            2023-11-11 17:14:09.781  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.pvforecast@2.9.0... (System call)
                            2023-11-11 17:14:15.811  - info: host.ioBrokerVM iobroker npm-install: added 3 packages in 6s
                            2023-11-11 17:14:15.812  - info: host.ioBrokerVM iobroker npm-install: 
                            2023-11-11 17:14:15.812  - info: host.ioBrokerVM iobroker npm-install: 127 packages are looking for funding
                            2023-11-11 17:14:15.813  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                            2023-11-11 17:14:15.837  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter pvforecast@2.9.0
                            2023-11-11 17:14:15.911  - info: host.ioBrokerVM iobroker npm-install: upload [14] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/de/translations.json i18n/de/translations.json application/json
                            2023-11-11 17:14:15.918  - info: host.ioBrokerVM iobroker npm-install: upload [13] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/en/translations.json i18n/en/translations.json application/json
                            2023-11-11 17:14:15.922  - info: host.ioBrokerVM iobroker npm-install: upload [12] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/es/translations.json i18n/es/translations.json application/json
                            2023-11-11 17:14:15.925  - info: host.ioBrokerVM iobroker npm-install: upload [11] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                            2023-11-11 17:14:15.929  - info: host.ioBrokerVM iobroker npm-install: upload [10] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/it/translations.json i18n/it/translations.json application/json
                            2023-11-11 17:14:15.932  - info: host.ioBrokerVM iobroker npm-install: upload [9] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                            2023-11-11 17:14:15.936  - info: host.ioBrokerVM iobroker npm-install: upload [8] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                            2023-11-11 17:14:15.939  - info: host.ioBrokerVM iobroker npm-install: upload [7] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                            2023-11-11 17:14:15.943  - info: host.ioBrokerVM iobroker npm-install: upload [6] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                            2023-11-11 17:14:15.947  - info: host.ioBrokerVM iobroker npm-install: upload [5] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                            2023-11-11 17:14:15.950  - info: host.ioBrokerVM iobroker npm-install: upload [4] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                            2023-11-11 17:14:15.953  - info: host.ioBrokerVM iobroker npm-install: upload [3] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/img/Azimuth.png img/Azimuth.png image/png
                            2023-11-11 17:14:15.958  - info: host.ioBrokerVM iobroker npm-install: upload [2] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/jsonConfig.json jsonConfig.json application/json
                            2023-11-11 17:14:15.961  - info: host.ioBrokerVM iobroker npm-install: upload [1] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/pvforecast.png pvforecast.png image/png
                            2023-11-11 17:14:15.965  - info: host.ioBrokerVM iobroker npm-install: upload [0] pvforecast.admin /opt/iobroker/node_modules/iobroker.pvforecast/admin/style.css style.css text/css
                            2023-11-11 17:14:16.060  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.pvforecast created/updated
                            2023-11-11 17:14:17.125  - info: host.ioBrokerVM iobroker npm-install: exit 0
                            2023-11-11 17:14:18.126  - warn: host.ioBrokerVM startInstance cannot find adapter "smartcontrol@2.0.1". Try to install it... 1 attempt
                            2023-11-11 17:14:18.126  - info: host.ioBrokerVM iobroker install smartcontrol@2.0.1 using installedFrom
                            2023-11-11 17:14:19.760  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                            2023-11-11 17:14:19.761  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.smartcontrol@2.0.1... (System call)
                            2023-11-11 17:14:25.267  - info: host.ioBrokerVM iobroker npm-install: added 17 packages in 5s
                            2023-11-11 17:14:25.267  - info: host.ioBrokerVM iobroker npm-install: 
                            2023-11-11 17:14:25.268  - info: host.ioBrokerVM iobroker npm-install: 140 packages are looking for funding
                            2023-11-11 17:14:25.268  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                            2023-11-11 17:14:25.290  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter smartcontrol@2.0.1
                            2023-11-11 17:14:25.364  - info: host.ioBrokerVM iobroker npm-install: upload [81] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/admin.d.ts admin.d.ts video/mp2t
                            2023-11-11 17:14:25.371  - info: host.ioBrokerVM iobroker npm-install: upload [80] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/doc-md/img/check_box-24px.svg doc-md/img/check_box-24px.svg image/svg+xml
                            2023-11-11 17:14:25.407  - info: host.ioBrokerVM iobroker npm-install: upload [70] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/doc-md/img/table-zones_select-target-devices-overwrite.gif doc-md/img/table-zones_select-target-devices-overwrite.gif image/gif
                            2023-11-11 17:14:25.437  - info: host.ioBrokerVM iobroker npm-install: upload [60] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/doc-md/table-target-devices_de.md doc-md/table-target-devices_de.md text/markdown
                            2023-11-11 17:14:25.466  - info: host.ioBrokerVM iobroker npm-install: upload [50] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/doc-md/table-trigger-times_de.md doc-md/table-trigger-times_de.md text/markdown
                            2023-11-11 17:14:25.497  - info: host.ioBrokerVM iobroker npm-install: upload [40] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/fancytree/skin-lion/vline-rtl.gif fancytree/skin-lion/vline-rtl.gif image/gif
                            2023-11-11 17:14:25.527  - info: host.ioBrokerVM iobroker npm-install: upload [30] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                            2023-11-11 17:14:25.556  - info: host.ioBrokerVM iobroker npm-install: upload [20] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/option-screenshots/tab-target-devices.png img/option-screenshots/tab-target-devices.png image/png
                            2023-11-11 17:14:25.563  - info: host.ioBrokerVM iobroker npm-install: upload [19] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/option-screenshots/tab-triggers-motion.png img/option-screenshots/tab-triggers-motion.png image/png
                            2023-11-11 17:14:25.567  - info: host.ioBrokerVM iobroker npm-install: upload [18] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/option-screenshots/tab-triggers-other.png img/option-screenshots/tab-triggers-other.png image/png
                            2023-11-11 17:14:25.570  - info: host.ioBrokerVM iobroker npm-install: upload [17] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/option-screenshots/tab-triggers-time.png img/option-screenshots/tab-triggers-time.png image/png
                            2023-11-11 17:14:25.573  - info: host.ioBrokerVM iobroker npm-install: upload [16] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/option-screenshots/tab-zones-execution.png img/option-screenshots/tab-zones-execution.png image/png
                            2023-11-11 17:14:25.577  - info: host.ioBrokerVM iobroker npm-install: upload [15] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/option-screenshots/tab-zones.png img/option-screenshots/tab-zones.png image/png
                            2023-11-11 17:14:25.580  - info: host.ioBrokerVM iobroker npm-install: upload [14] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/sc_always.png img/sc_always.png image/png
                            2023-11-11 17:14:25.583  - info: host.ioBrokerVM iobroker npm-install: upload [13] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/select-target-devices-overwrite.gif img/select-target-devices-overwrite.gif image/gif
                            2023-11-11 17:14:25.586  - info: host.ioBrokerVM iobroker npm-install: upload [12] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/smartControl_options1.gif img/smartControl_options1.gif image/gif
                            2023-11-11 17:14:25.620  - info: host.ioBrokerVM iobroker npm-install: upload [11] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/smartControl_options_dropdown.gif img/smartControl_options_dropdown.gif image/gif
                            2023-11-11 17:14:25.623  - info: host.ioBrokerVM iobroker npm-install: upload [10] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/img/smartControl_options_dropdown_2.gif img/smartControl_options_dropdown_2.gif image/gif
                            2023-11-11 17:14:25.628  - info: host.ioBrokerVM iobroker npm-install: upload [9] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/index_m.html index_m.html text/html
                            2023-11-11 17:14:25.632  - info: host.ioBrokerVM iobroker npm-install: upload [8] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/index_m.js index_m.js application/javascript
                            2023-11-11 17:14:25.637  - info: host.ioBrokerVM iobroker npm-install: upload [7] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/smartcontrol-banner.png smartcontrol-banner.png image/png
                            2023-11-11 17:14:25.641  - info: host.ioBrokerVM iobroker npm-install: upload [6] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/smartcontrol.png smartcontrol.png image/png
                            2023-11-11 17:14:25.647  - info: host.ioBrokerVM iobroker npm-install: upload [5] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/style.css style.css text/css
                            2023-11-11 17:14:25.651  - info: host.ioBrokerVM iobroker npm-install: upload [4] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/tsconfig.json tsconfig.json application/json
                            2023-11-11 17:14:25.655  - info: host.ioBrokerVM iobroker npm-install: upload [3] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/words.js words.js application/javascript
                            2023-11-11 17:14:25.662  - info: host.ioBrokerVM iobroker npm-install: upload [2] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/zero-md/readme.txt zero-md/readme.txt text/plain
                            2023-11-11 17:14:25.665  - info: host.ioBrokerVM iobroker npm-install: upload [1] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/zero-md/webcomponents-loader.min.js zero-md/webcomponents-loader.min.js application/javascript
                            2023-11-11 17:14:25.668  - info: host.ioBrokerVM iobroker npm-install: upload [0] smartcontrol.admin /opt/iobroker/node_modules/iobroker.smartcontrol/admin/zero-md/zero-md.min.js.js zero-md/zero-md.min.js.js application/javascript
                            2023-11-11 17:14:25.793  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.smartcontrol created/updated
                            2023-11-11 17:14:26.865  - info: host.ioBrokerVM iobroker npm-install: exit 0
                            2023-11-11 17:14:27.865  - warn: host.ioBrokerVM startInstance cannot find adapter "socketio@6.5.5". Try to install it... 1 attempt
                            2023-11-11 17:14:27.865  - info: host.ioBrokerVM iobroker install socketio@6.5.5 using installedFrom
                            2023-11-11 17:14:29.568  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                            2023-11-11 17:14:29.569  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.socketio@6.5.5... (System call)
                            2023-11-11 17:14:37.103  - info: host.ioBrokerVM iobroker npm-install: added 40 packages in 7s
                            2023-11-11 17:14:37.104  - info: host.ioBrokerVM iobroker npm-install: 
                            2023-11-11 17:14:37.105  - info: host.ioBrokerVM iobroker npm-install: 140 packages are looking for funding
                            2023-11-11 17:14:37.106  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                            2023-11-11 17:14:37.130  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter socketio@6.5.5
                            2023-11-11 17:14:37.202  - info: host.ioBrokerVM iobroker npm-install: upload [11] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/de/translations.json i18n/de/translations.json application/json
                            2023-11-11 17:14:37.210  - info: host.ioBrokerVM iobroker npm-install: upload [10] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/en/translations.json i18n/en/translations.json application/json
                            2023-11-11 17:14:37.213  - info: host.ioBrokerVM iobroker npm-install: upload [9] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/es/translations.json i18n/es/translations.json application/json
                            2023-11-11 17:14:37.216  - info: host.ioBrokerVM iobroker npm-install: upload [8] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                            2023-11-11 17:14:37.219  - info: host.ioBrokerVM iobroker npm-install: upload [7] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/it/translations.json i18n/it/translations.json application/json
                            2023-11-11 17:14:37.223  - info: host.ioBrokerVM iobroker npm-install: upload [6] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                            2023-11-11 17:14:37.226  - info: host.ioBrokerVM iobroker npm-install: upload [5] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                            2023-11-11 17:14:37.230  - info: host.ioBrokerVM iobroker npm-install: upload [4] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                            2023-11-11 17:14:37.233  - info: host.ioBrokerVM iobroker npm-install: upload [3] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                            2023-11-11 17:14:37.237  - info: host.ioBrokerVM iobroker npm-install: upload [2] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                            2023-11-11 17:14:37.240  - info: host.ioBrokerVM iobroker npm-install: upload [1] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/jsonConfig.json jsonConfig.json application/json
                            2023-11-11 17:14:37.243  - info: host.ioBrokerVM iobroker npm-install: upload [0] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/socketio.png socketio.png image/png
                            2023-11-11 17:14:37.400  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.socketio created/updated
                            2023-11-11 17:14:38.463  - info: host.ioBrokerVM iobroker npm-install: exit 0
                            2023-11-11 17:14:39.463  - warn: host.ioBrokerVM startInstance cannot find adapter "tado@0.4.11". Try to install it... 1 attempt
                            2023-11-11 17:14:39.464  - info: host.ioBrokerVM iobroker install tado@0.4.11 using installedFrom
                            2023-11-11 17:14:41.100  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                            2023-11-11 17:14:41.102  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.tado@0.4.11... (System call)
                            2023-11-11 17:14:57.158  - info: host.ioBrokerVM iobroker npm-install: added 26 packages in 16s
                            2023-11-11 17:14:57.159  - info: host.ioBrokerVM iobroker npm-install: 
                            2023-11-11 17:14:57.160  - info: host.ioBrokerVM iobroker npm-install: 149 packages are looking for funding
                            2023-11-11 17:14:57.161  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                            2023-11-11 17:14:57.185  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter tado@0.4.11
                            2023-11-11 17:14:57.257  - info: host.ioBrokerVM iobroker npm-install: upload [6] tado.admin /opt/iobroker/node_modules/iobroker.tado/admin/admin.d.ts admin.d.ts video/mp2t
                            2023-11-11 17:14:57.265  - info: host.ioBrokerVM iobroker npm-install: upload [5] tado.admin /opt/iobroker/node_modules/iobroker.tado/admin/button.png button.png image/png
                            2023-11-11 17:14:57.269  - info: host.ioBrokerVM iobroker npm-install: upload [4] tado.admin /opt/iobroker/node_modules/iobroker.tado/admin/index_m.html index_m.html text/html
                            2023-11-11 17:14:57.272  - info: host.ioBrokerVM iobroker npm-install: upload [3] tado.admin /opt/iobroker/node_modules/iobroker.tado/admin/jsonConfig.json jsonConfig.json application/json
                            2023-11-11 17:14:57.276  - info: host.ioBrokerVM iobroker npm-install: upload [2] tado.admin /opt/iobroker/node_modules/iobroker.tado/admin/style.css style.css text/css
                            2023-11-11 17:14:57.280  - info: host.ioBrokerVM iobroker npm-install: upload [1] tado.admin /opt/iobroker/node_modules/iobroker.tado/admin/tado.png tado.png image/png
                            2023-11-11 17:14:57.284  - info: host.ioBrokerVM iobroker npm-install: upload [0] tado.admin /opt/iobroker/node_modules/iobroker.tado/admin/words.js words.js application/javascript
                            2023-11-11 17:14:57.385  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.tado created/updated
                            2023-11-11 17:14:58.462  - info: host.ioBrokerVM iobroker npm-install: exit 0
                            2023-11-11 17:14:59.462  - warn: host.ioBrokerVM startInstance cannot find adapter "tibberlink@1.4.2". Try to install it... 1 attempt
                            2023-11-11 17:14:59.463  - info: host.ioBrokerVM iobroker install tibberlink@1.4.2 using installedFrom
                            2023-11-11 17:15:01.138  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                            2023-11-11 17:15:01.140  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.tibberlink@1.4.2... (System call)
                            2023-11-11 17:15:05.889  - info: host.ioBrokerVM iobroker npm-install: added 2 packages in 4s149 packages are looking for funding  run `npm fund` for details
                            2023-11-11 17:15:05.910  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter tibberlink@1.4.2
                            2023-11-11 17:15:05.996  - info: host.ioBrokerVM iobroker npm-install: upload [13] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/calculatorStates.png calculatorStates.png image/png
                            2023-11-11 17:15:06.004  - info: host.ioBrokerVM iobroker npm-install: upload [12] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/de/translations.json i18n/de/translations.json application/json
                            2023-11-11 17:15:06.008  - info: host.ioBrokerVM iobroker npm-install: upload [11] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/en/translations.json i18n/en/translations.json application/json
                            2023-11-11 17:15:06.011  - info: host.ioBrokerVM iobroker npm-install: upload [10] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/es/translations.json i18n/es/translations.json application/json
                            2023-11-11 17:15:06.014  - info: host.ioBrokerVM iobroker npm-install: upload [9] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                            2023-11-11 17:15:06.018  - info: host.ioBrokerVM iobroker npm-install: upload [8] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/it/translations.json i18n/it/translations.json application/json
                            2023-11-11 17:15:06.022  - info: host.ioBrokerVM iobroker npm-install: upload [7] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                            2023-11-11 17:15:06.025  - info: host.ioBrokerVM iobroker npm-install: upload [6] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                            2023-11-11 17:15:06.029  - info: host.ioBrokerVM iobroker npm-install: upload [5] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                            2023-11-11 17:15:06.033  - info: host.ioBrokerVM iobroker npm-install: upload [4] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                            2023-11-11 17:15:06.036  - info: host.ioBrokerVM iobroker npm-install: upload [3] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                            2023-11-11 17:15:06.039  - info: host.ioBrokerVM iobroker npm-install: upload [2] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                            2023-11-11 17:15:06.043  - info: host.ioBrokerVM iobroker npm-install: upload [1] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/jsonConfig.json jsonConfig.json application/json
                            2023-11-11 17:15:06.047  - info: host.ioBrokerVM iobroker npm-install: upload [0] tibberlink.admin /opt/iobroker/node_modules/iobroker.tibberlink/admin/tibberlink.png tibberlink.png image/png
                            2023-11-11 17:15:06.147  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.tibberlink created/updated
                            2023-11-11 17:15:07.209  - info: host.ioBrokerVM iobroker npm-install: exit 0
                            2023-11-11 17:15:08.210  - warn: host.ioBrokerVM startInstance cannot find adapter "vis-hqwidgets@1.4.0". Try to install it... 1 attempt
                            2023-11-11 17:15:08.210  - info: host.ioBrokerVM iobroker install vis-hqwidgets@1.4.0 using installedFrom
                            2023-11-11 17:15:09.860  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                            2023-11-11 17:15:09.862  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis-hqwidgets@1.4.0... (System call)
                            2023-11-11 17:15:14.292  - info: host.ioBrokerVM iobroker npm-install: added 1 package in 4s149 packages are looking for funding  run `npm fund` for details
                            2023-11-11 17:15:14.315  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter vis-hqwidgets@1.4.0
                            2023-11-11 17:15:14.389  - info: host.ioBrokerVM iobroker npm-install: upload [1] vis-hqwidgets.admin /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin/hqwidgets.png hqwidgets.png image/png
                            2023-11-11 17:15:14.396  - info: host.ioBrokerVM iobroker npm-install: upload [0] vis-hqwidgets.admin /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin/index.html index.html text/html
                            2023-11-11 17:15:14.401  - info: host.ioBrokerVM iobroker npm-install: INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-hqwidgets/www" was not found! Nothing was uploaded or deleted.
                            2023-11-11 17:15:14.522  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.vis-hqwidgets created/updated
                            2023-11-11 17:15:15.588  - info: host.ioBrokerVM iobroker npm-install: exit 0
                            2023-11-11 17:15:16.588  - warn: host.ioBrokerVM startInstance cannot find adapter "vis-jqui-mfd@1.0.12". Try to install it... 1 attempt
                            2023-11-11 17:15:16.588  - info: host.ioBrokerVM iobroker install vis-jqui-mfd@1.0.12 using installedFrom
                            2023-11-11 17:15:18.232  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                            2023-11-11 17:15:18.233  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis-jqui-mfd@1.0.12... (System call)
                            2023-11-11 17:15:22.716  - info: host.ioBrokerVM iobroker npm-install: 
                            2023-11-11 17:15:22.716  - info: host.ioBrokerVM iobroker npm-install: added 1 package in 4s149 packages are looking for funding  run `npm fund` for details
                            2023-11-11 17:15:22.736  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter vis-jqui-mfd@1.0.12
                            2023-11-11 17:15:22.805  - info: host.ioBrokerVM iobroker npm-install: upload [0] vis-jqui-mfd.admin /opt/iobroker/node_modules/iobroker.vis-jqui-mfd/admin/jqui-mfd.png jqui-mfd.png image/png
                            2023-11-11 17:15:22.814  - info: host.ioBrokerVM iobroker npm-install: INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-jqui-mfd/www" was not found! Nothing was uploaded or deleted.
                            2023-11-11 17:15:22.935  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.vis-jqui-mfd created/updated
                            2023-11-11 17:15:22.987  - info: host.ioBrokerVM iobroker npm-install: Update "system.adapter.vis-jqui-mfd.0"
                            2023-11-11 17:15:24.004  - info: host.ioBrokerVM iobroker npm-install: exit 0
                            2023-11-11 17:15:25.005  - warn: host.ioBrokerVM startInstance cannot find adapter "vis-material-advanced@1.7.4". Try to install it... 1 attempt
                            2023-11-11 17:15:25.005  - info: host.ioBrokerVM iobroker install vis-material-advanced@1.7.4 using installedFrom
                            2023-11-11 17:15:26.630  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                            2023-11-11 17:15:26.631  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis-material-advanced@1.7.4... (System call)
                            2023-11-11 17:15:31.351  - info: host.ioBrokerVM iobroker npm-install: added 1 package in 4s
                            2023-11-11 17:15:31.351  - info: host.ioBrokerVM iobroker npm-install: 
                            2023-11-11 17:15:31.352  - info: host.ioBrokerVM iobroker npm-install: 149 packages are looking for funding
                            2023-11-11 17:15:31.352  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                            2023-11-11 17:15:31.373  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter vis-material-advanced@1.7.4
                            2023-11-11 17:15:31.442  - info: host.ioBrokerVM iobroker npm-install: upload [1] vis-material-advanced.admin /opt/iobroker/node_modules/iobroker.vis-material-advanced/admin/vis-material-advanced.png vis-material-advanced.png image/png
                            2023-11-11 17:15:31.450  - info: host.ioBrokerVM iobroker npm-install: upload [0] vis-material-advanced.admin /opt/iobroker/node_modules/iobroker.vis-material-advanced/admin/words.js words.js application/javascript
                            2023-11-11 17:15:31.454  - info: host.ioBrokerVM iobroker npm-install: INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-material-advanced/www" was not found! Nothing was uploaded or deleted.
                            2023-11-11 17:15:31.573  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.vis-material-advanced created/updated
                            2023-11-11 17:15:32.637  - info: host.ioBrokerVM iobroker npm-install: exit 0
                            2023-11-11 17:15:33.637  - warn: host.ioBrokerVM startInstance cannot find adapter "vis-metro@1.2.0". Try to install it... 1 attempt
                            2023-11-11 17:15:33.638  - info: host.ioBrokerVM iobroker install vis-metro@1.2.0 using installedFrom
                            2023-11-11 17:15:35.325  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                            2023-11-11 17:15:35.325  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis-metro@1.2.0... (System call)
                            2023-11-11 17:15:39.798  - info: host.ioBrokerVM iobroker npm-install: added 3 packages in 4s
                            2023-11-11 17:15:39.800  - info: host.ioBrokerVM iobroker npm-install: 
                            2023-11-11 17:15:39.801  - info: host.ioBrokerVM iobroker npm-install: 149 packages are looking for funding
                            2023-11-11 17:15:39.802  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                            2023-11-11 17:15:39.825  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter vis-metro@1.2.0
                            2023-11-11 17:15:39.895  - info: host.ioBrokerVM iobroker npm-install: upload [1] vis-metro.admin /opt/iobroker/node_modules/iobroker.vis-metro/admin/index.html index.html text/html
                            2023-11-11 17:15:39.902  - info: host.ioBrokerVM iobroker npm-install: upload [0] vis-metro.admin /opt/iobroker/node_modules/iobroker.vis-metro/admin/metro.png metro.png image/png
                            2023-11-11 17:15:39.906  - info: host.ioBrokerVM iobroker npm-install: INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-metro/www" was not found! Nothing was uploaded or deleted.
                            2023-11-11 17:15:40.026  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.vis-metro created/updated
                            2023-11-11 17:15:41.089  - info: host.ioBrokerVM iobroker npm-install: exit 0
                            2023-11-11 17:15:42.090  - warn: host.ioBrokerVM startInstance cannot find adapter "vis-timeandweather@1.2.2". Try to install it... 1 attempt
                            2023-11-11 17:15:42.090  - info: host.ioBrokerVM iobroker install vis-timeandweather@1.2.2 using installedFrom
                            2023-11-11 17:15:43.727  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                            2023-11-11 17:15:43.729  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis-timeandweather@1.2.2... (System call)
                            2023-11-11 17:15:48.208  - info: host.ioBrokerVM iobroker npm-install: added 2 packages in 4s149 packages are looking for funding  run `npm fund` for details
                            2023-11-11 17:15:48.227  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter vis-timeandweather@1.2.2
                            2023-11-11 17:15:48.296  - info: host.ioBrokerVM iobroker npm-install: upload [1] vis-timeandweather.admin /opt/iobroker/node_modules/iobroker.vis-timeandweather/admin/index.html index.html text/html
                            2023-11-11 17:15:48.303  - info: host.ioBrokerVM iobroker npm-install: upload [0] vis-timeandweather.admin /opt/iobroker/node_modules/iobroker.vis-timeandweather/admin/timeandweather.png timeandweather.png image/png
                            2023-11-11 17:15:48.308  - info: host.ioBrokerVM iobroker npm-install: INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-timeandweather/www" was not found! Nothing was uploaded or deleted.
                            2023-11-11 17:15:48.426  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.vis-timeandweather created/updated
                            2023-11-11 17:15:49.488  - info: host.ioBrokerVM iobroker npm-install: exit 0
                            2023-11-11 17:15:50.490  - warn: host.ioBrokerVM startInstance cannot find adapter "vis@1.4.16". Try to install it... 1 attempt
                            2023-11-11 17:15:50.490  - info: host.ioBrokerVM iobroker install vis@1.4.16 using installedFrom
                            2023-11-11 17:15:52.164  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                            2023-11-11 17:15:52.164  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis@1.4.16... (System call)
                            2023-11-11 17:15:56.598  - info: vis.0 (5148) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.2, js-controller: 5.0.12
                            2023-11-11 17:15:56.799  - info: vis.0 (5148) vis license is OK.
                            2023-11-11 17:15:57.006  - error: vis.0 (5148) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                            2023-11-11 17:15:57.006  - error: vis.0 (5148) unhandled promise rejection: Not exists
                            2023-11-11 17:15:57.007  - error: vis.0 (5148) Error: Not exists
                                at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                                at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                                at process.processImmediate (node:internal/timers:478:21)
                            2023-11-11 17:15:57.007  - error: vis.0 (5148) Not exists
                            2023-11-11 17:15:57.511  - info: vis.0 (5148) terminating
                            2023-11-11 17:15:57.511  - warn: vis.0 (5148) Terminated (UNCAUGHT_EXCEPTION): Without reason
                            2023-11-11 17:15:58.189  - error: host.ioBrokerVM iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T16_15_52_466Z-debug-0.log
                            2023-11-11 17:15:58.190  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.vis@1.4.16: 6
                            2023-11-11 17:15:59.209  - info: host.ioBrokerVM iobroker npm-install: exit 25
                            2023-11-11 17:16:00.210  - warn: host.ioBrokerVM startInstance cannot find adapter "web@6.1.10". Try to install it... 1 attempt
                            2023-11-11 17:16:00.210  - info: host.ioBrokerVM iobroker install web@6.1.10 using installedFrom
                            2023-11-11 17:16:01.907  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                            2023-11-11 17:16:01.909  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.web@6.1.10... (System call)
                            2023-11-11 17:16:07.455  - info: host.ioBrokerVM iobroker npm-install: added 7 packages in 5s149 packages are looking for funding  run `npm fund` for details
                            2023-11-11 17:16:07.476  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter web@6.1.10
                            2023-11-11 17:16:07.549  - info: host.ioBrokerVM iobroker npm-install: upload [129] web.admin /opt/iobroker/node_modules/iobroker.web/admin/asset-manifest.json asset-manifest.json application/json
                            2023-11-11 17:16:23.135  - info: host.ioBrokerVM iobroker npm-install: upload [100] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Computer.9558f6ee3941dba4e3c5.svg static/media/Computer.9558f6ee3941dba4e3c5.svg image/svg+xml
                            2023-11-11 17:16:23.170  - info: host.ioBrokerVM iobroker npm-install: upload [90] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Dressing Room.5e6f8f64b0e8f91c473e.svg static/media/Dressing Room.5e6f8f64b0e8f91c473e.svg image/svg+xml
                            2023-11-11 17:16:23.199  - info: host.ioBrokerVM iobroker npm-install: upload [80] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Garage.f7fc0a9b326d582afee6.svg static/media/Garage.f7fc0a9b326d582afee6.svg image/svg+xml
                            2023-11-11 17:16:23.229  - info: host.ioBrokerVM iobroker npm-install: upload [70] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Hanging Lamps.0bd452fc843edd645c30.svg static/media/Hanging Lamps.0bd452fc843edd645c30.svg image/svg+xml
                            2023-11-11 17:16:23.260  - info: host.ioBrokerVM iobroker npm-install: upload [60] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Led Strip.5cf2de461e29ffbaa5f0.svg static/media/Led Strip.5cf2de461e29ffbaa5f0.svg image/svg+xml
                            2023-11-11 17:16:23.293  - info: host.ioBrokerVM iobroker npm-install: upload [50] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Nursery.9cecc0544bdb5c28500c.svg static/media/Nursery.9cecc0544bdb5c28500c.svg image/svg+xml
                            2023-11-11 17:16:23.324  - info: host.ioBrokerVM iobroker npm-install: upload [40] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Rear Wall.38843c33f1ea1f575500.svg static/media/Rear Wall.38843c33f1ea1f575500.svg image/svg+xml
                            2023-11-11 17:16:23.356  - info: host.ioBrokerVM iobroker npm-install: upload [30] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Sockets.8320e1a99be9de004629.svg static/media/Sockets.8320e1a99be9de004629.svg image/svg+xml
                            2023-11-11 17:16:23.389  - info: host.ioBrokerVM iobroker npm-install: upload [20] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Terrace.d71d07d9290674f2ca20.svg static/media/Terrace.d71d07d9290674f2ca20.svg image/svg+xml
                            2023-11-11 17:16:23.392  - info: host.ioBrokerVM iobroker npm-install: upload [19] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Toilet.83604dd2daafb67067dd.svg static/media/Toilet.83604dd2daafb67067dd.svg image/svg+xml
                            2023-11-11 17:16:23.396  - info: host.ioBrokerVM iobroker npm-install: upload [18] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Tv.4e9745a548e57bfac0c7.svg static/media/Tv.4e9745a548e57bfac0c7.svg image/svg+xml
                            2023-11-11 17:16:23.400  - info: host.ioBrokerVM iobroker npm-install: upload [17] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Upstairs.441813e54e0daca0882d.svg static/media/Upstairs.441813e54e0daca0882d.svg image/svg+xml
                            2023-11-11 17:16:23.404  - info: host.ioBrokerVM iobroker npm-install: upload [16] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Vacuum Cleaner.9c8d50e436e6cea06dfa.svg static/media/Vacuum Cleaner.9c8d50e436e6cea06dfa.svg image/svg+xml
                            2023-11-11 17:16:23.407  - info: host.ioBrokerVM iobroker npm-install: upload [15] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Ventilation.c31761d86d67e245ac92.svg static/media/Ventilation.c31761d86d67e245ac92.svg image/svg+xml
                            2023-11-11 17:16:23.411  - info: host.ioBrokerVM iobroker npm-install: upload [14] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Wardrobe.e8019970a2b51412cfdc.svg static/media/Wardrobe.e8019970a2b51412cfdc.svg image/svg+xml
                            2023-11-11 17:16:23.414  - info: host.ioBrokerVM iobroker npm-install: upload [13] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Washing Machines.577f3acdb3cef002b523.svg static/media/Washing Machines.577f3acdb3cef002b523.svg image/svg+xml
                            2023-11-11 17:16:23.419  - info: host.ioBrokerVM iobroker npm-install: upload [12] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Washroom.bfb54196f381f36de9d6.svg static/media/Washroom.bfb54196f381f36de9d6.svg image/svg+xml
                            2023-11-11 17:16:23.423  - info: host.ioBrokerVM iobroker npm-install: upload [11] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Water Consumption.68891649591cc2434c5b.svg static/media/Water Consumption.68891649591cc2434c5b.svg image/svg+xml
                            2023-11-11 17:16:23.426  - info: host.ioBrokerVM iobroker npm-install: upload [10] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Water Heater.7e4bb4d99a5213f24d08.svg static/media/Water Heater.7e4bb4d99a5213f24d08.svg image/svg+xml
                            2023-11-11 17:16:23.430  - info: host.ioBrokerVM iobroker npm-install: upload [9] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Water.f50411984c5c24fa574d.svg static/media/Water.f50411984c5c24fa574d.svg image/svg+xml
                            2023-11-11 17:16:23.434  - info: host.ioBrokerVM iobroker npm-install: upload [8] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Wc.83604dd2daafb67067dd.svg static/media/Wc.83604dd2daafb67067dd.svg image/svg+xml
                            2023-11-11 17:16:23.438  - info: host.ioBrokerVM iobroker npm-install: upload [7] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Weather.e91dae647698d48365e3.svg static/media/Weather.e91dae647698d48365e3.svg image/svg+xml
                            2023-11-11 17:16:23.442  - info: host.ioBrokerVM iobroker npm-install: upload [6] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Window.421664f57c35e5109aa2.svg static/media/Window.421664f57c35e5109aa2.svg image/svg+xml
                            2023-11-11 17:16:23.445  - info: host.ioBrokerVM iobroker npm-install: upload [5] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Windscreen.6058448bf63f72dd5036.svg static/media/Windscreen.6058448bf63f72dd5036.svg image/svg+xml
                            2023-11-11 17:16:23.448  - info: host.ioBrokerVM iobroker npm-install: upload [4] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Workshop.7856e59fe4f164c90609.svg static/media/Workshop.7856e59fe4f164c90609.svg image/svg+xml
                            2023-11-11 17:16:23.452  - info: host.ioBrokerVM iobroker npm-install: upload [3] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/Workspace.97d73e419d966bfb6428.svg static/media/Workspace.97d73e419d966bfb6428.svg image/svg+xml
                            2023-11-11 17:16:23.456  - info: host.ioBrokerVM iobroker npm-install: upload [2] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/names.3a7dae0bd6b8b03b280f.txt static/media/names.3a7dae0bd6b8b03b280f.txt text/plain
                            2023-11-11 17:16:23.459  - info: host.ioBrokerVM iobroker npm-install: upload [1] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/names.e7efb5283d98000c74ac.txt static/media/names.e7efb5283d98000c74ac.txt text/plain
                            2023-11-11 17:16:23.462  - info: host.ioBrokerVM iobroker npm-install: upload [0] web.admin /opt/iobroker/node_modules/iobroker.web/admin/web.png web.png image/png
                            2023-11-11 17:16:23.535  - info: host.ioBrokerVM iobroker npm-install: upload [396] web /opt/iobroker/node_modules/iobroker.web/www/admin/img/admin.png admin/img/admin.png image/png
                            2023-11-11 17:16:23.675  - info: host.ioBrokerVM iobroker npm-install: upload [350] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png lib/css/themes/jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png image/png
                            2023-11-11 17:16:23.845  - info: host.ioBrokerVM iobroker npm-install: upload [300] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/jquery-ui.theme.min.css lib/css/themes/jquery-ui/custom-light/jquery-ui.theme.min.css text/css
                            2023-11-11 17:16:24.009  - info: host.ioBrokerVM iobroker npm-install: upload [250] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png lib/css/themes/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png image/png
                            2023-11-11 17:16:24.181  - info: host.ioBrokerVM iobroker npm-install: upload [200] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png lib/css/themes/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png image/png
                            2023-11-11 17:16:24.347  - info: host.ioBrokerVM iobroker npm-install: upload [150] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png lib/css/themes/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png image/png
                            2023-11-11 17:16:24.554  - info: host.ioBrokerVM iobroker npm-install: upload [100] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png lib/css/themes/jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png image/png
                            2023-11-11 17:16:24.604  - info: host.ioBrokerVM iobroker npm-install: upload [90] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png lib/css/themes/jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png image/png
                            2023-11-11 17:16:24.648  - info: host.ioBrokerVM iobroker npm-install: upload [80] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png lib/css/themes/jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png image/png
                            2023-11-11 17:16:24.685  - info: host.ioBrokerVM iobroker npm-install: upload [70] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png lib/css/themes/jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png image/png
                            2023-11-11 17:16:24.722  - info: host.ioBrokerVM iobroker npm-install: upload [60] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png lib/css/themes/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png image/png
                            2023-11-11 17:16:24.771  - info: host.ioBrokerVM iobroker npm-install: upload [50] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-lightness/jquery-ui.css lib/css/themes/jquery-ui/ui-lightness/jquery-ui.css text/css
                            2023-11-11 17:16:24.809  - info: host.ioBrokerVM iobroker npm-install: upload [40] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png lib/css/themes/jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png image/png
                            2023-11-11 17:16:24.848  - info: host.ioBrokerVM iobroker npm-install: upload [30] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/theme.css lib/css/themes/jquery-ui/vader/theme.css text/css
                            2023-11-11 17:16:24.889  - info: host.ioBrokerVM iobroker npm-install: upload [20] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-1.11.2.min.js lib/js/jquery-1.11.2.min.js application/javascript
                            2023-11-11 17:16:24.894  - info: host.ioBrokerVM iobroker npm-install: upload [19] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-1.11.2.min.map lib/js/jquery-1.11.2.min.map application/json
                            2023-11-11 17:16:24.899  - info: host.ioBrokerVM iobroker npm-install: upload [18] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.js lib/js/jquery-3.2.1.min.js application/javascript
                            2023-11-11 17:16:24.903  - info: host.ioBrokerVM iobroker npm-install: upload [17] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.map lib/js/jquery-3.2.1.min.map application/json
                            2023-11-11 17:16:24.908  - info: host.ioBrokerVM iobroker npm-install: upload [16] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.10.3.full.min.js lib/js/jquery-ui-1.10.3.full.min.js application/javascript
                            2023-11-11 17:16:24.926  - info: host.ioBrokerVM iobroker npm-install: upload [15] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.3.full.min.js lib/js/jquery-ui-1.11.3.full.min.js application/javascript
                            2023-11-11 17:16:24.937  - info: host.ioBrokerVM iobroker npm-install: upload [14] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.4.full.min.js lib/js/jquery-ui-1.11.4.full.min.js application/javascript
                            2023-11-11 17:16:24.943  - info: host.ioBrokerVM iobroker npm-install: upload [13] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.1.11.2.slider.min.js lib/js/jquery-ui.1.11.2.slider.min.js application/javascript
                            2023-11-11 17:16:24.947  - info: host.ioBrokerVM iobroker npm-install: upload [12] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.min.js lib/js/jquery-ui.min.js application/javascript
                            2023-11-11 17:16:24.953  - info: host.ioBrokerVM iobroker npm-install: upload [11] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js lib/js/jquery.fancytree-all.min.js application/javascript
                            2023-11-11 17:16:24.957  - info: host.ioBrokerVM iobroker npm-install: upload [10] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js.map lib/js/jquery.fancytree-all.min.js.map application/json
                            2023-11-11 17:16:24.964  - info: host.ioBrokerVM iobroker npm-install: upload [9] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.jqGrid-4.5.4.min.js lib/js/jquery.jqGrid-4.5.4.min.js application/javascript
                            2023-11-11 17:16:24.971  - info: host.ioBrokerVM iobroker npm-install: upload [8] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/loStorage.js lib/js/loStorage.js application/javascript
                            2023-11-11 17:16:24.976  - info: host.ioBrokerVM iobroker npm-install: upload [7] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js lib/js/materialize.js application/javascript
                            2023-11-11 17:16:24.982  - info: host.ioBrokerVM iobroker npm-install: upload [6] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js.map lib/js/materialize.js.map application/json
                            2023-11-11 17:16:24.988  - info: host.ioBrokerVM iobroker npm-install: upload [5] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/selectID.js lib/js/selectID.js application/javascript
                            2023-11-11 17:16:24.994  - info: host.ioBrokerVM iobroker npm-install: upload [4] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/showdown.min.js lib/js/showdown.min.js application/javascript
                            2023-11-11 17:16:25.010  - info: host.ioBrokerVM iobroker npm-install: upload [3] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/socket.io.js lib/js/socket.io.js application/javascript
                            2023-11-11 17:16:25.021  - info: host.ioBrokerVM iobroker npm-install: upload [2] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/translate.js lib/js/translate.js application/javascript
                            2023-11-11 17:16:25.026  - info: host.ioBrokerVM iobroker npm-install: upload [1] web /opt/iobroker/node_modules/iobroker.web/www/login/favicon.ico login/favicon.ico image/vnd.microsoft.icon
                            2023-11-11 17:16:25.030  - info: host.ioBrokerVM iobroker npm-install: upload [0] web /opt/iobroker/node_modules/iobroker.web/www/login/index.html login/index.html text/html
                            2023-11-11 17:16:25.138  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.web created/updated
                            2023-11-11 17:16:26.329  - info: host.ioBrokerVM iobroker npm-install: exit 0
                            2023-11-11 17:16:27.330  - warn: host.ioBrokerVM startInstance cannot find adapter "worx@2.3.4". Try to install it... 1 attempt
                            2023-11-11 17:16:27.330  - info: host.ioBrokerVM iobroker install worx@2.3.4 using installedFrom
                            2023-11-11 17:16:29.978  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                            2023-11-11 17:16:29.979  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.worx@2.3.4... (System call)
                            2023-11-11 17:16:40.115  - info: host.ioBrokerVM iobroker npm-install: 
                            2023-11-11 17:16:40.115  - info: host.ioBrokerVM iobroker npm-install: added 41 packages in 10s151 packages are looking for funding  run `npm fund` for details
                            2023-11-11 17:16:40.138  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter worx@2.3.4
                            2023-11-11 17:16:40.217  - info: host.ioBrokerVM iobroker npm-install: upload [13] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/de/translations.json i18n/de/translations.json application/json
                            2023-11-11 17:16:40.225  - info: host.ioBrokerVM iobroker npm-install: upload [12] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/en/translations.json i18n/en/translations.json application/json
                            2023-11-11 17:16:40.228  - info: host.ioBrokerVM iobroker npm-install: upload [11] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/es/translations.json i18n/es/translations.json application/json
                            2023-11-11 17:16:40.232  - info: host.ioBrokerVM iobroker npm-install: upload [10] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                            2023-11-11 17:16:40.235  - info: host.ioBrokerVM iobroker npm-install: upload [9] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/it/translations.json i18n/it/translations.json application/json
                            2023-11-11 17:16:40.238  - info: host.ioBrokerVM iobroker npm-install: upload [8] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                            2023-11-11 17:16:40.242  - info: host.ioBrokerVM iobroker npm-install: upload [7] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                            2023-11-11 17:16:40.246  - info: host.ioBrokerVM iobroker npm-install: upload [6] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                            2023-11-11 17:16:40.249  - info: host.ioBrokerVM iobroker npm-install: upload [5] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                            2023-11-11 17:16:40.253  - info: host.ioBrokerVM iobroker npm-install: upload [4] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                            2023-11-11 17:16:40.257  - info: host.ioBrokerVM iobroker npm-install: upload [3] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                            2023-11-11 17:16:40.260  - info: host.ioBrokerVM iobroker npm-install: upload [2] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/index_m.html index_m.html text/html
                            2023-11-11 17:16:40.263  - info: host.ioBrokerVM iobroker npm-install: upload [1] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/jsonConfig.json jsonConfig.json application/json
                            2023-11-11 17:16:40.267  - info: host.ioBrokerVM iobroker npm-install: upload [0] worx.admin /opt/iobroker/node_modules/iobroker.worx/admin/worx.png worx.png image/png
                            2023-11-11 17:16:40.384  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.worx created/updated
                            2023-11-11 17:16:41.447  - info: host.ioBrokerVM iobroker npm-install: exit 0
                            2023-11-11 17:16:42.448  - warn: host.ioBrokerVM startInstance cannot find adapter "ble@0.13.4". Try to install it... 2 attempt
                            2023-11-11 17:16:42.448  - info: host.ioBrokerVM iobroker install ble@0.13.4 using installedFrom
                            2023-11-11 17:16:44.138  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                            2023-11-11 17:16:44.139  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.ble@0.13.4... (System call)
                            2023-11-11 17:16:48.497  - error: host.ioBrokerVM iobroker npm-install: npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/@abandonware/noblenpm ERR! command failednpm ERR! command sh -c node-gyp-buildnpm ERR! (node:5476) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)npm ERR! Traceback (most recent call last):npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>npm ERR!     sys.exit(gyp.script_main())npm ERR!              ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_mainnpm ERR!     return main(sys.argv[1:])npm ERR!            ^^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in mainnpm ERR!     return gyp_main(args)npm ERR!            ^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_mainnpm ERR!     [generator, flat_list, targets, data] = Load(npm ERR!                                             ^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Loadnpm ERR!     result = gyp.input.Load(npm ERR!              ^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Loadnpm ERR!     LoadTargetBuildFile(npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFilenpm ERR!     build_file_data = LoadOneBuildFile(npm ERR!                       ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFilenpm ERR!     build_file_contents = open(build_file_path, "rU").read()npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gypnpm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)npm ERR! gyp ERR! System Linux 6.1.0-13-amd64npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@abandonware/noblenpm ERR! gyp ERR! node -v v18.18.2npm ERR! gyp ERR! node-gyp -v v7.1.2npm ERR! gyp ERR! not oknpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T16_16_44_448Z-debug-0.log
                            2023-11-11 17:16:48.498  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                            2023-11-11 17:16:49.517  - info: host.ioBrokerVM iobroker npm-install: exit 25
                            2023-11-11 17:16:50.518  - warn: host.ioBrokerVM startInstance cannot find adapter "vis@1.4.16". Try to install it... 2 attempt
                            2023-11-11 17:16:50.518  - info: host.ioBrokerVM iobroker install vis@1.4.16 using installedFrom
                            2023-11-11 17:16:52.168  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1Installing iobroker.vis@1.4.16... (System call)
                            2023-11-11 17:16:56.119  - info: vis.0 (5549) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.2, js-controller: 5.0.12
                            2023-11-11 17:16:56.361  - info: vis.0 (5549) vis license is OK.
                            2023-11-11 17:16:56.658  - error: vis.0 (5549) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                            2023-11-11 17:16:56.659  - error: vis.0 (5549) unhandled promise rejection: Not exists
                            2023-11-11 17:16:56.659  - error: vis.0 (5549) Error: Not exists
                                at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                                at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                                at process.processImmediate (node:internal/timers:478:21)
                            2023-11-11 17:16:56.660  - error: vis.0 (5549) Not exists
                            2023-11-11 17:16:57.162  - info: vis.0 (5549) terminating
                            2023-11-11 17:16:57.163  - warn: vis.0 (5549) Terminated (UNCAUGHT_EXCEPTION): Without reason
                            2023-11-11 17:16:57.826  - error: host.ioBrokerVM iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T16_16_52_460Z-debug-0.log
                            2023-11-11 17:16:57.827  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.vis@1.4.16: 6
                            2023-11-11 17:16:58.842  - info: host.ioBrokerVM iobroker npm-install: exit 25
                            2023-11-11 17:16:59.843  - warn: host.ioBrokerVM startInstance cannot find adapter "ble@0.13.4". Try to install it... 3 attempt
                            2023-11-11 17:16:59.843  - info: host.ioBrokerVM iobroker install ble@0.13.4 using installedVersion
                            2023-11-11 17:17:01.548  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                            2023-11-11 17:17:01.548  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.ble@0.13.4... (System call)
                            2023-11-11 17:17:04.839  - error: host.ioBrokerVM iobroker npm-install: npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/@abandonware/noblenpm ERR! command failednpm ERR! command sh -c node-gyp-buildnpm ERR! (node:5677) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)npm ERR! Traceback (most recent call last):npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>npm ERR!     sys.exit(gyp.script_main())npm ERR!              ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_mainnpm ERR!     return main(sys.argv[1:])npm ERR!            ^^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in mainnpm ERR!     return gyp_main(args)npm ERR!            ^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_mainnpm ERR!     [generator, flat_list, targets, data] = Load(npm ERR!                                             ^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Loadnpm ERR!     result = gyp.input.Load(npm ERR!              ^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Loadnpm ERR!     LoadTargetBuildFile(npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFilenpm ERR!     build_file_data = LoadOneBuildFile(npm ERR!                       ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFilenpm ERR!     build_file_contents = open(build_file_path, "rU").read()npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gypnpm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)npm ERR! gyp ERR! System Linux 6.1.0-13-amd64npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@abandonware/noblenpm ERR! gyp ERR! node -v v18.18.2npm ERR! gyp ERR! node-gyp -v v7.1.2npm ERR! gyp ERR! not oknpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T16_17_01_863Z-debug-0.log
                            2023-11-11 17:17:04.840  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                            2023-11-11 17:17:05.861  - info: host.ioBrokerVM iobroker npm-install: exit 25
                            2023-11-11 17:17:06.862  - warn: host.ioBrokerVM startInstance cannot find adapter "vis@1.4.16". Try to install it... 3 attempt
                            2023-11-11 17:17:06.863  - info: host.ioBrokerVM iobroker install vis@1.4.16 using installedVersion
                            2023-11-11 17:17:08.546  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                            2023-11-11 17:17:08.547  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis@1.4.16... (System call)
                            2023-11-11 17:17:12.514  - info: vis.0 (5750) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.2, js-controller: 5.0.12
                            2023-11-11 17:17:12.699  - info: vis.0 (5750) vis license is OK.
                            2023-11-11 17:17:12.868  - error: vis.0 (5750) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                            2023-11-11 17:17:12.868  - error: vis.0 (5750) unhandled promise rejection: Not exists
                            2023-11-11 17:17:12.869  - error: vis.0 (5750) Error: Not exists
                                at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                                at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                                at process.processImmediate (node:internal/timers:478:21)
                            2023-11-11 17:17:12.869  - error: vis.0 (5750) Not exists
                            2023-11-11 17:17:13.374  - info: vis.0 (5750) terminating
                            2023-11-11 17:17:13.375  - warn: vis.0 (5750) Terminated (UNCAUGHT_EXCEPTION): Without reason
                            2023-11-11 17:17:14.030  - error: host.ioBrokerVM iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T16_17_08_856Z-debug-0.log
                            2023-11-11 17:17:14.031  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.vis@1.4.16: 6
                            2023-11-11 17:17:15.048  - info: host.ioBrokerVM iobroker npm-install: exit 25
                            2023-11-11 17:17:16.048  - warn: host.ioBrokerVM startInstance cannot find adapter "ble@0.13.4". Try to install it... 4 attempt
                            2023-11-11 17:17:16.048  - info: host.ioBrokerVM iobroker install ble@0.13.4 using installedVersion
                            2023-11-11 17:17:17.772  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1Installing iobroker.ble@0.13.4... (System call)
                            2023-11-11 17:17:21.050  - error: host.ioBrokerVM iobroker npm-install: npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/@abandonware/noblenpm ERR! command failednpm ERR! command sh -c node-gyp-buildnpm ERR! (node:5875) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)npm ERR! Traceback (most recent call last):npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>npm ERR!     sys.exit(gyp.script_main())npm ERR!              ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_mainnpm ERR!     return main(sys.argv[1:])npm ERR!            ^^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in mainnpm ERR!     return gyp_main(args)npm ERR!            ^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_mainnpm ERR!     [generator, flat_list, targets, data] = Load(npm ERR!                                             ^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Loadnpm ERR!     result = gyp.input.Load(npm ERR!              ^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Loadnpm ERR!     LoadTargetBuildFile(npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFilenpm ERR!     build_file_data = LoadOneBuildFile(npm ERR!                       ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFilenpm ERR!     build_file_contents = open(build_file_path, "rU").read()npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gypnpm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)npm ERR! gyp ERR! System Linux 6.1.0-13-amd64npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@abandonware/noblenpm ERR! gyp ERR! node -v v18.18.2npm ERR! gyp ERR! node-gyp -v v7.1.2npm ERR! gyp ERR! not oknpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T16_17_18_077Z-debug-0.log
                            2023-11-11 17:17:21.051  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                            2023-11-11 17:17:22.067  - info: host.ioBrokerVM iobroker npm-install: exit 25
                            2023-11-11 17:17:23.069  - warn: host.ioBrokerVM startInstance cannot find adapter "vis@1.4.16". Try to install it... 4 attempt
                            2023-11-11 17:17:23.069  - info: host.ioBrokerVM iobroker install vis@1.4.16 using installedVersion
                            2023-11-11 17:17:24.737  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                            2023-11-11 17:17:24.739  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis@1.4.16... (System call)
                            2023-11-11 17:17:28.830  - info: vis.0 (5948) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.2, js-controller: 5.0.12
                            2023-11-11 17:17:29.018  - info: vis.0 (5948) vis license is OK.
                            2023-11-11 17:17:29.183  - error: vis.0 (5948) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                            2023-11-11 17:17:29.184  - error: vis.0 (5948) unhandled promise rejection: Not exists
                            2023-11-11 17:17:29.184  - error: vis.0 (5948) Error: Not exists
                                at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                                at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                                at process.processImmediate (node:internal/timers:478:21)
                            2023-11-11 17:17:29.185  - error: vis.0 (5948) Not exists
                            2023-11-11 17:17:29.689  - info: vis.0 (5948) terminating
                            2023-11-11 17:17:29.690  - warn: vis.0 (5948) Terminated (UNCAUGHT_EXCEPTION): Without reason
                            2023-11-11 17:17:30.363  - error: host.ioBrokerVM iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T16_17_25_048Z-debug-0.log
                            2023-11-11 17:17:30.364  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.vis@1.4.16: 6
                            2023-11-11 17:17:31.380  - info: host.ioBrokerVM iobroker npm-install: exit 25
                            2023-11-11 17:17:32.381  - error: host.ioBrokerVM Cannot download and install adapter "ble@0.13.4". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
                            2023-11-11 17:17:32.884  - error: host.ioBrokerVM Cannot download and install adapter "vis@1.4.16". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
                            
                            HomoranH Nicht stören
                            HomoranH Nicht stören
                            Homoran
                            Global Moderator Administrators
                            schrieb am zuletzt editiert von
                            #228

                            @gismoh jetzt werden die Adapter aus dem backup neu gebaut.

                            Füße stillhalten!

                            kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                            ? 1 Antwort Letzte Antwort
                            0
                            • HomoranH Homoran

                              @gismoh jetzt werden die Adapter aus dem backup neu gebaut.

                              Füße stillhalten!

                              ? Offline
                              ? Offline
                              Ein ehemaliger Benutzer
                              schrieb am zuletzt editiert von
                              #229

                              @homoran sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                              Füße stillhalten!

                              Moin,

                              braucht er nicht, im Log stand schon, das er BLE nicht bauen konnte

                              2023-11-11 17:16:42.448  - info: host.ioBrokerVM iobroker install ble@0.13.4 using installedFrom
                              2023-11-11 17:16:44.138  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                              2023-11-11 17:16:44.139  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.ble@0.13.4... (System call)
                              2023-11-11 17:16:48.497  - error: host.ioBrokerVM iobroker npm-install: npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/@abandonware/noblenpm ERR! command failednpm ERR! command sh -c node-gyp-buildnpm ERR! (node:5476) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)npm ERR! Traceback (most recent call last):npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>npm ERR!     sys.exit(gyp.script_main())npm ERR!              ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_mainnpm ERR!     return main(sys.argv[1:])npm ERR!            ^^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in mainnpm ERR!     return gyp_main(args)npm ERR!            ^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_mainnpm ERR!     [generator, flat_list, targets, data] = Load(npm ERR!                                             ^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Loadnpm ERR!     result = gyp.input.Load(npm ERR!              ^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Loadnpm ERR!     LoadTargetBuildFile(npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFilenpm ERR!     build_file_data = LoadOneBuildFile(npm ERR!                       ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFilenpm ERR!     build_file_contents = open(build_file_path, "rU").read()npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gypnpm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)npm ERR! gyp ERR! System Linux 6.1.0-13-amd64npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@abandonware/noblenpm ERR! gyp ERR! node -v v18.18.2npm ERR! gyp ERR! node-gyp -v v7.1.2npm ERR! gyp ERR! not oknpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T16_16_44_448Z-debug-0.log
                              2023-11-11 17:16:48.498  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                              2023-11-11 17:16:49.517  - info: host.ioBrokerVM iobroker npm-install: exit 25
                              

                              VG
                              Bernd

                              HomoranH 1 Antwort Letzte Antwort
                              1
                              • ? Ein ehemaliger Benutzer

                                @homoran sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                Füße stillhalten!

                                Moin,

                                braucht er nicht, im Log stand schon, das er BLE nicht bauen konnte

                                2023-11-11 17:16:42.448  - info: host.ioBrokerVM iobroker install ble@0.13.4 using installedFrom
                                2023-11-11 17:16:44.138  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                                2023-11-11 17:16:44.139  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.ble@0.13.4... (System call)
                                2023-11-11 17:16:48.497  - error: host.ioBrokerVM iobroker npm-install: npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/@abandonware/noblenpm ERR! command failednpm ERR! command sh -c node-gyp-buildnpm ERR! (node:5476) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)npm ERR! Traceback (most recent call last):npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>npm ERR!     sys.exit(gyp.script_main())npm ERR!              ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_mainnpm ERR!     return main(sys.argv[1:])npm ERR!            ^^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in mainnpm ERR!     return gyp_main(args)npm ERR!            ^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_mainnpm ERR!     [generator, flat_list, targets, data] = Load(npm ERR!                                             ^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Loadnpm ERR!     result = gyp.input.Load(npm ERR!              ^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Loadnpm ERR!     LoadTargetBuildFile(npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFilenpm ERR!     build_file_data = LoadOneBuildFile(npm ERR!                       ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFilenpm ERR!     build_file_contents = open(build_file_path, "rU").read()npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gypnpm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)npm ERR! gyp ERR! System Linux 6.1.0-13-amd64npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@abandonware/noblenpm ERR! gyp ERR! node -v v18.18.2npm ERR! gyp ERR! node-gyp -v v7.1.2npm ERR! gyp ERR! not oknpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T16_16_44_448Z-debug-0.log
                                2023-11-11 17:16:48.498  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                                2023-11-11 17:16:49.517  - info: host.ioBrokerVM iobroker npm-install: exit 25
                                

                                VG
                                Bernd

                                HomoranH Nicht stören
                                HomoranH Nicht stören
                                Homoran
                                Global Moderator Administrators
                                schrieb am zuletzt editiert von Homoran
                                #230

                                @dp20eic sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                braucht er nicht

                                kommt drauf an

                                wenn er noch alles andere bauen will, sollte das erst fertig werden, bevor er sich mit ble auseinander setzt.

                                Möglicherweise muss erst alles auf die aktuellen Versionen, passend zum OS und node, gehoben werden.
                                Ichvweiss auch nicht ob noble & co. installiert sind.

                                kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                1 Antwort Letzte Antwort
                                1
                                • G Gismoh

                                  @crunchip
                                  in der

                                  /opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py
                                  

                                  Habe ich das "U" ein mal entfernen können.
                                  In der

                                  /usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py
                                  

                                  habe ich diese Zeile

                                  build_file_contents = open(build_file_path, 'rU').read()
                                  

                                  oder

                                  build_file_contents = open(build_file_path, 'r').read()
                                  

                                  nicht gefunden.

                                  Edit: dann mache ich nun noch mal Sicherung und spiele die erst in der "frühen" iobroker installation ein, und evtl. danach in einer neu aufgesetzten.

                                  crunchipC Offline
                                  crunchipC Offline
                                  crunchip
                                  Forum Testing Most Active
                                  schrieb am zuletzt editiert von crunchip
                                  #231

                                  @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                  in der
                                  /opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py

                                  Habe ich das "U" ein mal entfernen können.

                                  und danach ein backup, das du dann auf eine neue VM gespielt hast?
                                  und nun hast du wieder den selben Fehler!?

                                  gibt es denn nun diese Datei im neuen System?

                                  @homoran sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                  Ichvweiss auch nicht ob noble & co. installiert sind.

                                  sollte er installieren

                                  sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev libcap2-bin
                                  

                                  umgestiegen von Proxmox auf Unraid

                                  G 2 Antworten Letzte Antwort
                                  0
                                  • crunchipC crunchip

                                    @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                    in der
                                    /opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py

                                    Habe ich das "U" ein mal entfernen können.

                                    und danach ein backup, das du dann auf eine neue VM gespielt hast?
                                    und nun hast du wieder den selben Fehler!?

                                    gibt es denn nun diese Datei im neuen System?

                                    @homoran sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                    Ichvweiss auch nicht ob noble & co. installiert sind.

                                    sollte er installieren

                                    sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev libcap2-bin
                                    
                                    G Offline
                                    G Offline
                                    Gismoh
                                    schrieb am zuletzt editiert von
                                    #232

                                    @crunchip
                                    jo, sieht nach dem selben Fehler aus.

                                    /opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py
                                    

                                    Diese Datei gibt es schon mal nicht.

                                    Und in dieser:

                                    /usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py
                                    

                                    gibt es diese Zeile nicht :

                                    build_file_contents = open(build_file_path, 'rU').read()
                                    

                                    Versuche gleich noch den nächsten Schritt...

                                    idash@ioBrokersudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev libcap2-binp2-bin
                                    Paketlisten werden gelesen… Fertig
                                    Abhängigkeitsbaum wird aufgebaut… Fertig
                                    Statusinformationen werden eingelesen… Fertig
                                    libudev-dev ist schon die neueste Version (252.17-1~deb12u1).
                                    libcap2-bin ist schon die neueste Version (1:2.66-4).
                                    Die folgenden zusätzlichen Pakete werden installiert:
                                      alsa-topology-conf alsa-ucm-conf libasound2 libasound2-data libbluetooth3
                                      libdw1
                                    Vorgeschlagene Pakete:
                                      bluez-cups bluez-obexd bluez-meshd pulseaudio-module-bluetooth
                                      libasound2-plugins alsa-utils
                                    Die folgenden NEUEN Pakete werden installiert:
                                      alsa-topology-conf alsa-ucm-conf bluetooth bluez libasound2 libasound2-data
                                      libbluetooth-dev libbluetooth3 libdw1
                                    0 aktualisiert, 9 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                                    Es müssen 2.278 kB an Archiven heruntergeladen werden.
                                    Nach dieser Operation werden 8.717 kB Plattenplatz zusätzlich benutzt.
                                    Möchten Sie fortfahren? [J/n] J
                                    Holen:1 http://deb.debian.org/debian bookworm/main amd64 libasound2-data all 1.2.8-1 [20,5 kB]
                                    Holen:2 http://deb.debian.org/debian bookworm/main amd64 libasound2 amd64 1.2.8-1+b1 [362 kB]
                                    Holen:3 http://deb.debian.org/debian bookworm/main amd64 libdw1 amd64 0.188-2.1 [235 kB]
                                    Holen:4 http://deb.debian.org/debian bookworm/main amd64 bluez amd64 5.66-1 [1.155 kB]
                                    Holen:5 http://deb.debian.org/debian bookworm/main amd64 alsa-topology-conf all 1.2.5.1-2 [15,2 kB]
                                    Holen:6 http://deb.debian.org/debian bookworm/main amd64 alsa-ucm-conf all 1.2.8-1 [51,7 kB]
                                    Holen:7 http://deb.debian.org/debian bookworm/main amd64 bluetooth all 5.66-1 [38,7 kB]
                                    Holen:8 http://deb.debian.org/debian bookworm/main amd64 libbluetooth3 amd64 5.66-1 [107 kB]
                                    Holen:9 http://deb.debian.org/debian bookworm/main amd64 libbluetooth-dev amd64 5.66-1 [293 kB]
                                    Es wurden 2.278 kB in 0 s geholt (6.226 kB/s).
                                    Vormals nicht ausgewähltes Paket libasound2-data wird gewählt.
                                    (Lese Datenbank ... 47755 Dateien und Verzeichnisse sind derzeit installiert.)
                                    Vorbereitung zum Entpacken von .../0-libasound2-data_1.2.8-1_all.deb ...
                                    Entpacken von libasound2-data (1.2.8-1) ...
                                    Vormals nicht ausgewähltes Paket libasound2:amd64 wird gewählt.
                                    Vorbereitung zum Entpacken von .../1-libasound2_1.2.8-1+b1_amd64.deb ...
                                    Entpacken von libasound2:amd64 (1.2.8-1+b1) ...
                                    Vormals nicht ausgewähltes Paket libdw1:amd64 wird gewählt.
                                    Vorbereitung zum Entpacken von .../2-libdw1_0.188-2.1_amd64.deb ...
                                    Entpacken von libdw1:amd64 (0.188-2.1) ...
                                    Vormals nicht ausgewähltes Paket bluez wird gewählt.
                                    Vorbereitung zum Entpacken von .../3-bluez_5.66-1_amd64.deb ...
                                    Entpacken von bluez (5.66-1) ...
                                    Vormals nicht ausgewähltes Paket alsa-topology-conf wird gewählt.
                                    Vorbereitung zum Entpacken von .../4-alsa-topology-conf_1.2.5.1-2_all.deb ...
                                    Entpacken von alsa-topology-conf (1.2.5.1-2) ...
                                    Vormals nicht ausgewähltes Paket alsa-ucm-conf wird gewählt.
                                    Vorbereitung zum Entpacken von .../5-alsa-ucm-conf_1.2.8-1_all.deb ...
                                    Entpacken von alsa-ucm-conf (1.2.8-1) ...
                                    Vormals nicht ausgewähltes Paket bluetooth wird gewählt.
                                    Vorbereitung zum Entpacken von .../6-bluetooth_5.66-1_all.deb ...
                                    Entpacken von bluetooth (5.66-1) ...
                                    Vormals nicht ausgewähltes Paket libbluetooth3:amd64 wird gewählt.
                                    Vorbereitung zum Entpacken von .../7-libbluetooth3_5.66-1_amd64.deb ...
                                    Entpacken von libbluetooth3:amd64 (5.66-1) ...
                                    Vormals nicht ausgewähltes Paket libbluetooth-dev:amd64 wird gewählt.
                                    Vorbereitung zum Entpacken von .../8-libbluetooth-dev_5.66-1_amd64.deb ...
                                    Entpacken von libbluetooth-dev:amd64 (5.66-1) ...
                                    libdw1:amd64 (0.188-2.1) wird eingerichtet ...
                                    libasound2-data (1.2.8-1) wird eingerichtet ...
                                    alsa-topology-conf (1.2.5.1-2) wird eingerichtet ...
                                    libbluetooth3:amd64 (5.66-1) wird eingerichtet ...
                                    libasound2:amd64 (1.2.8-1+b1) wird eingerichtet ...
                                    alsa-ucm-conf (1.2.8-1) wird eingerichtet ...
                                    bluez (5.66-1) wird eingerichtet ...
                                    Created symlink /etc/systemd/system/dbus-org.bluez.service → /lib/systemd/system/bluetooth.service.
                                    Created symlink /etc/systemd/system/bluetooth.target.wants/bluetooth.service → /lib/systemd/system/bluetooth.service.
                                    libbluetooth-dev:amd64 (5.66-1) wird eingerichtet ...
                                    bluetooth (5.66-1) wird eingerichtet ...
                                    Trigger für man-db (2.11.2-2) werden verarbeitet ...
                                    Trigger für dbus (1.14.10-1~deb12u1) werden verarbeitet ...
                                    Trigger für libc-bin (2.36-9+deb12u3) werden verarbeitet ...
                                    idash@ioBrokerVM:~$ 
                                    

                                    ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                                    crunchipC 1 Antwort Letzte Antwort
                                    0
                                    • crunchipC crunchip

                                      @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                      in der
                                      /opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py

                                      Habe ich das "U" ein mal entfernen können.

                                      und danach ein backup, das du dann auf eine neue VM gespielt hast?
                                      und nun hast du wieder den selben Fehler!?

                                      gibt es denn nun diese Datei im neuen System?

                                      @homoran sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                      Ichvweiss auch nicht ob noble & co. installiert sind.

                                      sollte er installieren

                                      sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev libcap2-bin
                                      
                                      G Offline
                                      G Offline
                                      Gismoh
                                      schrieb am zuletzt editiert von
                                      #233

                                      @crunchip
                                      und beim versuch ble im Webinterface wieder zu installieren:

                                      $ iobroker add ble --host ioBrokerVM
                                      
                                      NPM version: 9.8.1
                                      
                                      Installing iobroker.ble@0.13.4... (System call)
                                      
                                      npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/@abandonware/noblenpm ERR! command failednpm ERR! command sh -c node-gyp-buildnpm ERR! (node:1899) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)npm ERR! Traceback (most recent call last):npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>npm ERR! sys.exit(gyp.script_main())npm ERR! ^^^^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_mainnpm ERR! return main(sys.argv[1:])npm ERR! ^^^^^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in mainnpm ERR! return gyp_main(args)npm ERR! ^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_mainnpm ERR! [generator, flat_list, targets, data] = Load(npm ERR! ^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Loadnpm ERR! result = gyp.input.Load(npm ERR! ^^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Loadnpm ERR! LoadTargetBuildFile(npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFilenpm ERR! build_file_data = LoadOneBuildFile(npm ERR! ^^^^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFilenpm ERR! build_file_contents = open(build_file_path, "rU").read()npm ERR! ^^^^^^^^^^^^^^^^^^^^^^^^^^^npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gypnpm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1npm ERR! gyp ERR! stack at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:517:28)npm ERR! gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:292:12)npm ERR! gyp ERR! System Linux 6.1.0-13-amd64npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@abandonware/noblenpm ERR! gyp ERR! node -v v18.18.2npm ERR! gyp ERR! node-gyp -v v7.1.2npm ERR! gyp ERR! not oknpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T19_00_23_345Z-debug-0.log
                                      
                                      host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                                      
                                      ERROR: Process exited with code 25
                                      

                                      ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                                      DJMarc75D 1 Antwort Letzte Antwort
                                      0
                                      • G Gismoh

                                        @crunchip
                                        jo, sieht nach dem selben Fehler aus.

                                        /opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py
                                        

                                        Diese Datei gibt es schon mal nicht.

                                        Und in dieser:

                                        /usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py
                                        

                                        gibt es diese Zeile nicht :

                                        build_file_contents = open(build_file_path, 'rU').read()
                                        

                                        Versuche gleich noch den nächsten Schritt...

                                        idash@ioBrokersudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev libcap2-binp2-bin
                                        Paketlisten werden gelesen… Fertig
                                        Abhängigkeitsbaum wird aufgebaut… Fertig
                                        Statusinformationen werden eingelesen… Fertig
                                        libudev-dev ist schon die neueste Version (252.17-1~deb12u1).
                                        libcap2-bin ist schon die neueste Version (1:2.66-4).
                                        Die folgenden zusätzlichen Pakete werden installiert:
                                          alsa-topology-conf alsa-ucm-conf libasound2 libasound2-data libbluetooth3
                                          libdw1
                                        Vorgeschlagene Pakete:
                                          bluez-cups bluez-obexd bluez-meshd pulseaudio-module-bluetooth
                                          libasound2-plugins alsa-utils
                                        Die folgenden NEUEN Pakete werden installiert:
                                          alsa-topology-conf alsa-ucm-conf bluetooth bluez libasound2 libasound2-data
                                          libbluetooth-dev libbluetooth3 libdw1
                                        0 aktualisiert, 9 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                                        Es müssen 2.278 kB an Archiven heruntergeladen werden.
                                        Nach dieser Operation werden 8.717 kB Plattenplatz zusätzlich benutzt.
                                        Möchten Sie fortfahren? [J/n] J
                                        Holen:1 http://deb.debian.org/debian bookworm/main amd64 libasound2-data all 1.2.8-1 [20,5 kB]
                                        Holen:2 http://deb.debian.org/debian bookworm/main amd64 libasound2 amd64 1.2.8-1+b1 [362 kB]
                                        Holen:3 http://deb.debian.org/debian bookworm/main amd64 libdw1 amd64 0.188-2.1 [235 kB]
                                        Holen:4 http://deb.debian.org/debian bookworm/main amd64 bluez amd64 5.66-1 [1.155 kB]
                                        Holen:5 http://deb.debian.org/debian bookworm/main amd64 alsa-topology-conf all 1.2.5.1-2 [15,2 kB]
                                        Holen:6 http://deb.debian.org/debian bookworm/main amd64 alsa-ucm-conf all 1.2.8-1 [51,7 kB]
                                        Holen:7 http://deb.debian.org/debian bookworm/main amd64 bluetooth all 5.66-1 [38,7 kB]
                                        Holen:8 http://deb.debian.org/debian bookworm/main amd64 libbluetooth3 amd64 5.66-1 [107 kB]
                                        Holen:9 http://deb.debian.org/debian bookworm/main amd64 libbluetooth-dev amd64 5.66-1 [293 kB]
                                        Es wurden 2.278 kB in 0 s geholt (6.226 kB/s).
                                        Vormals nicht ausgewähltes Paket libasound2-data wird gewählt.
                                        (Lese Datenbank ... 47755 Dateien und Verzeichnisse sind derzeit installiert.)
                                        Vorbereitung zum Entpacken von .../0-libasound2-data_1.2.8-1_all.deb ...
                                        Entpacken von libasound2-data (1.2.8-1) ...
                                        Vormals nicht ausgewähltes Paket libasound2:amd64 wird gewählt.
                                        Vorbereitung zum Entpacken von .../1-libasound2_1.2.8-1+b1_amd64.deb ...
                                        Entpacken von libasound2:amd64 (1.2.8-1+b1) ...
                                        Vormals nicht ausgewähltes Paket libdw1:amd64 wird gewählt.
                                        Vorbereitung zum Entpacken von .../2-libdw1_0.188-2.1_amd64.deb ...
                                        Entpacken von libdw1:amd64 (0.188-2.1) ...
                                        Vormals nicht ausgewähltes Paket bluez wird gewählt.
                                        Vorbereitung zum Entpacken von .../3-bluez_5.66-1_amd64.deb ...
                                        Entpacken von bluez (5.66-1) ...
                                        Vormals nicht ausgewähltes Paket alsa-topology-conf wird gewählt.
                                        Vorbereitung zum Entpacken von .../4-alsa-topology-conf_1.2.5.1-2_all.deb ...
                                        Entpacken von alsa-topology-conf (1.2.5.1-2) ...
                                        Vormals nicht ausgewähltes Paket alsa-ucm-conf wird gewählt.
                                        Vorbereitung zum Entpacken von .../5-alsa-ucm-conf_1.2.8-1_all.deb ...
                                        Entpacken von alsa-ucm-conf (1.2.8-1) ...
                                        Vormals nicht ausgewähltes Paket bluetooth wird gewählt.
                                        Vorbereitung zum Entpacken von .../6-bluetooth_5.66-1_all.deb ...
                                        Entpacken von bluetooth (5.66-1) ...
                                        Vormals nicht ausgewähltes Paket libbluetooth3:amd64 wird gewählt.
                                        Vorbereitung zum Entpacken von .../7-libbluetooth3_5.66-1_amd64.deb ...
                                        Entpacken von libbluetooth3:amd64 (5.66-1) ...
                                        Vormals nicht ausgewähltes Paket libbluetooth-dev:amd64 wird gewählt.
                                        Vorbereitung zum Entpacken von .../8-libbluetooth-dev_5.66-1_amd64.deb ...
                                        Entpacken von libbluetooth-dev:amd64 (5.66-1) ...
                                        libdw1:amd64 (0.188-2.1) wird eingerichtet ...
                                        libasound2-data (1.2.8-1) wird eingerichtet ...
                                        alsa-topology-conf (1.2.5.1-2) wird eingerichtet ...
                                        libbluetooth3:amd64 (5.66-1) wird eingerichtet ...
                                        libasound2:amd64 (1.2.8-1+b1) wird eingerichtet ...
                                        alsa-ucm-conf (1.2.8-1) wird eingerichtet ...
                                        bluez (5.66-1) wird eingerichtet ...
                                        Created symlink /etc/systemd/system/dbus-org.bluez.service → /lib/systemd/system/bluetooth.service.
                                        Created symlink /etc/systemd/system/bluetooth.target.wants/bluetooth.service → /lib/systemd/system/bluetooth.service.
                                        libbluetooth-dev:amd64 (5.66-1) wird eingerichtet ...
                                        bluetooth (5.66-1) wird eingerichtet ...
                                        Trigger für man-db (2.11.2-2) werden verarbeitet ...
                                        Trigger für dbus (1.14.10-1~deb12u1) werden verarbeitet ...
                                        Trigger für libc-bin (2.36-9+deb12u3) werden verarbeitet ...
                                        idash@ioBrokerVM:~$ 
                                        
                                        crunchipC Offline
                                        crunchipC Offline
                                        crunchip
                                        Forum Testing Most Active
                                        schrieb am zuletzt editiert von
                                        #234

                                        @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                        gibt es diese Zeile nicht :

                                        gibt es sie jetzt?

                                        umgestiegen von Proxmox auf Unraid

                                        G 1 Antwort Letzte Antwort
                                        0
                                        • G Gismoh

                                          @crunchip
                                          und beim versuch ble im Webinterface wieder zu installieren:

                                          $ iobroker add ble --host ioBrokerVM
                                          
                                          NPM version: 9.8.1
                                          
                                          Installing iobroker.ble@0.13.4... (System call)
                                          
                                          npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/@abandonware/noblenpm ERR! command failednpm ERR! command sh -c node-gyp-buildnpm ERR! (node:1899) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)npm ERR! Traceback (most recent call last):npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>npm ERR! sys.exit(gyp.script_main())npm ERR! ^^^^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_mainnpm ERR! return main(sys.argv[1:])npm ERR! ^^^^^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in mainnpm ERR! return gyp_main(args)npm ERR! ^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_mainnpm ERR! [generator, flat_list, targets, data] = Load(npm ERR! ^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Loadnpm ERR! result = gyp.input.Load(npm ERR! ^^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Loadnpm ERR! LoadTargetBuildFile(npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFilenpm ERR! build_file_data = LoadOneBuildFile(npm ERR! ^^^^^^^^^^^^^^^^^npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFilenpm ERR! build_file_contents = open(build_file_path, "rU").read()npm ERR! ^^^^^^^^^^^^^^^^^^^^^^^^^^^npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gypnpm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1npm ERR! gyp ERR! stack at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:517:28)npm ERR! gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:292:12)npm ERR! gyp ERR! System Linux 6.1.0-13-amd64npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@abandonware/noblenpm ERR! gyp ERR! node -v v18.18.2npm ERR! gyp ERR! node-gyp -v v7.1.2npm ERR! gyp ERR! not oknpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-11T19_00_23_345Z-debug-0.log
                                          
                                          host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                                          
                                          ERROR: Process exited with code 25
                                          
                                          DJMarc75D Offline
                                          DJMarc75D Offline
                                          DJMarc75
                                          schrieb am zuletzt editiert von
                                          #235

                                          @gismoh

                                          Sag mal ... was kapierst Du denn eigentlich nicht ?

                                          In Deinem alten, vergammeltem System DEINSTALLIERST Du bitte den BLE.

                                          Dann mach ein Backup per BACKITUP davon.

                                          Danach erstellst Du eine neue VM mit Debain.
                                          Dort dann iobroker installieren OHNE irgendwelchen Mist.

                                          DANN bitte das BackitUp vom "alten vergammelten System" welches ja dann OHNE BLE ist, zurückspielen.

                                          Lehrling seit 1975 !!!
                                          Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                                          https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                                          G Meister MopperM 2 Antworten Letzte Antwort
                                          -1
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          523

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe