Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [Gelöst] Zigbee Adapter lässt sich nicht installieren

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    528

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    437

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    999

[Gelöst] Zigbee Adapter lässt sich nicht installieren

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
zigbee adapterzigbeeadapter installieren fehler
5 Beiträge 3 Kommentatoren 1.3k Aufrufe 3 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • T Offline
    T Offline
    theGrinch
    schrieb am zuletzt editiert von theGrinch
    #1

    Hallo liebe Gemeinde.
    Die Installation des Adapters läuft durch und endet mit

    Fertig mit Fehler: events.js:174 throw er; // Unhandled 'error' event ^Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.zigbee/admin/img/philips_hue_gu10_ambiance.png'Emitted 'error' event at: at lazyFs.open (internal/fs/streams.js:115:12) at FSReqWrap.args [as oncomplete] (fs.js:140:20)
    

    Das ganze auf RasPi 4B mit Raspberian.
    Was ich bisher gemacht habe:

    • Forum lesen
    • Raspberian auf den neuesten Stand bringen
    • ioBroker auf den neuesten Stand bringen
    • Adapter in ioBroker versucht zu installieren
    • Adapter über die Konsole von github versucht zu installieren
    • Dateien in /home/pi/node_modules zwischendrin manuelle gelöscht

    Ich habe da noch den Adapter ScriptEngine der sich mit Hinweis "falsche Version von admin" nicht aktualisieren lässt, falls das damit zusammenhängen kann:
    Script Engine
    Verfügbare Version: 4.3.4
    Installierte Version: 4.1.12

    Hat jemand eine Idee?

    Restlicher Text:

    STATEMENT_BEGIN(Bind);     ^~~~~~~~~~~~~~~
    ../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_AfterBind(uv_work_t*)’:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:347:13: note: in expansion of macro ‘TRY_CATCH_CALL’             TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);             ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~In file included from ../src/statement.cc:6:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:347:13: note: in expansion of macro ‘TRY_CATCH_CALL’             TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);             ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~
    In file included from ../src/statement.cc:6:../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_BeginGet(node_sqlite3::Statement::Baton*)’:../src/macros.h:130:73: 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]         Work_##type, reinterpret_cast<uv_after_work_cb>(Work_After##type));    \                                                                         ^../src/statement.cc:370:5: note: in expansion of macro ‘STATEMENT_BEGIN’     STATEMENT_BEGIN(Get);     ^~~~~~~~~~~~~~~../src/macros.h:128:9: warning: unused variable ‘status’ [-Wunused-variable]     int status = uv_queue_work(uv_default_loop(),                              \         ^~~~~~../src/statement.cc:370:5: note: in expansion of macro ‘STATEMENT_BEGIN’     STATEMENT_BEGIN(Get);     ^~~~~~~~~~~~~~~
    ../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_AfterGet(uv_work_t*)’:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:412:17: note: in expansion of macro ‘TRY_CATCH_CALL’                 TRY_CATCH_CALL(stmt->handle(), cb, 2, argv);                 ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~In file included from ../src/statement.cc:6:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:412:17: note: in expansion of macro ‘TRY_CATCH_CALL’                 TRY_CATCH_CALL(stmt->handle(), cb, 2, argv);                 ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~
    In file included from ../src/statement.cc:6:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:416:17: note: in expansion of macro ‘TRY_CATCH_CALL’                 TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);                 ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~In file included from ../src/statement.cc:6:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:416:17: note: in expansion of macro ‘TRY_CATCH_CALL’                 TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);                 ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~host.raspberrypi install adapter zigbee
    upload [150] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/unknown.png img/unknown.png image/png
    ERROR: events.js:174      throw er; // Unhandled 'error' event      ^Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.zigbee/admin/img/philips_hue_gu10_ambiance.png'Emitted 'error' event at:    at lazyFs.open (internal/fs/streams.js:115:12)    at FSReqWrap.args [as oncomplete] (fs.js:140:20)
    ERROR: process exited with code 1
    
    J arteckA 2 Antworten Letzte Antwort
    0
    • T theGrinch

      Hallo liebe Gemeinde.
      Die Installation des Adapters läuft durch und endet mit

      Fertig mit Fehler: events.js:174 throw er; // Unhandled 'error' event ^Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.zigbee/admin/img/philips_hue_gu10_ambiance.png'Emitted 'error' event at: at lazyFs.open (internal/fs/streams.js:115:12) at FSReqWrap.args [as oncomplete] (fs.js:140:20)
      

      Das ganze auf RasPi 4B mit Raspberian.
      Was ich bisher gemacht habe:

      • Forum lesen
      • Raspberian auf den neuesten Stand bringen
      • ioBroker auf den neuesten Stand bringen
      • Adapter in ioBroker versucht zu installieren
      • Adapter über die Konsole von github versucht zu installieren
      • Dateien in /home/pi/node_modules zwischendrin manuelle gelöscht

      Ich habe da noch den Adapter ScriptEngine der sich mit Hinweis "falsche Version von admin" nicht aktualisieren lässt, falls das damit zusammenhängen kann:
      Script Engine
      Verfügbare Version: 4.3.4
      Installierte Version: 4.1.12

      Hat jemand eine Idee?

      Restlicher Text:

      STATEMENT_BEGIN(Bind);     ^~~~~~~~~~~~~~~
      ../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_AfterBind(uv_work_t*)’:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:347:13: note: in expansion of macro ‘TRY_CATCH_CALL’             TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);             ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~In file included from ../src/statement.cc:6:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:347:13: note: in expansion of macro ‘TRY_CATCH_CALL’             TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);             ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~
      In file included from ../src/statement.cc:6:../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_BeginGet(node_sqlite3::Statement::Baton*)’:../src/macros.h:130:73: 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]         Work_##type, reinterpret_cast<uv_after_work_cb>(Work_After##type));    \                                                                         ^../src/statement.cc:370:5: note: in expansion of macro ‘STATEMENT_BEGIN’     STATEMENT_BEGIN(Get);     ^~~~~~~~~~~~~~~../src/macros.h:128:9: warning: unused variable ‘status’ [-Wunused-variable]     int status = uv_queue_work(uv_default_loop(),                              \         ^~~~~~../src/statement.cc:370:5: note: in expansion of macro ‘STATEMENT_BEGIN’     STATEMENT_BEGIN(Get);     ^~~~~~~~~~~~~~~
      ../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_AfterGet(uv_work_t*)’:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:412:17: note: in expansion of macro ‘TRY_CATCH_CALL’                 TRY_CATCH_CALL(stmt->handle(), cb, 2, argv);                 ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~In file included from ../src/statement.cc:6:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:412:17: note: in expansion of macro ‘TRY_CATCH_CALL’                 TRY_CATCH_CALL(stmt->handle(), cb, 2, argv);                 ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~
      In file included from ../src/statement.cc:6:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:416:17: note: in expansion of macro ‘TRY_CATCH_CALL’                 TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);                 ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~In file included from ../src/statement.cc:6:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:416:17: note: in expansion of macro ‘TRY_CATCH_CALL’                 TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);                 ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~host.raspberrypi install adapter zigbee
      upload [150] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/unknown.png img/unknown.png image/png
      ERROR: events.js:174      throw er; // Unhandled 'error' event      ^Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.zigbee/admin/img/philips_hue_gu10_ambiance.png'Emitted 'error' event at:    at lazyFs.open (internal/fs/streams.js:115:12)    at FSReqWrap.args [as oncomplete] (fs.js:140:20)
      ERROR: process exited with code 1
      
      J Offline
      J Offline
      Jan1
      schrieb am zuletzt editiert von
      #2

      @theGrinch sagte in Zigbee Adapter lässt sich nicht installieren:

      Adapter über die Konsole von github versucht zu installieren

      Warum über Github?

      T 1 Antwort Letzte Antwort
      0
      • T theGrinch

        Hallo liebe Gemeinde.
        Die Installation des Adapters läuft durch und endet mit

        Fertig mit Fehler: events.js:174 throw er; // Unhandled 'error' event ^Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.zigbee/admin/img/philips_hue_gu10_ambiance.png'Emitted 'error' event at: at lazyFs.open (internal/fs/streams.js:115:12) at FSReqWrap.args [as oncomplete] (fs.js:140:20)
        

        Das ganze auf RasPi 4B mit Raspberian.
        Was ich bisher gemacht habe:

        • Forum lesen
        • Raspberian auf den neuesten Stand bringen
        • ioBroker auf den neuesten Stand bringen
        • Adapter in ioBroker versucht zu installieren
        • Adapter über die Konsole von github versucht zu installieren
        • Dateien in /home/pi/node_modules zwischendrin manuelle gelöscht

        Ich habe da noch den Adapter ScriptEngine der sich mit Hinweis "falsche Version von admin" nicht aktualisieren lässt, falls das damit zusammenhängen kann:
        Script Engine
        Verfügbare Version: 4.3.4
        Installierte Version: 4.1.12

        Hat jemand eine Idee?

        Restlicher Text:

        STATEMENT_BEGIN(Bind);     ^~~~~~~~~~~~~~~
        ../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_AfterBind(uv_work_t*)’:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:347:13: note: in expansion of macro ‘TRY_CATCH_CALL’             TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);             ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~In file included from ../src/statement.cc:6:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:347:13: note: in expansion of macro ‘TRY_CATCH_CALL’             TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);             ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~
        In file included from ../src/statement.cc:6:../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_BeginGet(node_sqlite3::Statement::Baton*)’:../src/macros.h:130:73: 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]         Work_##type, reinterpret_cast<uv_after_work_cb>(Work_After##type));    \                                                                         ^../src/statement.cc:370:5: note: in expansion of macro ‘STATEMENT_BEGIN’     STATEMENT_BEGIN(Get);     ^~~~~~~~~~~~~~~../src/macros.h:128:9: warning: unused variable ‘status’ [-Wunused-variable]     int status = uv_queue_work(uv_default_loop(),                              \         ^~~~~~../src/statement.cc:370:5: note: in expansion of macro ‘STATEMENT_BEGIN’     STATEMENT_BEGIN(Get);     ^~~~~~~~~~~~~~~
        ../src/statement.cc: In static member function ‘static void node_sqlite3::Statement::Work_AfterGet(uv_work_t*)’:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:412:17: note: in expansion of macro ‘TRY_CATCH_CALL’                 TRY_CATCH_CALL(stmt->handle(), cb, 2, argv);                 ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~In file included from ../src/statement.cc:6:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:412:17: note: in expansion of macro ‘TRY_CATCH_CALL’                 TRY_CATCH_CALL(stmt->handle(), cb, 2, argv);                 ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~
        In file included from ../src/statement.cc:6:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:416:17: note: in expansion of macro ‘TRY_CATCH_CALL’                 TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);                 ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~In file included from ../src/statement.cc:6:../src/macros.h:112:60: 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((context), (callback), (argc), (argv))                                                            ^../src/statement.cc:416:17: note: in expansion of macro ‘TRY_CATCH_CALL’                 TRY_CATCH_CALL(stmt->handle(), cb, 1, argv);                 ^~~~~~~~~~~~~~In file included from ../src/database.h:10,                 from ../src/statement.cc:7:../../nan/nan.h:1024:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~host.raspberrypi install adapter zigbee
        upload [150] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/unknown.png img/unknown.png image/png
        ERROR: events.js:174      throw er; // Unhandled 'error' event      ^Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.zigbee/admin/img/philips_hue_gu10_ambiance.png'Emitted 'error' event at:    at lazyFs.open (internal/fs/streams.js:115:12)    at FSReqWrap.args [as oncomplete] (fs.js:140:20)
        ERROR: process exited with code 1
        
        arteckA Offline
        arteckA Offline
        arteck
        Developer Most Active
        schrieb am zuletzt editiert von
        #3

        @theGrinch lassmal den fixer laufen dann nochmal installieren

        curl -sL https://iobroker.net/fix.sh | bash -
        

        zigbee hab ich, zwave auch, nuc's genauso und HA auch

        1 Antwort Letzte Antwort
        0
        • J Jan1

          @theGrinch sagte in Zigbee Adapter lässt sich nicht installieren:

          Adapter über die Konsole von github versucht zu installieren

          Warum über Github?

          T Offline
          T Offline
          theGrinch
          schrieb am zuletzt editiert von
          #4

          @Jan1
          War eine Empfehlung hier im Forum.

          Aber Danke für die Nachfrage. Beim Versuch den Post wiederzufinden habe ich die Lösung gefunden:
          https://forum.iobroker.net/post/378827

          Zigbee Adapter installiert, update in ioBroker gemacht, Instanz installiert. Läuft!

          J 1 Antwort Letzte Antwort
          0
          • T theGrinch

            @Jan1
            War eine Empfehlung hier im Forum.

            Aber Danke für die Nachfrage. Beim Versuch den Post wiederzufinden habe ich die Lösung gefunden:
            https://forum.iobroker.net/post/378827

            Zigbee Adapter installiert, update in ioBroker gemacht, Instanz installiert. Läuft!

            J Offline
            J Offline
            Jan1
            schrieb am zuletzt editiert von
            #5

            @theGrinch
            Das war nie und nimmer ne Empfehlung hier aus dem Forum, da das ausdrücklich in der Doku steht es nicht zu tun, es sei der Entwickler rät dazu.
            Der bessere Weg, wenn es eine Version aus "lateste" sein soll, einfach auf latest umstellen, Adapter über Admin installieren und wenn gewünscht wieder zurück auf default. Auf Github liegen teil offene Versionen und die laufen dann nicht.

            1 Antwort Letzte Antwort
            1

            Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

            Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

            Mit deinem Input könnte dieser Beitrag noch besser werden 💗

            Registrieren Anmelden
            Antworten
            • In einem neuen Thema antworten
            Anmelden zum Antworten
            • Älteste zuerst
            • Neuste zuerst
            • Meiste Stimmen


            Support us

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

            275

            Online

            32.8k

            Benutzer

            82.9k

            Themen

            1.3m

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

            • Du hast noch kein Konto? Registrieren

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