Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. [Aufruf] IKEA-Trådfri Adapter testen

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [Aufruf] IKEA-Trådfri Adapter testen

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mctom last edited by

      Noch ein Update:

      Habe jetzt Node Version 6.10.3 laufen.

      Jetzt kommt folgende Fehlermeldung:

      host.ioBrokerTEST 2017-05-07 21:15:46.662 error instance system.adapter.tradfri.0 terminated with code 1 ()

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

        Wenn du jetzt erst dein node upgedated hast würde ich den tradfri nochmal komplett runterwerfen und unter dem neuen node nochmal installieren.

        Gruß

        Rainer

        1 Reply Last reply Reply Quote 0
        • AlCalzone
          AlCalzone Developer last edited by

          Ohja, unter neuer Node-Version muss höchstwahrscheinlich die Netzwerk-Library neu kompiliert werden. Habe soeben auch die main.js erweitert, sodass sie hoffentlich eine Info ausspuckt, was den Fehler verursacht.

          Ansonsten sollte ein

          curl https://raw.githubusercontent.com/AlCalzone/iobroker.tradfri/master/main.js > main.js
          

          im Ordner

          /opt/iobroker/node_modules/iobroker.tradfri
          

          die Datei aktualisieren.

          1 Reply Last reply Reply Quote 0
          • AlCalzone
            AlCalzone Developer last edited by

            @Homoran, @mctom

            Ich hätte da noch eine kleine Bitte. Schaut mal auf eurer Gateway und sagt mir die ersten 6 Stellen der Seriennummer bzw. Mac-Adresse.

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

              @AlCalzone:

              sagt mir die ersten 6 Stellen der Seriennummer bzw. Mac-Adresse. `
              b0-72-bf

              Gruß

              Rainer

              discovery lässt grüßen 😉

              1 Reply Last reply Reply Quote 0
              • AlCalzone
                AlCalzone Developer last edited by

                Genau daran denke ich 😉

                b0:72:bf… und ne positive Antwort auf DTLS-Anfrage ist relativ sicher ein Ikea-Gateway.

                1 Reply Last reply Reply Quote 0
                • H
                  han_swurst last edited by

                  Hallo AlCalzone,

                  ich habe Deinen Adapter auch getestet (oder es versucht).

                  Unter Node 4.7.3 und 4.8.3 kann ich den Adapter nach Deiner Anleitung installieren.

                  Es kommt im Log aber leider die gleichen Meldungen wie bei @mctom :

                  host.bla	2017-05-09 13:43:39.501	info	Restart adapter system.adapter.tradfri.0 because enabled
                  host.bla	2017-05-09 13:43:39.501	error	instance system.adapter.tradfri.0 terminated with code null ()
                  host.bla	2017-05-09 13:43:39.500	warn	instance system.adapter.tradfri.0 terminated due to SIGABRT
                  host.bla	2017-05-09 13:43:37.914	info	instance system.adapter.tradfri.0 started with pid 117
                  
                  

                  Unter Node 6.10.3 kann ich den Adapter nicht mal von git installieren.

                  $ ./iobroker url "https://github.com/AlCalzone/ioBroker.tradfri" --debug
                  install https://github.com/AlCalzone/ioBroker.tradfri/tarball/master
                  npm install https://github.com/AlCalzone/ioBroker.tradfri/tarball/master --production --prefix "/opt/iobroker" (System call)
                  npm
                   WARN lifecycle node-mbed-dtls@2.4.4~preinstall: cannot run in wd %s %s (wd=%s) node-mbed-dtls@2.4.4 node downloadDeps.js /opt/iobroker/node_modules/.staging/node-mbed-dtls-8b868442
                  > node-mbed-dtls@2.4.4 install /opt/iobroker/node_modules/coap-dtls/node_modules/node-mbed-dtls
                  > node-gyp rebuild
                  
                  make: Entering directory '/opt/iobroker/node_modules/coap-dtls/node_modules/node-mbed-dtls/build'make: Leaving directory '/opt/iobroker/node_modules/coap-dtls/node_modules/node-mbed-dtls/build'
                  
                  make: *** No rule to make target 'Release/obj.target/mbedcrypto/mbedtls/library/aes.o', needed by 'Release/obj.target/mbedcrypto.a'.  Stop.
                  gyp
                   ERR! build error 
                  gyp 
                  ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
                  gyp ERR! stack     at emitTwo (events.js:106:13)
                  gyp ERR! stack     at ChildProcess.emit (events.js:191:7)
                  gyp 
                  ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)gyp ERR! System Linux 3.10.102
                  
                  gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                  gyp ERR! cwd /opt/iobroker/node_modules/coap-dtls/node_modules/node-mbed-dtlsgyp ERR! node -v v6.10.3
                  gyp ERR! node-gyp -v v3.4.0
                  gyp ERR! not ok 
                  
                  npm ERR! Linux 3.10.102npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "https://github.com/AlCalzone/ioBroker.tradfri/tarball/master" "--production" "--prefix" "/opt/iobroker"
                  npm ERR! node v6.10.3
                  npm ERR! npm 
                   v3.10.10npm ERR! code ELIFECYCLE
                  
                  npm ERR! node-mbed-dtls@2.4.4 install: `node-gyp rebuild`npm ERR! Exit status 1
                  npm ERR! 
                  npm ERR! Failed at the node-mbed-dtls@2.4.4 install script 'node-gyp rebuild'.
                  npm ERR! Make sure you have the latest version of node.js and npm installed.
                  npm ERR! If you do, this is most likely a problem with the node-mbed-dtls package,
                  npm ERR! not with npm itself.
                  npm ERR! Tell the author that this fails on your system:
                  npm ERR!     node-gyp rebuild
                  npm ERR! You can get information on how to open an issue for this project with:
                  npm ERR!     npm bugs node-mbed-dtls
                  npm ERR! Or if that isn't available, you can get their info via:
                  npm ERR!     npm owner ls node-mbed-dtls
                  npm ERR! There is likely additional logging output above.
                  
                  npm ERR!
                   Please include the following file with any support request:npm ERR!
                       /opt/npm-debug.log
                  ERROR: Cannot parse /opt/iobroker/node_modules/iobroker.js-controller/adapter/tradfri/io-package.json:Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/adapter/tradfri/io-package.json'
                  process exited with code 0
                  
                  

                  Kannst Du mir helfen? Achja, auch meine Mac-Adresse entspricht der Seriennummer.

                  MfG

                  Chris

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

                    @han_swurst:

                    Achja, auch meine Mac-Adresse entspricht der Seriennummer. `
                    Das ist klar!

                    Die ersten drei Paare heben den Hersteller an.

                    Diese wollte alCalzone wissen.

                    Gruß

                    Rainer

                    1 Reply Last reply Reply Quote 0
                    • AlCalzone
                      AlCalzone Developer last edited by

                      Ja, halte dich an die Installationsanleitung auf Github:
                      ` > Installation on Raspberry PI

                      Make sure you have git installed. If not: sudo apt-get install git-core

                      Install this adapter via the ioBroker GUI -> This will result in an error

                      Open the console and navigate to /opt/iobroker/node_modules/iobroker.tradfri

                      There, run sudo npm install –production --unsafe-perm, this will take a while.

                      If neccessary, add an adapter instance, then configure it by entering the IP/hostname of your gateway and the security code that can be found under that. `

                      Die Installation erfordert git-core zum Nachladen von Paketen und erhöhte Rechte (–unsafe-perm) zur Kompilierung der Pakete. Beides kann ich für die automatische Installation leider nicht vorgeben (oder ich bin zu doof dafür).

                      Ich vermute, dir fehlt git, da er die Datei aes.o nicht findet:

                      make: *** No rule to make target 'Release/obj.target/mbedcrypto/mbedtls/library/aes.o', needed by 'Release/obj.target/mbedcrypto.a'.  Stop.
                      

                      –

                      Da du schon der zweite mit dem gleichen Problem auf Node 4.x bist, kann ich mich wohl doch nicht einfach auf Travis verlassen...

                      Ich werde die Tage mal auf 4.x downgraden und schauen, ob ich die Ursache finde.

                      Hast du ein paar Details für mich zu deiner Umgebung?

                      Hardware / Software inkl. Versionen?

                      1 Reply Last reply Reply Quote 0
                      • H
                        han_swurst last edited by

                        Hallo,

                        wie ich schon geschrieben habe, bin ich nach Deiner Anleitung vorgegangen 😄

                        git-core ist drauf.

                        Beim Installieren unter 6.10.3 kommt er ja garnicht so weit das er unter iobroker/node_modules das Verzeichnis iobroker.tradfri erstellt.

                        Das ganze läuft in nem Docker-Container auf einer Synology.

                        iobroker und alle installierten Adapter sind aktuell.

                        MfG

                        Chris

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

                          Hallo AlCalzone,

                          muss es wirklich git-core sein?

                          Ich hatte nur git installiert.

                          Auf welcher von meinen Plattformen es gerade läuft weiß ich gerade nicht. Müsste aber mindestens nodejs v6 sein.

                          Gruß

                          Rainer

                          1 Reply Last reply Reply Quote 0
                          • AlCalzone
                            AlCalzone Developer last edited by

                            git-core ist ein subset von git, wenn man nicht alle Funktionen braucht. git sollte es also auch tun.

                            1 Reply Last reply Reply Quote 0
                            • AlCalzone
                              AlCalzone Developer last edited by

                              @han_swurst:

                              Hallo,

                              wie ich schon geschrieben habe, bin ich nach Deiner Anleitung vorgegangen 😄

                              git-core ist drauf.

                              Beim Installieren unter 6.10.3 kommt er ja garnicht so weit das er unter iobroker/node_modules das Verzeichnis iobroker.tradfri erstellt. `
                              Hmmm, probier mal anstatt der Installation per Admin-UI folgendes, dann kannst du dir auch Schritt 3/4 sparen:

                              cd /opt/iobroker
                              sudo npm install https://github.com/AlCalzone/ioBroker.tradfri/tarball/master --production --unsafe-perm
                              
                              

                              anschließend im Admin die Instanz hinzufügen oder

                              iobroker add tradfri
                              
                              
                              1 Reply Last reply Reply Quote 0
                              • H
                                han_swurst last edited by

                                Hallo AlCalzone,

                                unter Node 6.10.3 ist der Adapter jetzt installiert, es kommt aber immer noch der gleiche Fehler:

                                host.bla 2017-05-10 16:58:42.165	error	instance system.adapter.tradfri.0 terminated with code null ()
                                host.bla 2017-05-10 16:58:42.165	warn	instance system.adapter.tradfri.0 terminated due to SIGABRT
                                
                                

                                MfG

                                Chris

                                1 Reply Last reply Reply Quote 0
                                • AlCalzone
                                  AlCalzone Developer last edited by

                                  Ok, um das mal zusammenzufassen:

                                  han_swurst: Docker-Container (VM?) => läuft nicht

                                  mctom: VM => läuft nicht

                                  Homoran: Raspberry (?) => läuft

                                  ich: Raspberry => läuft

                                  Welches Betriebssystem hab ihr am Laufen? Und hat jemand ne Idee, wie ich euer Setup replizieren kann für Tests?

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

                                    @AlCalzone:

                                    Homoran: Raspberry (?) => läuft `
                                    :lol: irgendwodrauf nur definitiv kein RasPi :lol:

                                    Cubie, Tinker, pine64 oder nuc.

                                    Ich muss nachsehen.

                                    Edit:

                                    Ist der nuc mit debian 9 netinstall "stretch" und nodejs 7.x

                                    Installation habe ich allerdings schon mit der vorversion vom Adapter gemacht.

                                    Gruß

                                    Rainer

                                    1 Reply Last reply Reply Quote 0
                                    • H
                                      han_swurst last edited by

                                      Hallo AlCalzone,

                                      ich habs jetzt mit nem frisch installierten Raspi 3 und iobroker unter node 6.10.3 versucht.

                                      Gleicher Fehler.

                                      MfG

                                      Chris

                                      1 Reply Last reply Reply Quote 0
                                      • AlCalzone
                                        AlCalzone Developer last edited by

                                        okay… jetzt bin ich verwirrt.

                                        Kannst du die Installationslogs mal in eine Datei umleiten und mir diese zukommen lassen?

                                        sudo npm install [...]  2>&1 | tee log.txt
                                        

                                        –-

                                        Aber gut, dass du auf nem frischen Pi3 testen konntest... das kann ich nämlich auch.

                                        Ich habe ne Vermutung, die ich später mal überprüfen werde. Auf meinem Dev-Pi läuft auch der zwave- und fhem(-Adapter), beide wollten vorher zusätzliche Pakete installiert haben. Eventuell brauchen wir auch eins davon, und das scheint dir zu fehlen.

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

                                          Ich habe es gerade auf einem meiner beiden Tinker unter nodejs 6.2 versucht.

                                          Die Installation über den admin mittels pfad von github endet mit error 25.

                                          Anschließend existiert der Ordner iobroker.tradfri unter /opt/iobroker/node_modules/ NICHT!

                                          Gruß

                                          Rainer

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

                                            Auch nach versuch über die Konsole kein trådfri ordner

                                            ! ````
                                            linaro@linaro-alip:/opt/iobroker$ npm install https://github.com/AlCalzone/ioBroker.tradfri --production

                                            node-mbed-dtls@2.4.4 preinstall /opt/iobroker/node_modules/.staging/node-mbed-dtls-a5e9e04f
                                            node downloadDeps.js

                                            Cloning into 'mbedtls'...

                                            bufferutil@1.1.0 install /opt/iobroker/node_modules/bufferutil
                                            node-gyp rebuild

                                            make: Entering directory '/opt/iobroker/node_modules/bufferutil/build'
                                            CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
                                            In file included from ../node_modules/nan/nan.h:82:0,
                                            from ../src/bufferutil.cc:16:
                                            ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8:
                                            :Int32; v8::Handle v8::integer= v8::Localv8::integer]:
                                            ../node_modules/nan/nan_new.h:34:64: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated
                                            (declared at /home/linaro/.node-gyp/6.10.2/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarat
                                            ions]
                                            Tov8::int32(v8::Handle v8::integeri) { return i->ToInt32(); }
                                            ^
                                            ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8:
                                            :Uint32; v8::Handle v8::integer= v8::Localv8::integer]’:
                                            ../node_modules/nan/nan_new.h:39:65: warning: ‘v8::Local v8::uint32v8::Value::ToUint32() const’ is deprecat
                                            ed (declared at /home/linaro/.node-gyp/6.10.2/include/node/v8.h:8196): Use maybe version [-Wdeprecated-declar
                                            ations]
                                            Tov8::uint32(v8::Handle v8::integeri) { return i->ToUint32(); }
                                            ^
                                            In file included from ../node_modules/nan/nan_new.h:189:0,
                                            from ../node_modules/nan/nan.h:82,
                                            from ../src/bufferutil.cc:16:
                                            ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBase<v8: :booleanobject="">::return_t NanIntern::Factoryv8::booleanobject::New(bool)’:
                                            ../node_modules/nan/nan_implementation_12_inl.h:49:38: warning: ‘static v8::Local v8::valuev8::BooleanObjec
                                            t::New(bool)’ is deprecated (declared at /home/linaro/.node-gyp/6.10.2/include/node/v8.h:4008): Pass an isola
                                            te [-Wdeprecated-declarations]
                                            return v8::BooleanObject::New(value).Asv8::booleanobject();
                                            ^
                                            ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBase<v8: :script="">::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string)’:
                                            ../node_modules/nan/nan_implementation_12_inl.h:166:69: warning: ‘static v8::Local v8::scriptv8::ScriptComp
                                            iler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (
                                            declared at /home/linaro/.node-gyp/6.10.2/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declaratio
                                            ns]
                                            return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
                                            ^
                                            ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBase<v8: :script="">::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string, const v8::ScriptOrigin&)’:
                                            ../node_modules/nan/nan_implementation_12_inl.h:173:69: warning: ‘static v8::Local v8::scriptv8::ScriptComp
                                            iler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (
                                            declared at /home/linaro/.node-gyp/6.10.2/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declaratio
                                            ns]
                                            return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
                                            ^
                                            ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBase<v8: :string="">::return_t NanIntern::Factoryv8::string::New(const uint8_t*, int)’:
                                            ../node_modules/nan/nan_implementation_12_inl.h:206:42: warning: ‘static v8::Local v8::stringv8::String::Ne
                                            wFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated (declared at /home/
                                            linaro/.node-gyp/6.10.2/include/node/v8.h:2332): Use maybe version [-Wdeprecated-declarations]
                                            v8::String::kNormalString, length);
                                            ^
                                            ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBase<v8: :string="">::return_t NanIntern::Factoryv8::string::New(v8::String::ExternalStringResource*)’:
                                            ../node_modules/nan/nan_implementation_12_inl.h:217:66: warning: ‘static v8::Local v8::stringv8::String::Ne
                                            wExternal(v8::Isolate*, v8::String::ExternalStringResource*)’ is deprecated (declared at /home/linaro/.node-g
                                            yp/6.10.2/include/node/v8.h:2371): Use maybe version [-Wdeprecated-declarations]
                                            return v8::String::NewExternal(v8::Isolate::GetCurrent(), value);
                                            ^
                                            ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBase<v8: :unboundscript="">::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string)’:
                                            ../node_modules/nan/nan_implementation_12_inl.h:237:76: warning: ‘static v8::Local v8::unboundscriptv8::Scr
                                            iptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ i
                                            s deprecated (declared at /home/linaro/.node-gyp/6.10.2/include/node/v8.h:1333): Use maybe version [-Wdepreca
                                            ted-declarations]
                                            return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
                                            ^
                                            ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBase<v8: :unboundscript="">::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string, const v8::ScriptO
                                            rigin&)’:
                                            ../node_modules/nan/nan_implementation_12_inl.h:244:76: warning: ‘static v8::Local v8::unboundscriptv8::Scr
                                            iptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ i
                                            s deprecated (declared at /home/linaro/.node-gyp/6.10.2/include/node/v8.h:1333): Use maybe version [-Wdepreca
                                            ted-declarations]
                                            return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
                                            ^
                                            In file included from ../src/bufferutil.cc:16:0:
                                            ../node_modules/nan/nan.h: At global scope:
                                            ../node_modules/nan/nan.h:261:25: error: redefinition of ‘template <class t="">v8::Local _NanEnsureLocal(v8::
                                            Local)’
                                            NAN_INLINE v8::Local _NanEnsureLocal(v8::Local val) {
                                            ^
                                            ../node_modules/nan/nan.h:256:25: note: ‘template <class t="">v8::Local _NanEnsureLocal(v8::Handle)’ previ
                                            ously declared here
                                            NAN_INLINE v8::Local _NanEnsureLocal(v8::Handle val) {
                                            ^
                                            ../node_modules/nan/nan.h: In function ‘bool NanIdleNotification(int)’:
                                            ../node_modules/nan/nan.h:289:71: warning: ‘bool v8::Isolate::IdleNotification(int)’ is deprecated (declared
                                            at /home/linaro/.node-gyp/6.10.2/include/node/v8.h:6114): use IdleNotificationDeadline() [-Wdeprecated-declar
                                            ations]
                                            return v8::Isolate::GetCurrent()->IdleNotification(idle_time_in_ms);
                                            ^
                                            ../node_modules/nan/nan.h: At global scope:
                                            ../node_modules/nan/nan.h:473:20: error: variable or field ‘NanAddGCEpilogueCallback’ declared void
                                            v8::Isolate::GCEpilogueCallback callback
                                            ^
                                            ../node_modules/nan/nan.h:473:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
                                            v8::Isolate::GCEpilogueCallback callback
                                            ^
                                            ../node_modules/nan/nan.h:474:18: error: expected primary-expression before ‘gc_type_filter’
                                            , v8::GCType gc_type_filter = v8::kGCTypeAll) {
                                            ^
                                            ../node_modules/nan/nan.h:479:20: error: variable or field ‘NanRemoveGCEpilogueCallback’ declared void
                                            v8::Isolate::GCEpilogueCallback callback) {
                                            ^
                                            ../node_modules/nan/nan.h:479:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
                                            v8::Isolate::GCEpilogueCallback callback) {
                                            ^
                                            ../node_modules/nan/nan.h:484:20: error: variable or field ‘NanAddGCPrologueCallback’ declared void
                                            v8::Isolate::GCPrologueCallback callback
                                            ^
                                            ../node_modules/nan/nan.h:484:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
                                            v8::Isolate::GCPrologueCallback callback
                                            ^
                                            ../node_modules/nan/nan.h:485:18: error: expected primary-expression before ‘gc_type_filter’
                                            , v8::GCType gc_type_filter = v8::kGCTypeAll) {
                                            ^
                                            ../node_modules/nan/nan.h:490:20: error: variable or field ‘NanRemoveGCPrologueCallback’ declared void
                                            v8::Isolate::GCPrologueCallback callback) {
                                            ^
                                            ../node_modules/nan/nan.h:490:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
                                            v8::Isolate::GCPrologueCallback callback) {
                                            ^
                                            ../node_modules/nan/nan.h:661:13: error: ‘node::smalloc’ has not been declared
                                            , node::smalloc::FreeCallback callback
                                            ^
                                            ../node_modules/nan/nan.h:661:35: error: expected ‘,’ or ‘...’ before ‘callback’
                                            , node::smalloc::FreeCallback callback
                                            ^
                                            ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(char*, size_t, int)’:
                                            ../node_modules/nan/nan.h:665:50: error: ‘callback’ was not declared in this scope
                                            v8::Isolate::GetCurrent(), data, length, callback, hint);
                                            ^
                                            ../node_modules/nan/nan.h:665:60: error: ‘hint’ was not declared in this scope
                                            v8::Isolate::GetCurrent(), data, length, callback, hint);
                                            ^
                                            ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(const char*, uint32_t)’:
                                            ../node_modules/nan/nan.h:672:67: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
                                            return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
                                            ^
                                            In file included from ../src/bufferutil.cc:10:0:
                                            /home/linaro/.node-gyp/6.10.2/include/node/node_buffer.h:46:40: note: initializing argument 2 of ‘v8::MaybeLo
                                            cal v8::objectnode::Buffer::New(v8::Isolate*, char*, size_t)’
                                            NODE_EXTERN v8::MaybeLocal v8::objectNew(v8::Isolate* isolate,
                                            ^
                                            In file included from ../src/bufferutil.cc:16:0:
                                            ../node_modules/nan/nan.h:672:67: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), ((ch
                                            ar*)data), size)’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
                                            return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
                                            ^
                                            ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(uint32_t)’:
                                            ../node_modules/nan/nan.h:676:61: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), size
                                            )’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
                                            return node::Buffer::New(v8::Isolate::GetCurrent(), size);
                                            ^
                                            ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanBufferUse(char*, uint32_t)’:
                                            ../node_modules/nan/nan.h:683:12: error: ‘Use’ is not a member of ‘node::Buffer’
                                            return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size);
                                            ^
                                            ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string, const v
                                            8::ScriptOrigin&)’:
                                            ../node_modules/nan/nan.h:710:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isol
                                            ate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /home/lina
                                            ro/.node-gyp/6.10.2/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
                                            return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
                                            ^
                                            ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string)’:
                                            ../node_modules/nan/nan.h:717:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isol
                                            ate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /home/lina
                                            ro/.node-gyp/6.10.2/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
                                            return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
                                            ^
                                            ../src/bufferutil.cc: In static member function ‘static void BufferUtil::Initialize(v8::Handlev8::object)’:
                                            ../src/bufferutil.cc:30:52: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, cons
                                            t char [7], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
                                            NODE_SET_METHOD(t, "unmask", BufferUtil::Unmask);
                                            ^
                                            ../src/bufferutil.cc:30:52: note: candidates are:
                                            In file included from ../src/bufferutil.cc:8:0:
                                            /home/linaro/.node-gyp/6.10.2/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Local<v8::temp late="">, const char*, v8::FunctionCallback)
                                            inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
                                            ^
                                            /home/linaro/.node-gyp/6.10.2/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Local<v8::obje ct="">, const char*, v8::FunctionCallback)
                                            inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
                                            ^
                                            ../src/bufferutil.cc:31:48: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, cons
                                            t char [5], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
                                            NODE_SET_METHOD(t, "mask", BufferUtil::Mask);
                                            ^
                                            ../src/bufferutil.cc:31:48: note: candidates are:
                                            In file included from ../src/bufferutil.cc:8:0:
                                            /home/linaro/.node-gyp/6.10.2/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Local<v8::temp late="">, const char*, v8::FunctionCallback)
                                            inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
                                            ^
                                            /home/linaro/.node-gyp/6.10.2/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Local<v8::obje ct="">, const char*, v8::FunctionCallback)
                                            inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
                                            ^
                                            ../src/bufferutil.cc:32:50: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, cons
                                            t char [6], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
                                            NODE_SET_METHOD(t, "merge", BufferUtil::Merge);
                                            ^
                                            ../src/bufferutil.cc:32:50: note: candidates are:
                                            In file included from ../src/bufferutil.cc:8:0:
                                            /home/linaro/.node-gyp/6.10.2/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Local<v8::temp late="">, const char*, v8::FunctionCallback)
                                            inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
                                            ^
                                            /home/linaro/.node-gyp/6.10.2/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Local<v8::obje ct="">, const char*, v8::FunctionCallback)
                                            inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
                                            ^
                                            bufferutil.target.mk:94: recipe for target 'Release/obj.target/bufferutil/src/bufferutil.o' failed
                                            make: *** [Release/obj.target/bufferutil/src/bufferutil.o] Error 1
                                            make: Leaving directory '/opt/iobroker/node_modules/bufferutil/build'
                                            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:276:2
                                            3)
                                            gyp ERR! stack at emitTwo (events.js:106:13)
                                            gyp ERR! stack at ChildProcess.emit (events.js:191:7)
                                            gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
                                            gyp ERR! System Linux 4.4.16
                                            gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild
                                            "
                                            gyp ERR! cwd /opt/iobroker/node_modules/bufferutil
                                            gyp ERR! node -v v6.10.2
                                            gyp ERR! node-gyp -v v3.4.0
                                            gyp ERR! not ok

                                            node-mbed-dtls@2.4.4 install /opt/iobroker/node_modules/node-mbed-dtls
                                            node-gyp rebuild

                                            make: Entering directory '/opt/iobroker/node_modules/node-mbed-dtls/build'
                                            CC(target) Release/obj.target/mbedcrypto/mbedtls/library/aes.o
                                            CC(target) Release/obj.target/mbedcrypto/mbedtls/library/aesni.o
                                            CC(target) Release/obj.target/mbedcrypto/mbedtls/library/arc4.o
                                            CC(target) Release/obj.target/mbedcrypto/mbedtls/library/asn1parse.o
                                            CC(target) Release/obj.target/mbedcrypto/mbedtls/library/asn1write.o
                                            CC(target) Release/obj.target/mbedcrypto/mbedtls/library/base64.o
                                            CC(target) Release/obj.target/mbedcrypto/mbedtls/library/bignum.o
                                            ../mbedtls/library/bignum.c: In function ‘mpi_mul_hlp’:
                                            ../mbedtls/library/bignum.c:1168:1: error: r7 cannot be used in asm here
                                            }
                                            ^
                                            ../mbedtls/library/bignum.c:1168:1: error: r7 cannot be used in asm here
                                            mbedcrypto.target.mk:144: recipe for target 'Release/obj.target/mbedcrypto/mbedtls/library/bignum.o' failed
                                            make: *** [Release/obj.target/mbedcrypto/mbedtls/library/bignum.o] Error 1
                                            make: Leaving directory '/opt/iobroker/node_modules/node-mbed-dtls/build'
                                            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:276:2
                                            3)
                                            gyp ERR! stack at emitTwo (events.js:106:13)
                                            gyp ERR! stack at ChildProcess.emit (events.js:191:7)
                                            gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
                                            gyp ERR! System Linux 4.4.16
                                            gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild
                                            "
                                            gyp ERR! cwd /opt/iobroker/node_modules/node-mbed-dtls
                                            gyp ERR! node -v v6.10.2
                                            gyp ERR! node-gyp -v v3.4.0
                                            gyp ERR! not ok
                                            iobroker@1.0.0 /opt/iobroker
                                            ── (empty)

                                            npm WARN babel-eslint@5.0.4 requires a peer of eslint@<2.3.0 but none was installed.
                                            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bufferutil@1.1.0 (node_modules/bufferutil):
                                            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bufferutil@1.1.0 install: node-gyp rebuild
                                            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
                                            npm ERR! Linux 4.4.16
                                            npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "https://github.com/AlCalzone/ioBroker.tradfri" "--p
                                            roduction"
                                            npm ERR! node v6.10.2
                                            npm ERR! npm v3.10.10
                                            npm ERR! code ELIFECYCLE

                                            npm ERR! node-mbed-dtls@2.4.4 install: node-gyp rebuild
                                            npm ERR! Exit status 1
                                            npm ERR!
                                            npm ERR! Failed at the node-mbed-dtls@2.4.4 install script 'node-gyp rebuild'.
                                            npm ERR! Make sure you have the latest version of node.js and npm installed.
                                            npm ERR! If you do, this is most likely a problem with the node-mbed-dtls package,
                                            npm ERR! not with npm itself.
                                            npm ERR! Tell the author that this fails on your system:
                                            npm ERR! node-gyp rebuild
                                            npm ERR! You can get information on how to open an issue for this project with:
                                            npm ERR! npm bugs node-mbed-dtls
                                            npm ERR! Or if that isn't available, you can get their info via:
                                            npm ERR! npm owner ls node-mbed-dtls
                                            npm ERR! There is likely additional logging output above.

                                            npm ERR! Please include the following file with any support request:
                                            npm ERR! /opt/iobroker/npm-debug.log
                                            npm ERR! code 1</v8::object></v8::obje></v8::template></v8::temp></v8::value></v8::functiontemplate></v8::object></v8::obje></v8::template></v8::temp></v8::value></v8::functiontemplate></v8::object></v8::obje></v8::template></v8::temp></v8::value></v8::functiontemplate></v8::object></v8::script></v8::string></v8::script></v8::script></v8::string></v8::script></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></class></class></v8::unboundscript></v8::string></v8::unboundscript></v8:></v8::unboundscript></v8::string></v8::unboundscript></v8:></v8::string></v8::string></v8:></v8::string></v8::string></v8:></v8::script></v8::string></v8::script></v8:></v8::script></v8::string></v8::script></v8:></v8::booleanobject></v8::value></v8::booleanobject></v8:></v8::integer></v8::uint32></v8::uint32></v8::integer></v8::integer></v8::integer></v8::integer></v8::int32></v8::int32></v8::integer></v8::integer></v8::integer>

                                            
                                            Gruß
                                            
                                            Rainer
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            666
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            49
                                            471
                                            101496
                                            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