Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Gelöst: Adapter Updates können nicht installiert werden

    NEWS

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    Gelöst: Adapter Updates können nicht installiert werden

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @Jan1 last edited by

      @Jan1 sagte in Adapter Updates können nicht installiert werden:

      @Homoran
      und nicht nur der 🙂

      War auch nur EIN Beispiel

      da würde jetzt iobroker update wahrscheinlich ein grausames Bild bringen 😉

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

        @WalterKA

        nodejs -v
        node -v
        npm -v
        which nodejs
        which node 
        which npm
        
        W 1 Reply Last reply Reply Quote 0
        • W
          WalterKA @Thomas Braun last edited by

          @Thomas-Braun sagte in Adapter Updates können nicht installiert werden:

          which npm

          Hier das Ergebnis:

          pi@ioBrokerWS:~ $ nodejs -v
          v12.16.3
          pi@ioBrokerWS:~ $ node -v
          v12.16.3
          pi@ioBrokerWS:~ $ npm -v
          6.14.4
          pi@ioBrokerWS:~ $ which nodejs
          /usr/bin/nodejs
          pi@ioBrokerWS:~ $ which node
          /usr/bin/node
          pi@ioBrokerWS:~ $ which npm
          /usr/bin/npm
          pi@ioBrokerWS:~ $
          
          
          1 Reply Last reply Reply Quote 0
          • W
            WalterKA @Thomas Braun last edited by

            @Thomas-Braun sagte in Adapter Updates können nicht installiert werden:

            @WalterKA Versuch es mal über die Konsole.

            iobroker update 
            iobroker upgrade
            

            Ansonsten brauchen wir noch etwas mehr Informationen zu dem System. Welche Hardware mit welchem Betriebssystem z. B.

            Wäre es einen Versuch wert das Ganze nochmals über die Konsole zu versuchen wenn ich die Instanzen deaktiviert habe?

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

              @WalterKA

              iobroker list adapters
              
              Glasfaser 1 Reply Last reply Reply Quote 0
              • Glasfaser
                Glasfaser @Thomas Braun last edited by

                @Thomas-Braun

                pi@ioBrokerWS:~ $ 
                

                Frage ...
                ist das richtig das er nicht bei /opt/iobroker im Verzeichniss ist .
                Oder ist das hier anders !?

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

                  @Glasfaser alle iobroker tu etwas Befehle können inzwischen aus jedem Verzeichnis gestartet werden.
                  Befehle von npm mache was müssen im Installationsverzeichnis ausgeführt werden

                  Glasfaser 1 Reply Last reply Reply Quote 1
                  • W
                    WalterKA last edited by

                    Ich habe es nochmals über die Konsole versucht nachdem ich alle Instanzen ausser der admin Instanz gestoppt hatte.

                    iobroker update 
                    iobroker upgrade
                    

                    Das Ergebnis bleibt negativ. Ich spiele gerade wieder mein Backup zurück.

                    Mir sind mehrere Meldungen aufgefallendas etwas fehlt, aber ich weiß leider nichts damit anzufangen.
                    Hier mal eine der Error Meldungen:

                    Cannot find io-package.json in "/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../": Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../io-package.json'
                    

                    Hier der Inhalt von Putty Fenster nachdem ich "iobroker upgrade" eintippte:

                    Linux ioBrokerWS 4.19.97-v7+ #1294 SMP Thu Jan 30 13:15:58 GMT 2020 armv7l
                    
                    The programs included with the Debian GNU/Linux system are free software;
                    the exact distribution terms for each program are described in the
                    individual files in /usr/share/doc/*/copyright.
                    
                    Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                    permitted by applicable law.
                    Last login: Mon May  4 19:53:25 2020 from 192.168.178.37
                    pi@ioBrokerWS:~ $ iobroker upgrade
                    Update admin from @3.7.8 to @4.0.9
                    host.ioBrokerWS Adapter "system.adapter.admin.0" is stopped.
                    NPM version: 6.14.4
                    npm install iobroker.admin@4.0.9 --loglevel error --prefix "/opt/iobroker" (System call)
                    In file included from ../src/DeviceINQ.h:17,
                                     from ../src/linux/BluetoothSerialPort.cc:13:
                    ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                    ../node_modules/nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                  ^
                    ../src/linux/BluetoothSerialPort.cc: At global scope:
                    ../src/linux/BluetoothSerialPort.cc:18:14: error: variable or field ‘InitAll’ declared void
                     void InitAll(Handle<Object> exports) {
                                  ^~~~~~
                    ../src/linux/BluetoothSerialPort.cc:18:14: error: ‘Handle’ was not declared in this scope
                    ../src/linux/BluetoothSerialPort.cc:18:14: note: suggested alternative: ‘rand_r’
                     void InitAll(Handle<Object> exports) {
                                  ^~~~~~
                                  rand_r
                    ../src/linux/BluetoothSerialPort.cc:18:27: error: expected primary-expression before ‘>’ token
                     void InitAll(Handle<Object> exports) {
                                               ^
                    ../src/linux/BluetoothSerialPort.cc:18:29: error: ‘exports’ was not declared in this scope
                     void InitAll(Handle<Object> exports) {
                                                 ^~~~~~~
                    In file included from ../src/linux/BluetoothSerialPort.cc:12:
                    ../src/linux/BluetoothSerialPort.cc:23:34: error: ‘InitAll’ was not declared in this scope
                     NODE_MODULE(BluetoothSerialPort, InitAll)
                                                      ^~~~~~~
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/node.h:608:36: note: in definition of macro ‘NODE_MODULE_X’
                           (node::addon_register_func) (regfunc),                          \
                                                        ^~~~~~~
                    ../src/linux/BluetoothSerialPort.cc:23:1: note: in expansion of macro ‘NODE_MODULE’
                     NODE_MODULE(BluetoothSerialPort, InitAll)
                     ^~~~~~~~~~~
                    make: *** [BluetoothSerialPort.target.mk:115: Release/obj.target/BluetoothSerialPort/src/linux/BluetoothSerialPort.o] Fehler 1
                    gyp ERR! build error
                    gyp ERR! stack Error: `make` failed with exit code: 2
                    gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
                    gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
                    gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                    gyp ERR! System Linux 4.19.97-v7+
                    gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build"
                    gyp ERR! cwd /opt/iobroker/node_modules/node-bluetooth
                    gyp ERR! node -v v12.16.3
                    gyp ERR! node-gyp -v v5.1.0
                    gyp ERR! not ok
                    In file included from ../src/raw.h:23,
                                     from ../src/raw.cc:6:
                    ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                    ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                  ^
                    In file included from ../src/raw.h:21,
                                     from ../src/raw.cc:6:
                    ../src/raw.cc: At global scope:
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/node.h:608:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
                           (node::addon_register_func) (regfunc),                          \
                                                               ^
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/node.h:642:3: note: in expansion of macro ‘NODE_MODULE_X’
                       NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                       ^~~~~~~~~~~~~
                    ../src/raw.cc:55:1: note: in expansion of macro ‘NODE_MODULE’
                     NODE_MODULE(raw, InitAll)
                     ^~~~~~~~~~~
                    prebuild-install info begin Prebuild-install version 5.3.3
                    prebuild-install info looking for cached prebuild @ /home/iobroker/.npm/_prebuilds/1a8738-usb-v1.6.2-node-v72-linux-arm.tar.gz
                    prebuild-install http request GET https://github.com/tessel/node-usb/releases/download/v1.6.2/usb-v1.6.2-node-v72-linux-arm.tar.gz
                    prebuild-install http 404 https://github.com/tessel/node-usb/releases/download/v1.6.2/usb-v1.6.2-node-v72-linux-arm.tar.gz
                    prebuild-install WARN install No prebuilt binaries found (target=12.16.3 runtime=node arch=arm libc= platform=linux)
                    In file included from ../src/helpers.h:3,
                                     from ../src/node_usb.h:21,
                                     from ../src/node_usb.cc:1:
                    ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                    ../node_modules/nan/nan.h:2232:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                  ^
                    In file included from ../src/node_usb.h:14,
                                     from ../src/node_usb.cc:1:
                    ../src/node_usb.cc: At global scope:
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/node.h:608:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
                           (node::addon_register_func) (regfunc),                          \
                                                               ^
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/node.h:642:3: note: in expansion of macro ‘NODE_MODULE_X’
                       NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                       ^~~~~~~~~~~~~
                    ../src/node_usb.cc:95:1: note: in expansion of macro ‘NODE_MODULE’
                     NODE_MODULE(usb_bindings, Initialize)
                     ^~~~~~~~~~~
                    ../src/node_usb.cc: In function ‘void handleHotplug(std::pair<libusb_device*, libusb_hotplug_event>)’:
                    ../src/node_usb.cc:151:58: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
                      Nan::MakeCallback(Nan::New(hotplugThis), "emit", 2, argv);
                                                                              ^
                    In file included from ../src/helpers.h:3,
                                     from ../src/node_usb.h:21,
                                     from ../src/node_usb.cc:1:
                    ../node_modules/nan/nan.h:1001:46: note: declared here
                       NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                                  ^~~~~~~~~~~~
                    ../src/node_usb.cc:151:58: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
                      Nan::MakeCallback(Nan::New(hotplugThis), "emit", 2, argv);
                                                                              ^
                    In file included from ../src/helpers.h:3,
                                     from ../src/node_usb.h:21,
                                     from ../src/node_usb.cc:1:
                    ../node_modules/nan/nan.h:1001:46: note: declared here
                       NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                                  ^~~~~~~~~~~~
                    In file included from ../src/node_usb.h:12,
                                     from ../src/node_usb.cc:1:
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/node_object_wrap.h:85:78:   required from here
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h:10226:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                    reinterpret_cast<Callback>(callback), type);
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
                    ../node_modules/nan/nan_object_wrap.h:65:61:   required from here
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h:10226:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                    In file included from ../src/helpers.h:3,
                                     from ../src/node_usb.h:21,
                                     from ../src/device.cc:1:
                    ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                    ../node_modules/nan/nan.h:2232:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                  ^
                    ../src/device.cc: In member function ‘void Req::submit(Device*, v8::Local<v8::Function>, uv_work_cb, uv_work_cb)’:
                    ../src/device.cc:220:70: warning: cast between incompatible function types from ‘uv_work_cb’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                       uv_queue_work(uv_default_loop(), &req, backend, (uv_after_work_cb) after);
                                                                                          ^~~~~
                    ../src/device.cc: In static member function ‘static void Req::default_after(uv_work_t*)’:
                    ../src/device.cc:237:64: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
                        Nan::MakeCallback(device, Nan::New(baton->callback), 1, argv);
                                                                                    ^
                    In file included from ../src/helpers.h:3,
                                     from ../src/node_usb.h:21,
                                     from ../src/device.cc:1:
                    ../node_modules/nan/nan.h:959:46: note: declared here
                       NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                                  ^~~~~~~~~~~~
                    ../src/device.cc:237:64: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
                        Nan::MakeCallback(device, Nan::New(baton->callback), 1, argv);
                                                                                    ^
                    In file included from ../src/helpers.h:3,
                                     from ../src/node_usb.h:21,
                                     from ../src/device.cc:1:
                    ../node_modules/nan/nan.h:959:46: note: declared here
                       NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                                  ^~~~~~~~~~~~
                    In file included from ../src/node_usb.h:12,
                                     from ../src/device.cc:1:
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/node_object_wrap.h:85:78:   required from here
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h:10226:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                    reinterpret_cast<Callback>(callback), type);
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
                    ../node_modules/nan/nan_object_wrap.h:65:61:   required from here
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h:10226:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                    In file included from ../src/helpers.h:3,
                                     from ../src/node_usb.h:21,
                                     from ../src/transfer.cc:1:
                    ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                    ../node_modules/nan/nan.h:2232:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                  ^
                    ../src/transfer.cc: In function ‘void handleCompletion(Transfer*)’:
                    ../src/transfer.cc:126:72: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
                       Nan::MakeCallback(self->handle(), Nan::New(self->v8callback), 3, argv);
                                                                                            ^
                    In file included from ../src/helpers.h:3,
                                     from ../src/node_usb.h:21,
                                     from ../src/transfer.cc:1:
                    ../node_modules/nan/nan.h:959:46: note: declared here
                       NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                                  ^~~~~~~~~~~~
                    ../src/transfer.cc:126:72: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
                       Nan::MakeCallback(self->handle(), Nan::New(self->v8callback), 3, argv);
                                                                                            ^
                    In file included from ../src/helpers.h:3,
                                     from ../src/node_usb.h:21,
                                     from ../src/transfer.cc:1:
                    ../node_modules/nan/nan.h:959:46: note: declared here
                       NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                                  ^~~~~~~~~~~~
                    In file included from ../src/node_usb.h:12,
                                     from ../src/transfer.cc:1:
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/node_object_wrap.h:85:78:   required from here
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h:10226:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                    reinterpret_cast<Callback>(callback), type);
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
                    ../node_modules/nan/nan_object_wrap.h:65:61:   required from here
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/v8.h:10226:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                    In file included from ../src/BluetoothHciSocket.cpp:8:
                    ../../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                    ../../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                  ^
                    In file included from /home/iobroker/.cache/node-gyp/12.16.3/include/node/node_buffer.h:25,
                                     from ../src/BluetoothHciSocket.cpp:7:
                    ../src/BluetoothHciSocket.cpp: At global scope:
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/node.h:608:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
                           (node::addon_register_func) (regfunc),                          \
                                                               ^
                    /home/iobroker/.cache/node-gyp/12.16.3/include/node/node.h:642:3: note: in expansion of macro ‘NODE_MODULE_X’
                       NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                       ^~~~~~~~~~~~~
                    ../src/BluetoothHciSocket.cpp:578:1: note: in expansion of macro ‘NODE_MODULE’
                     NODE_MODULE(binding, BluetoothHciSocket::Init);
                     ^~~~~~~~~~~
                    upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                    Update "system.adapter.admin.0"
                    Update "system.adapter.admin.1"
                    upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                    upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                    upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                    Adapter "admin" updated
                    host.ioBrokerWS Adapter "system.adapter.admin.0" is started
                    Adapter "alexa2"         is not installed.
                    Adapter "alpha2"         is not installed.
                    Adapter "amazon-dash"    is not installed.
                    Adapter "artnet"         is not installed.
                    Adapter "asterisk"       is not installed.
                    Adapter "asuswrt"        is not installed.
                    Adapter "b-control-em"   is not installed.
                    Adapter "backitup"       is not installed.
                    Adapter "beckhoff"       is not installed.
                    Adapter "benq"           is not installed.
                    Adapter "binance"        is not installed.
                    Adapter "ble"            is not installed.
                    Adapter "bmw"            is not installed.
                    Adapter "bosesoundtouch" is not installed.
                    Adapter "botvac"         is not installed.
                    Adapter "bring"          is not installed.
                    Adapter "broadlink2"     is not installed.
                    Adapter "bsblan"         is not installed.
                    Adapter "bshb"           is not installed.
                    Adapter "chromecast"     is not installed.
                    Adapter "cloud"          is not installed.
                    Adapter "comfoair"       is not installed.
                    Adapter "contactid"      is not installed.
                    Cannot find io-package.json in "/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../": Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../io-package.json'
                    Adapter "countdown"      is not installed.
                    Adapter "cul"            is not installed.
                    Adapter "daikin"         is not installed.
                    Adapter "daswetter"      is not installed.
                    Adapter "deconz"         is not installed.
                    Adapter "denon"          is not installed.
                    Adapter "devices"        is not installed.
                    Adapter "digitalstrom"   is not installed.
                    Adapter "discovergy"     is not installed.
                    Adapter "discovery"      is not installed.
                    Adapter "ds18b20"        is not installed.
                    Adapter "dwd"            is not installed.
                    Adapter "ebus"           is not installed.
                    Adapter "egigeozone"     is not installed.
                    Adapter "ekey"           is not installed.
                    Adapter "email"          is not installed.
                    Adapter "emby"           is not installed.
                    Adapter "energymanager"  is not installed.
                    Adapter "enet"           is not installed.
                    Adapter "epson_stylus_px830" is not installed.
                    Adapter "fakeroku"       is not installed.
                    Adapter "fb-checkpresence" is not installed.
                    Adapter "feiertage"      is not installed.
                    Adapter "fhem"           is not installed.
                    Adapter "find-my-iphone" is not installed.
                    Adapter "firetv"         is not installed.
                    Adapter "flot"           is not installed.
                    Adapter "foobar2000"     is not installed.
                    Adapter "fritzbox"       is not installed.
                    Adapter "fritzdect"      is not installed.
                    Adapter "fronius"        is not installed.
                    Adapter "fullcalendar"   is not installed.
                    Adapter "fullybrowser"   is not installed.
                    Adapter "g-homa"         is not installed.
                    Adapter "geofency"       is not installed.
                    Adapter "gruenbeck"      is not installed.
                    Adapter "habpanel"       is not installed.
                    Adapter "haier"          is not installed.
                    Adapter "ham"            is not installed.
                    Adapter "ham-wemo"       is not installed.
                    Adapter "harmony"        is not installed.
                    Adapter "heatingcontrol" is not installed.
                    Adapter "heytech"        is not installed.
                    Adapter "hid"            is not installed.
                    Adapter "history"        is not installed.
                    Adapter "hm-rega"        is not installed.
                    Adapter "hm-rpc"         is not installed.
                    Adapter "hmip"           is not installed.
                    Adapter "homeconnect"    is not installed.
                    Adapter "homee"          is not installed.
                    Adapter "homepilot"      is not installed.
                    Adapter "hp-ilo"         is not installed.
                    Adapter "hs100"          is not installed.
                    Cannot find io-package.json in "/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../": Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../io-package.json'
                    Adapter "hue-extended"   is not installed.
                    Adapter "ical"           is not installed.
                    Adapter "icons-addictive-flavour-png" is not installed.
                    Adapter "icons-fatcow-hosting" is not installed.
                    Adapter "icons-icons8"   is not installed.
                    Adapter "icons-material-png" is not installed.
                    Adapter "icons-material-svg" is not installed.
                    Adapter "icons-mfd-png"  is not installed.
                    Adapter "icons-mfd-svg"  is not installed.
                    Adapter "icons-open-icon-library-png" is not installed.
                    Adapter "icons-ultimate-png" is not installed.
                    Adapter "influxdb"       is not installed.
                    Adapter "info"           is up to date.
                    Adapter "innogy-smarthome" is not installed.
                    Adapter "iogo"           is not installed.
                    Adapter "iot"            is not installed.
                    Adapter "iqontrol"       is not installed.
                    Adapter "javascript"     is not installed.
                    Adapter "jeelink"        is not installed.
                    Adapter "kecontact"      is not installed.
                    Adapter "klf200"         is not installed.
                    Adapter "km200"          is not installed.
                    Adapter "knmi-weather"   is not installed.
                    Adapter "knx"            is not installed.
                    Adapter "kodi"           is not installed.
                    Adapter "kress"          is not installed.
                    Adapter "lametric"       is not installed.
                    Adapter "landroid"       is not installed.
                    Adapter "lcn"            is not installed.
                    Adapter "lgtv"           is not installed.
                    Adapter "lgtv-rs"        is not installed.
                    Adapter "lgtv11"         is not installed.
                    Adapter "lifx"           is not installed.
                    Adapter "lightify"       is not installed.
                    Adapter "link"           is not installed.
                    Adapter "linkeddevices"  is not installed.
                    Adapter "lovelace"       is not installed.
                    Adapter "loxone"         is not installed.
                    Adapter "luftdaten"      is not installed.
                    Adapter "lupusec"        is not installed.
                    Adapter "luxtronik1"     is not installed.
                    Adapter "material"       is not installed.
                    Adapter "maxcube"        is not installed.
                    Adapter "maxcul"         is not installed.
                    Adapter "mbus"           is not installed.
                    Adapter "megad"          is not installed.
                    Adapter "megadd"         is not installed.
                    Adapter "megaesp"        is not installed.
                    Adapter "mercedesme"     is not installed.
                    Adapter "mercury"        is not installed.
                    Adapter "meross"         is not installed.
                    Adapter "meteoalarm"     is not installed.
                    Adapter "miele"          is not installed.
                    Adapter "mielecloudservice" is not installed.
                    Adapter "mihome"         is not installed.
                    Adapter "mihome-lamp"    is not installed.
                    Adapter "mihome-plug"    is not installed.
                    Adapter "mihome-vacuum"  is not installed.
                    Adapter "mikrotik"       is not installed.
                    Adapter "milight"        is not installed.
                    Adapter "milight-smart-light" is not installed.
                    Adapter "mobile"         is not installed.
                    Adapter "modbus"         is not installed.
                    Adapter "moma"           is not installed.
                    Adapter "mpd"            is not installed.
                    Adapter "mqtt"           is not installed.
                    Adapter "mqtt-client"    is not installed.
                    Adapter "musiccast"      is not installed.
                    Adapter "mysensors"      is not installed.
                    Adapter "nanoleaf-lightpanels" is not installed.
                    Adapter "nello"          is not installed.
                    Adapter "netatmo"        is not installed.
                    Adapter "nibeuplink"     is not installed.
                    Adapter "nina"           is not installed.
                    Adapter "node-red"       is not installed.
                    Adapter "nuki"           is not installed.
                    Adapter "nuki-extended"  is not installed.
                    Adapter "nut"            is not installed.
                    Adapter "odl"            is not installed.
                    Adapter "oilfox"         is not installed.
                    Adapter "onkyo"          is not installed.
                    Adapter "onvif"          is not installed.
                    Adapter "openhab"        is not installed.
                    Adapter "openligadb"     is not installed.
                    Adapter "openweathermap" is not installed.
                    Adapter "opi"            is not installed.
                    Adapter "oppoplayer"     is not installed.
                    Adapter "owfs"           is not installed.
                    Adapter "owntracks"      is not installed.
                    Adapter "panasonic-viera" is not installed.
                    Adapter "parser"         is not installed.
                    Adapter "paw"            is not installed.
                    Adapter "phantomjs"      is not installed.
                    Adapter "pi-hole"        is not installed.
                    Adapter "piface"         is not installed.
                    Adapter "pimatic"        is not installed.
                    Adapter "ping"           is not installed.
                    Adapter "places"         is not installed.
                    Adapter "plex"           is not installed.
                    Adapter "plexconnect"    is not installed.
                    Adapter "pollenflug"     is not installed.
                    Adapter "proxmox"        is not installed.
                    Adapter "proxy"          is not installed.
                    Adapter "pushbullet"     is not installed.
                    Adapter "pushover"       is not installed.
                    Adapter "pushsafer"      is not installed.
                    Adapter "radar2"         is up to date.
                    Adapter "radiohead"      is not installed.
                    Adapter "rflink"         is not installed.
                    Adapter "rickshaw"       is not installed.
                    Adapter "ring"           is not installed.
                    Adapter "robonect"       is not installed.
                    Adapter "roomba"         is not installed.
                    Adapter "rpi2"           is not installed.
                    Adapter "s7"             is not installed.
                    Adapter "samsung"        is not installed.
                    Adapter "sayit"          is not installed.
                    Adapter "sbfspot"        is not installed.
                    Adapter "scenes"         is not installed.
                    Adapter "schoolfree"     is not installed.
                    Adapter "shelly"         is not installed.
                    Adapter "shuttercontrol" is not installed.
                    Adapter "sia"            is not installed.
                    Adapter "siegenia"       is not installed.
                    Adapter "simple-api"     is not installed.
                    Adapter "smappee"        is not installed.
                    Adapter "smartmeter"     is not installed.
                    Adapter "snips"          is not installed.
                    Adapter "snmp"           is not installed.
                    Cannot find io-package.json in "/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../": Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../io-package.json'
                    Adapter "solarlog"       is not installed.
                    Adapter "solarwetter"    is not installed.
                    Adapter "sonnen"         is not installed.
                    Adapter "sonoff"         is not installed.
                    Adapter "sonos"          is not installed.
                    Adapter "sony-bravia"    is not installed.
                    Adapter "spotify-premium" is not installed.
                    Adapter "sql"            is not installed.
                    Adapter "squeezebox"     is not installed.
                    Adapter "squeezeboxrpc"  is not installed.
                    Adapter "starline"       is not installed.
                    Adapter "statistics"     is not installed.
                    Adapter "stiebel-isg"    is not installed.
                    Adapter "sunnyportal"    is not installed.
                    Adapter "swiss-weather-api" is not installed.
                    Adapter "systeminfo"     is not installed.
                    Adapter "tahoma"         is not installed.
                    Adapter "tankerkoenig"   is not installed.
                    Adapter "telegram"       is not installed.
                    Adapter "terminal"       is not installed.
                    Adapter "tesla-motors"   is not installed.
                    Adapter "text2command"   is not installed.
                    Cannot find io-package.json in "/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../": Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../io-package.json'
                    Adapter "tradfri"        is not installed.
                    Adapter "tunnelbroker-endpoint-updater" is not installed.
                    Adapter "tuya"           is not installed.
                    Adapter "tvspielfilm"    is not installed.
                    Adapter "unifi"          is not installed.
                    Adapter "upnp"           is not installed.
                    Adapter "valloxmv"       is not installed.
                    Adapter "vcard"          is not installed.
                    Adapter "velux"          is not installed.
                    Adapter "viessmann"      is not installed.
                    Adapter "virtualpowermeter" is not installed.
                    Adapter "vis"            is not installed.
                    Adapter "vis-bars"       is not installed.
                    Adapter "vis-canvas-gauges" is not installed.
                    Adapter "vis-colorpicker" is not installed.
                    Adapter "vis-fancyswitch" is not installed.
                    Adapter "vis-google-fonts" is not installed.
                    Adapter "vis-history"    is not installed.
                    Adapter "vis-hqwidgets"  is not installed.
                    Adapter "vis-inventwo"   is not installed.
                    Adapter "vis-jqui-mfd"   is not installed.
                    Adapter "vis-justgage"   is not installed.
                    Adapter "vis-keyboard"   is not installed.
                    Adapter "vis-lcars"      is not installed.
                    Adapter "vis-map"        is not installed.
                    Adapter "vis-metro"      is not installed.
                    Adapter "vis-players"    is not installed.
                    Adapter "vis-plumb"      is not installed.
                    Adapter "vis-rgraph"     is not installed.
                    Adapter "vis-timeandweather" is not installed.
                    Adapter "vis-weather"    is not installed.
                    Adapter "vr200"          is not installed.
                    Adapter "weatherunderground" is not installed.
                    Adapter "web"            is not installed.
                    Adapter "weishaupt-wem"  is not installed.
                    Adapter "wiffi-wz"       is not installed.
                    Adapter "wifilight"      is not installed.
                    Adapter "wled"           is not installed.
                    Adapter "wm-bus"         is not installed.
                    Adapter "wolf"           is not installed.
                    Adapter "worx"           is not installed.
                    Adapter "xbox"           is not installed.
                    Adapter "xs1"            is not installed.
                    Adapter "yahka"          is not installed.
                    Adapter "yamaha"         is not installed.
                    Adapter "yeelight-2"     is not installed.
                    Adapter "youtube"        is not installed.
                    Adapter "yr"             is not installed.
                    Adapter "zigbee"         is not installed.
                    Adapter "zont"           is not installed.
                    Adapter "zwave"          is not installed.
                    pi@ioBrokerWS:~ $
                    
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Glasfaser
                      Glasfaser @Homoran last edited by Glasfaser

                      @Homoran

                      Danke ... für die Info.

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

                        @WalterKA said in Adapter Updates können nicht installiert werden:

                        Das Ergebnis bleibt negativ. Ich spiele gerade wieder mein Backup zurück.

                        Und wie soll man dir da strukturiert helfen, wenn du andauernd ein Backup einspielst? Da fangen wir doch wieder von vorne an... -_-

                        1 Reply Last reply Reply Quote 0
                        • J
                          Jan1 @Glasfaser last edited by Jan1

                          und wenn schon ein Backup, dann vorher die System Adpter aktualisieren.

                          W 1 Reply Last reply Reply Quote 0
                          • wendy2702
                            wendy2702 last edited by

                            Blicke nicht wirklich durch aber du hast welche Version vom JS-Controller ?

                            Den Verwahrungsort auf default oder latest?

                            J 1 Reply Last reply Reply Quote 0
                            • J
                              Jan1 @wendy2702 last edited by

                              @wendy2702
                              ich bin auf latest und hab den:
                              3e1f509f-a8a9-4c96-a1ac-f5147fcc1ebb-grafik.png

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

                                @Jan1 Ich glaube du warst nicht gemeint, sondern Backup-Walter...

                                wendy2702 J 2 Replies Last reply Reply Quote 0
                                • wendy2702
                                  wendy2702 @Thomas Braun last edited by

                                  @Thomas-Braun Riiiiccchhhhhtttiiiigggggg

                                  1 Reply Last reply Reply Quote 0
                                  • J
                                    Jan1 @Thomas Braun last edited by

                                    @Thomas-Braun
                                    ist aber auch wieder ein Durcheinander hier 🙂

                                    1 Reply Last reply Reply Quote 0
                                    • W
                                      WalterKA last edited by WalterKA

                                      Wenn ich das Backup nicht einspiele dann komme ich nicht mehr auf die ioBroker Webseite, denn die ist tot nachdem ich versuchte einen der Adapter mit dem Update zu versorgen

                                      .... und ich bin auf default

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

                                        @WalterKA Die Web-Seite interessiert uns doch auch gar nicht. Wir sind hier in der Konsole unterwegs...

                                        W 1 Reply Last reply Reply Quote 0
                                        • W
                                          WalterKA @Jan1 last edited by

                                          @Jan1

                                          wie soll ich das machen wenn die Webseite down ist nachdem ich einen Adapter updaten wollte?

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

                                            @WalterKA Die hier angegebenen Konsolenbefehle ausführen. Und Rückmeldungen hier wieder rein, damit wir sehen was da bei dir Pegel ist.

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

                                            Support us

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

                                            889
                                            Online

                                            32.1k
                                            Users

                                            80.7k
                                            Topics

                                            1.3m
                                            Posts

                                            update adapter
                                            10
                                            156
                                            11884
                                            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