Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme

    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      Gismoh @crunchip last edited by

      @crunchip
      nach

      iob logs --watch
      

      ist ioBroker seit über 20 min mit der Backup-Einspielung durch.

      Habe nun auch direkt wieder einen "Nicht root" User angelegt 😉

      G 1 Reply Last reply Reply Quote 0
      • G
        Gismoh @Gismoh last edited by

        idash@ioBrokerVM:~$ iobroker add ble@0.13.4 --debug
        NPM version: 9.8.1
        Installing iobroker.ble@0.13.4... (System call)
        npm ERR! code 1
        npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
        npm ERR! command failed
        npm ERR! command sh -c node-gyp-build
        npm ERR! gyp info it worked if it ends with ok
        npm ERR! gyp info using node-gyp@7.1.2
        npm ERR! gyp info using node@18.18.2 | linux | x64
        npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
        npm ERR! (node:2880) [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! gyp info spawn /usr/bin/python3
        npm ERR! gyp info spawn args [
        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
        npm ERR! gyp info spawn args   'binding.gyp',
        npm ERR! gyp info spawn args   '-f',
        npm ERR! gyp info spawn args   'make',
        npm ERR! gyp info spawn args   '-I',
        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/build/config.gypi',
        npm ERR! gyp info spawn args   '-I',
        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
        npm ERR! gyp info spawn args   '-I',
        npm ERR! gyp info spawn args   '/home/iobroker/.cache/node-gyp/18.18.2/include/node/common.gypi',
        npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
        npm ERR! gyp info spawn args   '-Dvisibility=default',
        npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.18.2',
        npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
        npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.18.2/<(target_arch)/node.lib',
        npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble',
        npm ERR! gyp info spawn args   '-Dnode_engine=v8',
        npm ERR! gyp info spawn args   '--depth=.',
        npm ERR! gyp info spawn args   '--no-parallel',
        npm ERR! gyp info spawn args   '--generator-output',
        npm ERR! gyp info spawn args   'build',
        npm ERR! gyp info spawn args   '-Goutput_dir=.'
        npm ERR! gyp info spawn args ]
        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_main
        npm 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 main
        npm 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_main
        npm 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 Load
        npm ERR!     result = gyp.input.Load(
        npm ERR!              ^^^^^^^^^^^^^^^
        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
        npm ERR!     LoadTargetBuildFile(
        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
        npm ERR!     build_file_data = LoadOneBuildFile(
        npm ERR!                       ^^^^^^^^^^^^^^^^^
        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
        npm ERR!     build_file_contents = open(build_file_path, "rU").read()
        npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
        npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
        npm ERR! gyp ERR! configure error 
        npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
        npm 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-amd64
        npm 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/iobroker.ble/node_modules/@abandonware/noble
        npm ERR! gyp ERR! node -v v18.18.2
        npm ERR! gyp ERR! node-gyp -v v7.1.2
        npm ERR! gyp ERR! not ok
        
        npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-09T10_08_33_310Z-debug-0.log
        npm ERR! code 1
        npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
        npm ERR! command failed
        npm ERR! command sh -c node-gyp-build
        npm ERR! gyp info it worked if it ends with ok
        npm ERR! gyp info using node-gyp@7.1.2
        npm ERR! gyp info using node@18.18.2 | linux | x64
        npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
        npm ERR! (node:2880) [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! gyp info spawn /usr/bin/python3
        npm ERR! gyp info spawn args [
        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
        npm ERR! gyp info spawn args   'binding.gyp',
        npm ERR! gyp info spawn args   '-f',
        npm ERR! gyp info spawn args   'make',
        npm ERR! gyp info spawn args   '-I',
        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/build/config.gypi',
        npm ERR! gyp info spawn args   '-I',
        npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
        npm ERR! gyp info spawn args   '-I',
        npm ERR! gyp info spawn args   '/home/iobroker/.cache/node-gyp/18.18.2/include/node/common.gypi',
        npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
        npm ERR! gyp info spawn args   '-Dvisibility=default',
        npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.18.2',
        npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
        npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.18.2/<(target_arch)/node.lib',
        npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble',
        npm ERR! gyp info spawn args   '-Dnode_engine=v8',
        npm ERR! gyp info spawn args   '--depth=.',
        npm ERR! gyp info spawn args   '--no-parallel',
        npm ERR! gyp info spawn args   '--generator-output',
        npm ERR! gyp info spawn args   'build',
        npm ERR! gyp info spawn args   '-Goutput_dir=.'
        npm ERR! gyp info spawn args ]
        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_main
        npm 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 main
        npm 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_main
        npm 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 Load
        npm ERR!     result = gyp.input.Load(
        npm ERR!              ^^^^^^^^^^^^^^^
        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
        npm ERR!     LoadTargetBuildFile(
        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
        npm ERR!     build_file_data = LoadOneBuildFile(
        npm ERR!                       ^^^^^^^^^^^^^^^^^
        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
        npm ERR!     build_file_contents = open(build_file_path, "rU").read()
        npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
        npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
        npm ERR! gyp ERR! configure error 
        npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
        npm 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-amd64
        npm 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/iobroker.ble/node_modules/@abandonware/noble
        npm ERR! gyp ERR! node -v v18.18.2
        npm ERR! gyp ERR! node-gyp -v v7.1.2
        npm ERR! gyp ERR! not ok
        
        npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-09T10_08_33_310Z-debug-0.log
        host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
        idash@ioBrokerVM:~$ 
        
        1 Reply Last reply Reply Quote 0
        • crunchip
          crunchip Forum Testing Most Active @Gismoh last edited by crunchip

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

          wo ioBroker frisch installiert wurde, deinstalliere außer admin und backitup die Adapter

          welche Adapter?

          du sollst den iobroker frisch aufsetzen, nichts deinstallieren.

          vom alten iobroker ein backup machen, aber vorher den ble deinstallieren, damit dein backup ohne ble kommt und du anschließend diesen in deinem neuen iobroker frisch einpflegen kannst

          sonst schleifst du dein node-gyp Problem ja weiter mit

          G 1 Reply Last reply Reply Quote 0
          • G
            Gismoh @crunchip last edited by Gismoh

            @crunchip
            Na, hatte noch einen adapter zum Test drin und eben discovery , welche ich vor dem backup gelöscht hatte.
            Habe es nun aber wieder frisch aufgesetzt.
            Und das Backup wird wieder eingespielt - die ohne ble (wie gestern).

            crunchip 1 Reply Last reply Reply Quote 0
            • crunchip
              crunchip Forum Testing Most Active @Gismoh last edited by

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

              die ohne ble (wie gestern).

              Ohne Adapter oder nur ohne Instanz?

              G 1 Reply Last reply Reply Quote 0
              • G
                Gismoh @crunchip last edited by Gismoh

                @crunchip
                hatte beides deinstalliert also 1x unter Instanz, und 1x unter Adapter.
                Oder sollte ich nur eines von beiden rausnehmen?

                G 1 Reply Last reply Reply Quote 0
                • G
                  Gismoh @Gismoh last edited by Gismoh

                  iob logs --watch:

                  2023-11-09 14:05:41.577  - info: host.ioBrokerVM iobroker npm-install: upload [4] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/simplemde.min.js lib/js/simplemde.min.js application/javascript
                  2023-11-09 14:05:41.588  - info: host.ioBrokerVM iobroker npm-install: upload [3] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/systemInformation.js lib/js/systemInformation.js application/javascript
                  2023-11-09 14:05:41.591  - info: host.ioBrokerVM iobroker npm-install: upload [2] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/updateAdapter.js lib/js/updateAdapter.js application/javascript
                  2023-11-09 14:05:41.595  - info: host.ioBrokerVM iobroker npm-install: upload [1] info.admin /opt/iobroker/node_modules/iobroker.info/admin/tab_m.html tab_m.html text/html
                  2023-11-09 14:05:41.598  - info: host.ioBrokerVM iobroker npm-install: upload [0] info.admin /opt/iobroker/node_modules/iobroker.info/admin/words.js words.js application/javascript
                  2023-11-09 14:05:41.726  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.info created/updated
                  2023-11-09 14:05:42.798  - info: host.ioBrokerVM iobroker npm-install: exit 0
                  2023-11-09 14:05:43.798  - warn: host.ioBrokerVM startInstance cannot find adapter "iot@1.14.5". Try to install it... 1 attempt
                  2023-11-09 14:05:43.799  - info: host.ioBrokerVM iobroker install iot@1.14.5 using installedFrom
                  2023-11-09 14:05:45.448  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                  2023-11-09 14:05:45.449  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.iot@1.14.5... (System call)
                  2023-11-09 14:05:56.266  - info: host.ioBrokerVM iobroker npm-install: added 82 packages in 11s
                  2023-11-09 14:05:56.266  - info: host.ioBrokerVM iobroker npm-install: 
                  2023-11-09 14:05:56.267  - info: host.ioBrokerVM iobroker npm-install: 124 packages are looking for funding
                  2023-11-09 14:05:56.270  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                  2023-11-09 14:05:56.298  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter iot@1.14.5
                  2023-11-09 14:05:57.781  - info: host.ioBrokerVM iobroker npm-install: upload [132] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/actions.js actions.js application/javascript
                  2023-11-09 14:06:02.982  - info: host.ioBrokerVM iobroker npm-install: upload [100] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Cold Water.937aad5fa21b0c20a856.svg static/media/Cold Water.937aad5fa21b0c20a856.svg image/svg+xml
                  2023-11-09 14:06:03.012  - info: host.ioBrokerVM iobroker npm-install: upload [90] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Doorstep.10630b759b4867a10776.svg static/media/Doorstep.10630b759b4867a10776.svg image/svg+xml
                  2023-11-09 14:06:03.038  - info: host.ioBrokerVM iobroker npm-install: upload [80] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Garage Doors.0c2a1cfca7ad1ea59625.svg static/media/Garage Doors.0c2a1cfca7ad1ea59625.svg image/svg+xml
                  2023-11-09 14:06:03.065  - info: host.ioBrokerVM iobroker npm-install: upload [70] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Handle.3de1d1320fc3ce2f9712.svg static/media/Handle.3de1d1320fc3ce2f9712.svg image/svg+xml
                  2023-11-09 14:06:03.091  - info: host.ioBrokerVM iobroker npm-install: upload [60] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Laundry Room.58da550dff0173676e02.svg static/media/Laundry Room.58da550dff0173676e02.svg image/svg+xml
                  2023-11-09 14:06:03.118  - info: host.ioBrokerVM iobroker npm-install: upload [50] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Music.67bc6063cb601642fd74.svg static/media/Music.67bc6063cb601642fd74.svg image/svg+xml
                  2023-11-09 14:06:03.145  - info: host.ioBrokerVM iobroker npm-install: upload [40] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Pump.a6035507cddbe7db5f6a.svg static/media/Pump.a6035507cddbe7db5f6a.svg image/svg+xml
                  2023-11-09 14:06:03.173  - info: host.ioBrokerVM iobroker npm-install: upload [30] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/SmokeDetector.8222f77cb07030a409ee.svg static/media/SmokeDetector.8222f77cb07030a409ee.svg image/svg+xml
                  2023-11-09 14:06:03.202  - info: host.ioBrokerVM iobroker npm-install: upload [20] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Temperature Sensors.75d805988a6b77b231d8.svg static/media/Temperature Sensors.75d805988a6b77b231d8.svg image/svg+xml
                  2023-11-09 14:06:03.205  - info: host.ioBrokerVM iobroker npm-install: upload [19] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Terrace.d71d07d9290674f2ca20.svg static/media/Terrace.d71d07d9290674f2ca20.svg image/svg+xml
                  2023-11-09 14:06:03.209  - info: host.ioBrokerVM iobroker npm-install: upload [18] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Toilet.83604dd2daafb67067dd.svg static/media/Toilet.83604dd2daafb67067dd.svg image/svg+xml
                  2023-11-09 14:06:03.212  - info: host.ioBrokerVM iobroker npm-install: upload [17] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Tv.4e9745a548e57bfac0c7.svg static/media/Tv.4e9745a548e57bfac0c7.svg image/svg+xml
                  2023-11-09 14:06:03.216  - info: host.ioBrokerVM iobroker npm-install: upload [16] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Upstairs.441813e54e0daca0882d.svg static/media/Upstairs.441813e54e0daca0882d.svg image/svg+xml
                  2023-11-09 14:06:03.219  - info: host.ioBrokerVM iobroker npm-install: upload [15] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Vacuum Cleaner.9c8d50e436e6cea06dfa.svg static/media/Vacuum Cleaner.9c8d50e436e6cea06dfa.svg image/svg+xml
                  2023-11-09 14:06:03.222  - info: host.ioBrokerVM iobroker npm-install: upload [14] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Ventilation.c31761d86d67e245ac92.svg static/media/Ventilation.c31761d86d67e245ac92.svg image/svg+xml
                  2023-11-09 14:06:03.226  - info: host.ioBrokerVM iobroker npm-install: upload [13] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Wardrobe.e8019970a2b51412cfdc.svg static/media/Wardrobe.e8019970a2b51412cfdc.svg image/svg+xml
                  2023-11-09 14:06:03.230  - info: host.ioBrokerVM iobroker npm-install: upload [12] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Washing Machines.577f3acdb3cef002b523.svg static/media/Washing Machines.577f3acdb3cef002b523.svg image/svg+xml
                  2023-11-09 14:06:03.234  - info: host.ioBrokerVM iobroker npm-install: upload [11] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Washroom.bfb54196f381f36de9d6.svg static/media/Washroom.bfb54196f381f36de9d6.svg image/svg+xml
                  2023-11-09 14:06:03.239  - info: host.ioBrokerVM iobroker npm-install: upload [10] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Water Consumption.68891649591cc2434c5b.svg static/media/Water Consumption.68891649591cc2434c5b.svg image/svg+xml
                  2023-11-09 14:06:03.242  - info: host.ioBrokerVM iobroker npm-install: upload [9] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Water Heater.7e4bb4d99a5213f24d08.svg static/media/Water Heater.7e4bb4d99a5213f24d08.svg image/svg+xml
                  2023-11-09 14:06:03.246  - info: host.ioBrokerVM iobroker npm-install: upload [8] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Water.f50411984c5c24fa574d.svg static/media/Water.f50411984c5c24fa574d.svg image/svg+xml
                  2023-11-09 14:06:03.250  - info: host.ioBrokerVM iobroker npm-install: upload [7] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Wc.83604dd2daafb67067dd.svg static/media/Wc.83604dd2daafb67067dd.svg image/svg+xml
                  2023-11-09 14:06:03.253  - info: host.ioBrokerVM iobroker npm-install: upload [6] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Weather.e91dae647698d48365e3.svg static/media/Weather.e91dae647698d48365e3.svg image/svg+xml
                  2023-11-09 14:06:03.257  - info: host.ioBrokerVM iobroker npm-install: upload [5] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Window.421664f57c35e5109aa2.svg static/media/Window.421664f57c35e5109aa2.svg image/svg+xml
                  2023-11-09 14:06:03.260  - info: host.ioBrokerVM iobroker npm-install: upload [4] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Windscreen.6058448bf63f72dd5036.svg static/media/Windscreen.6058448bf63f72dd5036.svg image/svg+xml
                  2023-11-09 14:06:03.263  - info: host.ioBrokerVM iobroker npm-install: upload [3] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Workshop.7856e59fe4f164c90609.svg static/media/Workshop.7856e59fe4f164c90609.svg image/svg+xml
                  2023-11-09 14:06:03.267  - info: host.ioBrokerVM iobroker npm-install: upload [2] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/Workspace.97d73e419d966bfb6428.svg static/media/Workspace.97d73e419d966bfb6428.svg image/svg+xml
                  2023-11-09 14:06:03.270  - info: host.ioBrokerVM iobroker npm-install: upload [1] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/names.3a7dae0bd6b8b03b280f.txt static/media/names.3a7dae0bd6b8b03b280f.txt text/plain
                  2023-11-09 14:06:03.273  - info: host.ioBrokerVM iobroker npm-install: upload [0] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/media/names.e7efb5283d98000c74ac.txt static/media/names.e7efb5283d98000c74ac.txt text/plain
                  2023-11-09 14:06:03.402  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.iot created/updated
                  2023-11-09 14:06:04.578  - info: host.ioBrokerVM iobroker npm-install: exit 0
                  2023-11-09 14:06:05.579  - warn: host.ioBrokerVM startInstance cannot find adapter "mobile@1.0.1". Try to install it... 1 attempt
                  2023-11-09 14:06:05.579  - info: host.ioBrokerVM iobroker install mobile@1.0.1 using installedFrom
                  2023-11-09 14:06:07.137  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                  2023-11-09 14:06:07.138  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.mobile@1.0.1... (System call)
                  2023-11-09 14:06:11.607  - info: host.ioBrokerVM iobroker npm-install: added 2 packages in 4s
                  2023-11-09 14:06:11.608  - info: host.ioBrokerVM iobroker npm-install: 
                  2023-11-09 14:06:11.608  - info: host.ioBrokerVM iobroker npm-install: 124 packages are looking for funding
                  2023-11-09 14:06:11.608  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                  2023-11-09 14:06:11.629  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter mobile@1.0.1
                  2023-11-09 14:06:11.635  - info: host.ioBrokerVM iobroker npm-install: upload [1] mobile.admin /opt/iobroker/node_modules/iobroker.mobile/admin/index.html index.html text/html
                  2023-11-09 14:06:11.708  - info: host.ioBrokerVM iobroker npm-install: upload [0] mobile.admin /opt/iobroker/node_modules/iobroker.mobile/admin/mobile.png mobile.png image/png
                  2023-11-09 14:06:11.749  - info: host.ioBrokerVM iobroker npm-install: upload [69] mobile /opt/iobroker/node_modules/iobroker.mobile/www/cache.manifest cache.manifest text/cache-manifest
                  2023-11-09 14:06:11.780  - info: host.ioBrokerVM iobroker npm-install: upload [60] mobile /opt/iobroker/node_modules/iobroker.mobile/www/img/blind0.png img/blind0.png image/png
                  2023-11-09 14:06:11.805  - info: host.ioBrokerVM iobroker npm-install: upload [50] mobile /opt/iobroker/node_modules/iobroker.mobile/www/img/blind90.png img/blind90.png image/png
                  2023-11-09 14:06:11.830  - info: host.ioBrokerVM iobroker npm-install: upload [40] mobile /opt/iobroker/node_modules/iobroker.mobile/www/img/rgb-green.png img/rgb-green.png image/png
                  2023-11-09 14:06:11.854  - info: host.ioBrokerVM iobroker npm-install: upload [30] mobile /opt/iobroker/node_modules/iobroker.mobile/www/img/windowClosed.png img/windowClosed.png image/png
                  2023-11-09 14:06:11.880  - info: host.ioBrokerVM iobroker npm-install: upload [20] mobile /opt/iobroker/node_modules/iobroker.mobile/www/js/i18n/nl/translations.json js/i18n/nl/translations.json application/json
                  2023-11-09 14:06:11.884  - info: host.ioBrokerVM iobroker npm-install: upload [19] mobile /opt/iobroker/node_modules/iobroker.mobile/www/js/i18n/pl/translations.json js/i18n/pl/translations.json application/json
                  2023-11-09 14:06:11.887  - info: host.ioBrokerVM iobroker npm-install: upload [18] mobile /opt/iobroker/node_modules/iobroker.mobile/www/js/i18n/pt/translations.json js/i18n/pt/translations.json application/json
                  2023-11-09 14:06:11.891  - info: host.ioBrokerVM iobroker npm-install: upload [17] mobile /opt/iobroker/node_modules/iobroker.mobile/www/js/i18n/ru/translations.json js/i18n/ru/translations.json application/json
                  2023-11-09 14:06:11.894  - info: host.ioBrokerVM iobroker npm-install: upload [16] mobile /opt/iobroker/node_modules/iobroker.mobile/www/js/i18n/zh-cn/translations.json js/i18n/zh-cn/translations.json application/json
                  2023-11-09 14:06:11.897  - info: host.ioBrokerVM iobroker npm-install: upload [15] mobile /opt/iobroker/node_modules/iobroker.mobile/www/js/mobile.js js/mobile.js application/javascript
                  2023-11-09 14:06:11.901  - info: host.ioBrokerVM iobroker npm-install: upload [14] mobile /opt/iobroker/node_modules/iobroker.mobile/www/js/words.js js/words.js application/javascript
                  2023-11-09 14:06:11.906  - info: host.ioBrokerVM iobroker npm-install: upload [13] mobile /opt/iobroker/node_modules/iobroker.mobile/www/lib/css/default/images/ajax-loader.gif lib/css/default/images/ajax-loader.gif image/gif
                  2023-11-09 14:06:11.909  - info: host.ioBrokerVM iobroker npm-install: upload [12] mobile /opt/iobroker/node_modules/iobroker.mobile/www/lib/css/default/jquery.mobile.icons.min.css lib/css/default/jquery.mobile.icons.min.css text/css
                  2023-11-09 14:06:11.914  - info: host.ioBrokerVM iobroker npm-install: upload [11] mobile /opt/iobroker/node_modules/iobroker.mobile/www/lib/css/default/jquery.mobile.min.css lib/css/default/jquery.mobile.min.css text/css
                  2023-11-09 14:06:11.917  - info: host.ioBrokerVM iobroker npm-install: upload [10] mobile /opt/iobroker/node_modules/iobroker.mobile/www/lib/css/grey/images/ajax-loader.gif lib/css/grey/images/ajax-loader.gif image/gif
                  2023-11-09 14:06:11.921  - info: host.ioBrokerVM iobroker npm-install: upload [9] mobile /opt/iobroker/node_modules/iobroker.mobile/www/lib/css/grey/jquery.mobile.icons.min.css lib/css/grey/jquery.mobile.icons.min.css text/css
                  2023-11-09 14:06:11.926  - info: host.ioBrokerVM iobroker npm-install: upload [8] mobile /opt/iobroker/node_modules/iobroker.mobile/www/lib/css/grey/jquery.mobile.min.css lib/css/grey/jquery.mobile.min.css text/css
                  2023-11-09 14:06:11.930  - info: host.ioBrokerVM iobroker npm-install: upload [7] mobile /opt/iobroker/node_modules/iobroker.mobile/www/lib/css/jquery.mobile.structure-1.4.5.min.css lib/css/jquery.mobile.structure-1.4.5.min.css text/css
                  2023-11-09 14:06:11.933  - info: host.ioBrokerVM iobroker npm-install: upload [6] mobile /opt/iobroker/node_modules/iobroker.mobile/www/lib/css/light/jquery.mobile.icons.min.css lib/css/light/jquery.mobile.icons.min.css text/css
                  2023-11-09 14:06:11.937  - info: host.ioBrokerVM iobroker npm-install: upload [5] mobile /opt/iobroker/node_modules/iobroker.mobile/www/lib/css/light/jquery.mobile.min.css lib/css/light/jquery.mobile.min.css text/css
                  2023-11-09 14:06:11.940  - info: host.ioBrokerVM iobroker npm-install: upload [4] mobile /opt/iobroker/node_modules/iobroker.mobile/www/lib/js/jquery.mobile-1.4.5.min.js lib/js/jquery.mobile-1.4.5.min.js application/javascript
                  2023-11-09 14:06:11.944  - info: host.ioBrokerVM iobroker npm-install: upload [3] mobile /opt/iobroker/node_modules/iobroker.mobile/www/lib/js/jquery.mobile-1.4.5.min.map lib/js/jquery.mobile-1.4.5.min.map application/json
                  2023-11-09 14:06:11.949  - info: host.ioBrokerVM iobroker npm-install: upload [2] mobile /opt/iobroker/node_modules/iobroker.mobile/www/lib/js/jquery.ui.touch-punch.min.js lib/js/jquery.ui.touch-punch.min.js application/javascript
                  2023-11-09 14:06:11.952  - info: host.ioBrokerVM iobroker npm-install: upload [1] mobile /opt/iobroker/node_modules/iobroker.mobile/www/lib/js/loStorage.min.js lib/js/loStorage.min.js application/javascript
                  2023-11-09 14:06:11.955  - info: host.ioBrokerVM iobroker npm-install: upload [0] mobile /opt/iobroker/node_modules/iobroker.mobile/www/offline.html offline.html text/html
                  2023-11-09 14:06:12.050  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.mobile created/updated
                  2023-11-09 14:06:12.097  - info: host.ioBrokerVM iobroker npm-install: Update "system.adapter.mobile.0"
                  2023-11-09 14:06:13.120  - info: host.ioBrokerVM iobroker npm-install: exit 0
                  2023-11-09 14:06:14.120  - warn: host.ioBrokerVM startInstance cannot find adapter "pi-hole@1.3.6". Try to install it... 1 attempt
                  2023-11-09 14:06:14.121  - info: host.ioBrokerVM iobroker install pi-hole@1.3.6 using installedFrom
                  2023-11-09 14:06:15.736  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1Installing iobroker.pi-hole@1.3.6... (System call)
                  2023-11-09 14:06:21.920  - info: host.ioBrokerVM iobroker npm-install: added 14 packages in 6s
                  2023-11-09 14:06:21.921  - info: host.ioBrokerVM iobroker npm-install: 
                  2023-11-09 14:06:21.922  - info: host.ioBrokerVM iobroker npm-install: 129 packages are looking for funding
                  2023-11-09 14:06:21.922  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                  2023-11-09 14:06:21.943  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter pi-hole@1.3.6
                  2023-11-09 14:06:22.013  - 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-09 14:06:22.021  - 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-09 14:06:22.024  - 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-09 14:06:22.028  - 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-09 14:06:22.031  - 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-09 14:06:22.045  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.pi-hole created/updated
                  2023-11-09 14:06:23.108  - info: host.ioBrokerVM iobroker npm-install: exit 0
                  2023-11-09 14:06:24.109  - warn: host.ioBrokerVM startInstance cannot find adapter "pvforecast@2.8.1". Try to install it... 1 attempt
                  2023-11-09 14:06:24.109  - info: host.ioBrokerVM iobroker install pvforecast@2.8.1 using installedFrom
                  2023-11-09 14:06:25.728  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1Installing iobroker.pvforecast@2.8.1... (System call)
                  2023-11-09 14:06:30.535  - info: host.ioBrokerVM iobroker npm-install: added 4 packages in 5s129 packages are looking for funding  run `npm fund` for details
                  2023-11-09 14:06:30.556  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter pvforecast@2.8.1
                  2023-11-09 14:06:30.631  - 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-09 14:06:30.638  - 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-09 14:06:30.642  - 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-09 14:06:30.645  - 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-09 14:06:30.649  - 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-09 14:06:30.652  - 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-09 14:06:30.656  - 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-09 14:06:30.659  - 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-09 14:06:30.663  - 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-09 14:06:30.667  - 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-09 14:06:30.670  - 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-09 14:06:30.673  - 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-09 14:06:30.678  - 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-09 14:06:30.681  - 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-09 14:06:30.685  - 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-09 14:06:30.778  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.pvforecast created/updated
                  2023-11-09 14:06:31.844  - info: host.ioBrokerVM iobroker npm-install: exit 0
                  2023-11-09 14:06:32.845  - warn: host.ioBrokerVM startInstance cannot find adapter "smartcontrol@2.0.1". Try to install it... 1 attempt
                  2023-11-09 14:06:32.845  - info: host.ioBrokerVM iobroker install smartcontrol@2.0.1 using installedFrom
                  2023-11-09 14:06:34.428  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                  2023-11-09 14:06:34.430  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.smartcontrol@2.0.1... (System call)
                  2023-11-09 14:06:39.890  - info: host.ioBrokerVM iobroker npm-install: added 15 packages in 5s
                  2023-11-09 14:06:39.891  - info: host.ioBrokerVM iobroker npm-install: 
                  2023-11-09 14:06:39.891  - info: host.ioBrokerVM iobroker npm-install: 140 packages are looking for funding
                  2023-11-09 14:06:39.892  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                  2023-11-09 14:06:39.915  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter smartcontrol@2.0.1
                  2023-11-09 14:06:39.991  - 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-09 14:06:39.999  - 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-09 14:06:40.036  - 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-09 14:06:40.065  - 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-09 14:06:40.093  - 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-09 14:06:40.120  - 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-09 14:06:40.145  - 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-09 14:06:40.172  - 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-09 14:06:40.175  - 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-09 14:06:40.179  - 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-09 14:06:40.182  - 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-09 14:06:40.186  - 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-09 14:06:40.189  - 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-09 14:06:40.193  - 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-09 14:06:40.196  - 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-09 14:06:40.199  - 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-09 14:06:40.213  - 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-09 14:06:40.217  - 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-09 14:06:40.221  - 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-09 14:06:40.225  - 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-09 14:06:40.228  - 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-09 14:06:40.232  - 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-09 14:06:40.235  - 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-09 14:06:40.239  - 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-09 14:06:40.243  - 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-09 14:06:40.247  - 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-09 14:06:40.250  - 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-09 14:06:40.253  - 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-09 14:06:40.344  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.smartcontrol created/updated
                  2023-11-09 14:06:41.412  - info: host.ioBrokerVM iobroker npm-install: exit 0
                  2023-11-09 14:06:42.412  - warn: host.ioBrokerVM startInstance cannot find adapter "socketio@6.5.5". Try to install it... 1 attempt
                  2023-11-09 14:06:42.413  - info: host.ioBrokerVM iobroker install socketio@6.5.5 using installedFrom
                  2023-11-09 14:06:44.040  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1Installing iobroker.socketio@6.5.5... (System call)
                  2023-11-09 14:06:49.603  - info: host.ioBrokerVM iobroker npm-install: added 41 packages in 5s140 packages are looking for funding  run `npm fund` for details
                  2023-11-09 14:06:49.624  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter socketio@6.5.5
                  2023-11-09 14:06:49.697  - 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-09 14:06:49.704  - 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-09 14:06:49.707  - 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-09 14:06:49.710  - 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-09 14:06:49.714  - 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-09 14:06:49.717  - 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-09 14:06:49.721  - 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-09 14:06:49.724  - 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-09 14:06:49.727  - 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-09 14:06:49.730  - 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-09 14:06:49.733  - 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-09 14:06:49.736  - 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-09 14:06:49.857  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.socketio created/updated
                  2023-11-09 14:06:50.920  - info: host.ioBrokerVM iobroker npm-install: exit 0
                  2023-11-09 14:06:51.921  - warn: host.ioBrokerVM startInstance cannot find adapter "tado@0.4.9". Try to install it... 1 attempt
                  2023-11-09 14:06:51.921  - info: host.ioBrokerVM iobroker install tado@0.4.9 using installedFrom
                  2023-11-09 14:06:53.545  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                  2023-11-09 14:06:53.546  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.tado@0.4.9... (System call)
                  2023-11-09 14:07:07.999  - info: host.ioBrokerVM iobroker npm-install: 
                  2023-11-09 14:07:08.000  - info: host.ioBrokerVM iobroker npm-install: added 27 packages in 14s149 packages are looking for funding  run `npm fund` for details
                  2023-11-09 14:07:08.023  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter tado@0.4.9
                  2023-11-09 14:07:08.098  - 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-09 14:07:08.105  - 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-09 14:07:08.109  - 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-09 14:07:08.112  - 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-09 14:07:08.115  - 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-09 14:07:08.121  - 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-09 14:07:08.125  - 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-09 14:07:08.225  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.tado created/updated
                  2023-11-09 14:07:09.286  - info: host.ioBrokerVM iobroker npm-install: exit 0
                  2023-11-09 14:07:10.286  - warn: host.ioBrokerVM startInstance cannot find adapter "tibberlink@1.0.0". Try to install it... 1 attempt
                  2023-11-09 14:07:10.286  - info: host.ioBrokerVM iobroker install tibberlink@1.0.0 using installedFrom
                  2023-11-09 14:07:11.896  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                  2023-11-09 14:07:11.897  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.tibberlink@1.0.0... (System call)
                  2023-11-09 14:07:17.244  - info: host.ioBrokerVM iobroker npm-install: added 2 packages in 5s149 packages are looking for funding  run `npm fund` for details
                  2023-11-09 14:07:17.264  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter tibberlink@1.0.0
                  2023-11-09 14:07:17.337  - 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-09 14:07:17.345  - 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-09 14:07:17.348  - 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-09 14:07:17.351  - 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-09 14:07:17.355  - 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-09 14:07:17.359  - 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-09 14:07:17.362  - 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-09 14:07:17.366  - 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-09 14:07:17.369  - 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-09 14:07:17.373  - 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-09 14:07:17.376  - 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-09 14:07:17.379  - 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-09 14:07:17.383  - 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-09 14:07:17.476  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.tibberlink created/updated
                  2023-11-09 14:07:18.536  - info: host.ioBrokerVM iobroker npm-install: exit 0
                  2023-11-09 14:07:19.536  - warn: host.ioBrokerVM startInstance cannot find adapter "vis-hqwidgets@1.4.0". Try to install it... 1 attempt
                  2023-11-09 14:07:19.537  - info: host.ioBrokerVM iobroker install vis-hqwidgets@1.4.0 using installedFrom
                  2023-11-09 14:07:21.131  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1Installing iobroker.vis-hqwidgets@1.4.0... (System call)
                  2023-11-09 14:07:25.562  - info: host.ioBrokerVM iobroker npm-install: added 1 package in 4s149 packages are looking for funding  run `npm fund` for details
                  2023-11-09 14:07:25.582  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter vis-hqwidgets@1.4.0
                  2023-11-09 14:07:25.653  - 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-09 14:07:25.660  - 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-09 14:07:25.667  - 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-09 14:07:25.785  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.vis-hqwidgets created/updated
                  2023-11-09 14:07:26.849  - info: host.ioBrokerVM iobroker npm-install: exit 0
                  2023-11-09 14:07:27.849  - warn: host.ioBrokerVM startInstance cannot find adapter "vis-jqui-mfd@1.0.12". Try to install it... 1 attempt
                  2023-11-09 14:07:27.850  - info: host.ioBrokerVM iobroker install vis-jqui-mfd@1.0.12 using installedFrom
                  2023-11-09 14:07:29.442  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                  2023-11-09 14:07:29.444  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis-jqui-mfd@1.0.12... (System call)
                  2023-11-09 14:07:33.873  - info: host.ioBrokerVM iobroker npm-install: added 1 package in 4s
                  2023-11-09 14:07:33.874  - info: host.ioBrokerVM iobroker npm-install: 
                  2023-11-09 14:07:33.874  - info: host.ioBrokerVM iobroker npm-install: 149 packages are looking for funding
                  2023-11-09 14:07:33.875  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                  2023-11-09 14:07:33.898  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter vis-jqui-mfd@1.0.12
                  2023-11-09 14:07:33.968  - 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-09 14:07:33.976  - 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-09 14:07:34.095  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.vis-jqui-mfd created/updated
                  2023-11-09 14:07:34.142  - info: host.ioBrokerVM iobroker npm-install: Update "system.adapter.vis-jqui-mfd.0"
                  2023-11-09 14:07:35.159  - info: host.ioBrokerVM iobroker npm-install: exit 0
                  2023-11-09 14:07:36.160  - warn: host.ioBrokerVM startInstance cannot find adapter "vis-material-advanced@1.7.4". Try to install it... 1 attempt
                  2023-11-09 14:07:36.160  - info: host.ioBrokerVM iobroker install vis-material-advanced@1.7.4 using installedFrom
                  2023-11-09 14:07:37.726  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                  2023-11-09 14:07:37.726  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis-material-advanced@1.7.4... (System call)
                  2023-11-09 14:07:42.344  - info: host.ioBrokerVM iobroker npm-install: added 1 package in 4s
                  2023-11-09 14:07:42.345  - info: host.ioBrokerVM iobroker npm-install: 
                  2023-11-09 14:07:42.345  - info: host.ioBrokerVM iobroker npm-install: 149 packages are looking for funding
                  2023-11-09 14:07:42.345  - info: host.ioBrokerVM iobroker npm-install:   run `npm fund` for details
                  2023-11-09 14:07:42.370  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter vis-material-advanced@1.7.4
                  2023-11-09 14:07:42.445  - 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-09 14:07:42.451  - 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-09 14:07:42.455  - 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-09 14:07:42.575  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.vis-material-advanced created/updated
                  2023-11-09 14:07:43.640  - info: host.ioBrokerVM iobroker npm-install: exit 0
                  2023-11-09 14:07:44.641  - warn: host.ioBrokerVM startInstance cannot find adapter "vis-metro@1.2.0". Try to install it... 1 attempt
                  2023-11-09 14:07:44.641  - info: host.ioBrokerVM iobroker install vis-metro@1.2.0 using installedFrom
                  2023-11-09 14:07:46.237  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                  2023-11-09 14:07:46.239  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis-metro@1.2.0... (System call)
                  2023-11-09 14:07:50.907  - info: host.ioBrokerVM iobroker npm-install: added 3 packages in 4s149 packages are looking for funding  run `npm fund` for details
                  2023-11-09 14:07:50.930  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter vis-metro@1.2.0
                  2023-11-09 14:07:51.001  - 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-09 14:07:51.008  - 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-09 14:07:51.013  - 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-09 14:07:51.132  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.vis-metro created/updated
                  2023-11-09 14:07:52.192  - info: host.ioBrokerVM iobroker npm-install: exit 0
                  2023-11-09 14:07:53.193  - warn: host.ioBrokerVM startInstance cannot find adapter "vis-timeandweather@1.2.2". Try to install it... 1 attempt
                  2023-11-09 14:07:53.193  - info: host.ioBrokerVM iobroker install vis-timeandweather@1.2.2 using installedFrom
                  2023-11-09 14:07:54.800  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1Installing iobroker.vis-timeandweather@1.2.2... (System call)
                  2023-11-09 14:07:59.358  - info: host.ioBrokerVM iobroker npm-install: added 2 packages in 4s149 packages are looking for funding  run `npm fund` for details
                  2023-11-09 14:07:59.378  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter vis-timeandweather@1.2.2
                  2023-11-09 14:07:59.448  - 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-09 14:07:59.455  - 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-09 14:07:59.461  - 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-09 14:07:59.579  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.vis-timeandweather created/updated
                  2023-11-09 14:08:00.640  - info: host.ioBrokerVM iobroker npm-install: exit 0
                  2023-11-09 14:08:01.641  - warn: host.ioBrokerVM startInstance cannot find adapter "vis@1.4.16". Try to install it... 1 attempt
                  2023-11-09 14:08:01.641  - info: host.ioBrokerVM iobroker install vis@1.4.16 using installedFrom
                  2023-11-09 14:08:03.252  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1Installing iobroker.vis@1.4.16... (System call)
                  2023-11-09 14:08:07.741  - info: vis.0 (14808) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.2, js-controller: 5.0.12
                  2023-11-09 14:08:07.936  - info: vis.0 (14808) vis license is OK.
                  2023-11-09 14:08:08.132  - error: vis.0 (14808) 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-09 14:08:08.133  - error: vis.0 (14808) unhandled promise rejection: Not exists
                  2023-11-09 14:08:08.133  - error: vis.0 (14808) 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-09 14:08:08.134  - error: vis.0 (14808) Not exists
                  2023-11-09 14:08:08.638  - info: vis.0 (14808) terminating
                  2023-11-09 14:08:08.639  - warn: vis.0 (14808) Terminated (UNCAUGHT_EXCEPTION): Without reason
                  2023-11-09 14:08:09.330  - 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-09T13_08_03_548Z-debug-0.log
                  2023-11-09 14:08:09.330  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.vis@1.4.16: 6
                  2023-11-09 14:08:10.348  - info: host.ioBrokerVM iobroker npm-install: exit 25
                  2023-11-09 14:08:11.349  - warn: host.ioBrokerVM startInstance cannot find adapter "web@4.3.0". Try to install it... 1 attempt
                  2023-11-09 14:08:11.349  - info: host.ioBrokerVM iobroker install web@4.3.0 using installedFrom
                  2023-11-09 14:08:13.009  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                  2023-11-09 14:08:13.011  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.web@4.3.0... (System call)
                  2023-11-09 14:08:19.346  - info: host.ioBrokerVM iobroker npm-install: added 12 packages in 6s150 packages are looking for funding  run `npm fund` for details
                  2023-11-09 14:08:19.371  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter web@4.3.0
                  2023-11-09 14:08:19.442  - info: host.ioBrokerVM iobroker npm-install: upload [16] web.admin /opt/iobroker/node_modules/iobroker.web/admin/asset-manifest.json asset-manifest.json application/json
                  2023-11-09 14:08:19.449  - info: host.ioBrokerVM iobroker npm-install: upload [15] web.admin /opt/iobroker/node_modules/iobroker.web/admin/favicon.ico favicon.ico image/vnd.microsoft.icon
                  2023-11-09 14:08:19.454  - info: host.ioBrokerVM iobroker npm-install: upload [14] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index_m.html index_m.html text/html
                  2023-11-09 14:08:19.457  - info: host.ioBrokerVM iobroker npm-install: upload [13] web.admin /opt/iobroker/node_modules/iobroker.web/admin/manifest.json manifest.json application/json
                  2023-11-09 14:08:19.461  - info: host.ioBrokerVM iobroker npm-install: upload [12] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/2.faf2f676.chunk.css static/css/2.faf2f676.chunk.css text/css
                  2023-11-09 14:08:19.465  - info: host.ioBrokerVM iobroker npm-install: upload [11] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/2.faf2f676.chunk.css.map static/css/2.faf2f676.chunk.css.map application/json
                  2023-11-09 14:08:19.468  - info: host.ioBrokerVM iobroker npm-install: upload [10] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/main.e2d673ee.chunk.css static/css/main.e2d673ee.chunk.css text/css
                  2023-11-09 14:08:19.471  - info: host.ioBrokerVM iobroker npm-install: upload [9] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/main.e2d673ee.chunk.css.map static/css/main.e2d673ee.chunk.css.map application/json
                  2023-11-09 14:08:19.474  - info: host.ioBrokerVM iobroker npm-install: upload [8] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.b1d56998.chunk.js static/js/2.b1d56998.chunk.js application/javascript
                  2023-11-09 14:08:19.488  - info: host.ioBrokerVM iobroker npm-install: upload [7] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.b1d56998.chunk.js.LICENSE.txt static/js/2.b1d56998.chunk.js.LICENSE.txt text/plain
                  2023-11-09 14:08:19.491  - info: host.ioBrokerVM iobroker npm-install: upload [6] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.b1d56998.chunk.js.map static/js/2.b1d56998.chunk.js.map application/json
                  2023-11-09 14:08:19.822  - info: host.ioBrokerVM iobroker npm-install: upload [5] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/main.034751df.chunk.js static/js/main.034751df.chunk.js application/javascript
                  2023-11-09 14:08:19.834  - info: host.ioBrokerVM iobroker npm-install: upload [4] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/main.034751df.chunk.js.map static/js/main.034751df.chunk.js.map application/json
                  2023-11-09 14:08:19.838  - info: host.ioBrokerVM iobroker npm-install: upload [3] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/runtime-main.7278cf1c.js static/js/runtime-main.7278cf1c.js application/javascript
                  2023-11-09 14:08:19.840  - info: host.ioBrokerVM iobroker npm-install: upload [2] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/runtime-main.7278cf1c.js.map static/js/runtime-main.7278cf1c.js.map application/json
                  2023-11-09 14:08:19.843  - info: host.ioBrokerVM iobroker npm-install: upload [1] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/le.eb63b1db.png static/media/le.eb63b1db.png image/png
                  2023-11-09 14:08:19.847  - 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-09 14:08:19.902  - 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-09 14:08:20.034  - 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-09 14:08:20.187  - 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-09 14:08:20.343  - 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-09 14:08:20.507  - 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-09 14:08:20.681  - 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-09 14:08:20.854  - 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-09 14:08:20.886  - 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-09 14:08:20.921  - 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-09 14:08:20.953  - 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-09 14:08:20.986  - 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-09 14:08:21.019  - 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-09 14:08:21.070  - 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-09 14:08:21.106  - 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-09 14:08:21.147  - 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-09 14:08:21.152  - 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-09 14:08:21.158  - 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-09 14:08:21.163  - 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-09 14:08:21.167  - 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-09 14:08:21.172  - 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-09 14:08:21.176  - 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-09 14:08:21.183  - 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-09 14:08:21.188  - 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-09 14:08:21.192  - 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-09 14:08:21.214  - 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-09 14:08:21.221  - 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-09 14:08:21.226  - 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-09 14:08:21.230  - 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-09 14:08:21.235  - 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-09 14:08:21.244  - 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-09 14:08:21.253  - 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-09 14:08:21.258  - 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-09 14:08:21.279  - 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-09 14:08:21.283  - 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-09 14:08:21.288  - 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-09 14:08:21.380  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.web created/updated
                  2023-11-09 14:08:22.442  - info: host.ioBrokerVM iobroker npm-install: exit 0
                  2023-11-09 14:08:23.443  - warn: host.ioBrokerVM startInstance cannot find adapter "worx@2.3.2". Try to install it... 1 attempt
                  2023-11-09 14:08:23.443  - info: host.ioBrokerVM iobroker install worx@2.3.2 using installedFrom
                  2023-11-09 14:08:25.057  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                  2023-11-09 14:08:25.059  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.worx@2.3.2... (System call)
                  2023-11-09 14:08:35.767  - info: host.ioBrokerVM iobroker npm-install: 
                  2023-11-09 14:08:35.767  - info: host.ioBrokerVM iobroker npm-install: added 42 packages in 10s152 packages are looking for funding  run `npm fund` for details
                  2023-11-09 14:08:35.799  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM install adapter worx@2.3.2
                  2023-11-09 14:08:35.874  - 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-09 14:08:35.882  - 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-09 14:08:35.885  - 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-09 14:08:35.889  - 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-09 14:08:35.892  - 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-09 14:08:35.896  - 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-09 14:08:35.899  - 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-09 14:08:35.903  - 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-09 14:08:35.906  - 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-09 14:08:35.910  - 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-09 14:08:35.913  - 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-09 14:08:35.916  - 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-09 14:08:35.919  - 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-09 14:08:35.922  - 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-09 14:08:36.035  - info: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM object system.adapter.worx created/updated
                  2023-11-09 14:08:37.095  - info: host.ioBrokerVM iobroker npm-install: exit 0
                  2023-11-09 14:08:38.095  - warn: host.ioBrokerVM startInstance cannot find adapter "vis@1.4.16". Try to install it... 2 attempt
                  2023-11-09 14:08:38.096  - info: host.ioBrokerVM iobroker install vis@1.4.16 using installedFrom
                  2023-11-09 14:08:39.715  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                  2023-11-09 14:08:39.716  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis@1.4.16... (System call)
                  2023-11-09 14:08:43.855  - info: vis.0 (15120) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.2, js-controller: 5.0.12
                  2023-11-09 14:08:44.030  - info: vis.0 (15120) vis license is OK.
                  2023-11-09 14:08:44.198  - error: vis.0 (15120) 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-09 14:08:44.198  - error: vis.0 (15120) unhandled promise rejection: Not exists
                  2023-11-09 14:08:44.199  - error: vis.0 (15120) 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-09 14:08:44.199  - error: vis.0 (15120) Not exists
                  2023-11-09 14:08:44.704  - info: vis.0 (15120) terminating
                  2023-11-09 14:08:44.705  - warn: vis.0 (15120) Terminated (UNCAUGHT_EXCEPTION): Without reason
                  2023-11-09 14:08:45.368  - 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-09T13_08_40_023Z-debug-0.log
                  2023-11-09 14:08:45.369  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.vis@1.4.16: 6
                  2023-11-09 14:08:46.386  - info: host.ioBrokerVM iobroker npm-install: exit 25
                  2023-11-09 14:08:47.386  - warn: host.ioBrokerVM startInstance cannot find adapter "vis@1.4.16". Try to install it... 3 attempt
                  2023-11-09 14:08:47.387  - info: host.ioBrokerVM iobroker install vis@1.4.16 using installedVersion
                  2023-11-09 14:08:48.955  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1Installing iobroker.vis@1.4.16... (System call)
                  2023-11-09 14:08:53.034  - info: vis.0 (15229) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.2, js-controller: 5.0.12
                  2023-11-09 14:08:53.235  - info: vis.0 (15229) vis license is OK.
                  2023-11-09 14:08:53.414  - error: vis.0 (15229) 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-09 14:08:53.414  - error: vis.0 (15229) unhandled promise rejection: Not exists
                  2023-11-09 14:08:53.415  - error: vis.0 (15229) 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-09 14:08:53.415  - error: vis.0 (15229) Not exists
                  2023-11-09 14:08:53.921  - info: vis.0 (15229) terminating
                  2023-11-09 14:08:53.921  - warn: vis.0 (15229) Terminated (UNCAUGHT_EXCEPTION): Without reason
                  2023-11-09 14:08:54.553  - 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-09T13_08_49_301Z-debug-0.log
                  2023-11-09 14:08:54.554  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.vis@1.4.16: 6
                  2023-11-09 14:08:55.571  - info: host.ioBrokerVM iobroker npm-install: exit 25
                  2023-11-09 14:08:56.572  - warn: host.ioBrokerVM startInstance cannot find adapter "vis@1.4.16". Try to install it... 4 attempt
                  2023-11-09 14:08:56.572  - info: host.ioBrokerVM iobroker install vis@1.4.16 using installedVersion
                  2023-11-09 14:08:58.196  - info: host.ioBrokerVM iobroker npm-install: NPM version: 9.8.1
                  2023-11-09 14:08:58.196  - info: host.ioBrokerVM iobroker npm-install: Installing iobroker.vis@1.4.16... (System call)
                  2023-11-09 14:09:02.223  - info: vis.0 (15338) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.2, js-controller: 5.0.12
                  2023-11-09 14:09:02.401  - info: vis.0 (15338) vis license is OK.
                  2023-11-09 14:09:02.571  - error: vis.0 (15338) 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-09 14:09:02.572  - error: vis.0 (15338) unhandled promise rejection: Not exists
                  2023-11-09 14:09:02.573  - error: vis.0 (15338) 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-09 14:09:02.573  - error: vis.0 (15338) Not exists
                  2023-11-09 14:09:03.076  - info: vis.0 (15338) terminating
                  2023-11-09 14:09:03.077  - warn: vis.0 (15338) Terminated (UNCAUGHT_EXCEPTION): Without reason
                  2023-11-09 14:09:03.768  - 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-09T13_08_58_507Z-debug-0.log
                  2023-11-09 14:09:03.769  - error: host.ioBrokerVM iobroker npm-install: host.ioBrokerVM Cannot install iobroker.vis@1.4.16: 6
                  2023-11-09 14:09:04.788  - info: host.ioBrokerVM iobroker npm-install: exit 25
                  2023-11-09 14:09:05.788  - 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!
                  
                  G 1 Reply Last reply Reply Quote 0
                  • G
                    Gismoh @Gismoh last edited by

                    idash@ioBrokerVM:~$ iob stop
                    idash@ioBrokerVM:~$ iob fix
                    library: loaded
                    Library version=2023-10-13
                    
                    ==========================================================================
                    
                        Welcome to the ioBroker installation fixer!
                        Script version: 2023-10-13
                        
                        You might need to enter your password a couple of times.
                    
                    ==========================================================================
                    
                    
                    ==========================================================================
                        Installing prerequisites (1/5)
                    ==========================================================================
                    
                    [sudo] Passwort für idash: 
                    OK:1 http://security.debian.org/debian-security bookworm-security InRelease
                    OK:2 http://deb.debian.org/debian bookworm InRelease                           
                    OK:3 http://deb.debian.org/debian bookworm-updates InRelease                   
                    OK:4 https://deb.nodesource.com/node_18.x nodistro InRelease                   
                    Paketlisten werden gelesen… Fertig                            
                    
                    ==========================================================================
                        Checking ioBroker user and directory permissions (2/5)
                    ==========================================================================
                    
                    Created /etc/sudoers.d/iobroker
                    Fixing directory permissions...
                    
                    ==========================================================================
                        Check and cleanup npm temporary directories (3/5)
                    ==========================================================================
                    
                    Done.
                    
                    ==========================================================================
                        Database maintenance (4/5)
                    ==========================================================================
                    
                    Checking for uncompressed JSONL databases... This might take a while!
                    
                    Compressing /opt/iobroker/iobroker-data/states.jsonl
                    Compressing /opt/iobroker/iobroker-data/objects.jsonl
                    Compressed 2 JSONL files. Done
                    
                    ==========================================================================
                        Checking autostart (5/5)
                    ==========================================================================
                    
                    Enabling autostart...
                    Autostart enabled!
                    
                    ==========================================================================
                    
                        Your installation was fixed successfully
                        Run iobroker start to start ioBroker again!
                    
                    ==========================================================================
                    
                    idash@ioBrokerVM:~$ cd /home/iobroker
                    idash@ioBrokerVM:/home/iobroker$ sudo -u iobroker npm cache clear --force
                    npm WARN using --force Recommended protections disabled.
                    npm ERR! code ENOTEMPTY
                    npm ERR! syscall rmdir
                    npm ERR! path /home/iobroker/.npm/_cacache
                    npm ERR! errno -39
                    npm ERR! ENOTEMPTY: directory not empty, rmdir '/home/iobroker/.npm/_cacache'
                    
                    npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-09T13_38_57_713Z-debug-0.log
                    idash@ioBrokerVM:/home/iobroker$ 
                    
                    G Homoran 2 Replies Last reply Reply Quote 0
                    • G
                      Gismoh @Gismoh last edited by Gismoh

                      Ansonsten die Schritte von Gestern abend noch mal durchgegangen, mit scheinbar selbem Ergebnis:

                      idash@ioBrokerVM:/home/iobroker$ cd /
                      idash@ioBrokerVM:/$ ls -lah /home/iobroker/.npm/_cacache 
                      insgesamt 12K
                      drwxr-xr-x 3 iobroker iobroker 4,0K  9. Nov 14:38 .
                      drwxr-xr-x 7 iobroker iobroker 4,0K  9. Nov 14:38 ..
                      drwxr-xr-x 2 iobroker iobroker 4,0K  9. Nov 14:38 tmp
                      idash@ioBrokerVM:/$ rm -rf /home/iobroker/.npm/_cacache/tmp 
                      rm: das Entfernen von '/home/iobroker/.npm/_cacache/tmp/a8c63b11' ist nicht möglich: Keine Berechtigung
                      idash@ioBrokerVM:/$ sudo -u iobroker rm -rf /home/iobroker/.npm/_cacache/tmp 
                      idash@ioBrokerVM:/$ cd /home/iobroker
                      idash@ioBrokerVM:/home/iobroker$ sudo -u iobroker npm cache clear --force
                      npm WARN using --force Recommended protections disabled.
                      idash@ioBrokerVM:/home/iobroker$ cd
                      idash@ioBrokerVM:~$ iobroker upgrade ble@0.13.4
                      Adapter "ble"            is not installed.
                      idash@ioBrokerVM:~$ iobroker add ble@0.13.4 --debug 
                      NPM version: 9.8.1
                      Installing iobroker.ble@0.13.4... (System call)
                      npm ERR! code 1
                      npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                      npm ERR! command failed
                      npm ERR! command sh -c node-gyp-build
                      npm ERR! gyp info it worked if it ends with ok
                      npm ERR! gyp info using node-gyp@7.1.2
                      npm ERR! gyp info using node@18.18.2 | linux | x64
                      npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
                      npm ERR! (node:2039) [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! gyp info spawn /usr/bin/python3
                      npm ERR! gyp info spawn args [
                      npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
                      npm ERR! gyp info spawn args   'binding.gyp',
                      npm ERR! gyp info spawn args   '-f',
                      npm ERR! gyp info spawn args   'make',
                      npm ERR! gyp info spawn args   '-I',
                      npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/build/config.gypi',
                      npm ERR! gyp info spawn args   '-I',
                      npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
                      npm ERR! gyp info spawn args   '-I',
                      npm ERR! gyp info spawn args   '/home/iobroker/.cache/node-gyp/18.18.2/include/node/common.gypi',
                      npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
                      npm ERR! gyp info spawn args   '-Dvisibility=default',
                      npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.18.2',
                      npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
                      npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.18.2/<(target_arch)/node.lib',
                      npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble',
                      npm ERR! gyp info spawn args   '-Dnode_engine=v8',
                      npm ERR! gyp info spawn args   '--depth=.',
                      npm ERR! gyp info spawn args   '--no-parallel',
                      npm ERR! gyp info spawn args   '--generator-output',
                      npm ERR! gyp info spawn args   'build',
                      npm ERR! gyp info spawn args   '-Goutput_dir=.'
                      npm ERR! gyp info spawn args ]
                      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_main
                      npm 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 main
                      npm 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_main
                      npm 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 Load
                      npm ERR!     result = gyp.input.Load(
                      npm ERR!              ^^^^^^^^^^^^^^^
                      npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
                      npm ERR!     LoadTargetBuildFile(
                      npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
                      npm ERR!     build_file_data = LoadOneBuildFile(
                      npm ERR!                       ^^^^^^^^^^^^^^^^^
                      npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
                      npm ERR!     build_file_contents = open(build_file_path, "rU").read()
                      npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
                      npm ERR! gyp ERR! configure error 
                      npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
                      npm 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-amd64
                      npm 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/iobroker.ble/node_modules/@abandonware/noble
                      npm ERR! gyp ERR! node -v v18.18.2
                      npm ERR! gyp ERR! node-gyp -v v7.1.2
                      npm ERR! gyp ERR! not ok
                      
                      npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-09T13_48_08_783Z-debug-0.log
                      npm ERR! code 1
                      npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                      npm ERR! command failed
                      npm ERR! command sh -c node-gyp-build
                      npm ERR! gyp info it worked if it ends with ok
                      npm ERR! gyp info using node-gyp@7.1.2
                      npm ERR! gyp info using node@18.18.2 | linux | x64
                      npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
                      npm ERR! (node:2039) [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! gyp info spawn /usr/bin/python3
                      npm ERR! gyp info spawn args [
                      npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
                      npm ERR! gyp info spawn args   'binding.gyp',
                      npm ERR! gyp info spawn args   '-f',
                      npm ERR! gyp info spawn args   'make',
                      npm ERR! gyp info spawn args   '-I',
                      npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/build/config.gypi',
                      npm ERR! gyp info spawn args   '-I',
                      npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
                      npm ERR! gyp info spawn args   '-I',
                      npm ERR! gyp info spawn args   '/home/iobroker/.cache/node-gyp/18.18.2/include/node/common.gypi',
                      npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
                      npm ERR! gyp info spawn args   '-Dvisibility=default',
                      npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.18.2',
                      npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
                      npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.18.2/<(target_arch)/node.lib',
                      npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble',
                      npm ERR! gyp info spawn args   '-Dnode_engine=v8',
                      npm ERR! gyp info spawn args   '--depth=.',
                      npm ERR! gyp info spawn args   '--no-parallel',
                      npm ERR! gyp info spawn args   '--generator-output',
                      npm ERR! gyp info spawn args   'build',
                      npm ERR! gyp info spawn args   '-Goutput_dir=.'
                      npm ERR! gyp info spawn args ]
                      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_main
                      npm 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 main
                      npm 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_main
                      npm 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 Load
                      npm ERR!     result = gyp.input.Load(
                      npm ERR!              ^^^^^^^^^^^^^^^
                      npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
                      npm ERR!     LoadTargetBuildFile(
                      npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
                      npm ERR!     build_file_data = LoadOneBuildFile(
                      npm ERR!                       ^^^^^^^^^^^^^^^^^
                      npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
                      npm ERR!     build_file_contents = open(build_file_path, "rU").read()
                      npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
                      npm ERR! gyp ERR! configure error 
                      npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
                      npm 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-amd64
                      npm 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/iobroker.ble/node_modules/@abandonware/noble
                      npm ERR! gyp ERR! node -v v18.18.2
                      npm ERR! gyp ERR! node-gyp -v v7.1.2
                      npm ERR! gyp ERR! not ok
                      
                      npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-09T13_48_08_783Z-debug-0.log
                      host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                      
                      1 Reply Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators @Gismoh last edited by

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

                        ENOTEMPTY: directory not empty, rmdir '/home/iobroker/.npm/_cacache

                        https://forum.iobroker.net/topic/57337/fehler-25-217-oder-enotempty-bei-adapter-install-update/1

                        G 1 Reply Last reply Reply Quote 0
                        • G
                          Gismoh @Homoran last edited by Gismoh

                          @homoran

                          idash@ioBrokerVM:~$ find "/opt/iobroker/node_modules" -type d -iname ".*-????????" ! -iname ".local-chromium" -exec rm -rf "{}" \; &> /dev/null
                          idash@ioBrokerVM:~$ 
                          

                          ausgeführt, mal sehen

                          idash@ioBrokerVM:~$ iobroker add ble@0.13.4 --debug 
                          NPM version: 9.8.1
                          Installing iobroker.ble@0.13.4... (System call)
                          npm ERR! code 1
                          npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                          npm ERR! command failed
                          npm ERR! command sh -c node-gyp-build
                          npm ERR! gyp info it worked if it ends with ok
                          npm ERR! gyp info using node-gyp@7.1.2
                          npm ERR! gyp info using node@18.18.2 | linux | x64
                          npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
                          npm ERR! (node:2237) [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! gyp info spawn /usr/bin/python3
                          npm ERR! gyp info spawn args [
                          npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
                          npm ERR! gyp info spawn args   'binding.gyp',
                          npm ERR! gyp info spawn args   '-f',
                          npm ERR! gyp info spawn args   'make',
                          npm ERR! gyp info spawn args   '-I',
                          npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/build/config.gypi',
                          npm ERR! gyp info spawn args   '-I',
                          npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
                          npm ERR! gyp info spawn args   '-I',
                          npm ERR! gyp info spawn args   '/home/iobroker/.cache/node-gyp/18.18.2/include/node/common.gypi',
                          npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
                          npm ERR! gyp info spawn args   '-Dvisibility=default',
                          npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.18.2',
                          npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
                          npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.18.2/<(target_arch)/node.lib',
                          npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble',
                          npm ERR! gyp info spawn args   '-Dnode_engine=v8',
                          npm ERR! gyp info spawn args   '--depth=.',
                          npm ERR! gyp info spawn args   '--no-parallel',
                          npm ERR! gyp info spawn args   '--generator-output',
                          npm ERR! gyp info spawn args   'build',
                          npm ERR! gyp info spawn args   '-Goutput_dir=.'
                          npm ERR! gyp info spawn args ]
                          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_main
                          npm 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 main
                          npm 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_main
                          npm 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 Load
                          npm ERR!     result = gyp.input.Load(
                          npm ERR!              ^^^^^^^^^^^^^^^
                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
                          npm ERR!     LoadTargetBuildFile(
                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
                          npm ERR!     build_file_data = LoadOneBuildFile(
                          npm ERR!                       ^^^^^^^^^^^^^^^^^
                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
                          npm ERR!     build_file_contents = open(build_file_path, "rU").read()
                          npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                          npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
                          npm ERR! gyp ERR! configure error 
                          npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
                          npm 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-amd64
                          npm 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/iobroker.ble/node_modules/@abandonware/noble
                          npm ERR! gyp ERR! node -v v18.18.2
                          npm ERR! gyp ERR! node-gyp -v v7.1.2
                          npm ERR! gyp ERR! not ok
                          
                          npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-09T14_34_50_758Z-debug-0.log
                          npm ERR! code 1
                          npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                          npm ERR! command failed
                          npm ERR! command sh -c node-gyp-build
                          npm ERR! gyp info it worked if it ends with ok
                          npm ERR! gyp info using node-gyp@7.1.2
                          npm ERR! gyp info using node@18.18.2 | linux | x64
                          npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
                          npm ERR! (node:2237) [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! gyp info spawn /usr/bin/python3
                          npm ERR! gyp info spawn args [
                          npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
                          npm ERR! gyp info spawn args   'binding.gyp',
                          npm ERR! gyp info spawn args   '-f',
                          npm ERR! gyp info spawn args   'make',
                          npm ERR! gyp info spawn args   '-I',
                          npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/build/config.gypi',
                          npm ERR! gyp info spawn args   '-I',
                          npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
                          npm ERR! gyp info spawn args   '-I',
                          npm ERR! gyp info spawn args   '/home/iobroker/.cache/node-gyp/18.18.2/include/node/common.gypi',
                          npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
                          npm ERR! gyp info spawn args   '-Dvisibility=default',
                          npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.18.2',
                          npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
                          npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.18.2/<(target_arch)/node.lib',
                          npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble',
                          npm ERR! gyp info spawn args   '-Dnode_engine=v8',
                          npm ERR! gyp info spawn args   '--depth=.',
                          npm ERR! gyp info spawn args   '--no-parallel',
                          npm ERR! gyp info spawn args   '--generator-output',
                          npm ERR! gyp info spawn args   'build',
                          npm ERR! gyp info spawn args   '-Goutput_dir=.'
                          npm ERR! gyp info spawn args ]
                          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_main
                          npm 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 main
                          npm 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_main
                          npm 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 Load
                          npm ERR!     result = gyp.input.Load(
                          npm ERR!              ^^^^^^^^^^^^^^^
                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
                          npm ERR!     LoadTargetBuildFile(
                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
                          npm ERR!     build_file_data = LoadOneBuildFile(
                          npm ERR!                       ^^^^^^^^^^^^^^^^^
                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
                          npm ERR!     build_file_contents = open(build_file_path, "rU").read()
                          npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                          npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
                          npm ERR! gyp ERR! configure error 
                          npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
                          npm 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-amd64
                          npm 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/iobroker.ble/node_modules/@abandonware/noble
                          npm ERR! gyp ERR! node -v v18.18.2
                          npm ERR! gyp ERR! node-gyp -v v7.1.2
                          npm ERR! gyp ERR! not ok
                          
                          npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-09T14_34_50_758Z-debug-0.log
                          host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                          idash@ioBrokerVM:~$ 
                          
                          crunchip Homoran 2 Replies Last reply Reply Quote 0
                          • crunchip
                            crunchip Forum Testing Most Active @Gismoh last edited by

                            @gismoh zeig mal die Ausgabe
                            iob diag
                            von beiden Systemen, Raspberry und Vm

                            G 3 Replies Last reply Reply Quote 1
                            • Homoran
                              Homoran Global Moderator Administrators @Gismoh last edited by

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

                              mal sehen

                              was machst du denn jetzt schon wieder?

                              der iob fix ist doch gar nicht durchgelaufen!

                              G 1 Reply Last reply Reply Quote 0
                              • G
                                Gismoh @Homoran last edited by

                                @homoran
                                Laut deinem Link ist doch dieser Befehl im iob fix enthalten?

                                Das ganze ist ab sofort im ioBroker Fixer inkludiert, daher sollte unter Linux iob fix reichen!!
                                

                                dies wurde oben bereits getätigt

                                Homoran 1 Reply Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @Gismoh last edited by

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

                                  dies wurde oben bereits getätigt

                                  und brach ab mit isnotempty

                                  G 2 Replies Last reply Reply Quote 0
                                  • G
                                    Gismoh @Homoran last edited by

                                    @homoran okay - hatte mich auf das bezogen:

                                        Your installation was fixed successfully
                                        Run iobroker start to start ioBroker again!
                                    

                                    dann mache ich es nochmal

                                    1 Reply Last reply Reply Quote 0
                                    • G
                                      Gismoh @crunchip last edited by Gismoh

                                      @crunchip
                                      neue VM (vor erneutem iob fix)

                                      ======== Start marking the full check here =========
                                      
                                      
                                      Skript v.2023-10-10
                                      
                                      *** BASE SYSTEM ***
                                       Static hostname: ioBrokerVM
                                             Icon name: computer-vm
                                               Chassis: vm 🖴
                                        Virtualization: kvm
                                      Operating System: Debian GNU/Linux 12 (bookworm)
                                                Kernel: Linux 6.1.0-13-amd64
                                          Architecture: x86-64
                                       Hardware Vendor: QEMU
                                        Hardware Model: Standard PC _i440FX + PIIX, 1996_
                                      Firmware Version: rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org
                                      
                                      model name      : QEMU Virtual CPU version 2.5+
                                      Docker          : false
                                      Virtualization  : kvm
                                      Kernel          : x86_64
                                      Userland        : amd64
                                      
                                      Systemuptime and Load:
                                       15:40:50 up  1:05,  2 users,  load average: 0.16, 0.04, 0.01
                                      CPU threads: 2
                                      
                                      
                                      *** Time and Time Zones ***
                                                     Local time: Thu 2023-11-09 15:40:50 CET
                                                 Universal time: Thu 2023-11-09 14:40:50 UTC
                                                       RTC time: Thu 2023-11-09 14:40:50
                                                      Time zone: Europe/Berlin (CET, +0100)
                                      System clock synchronized: yes
                                                    NTP service: active
                                                RTC in local TZ: no
                                      
                                      *** User and Groups ***
                                      idash
                                      /home/idash
                                      idash adm dialout sudo plugdev users input netdev iobroker
                                      
                                      *** X-Server-Setup ***
                                      X-Server:       false
                                      Desktop: 
                                      Terminal:       tty
                                      Boot Target:    graphical.target
                                      
                                      *** MEMORY ***
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            4.1G        384M        3.4G        507K        574M        3.7G
                                      Swap:           1.0G          0B        1.0G
                                      Total:          5.1G        384M        4.4G
                                      
                                               3915 M total memory
                                                367 M used memory
                                                222 M active memory
                                                251 M inactive memory
                                               3248 M free memory
                                                 67 M buffer memory
                                                480 M swap cache
                                                974 M total swap
                                                  0 M used swap
                                                974 M free swap
                                      
                                      *** FAILED SERVICES ***
                                      
                                        UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                                      * iobroker.service loaded failed failed ioBroker Server
                                      
                                      LOAD   = Reflects whether the unit definition was properly loaded.
                                      ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                                      SUB    = The low-level unit activation state, values depend on unit type.
                                      1 loaded units listed.
                                      
                                      *** FILESYSTEM ***
                                      Filesystem     Type      Size  Used Avail Use% Mounted on
                                      udev           devtmpfs  1.9G     0  1.9G   0% /dev
                                      tmpfs          tmpfs     392M  500K  392M   1% /run
                                      /dev/sda1      ext4       31G  3.6G   26G  13% /
                                      tmpfs          tmpfs     2.0G     0  2.0G   0% /dev/shm
                                      tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                      tmpfs          tmpfs     392M     0  392M   0% /run/user/1002
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      [Thu Nov  9 14:35:44 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                      [Thu Nov  9 14:35:45 2023] EXT4-fs (sda1): re-mounted. Quota mode: none.
                                      
                                      Show mounted filesystems \(real ones only\):
                                      TARGET SOURCE    FSTYPE OPTIONS
                                      /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      455M    /var/
                                      248M    /var/cache
                                      240M    /var/cache/apt
                                      169M    /var/lib
                                      164M    /var/cache/apt/archives
                                      
                                      Archived and active journals take up 24.0M in the file system.
                                      
                                      /opt/iobroker/backups:
                                      5.8M    /opt/iobroker/backups/
                                      
                                      /opt/iobroker/iobroker-data:
                                      189M    /opt/iobroker/iobroker-data/
                                      157M    /opt/iobroker/iobroker-data/files
                                      52M     /opt/iobroker/iobroker-data/files/javascript.admin
                                      34M     /opt/iobroker/iobroker-data/files/javascript.admin/static
                                      33M     /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                      
                                      The five largest files in iobroker-data are:
                                      27M     /opt/iobroker/iobroker-data/objects.jsonl
                                      19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.2975a411.js.map
                                      8.2M    /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.2975a411.js
                                      7.2M    /opt/iobroker/iobroker-data/files/ham.admin/static/js/main.8080bc0b.js.map
                                      7.1M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.f22de4ab.chunk.js.map
                                      find: '/dev/serial/by-id/': No such file or directory
                                      
                                      USB-Devices by-id:
                                      USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                      
                                      
                                      *** NodeJS-Installation ***
                                      
                                      /usr/bin/nodejs         v18.18.2
                                      /usr/bin/node           v18.18.2
                                      /usr/bin/npm            9.8.1
                                      /usr/bin/npx            9.8.1
                                      /usr/bin/corepack       0.19.0
                                      
                                      
                                      nodejs:
                                        Installed: 18.18.2-1nodesource1
                                        Candidate: 18.18.2-1nodesource1
                                        Version table:
                                       *** 18.18.2-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                              100 /var/lib/dpkg/status
                                           18.18.1-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.18.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.17.1-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.17.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.16.1-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.16.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.15.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.14.2-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.14.1-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.14.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.13.0+dfsg1-1 500
                                              500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                           18.13.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.12.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.11.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.10.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.9.1-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.9.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.8.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.7.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.6.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.5.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.4.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.3.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.2.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.1.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                           18.0.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                      
                                      Temp directories causing npm8 problem: 0
                                      No problems detected
                                      
                                      Errors in npm tree:
                                      
                                      *** ioBroker-Installation ***
                                      
                                      ioBroker Status
                                      iobroker is not running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Core adapters versions
                                      js-controller:  5.0.12
                                      admin:          6.8.0
                                      javascript:     7.1.4
                                      
                                      Adapters from github:   0
                                      
                                      Adapter State
                                        system.adapter.admin.0                  : admin                 : ioBrokerVM                               -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                        system.adapter.alarm.0                  : alarm                 : ioBrokerVM                               - disabled
                                        system.adapter.alexa2.0                 : alexa2                : ioBrokerVM                               - disabled
                                        system.adapter.backitup.0               : backitup              : ioBrokerVM                               -  enabled
                                        system.adapter.daikin-cloud.0           : daikin-cloud          : ioBrokerVM                               - disabled
                                        system.adapter.daswetter.0              : daswetter             : ioBrokerVM                               - disabled
                                        system.adapter.deconz.0                 : deconz                : ioBrokerVM                               - disabled, port: 8090
                                        system.adapter.device-reminder.0        : device-reminder       : ioBrokerVM                               - disabled
                                        system.adapter.discovery.0              : discovery             : ioBrokerVM                               - disabled
                                        system.adapter.ecovacs-deebot.0         : ecovacs-deebot        : ioBrokerVM                               - disabled
                                        system.adapter.enigma2.0                : enigma2               : ioBrokerVM                               - disabled
                                        system.adapter.fb-checkpresence.0       : fb-checkpresence      : ioBrokerVM                               - disabled
                                        system.adapter.fiat.0                   : fiat                  : ioBrokerVM                               - disabled
                                        system.adapter.flot.0                   : flot                  : ioBrokerVM                               - disabled
                                        system.adapter.fullybrowser.0           : fullybrowser          : ioBrokerVM                               - disabled
                                        system.adapter.go-e.0                   : go-e                  : ioBrokerVM                               - disabled
                                        system.adapter.go-e.1                   : go-e                  : ioBrokerVM                               - disabled
                                        system.adapter.ham.0                    : ham                   : ioBrokerVM                               - disabled
                                        system.adapter.harmony.0                : harmony               : ioBrokerVM                               - disabled
                                        system.adapter.hue-extended.0           : hue-extended          : ioBrokerVM                               - disabled
                                        system.adapter.hue.0                    : hue                   : ioBrokerVM                               - disabled, port: 443
                                        system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : ioBrokerVM                               - disabled
                                        system.adapter.influxdb.0               : influxdb              : ioBrokerVM                               - disabled, port: 8086
                                        system.adapter.info.0                   : info                  : ioBrokerVM                               - disabled
                                        system.adapter.iot.0                    : iot                   : ioBrokerVM                               - disabled
                                        system.adapter.javascript.0             : javascript            : ioBrokerVM                               - disabled
                                        system.adapter.meross.0                 : meross                : ioBrokerVM                               - disabled
                                        system.adapter.mihome-vacuum.0          : mihome-vacuum         : ioBrokerVM                               - disabled, port: 54321
                                        system.adapter.mihome-vacuum.2          : mihome-vacuum         : ioBrokerVM                               - disabled, port: 54321
                                        system.adapter.mobile.0                 : mobile                : ioBrokerVM                               - disabled
                                        system.adapter.openweathermap.0         : openweathermap        : ioBrokerVM                               - disabled
                                        system.adapter.pi-hole.0                : pi-hole               : ioBrokerVM                               - disabled
                                        system.adapter.pushover.0               : pushover              : ioBrokerVM                               - disabled
                                        system.adapter.pvforecast.0             : pvforecast            : ioBrokerVM                               - disabled
                                        system.adapter.radar2.0                 : radar2                : ioBrokerVM                               - disabled
                                        system.adapter.shelly.0                 : shelly                : ioBrokerVM                               - disabled, port: 1882, bind: 0.0.0.0
                                        system.adapter.shelly.1                 : shelly                : ioBrokerVM                               - disabled, port: 1882, bind: 0.0.0.0
                                        system.adapter.smartcontrol.0           : smartcontrol          : ioBrokerVM                               - disabled
                                        system.adapter.socketio.0               : socketio              : ioBrokerVM                               - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                                        system.adapter.sonoff.0                 : sonoff                : ioBrokerVM                               - disabled, port: 1883, bind: 0.0.0.0
                                        system.adapter.tado.0                   : tado                  : ioBrokerVM                               - disabled
                                        system.adapter.telegram.0               : telegram              : ioBrokerVM                               - disabled, port: 8443, bind: 0.0.0.0
                                        system.adapter.tibberlink.0             : tibberlink            : ioBrokerVM                               - disabled
                                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : ioBrokerVM                               - disabled
                                        system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : ioBrokerVM                               - disabled
                                        system.adapter.vis-material-advanced.0  : vis-material-advanced : ioBrokerVM                               - disabled
                                        system.adapter.vis-metro.0              : vis-metro             : ioBrokerVM                               - disabled
                                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBrokerVM                               - disabled
                                        system.adapter.vis.0                    : vis                   : ioBrokerVM                               - disabled
                                        system.adapter.weatherunderground.0     : weatherunderground    : ioBrokerVM                               - disabled
                                        system.adapter.web.0                    : web                   : ioBrokerVM                               - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        system.adapter.worx.0                   : worx                  : ioBrokerVM                               - disabled
                                      
                                      + instance is alive
                                      
                                      Enabled adapters with bindings
                                        system.adapter.admin.0                  : admin                 : ioBrokerVM                               -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                      
                                      ioBroker-Repositories
                                      Stable (default): http://iobroker.live/repo/sources-dist.json
                                      Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                                      
                                      Active repo(s): Stable (default)
                                      
                                      Installed ioBroker-Instances
                                      Used repository: Stable (default)
                                      Adapter    "admin"        : 6.12.0   , installed 6.8.0  [Updatable]
                                      Adapter    "alarm"        : 3.4.0    , installed 3.3.13 [Updatable]
                                      Adapter    "alexa2"       : 3.25.2   , installed 3.23.2 [Updatable]
                                      Adapter    "backitup"     : 2.8.7    , installed 2.8.1  [Updatable]
                                      Adapter    "daikin-cloud" : 0.3.0    , installed 0.3.0
                                      Adapter    "daswetter"    : 3.1.10   , installed 3.1.10
                                      Adapter    "deconz"       : 1.3.21   , installed 1.3.21
                                      Adapter    "device-reminder": 3.0.0  , installed 1.2.9  [Updatable]
                                      Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                      Adapter    "ecovacs-deebot": 1.4.13  , installed 1.4.13
                                      Adapter    "fb-checkpresence": 1.2.2 , installed 1.2.2
                                      Adapter    "fiat"         : 0.0.8    , installed 0.0.8
                                      Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                      Adapter    "fullybrowser" : 2.2.0    , installed 2.1.2  [Updatable]
                                      Adapter    "go-e"         : 1.0.27   , installed 1.0.27
                                      Adapter    "ham"          : 5.3.1    , installed 5.3.1
                                      Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                                      Adapter    "hue"          : 3.10.1   , installed 3.10.0 [Updatable]
                                      Adapter    "hue-extended" : 2.0.0    , installed 2.0.0
                                      Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                                      Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                      Adapter    "info"         : 2.0.0    , installed 2.0.0
                                      Adapter    "iot"          : 1.14.5   , installed 1.14.5
                                      Adapter    "javascript"   : 7.1.4    , installed 7.1.4
                                      Controller "js-controller": 5.0.12   , installed 5.0.12
                                      Adapter    "meross"       : 1.15.1   , installed 1.15.1
                                      Adapter    "mihome-vacuum": 4.0.0    , installed 4.0.0
                                      Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                                      Adapter    "openweathermap": 0.3.9   , installed 0.3.9
                                      Adapter    "pi-hole"      : 1.3.6    , installed 1.3.6
                                      Adapter    "pushover"     : 3.0.3    , installed 3.0.3
                                      Adapter    "pvforecast"   : 2.9.0    , installed 2.8.1  [Updatable]
                                      Adapter    "radar2"       : 2.0.8    , installed 2.0.7  [Updatable]
                                      Adapter    "shelly"       : 6.6.1    , installed 6.4.1  [Updatable]
                                      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                      Adapter    "smartcontrol" : 2.0.1    , installed 2.0.1
                                      Copy text starting here:
                                      
                                      
                                      ======================= SUMMARY =======================
                                                              v.2023-10-10
                                      
                                      
                                       Static hostname: ioBrokerVM
                                             Icon name: computer-vm
                                               Chassis: vm 🖴
                                        Virtualization: kvm
                                      Operating System: Debian GNU/Linux 12 (bookworm)
                                                Kernel: Linux 6.1.0-13-amd64
                                          Architecture: x86-64
                                       Hardware Vendor: QEMU
                                        Hardware Model: Standard PC _i440FX + PIIX, 1996_
                                      Firmware Version: rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org
                                      
                                      Installation:           kvm
                                      Kernel:                 x86_64
                                      Userland:               amd64
                                      Timezone:               Europe/Berlin (CET, +0100)
                                      User-ID:                1002
                                      X-Server:               false
                                      Boot Target:            graphical.target
                                      
                                      Pending OS-Updates:     0
                                      Pending iob updates:    16
                                      
                                      Nodejs-Installation:    /usr/bin/nodejs         v18.18.2
                                                              /usr/bin/node           v18.18.2
                                                              /usr/bin/npm            9.8.1
                                                              /usr/bin/npx            9.8.1
                                                              /usr/bin/corepack       0.19.0
                                      
                                      Recommended versions are nodejs 18.18.2 and npm 9.8.1
                                      Your nodejs installation is correct
                                      
                                      MEMORY: 
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            4.1G        418M        3.4G        512K        590M        3.7G
                                      Swap:           1.0G          0B        1.0G
                                      Total:          5.1G        418M        4.4G
                                      
                                      Active iob-Instances:   1
                                      Active repo(s): Stable (default)
                                      
                                      ioBroker Core:          js-controller           5.0.12
                                                              admin                   6.8.0
                                      
                                      ioBroker Status:        iobroker is not running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Status admin and web instance:
                                        system.adapter.admin.0                  : admin                 : ioBrokerVM                               -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                        system.adapter.web.0                    : web                   : ioBrokerVM                               - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      
                                      Objects:                32918
                                      States:                 20853
                                      
                                      Size of iob-Database:
                                      
                                      35M     /opt/iobroker/iobroker-data/objects.jsonl
                                      4.9M    /opt/iobroker/iobroker-data/states.jsonl
                                      
                                      
                                      
                                      =================== END OF SUMMARY ====================
                                      
                                      
                                      === Mark text until here for copying ===
                                      
                                      Homoran crunchip 2 Replies Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @Gismoh last edited by Homoran

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

                                        neue VM (vor erneutem iob fix)

                                        full ist unvollständig

                                        wie kommen die ganzen Adapter da rein wenn das eine neue VM ist?

                                        G 1 Reply Last reply Reply Quote 0
                                        • G
                                          Gismoh @Homoran last edited by Gismoh

                                          @homoran
                                          Ich sollte doch das Backup einspielen. Dies hatte ich auch getan, auf der frischen Maschine (VM) ohne backup läuft ja der ble!
                                          Oder sind die Adpater ungewöhnlich, wenn man das backup von backitup einspielt?

                                          1 Reply Last reply Reply Quote 0
                                          • G
                                            Gismoh @Homoran last edited by Gismoh

                                            @homoran
                                            iob fix sieht für mich "normal" aus -sehe dort keine Fehlermeldung.
                                            (gerade erneut gemacht)

                                            idash@ioBrokerVM:~$ iob stop
                                            idash@ioBrokerVM:~$ iob fix
                                            library: loaded
                                            Library version=2023-10-13
                                            
                                            ==========================================================================
                                            
                                                Welcome to the ioBroker installation fixer!
                                                Script version: 2023-10-13
                                                
                                                You might need to enter your password a couple of times.
                                            
                                            ==========================================================================
                                            
                                            
                                            ==========================================================================
                                                Installing prerequisites (1/5)
                                            ==========================================================================
                                            
                                            [sudo] Passwort für idash: 
                                            OK:1 http://security.debian.org/debian-security bookworm-security InRelease
                                            OK:2 http://deb.debian.org/debian bookworm InRelease                           
                                            OK:3 http://deb.debian.org/debian bookworm-updates InRelease                   
                                            OK:4 https://deb.nodesource.com/node_18.x nodistro InRelease                   
                                            Paketlisten werden gelesen… Fertig
                                            
                                            ==========================================================================
                                                Checking ioBroker user and directory permissions (2/5)
                                            ==========================================================================
                                            
                                            Created /etc/sudoers.d/iobroker
                                            Fixing directory permissions...
                                            
                                            ==========================================================================
                                                Check and cleanup npm temporary directories (3/5)
                                            ==========================================================================
                                            
                                            Done.
                                            
                                            ==========================================================================
                                                Database maintenance (4/5)
                                            ==========================================================================
                                            
                                            Checking for uncompressed JSONL databases... This might take a while!
                                            
                                            Compressing /opt/iobroker/iobroker-data/states.jsonl
                                            Compressing /opt/iobroker/iobroker-data/objects.jsonl
                                            Compressed 2 JSONL files. Done
                                            
                                            ==========================================================================
                                                Checking autostart (5/5)
                                            ==========================================================================
                                            
                                            Enabling autostart...
                                            Autostart enabled!
                                            
                                            ==========================================================================
                                            
                                                Your installation was fixed successfully
                                                Run iobroker start to start ioBroker again!
                                            
                                            ==========================================================================
                                            
                                            idash@ioBrokerVM:~$ iob start
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            933
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

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