Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter EnOcean v0.3.x

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter EnOcean v0.3.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • Jey Cee
      Jey Cee Developer last edited by

      Ja das kann sein. Schau mal was bei "node -v" und "nodejs -v" raus kommt.

      Gesendet von Unterwegs

      1 Reply Last reply Reply Quote 0
      • AxelF1977
        AxelF1977 last edited by

        Beides gibt Version 8.9.1 zurück, wie ich es ja auch installiert habe. Das passt augenscheinlich

        ![](</s><URL url=)<link_text text="http://wp1000181.server-he.de/images/en ... fig_12.JPG">http://wp1000181.server-he.de/images/enocean_adapter_installieren_config_12.JPG</link_text>" />

        1 Reply Last reply Reply Quote 0
        • Jey Cee
          Jey Cee Developer last edited by

          HM in deinem Screenshot ist node v6 zu sehen.

          Was noch denkbar wäre ist das du npm 5 installiert hast, in Verbindung mit ioBroker macht das Probleme. Daher ist npm 3 besser.

          Gesendet von Unterwegs

          1 Reply Last reply Reply Quote 0
          • AxelF1977
            AxelF1977 last edited by

            Ok, ich schaue mal wie ich rausfinde welche Version installiert ist, wäre ein downgrade denn überhaupt möglich?

            Laut der Ausgabe ist npm 3 istalliert

            ![](</s><URL url=)<link_text text="http://wp1000181.server-he.de/images/en ... fig_13.JPG">http://wp1000181.server-he.de/images/enocean_adapter_installieren_config_13.JPG</link_text>" />

            1 Reply Last reply Reply Quote 0
            • Jey Cee
              Jey Cee Developer last edited by

              Npm -v

              Downgrade ist ohne weiteres möglich.

              Gesendet von Unterwegs

              1 Reply Last reply Reply Quote 0
              • AxelF1977
                AxelF1977 last edited by

                Npm -v liefert nichts außer einem Fehler, aber Npm Version liefert folgendes

                ~~![](</s><URL url=)<link_text text="http://wp1000181.server-he.de/images/en ... fig_14.JPG">http://wp1000181.server-he.de/images/enocean_adapter_installieren_config_14.JPG</link_text>" />

                Also ist Version 5.5.1 installiert?

                Wenn ja, also downgrade? Welchen ich gerade gemacht habe

                ~~![](</s><URL url=)<link_text text="http://wp1000181.server-he.de/images/en ... fig_15.JPG">http://wp1000181.server-he.de/images/enocean_adapter_installieren_config_15.JPG</link_text>" />

                Und nochmal vielen Dank das Ihr mir so geduldig helft :oops:~~~~

                1 Reply Last reply Reply Quote 0
                • AxelF1977
                  AxelF1977 last edited by

                  Es gibt eine Veränderung. Die Installation des Adapters dauert jetzt länger, bzw. wird nicht abgeschlossen. Dies ist die Ausgabe während der Installation, hier bleibt er seit 20 min stehen

                  ! $ ./iobroker url "https://github.com/Jey-Cee/ioBroker.enocean"
                  ! install https://github.com/Jey-Cee/ioBroker.eno … all/master
                  ! npm install https://github.com/Jey-Cee/ioBroker.eno ... all/master --production --prefix "/opt/iobroker" (System call)
                  ! node-pre-gyp
                  ! ERR! Tried to download(404): https://github.com/EmergingTechnologyAd ... arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@6.11.5 (node-v48 ABI) (falling back to source compile with node-gyp)
                  ! ../src/serialport.cpp: In function ‘int getIntFromObject(v8::Localv8::object, std::__cxx11::string)’:../src/serialport.cpp:90:52: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                  ! return getValueFromObject(options, key)->ToInt32()->Int32Value();
                  ! ^
                  ! In file included from /root/.node-gyp/6.11.5/include/node/node.h:42:0, from ../../nan/nan.h:51,
                  ! from ../src/./serialport.h:7,
                  ! from ../src/serialport.cpp:1:
                  ! /root/.node-gyp/6.11.5/include/node/v8.h:8214:14: note: declared here
                  ! Local <int32>Value::ToInt32() const {
                  ! ^~~~~
                  ! ../src/serialport.cpp: In function ‘double getDoubleFromObject(v8::Localv8::object, std::_cxx11::string)’:../src/serialport.cpp:102:53: warning: ‘v8::Local v8::numberv8::Value::ToNumber() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                  ! return getValueFromObject(options, key)->ToNumber()->NumberValue();
                  ! ^
                  ! In file included from /root/.node-gyp/6.11.5/include/node/node.h:42:0,
                  ! from ../../nan/nan.h:51,
                  ! from ../src/./serialport.h:7,
                  ! from ../src/serialport.cpp:1:
                  ! /root/.node-gyp/6.11.5/include/node/v8.h:8178:15: note: declared here
                  ! Local <number>Value::ToNumber() const {
                  ! ^~~~~
                  ! ../src/serialport.cpp: In function ‘void EIO_AfterOpen(uv_work_t*)’:../src/serialport.cpp:174:31: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                  ! int fd = argv[1]->ToInt32()->Int32Value();
                  ! ^
                  ! In file included from /root/.node-gyp/6.11.5/include/node/node.h:42:0,
                  ! from ../../nan/nan.h:51,
                  ! from ../src/./serialport.h:7,
                  ! from ../src/serialport.cpp:1:
                  ! /root/.node-gyp/6.11.5/include/node/v8.h:8214:14: note: declared here
                  ! Local <int32>Value::ToInt32() const {
                  ! ^~~~~
                  ! ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:193:29: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                  ! int fd = info[0]->ToInt32()->Int32Value();
                  ! ^
                  ! In file included from /root/.node-gyp/6.11.5/include/node/node.h:42:0,
                  ! from ../../nan/nan.h:51,
                  ! from ../src/./serialport.h:7,
                  ! from ../src/serialport.cpp:1:
                  ! /root/.node-gyp/6.11.5/include/node/v8.h:8214:14: note: declared here
                  ! Local <int32>Value::ToInt32() const {
                  ! ^~~~~
                  ! ../src/serialport.cpp:217:116: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] baton->baudRate = Nan::Get(options, Nan::Newv8::string("baudRate").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value();
                  ! ^
                  ! In file included from /root/.node-gyp/6.11.5/include/node/node.h:42:0,
                  ! from ../../nan/nan.h:51,
                  ! from ../src/./serialport.h:7,
                  ! from ../src/serialport.cpp:1:
                  ! /root/.node-gyp/6.11.5/include/node/v8.h:8214:14: note: declared here
                  ! Local <int32>Value::ToInt32() const {
                  ! ^~~~~
                  ! ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Write(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:252:29: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                  ! int fd = info[0]->ToInt32()->Int32Value();
                  ! ^
                  ! In file included from /root/.node-gyp/6.11.5/include/node/node.h:42:0,
                  ! from ../../nan/nan.h:51,
                  ! from ../src/./serialport.h:7,
                  ! from ../src/serialport.cpp:1:
                  ! /root/.node-gyp/6.11.5/include/node/v8.h:8214:14: note: declared here
                  ! Local <int32>Value::ToInt32() const {
                  ! ^~~~~
                  ! ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:369:32: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                  ! baton->fd = info[0]->ToInt32()->Int32Value();
                  ! ^
                  ! In file included from /root/.node-gyp/6.11.5/include/node/node.h:42:0,
                  ! from ../../nan/nan.h:51,
                  ! from ../src/./serialport.h:7,
                  ! from ../src/serialport.cpp:1:
                  ! /root/.node-gyp/6.11.5/include/node/v8.h:8214:14: note: declared here
                  ! Local <int32>Value::ToInt32() const {
                  ! ^~~~~
                  ! ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:480:29: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                  ! int fd = info[0]->ToInt32()->Int32Value();
                  ! ^
                  ! In file included from /root/.node-gyp/6.11.5/include/node/node.h:42:0,
                  ! from ../../nan/nan.h:51,
                  ! from ../src/./serialport.h:7,
                  ! from ../src/serialport.cpp:1:
                  ! /root/.node-gyp/6.11.5/include/node/v8.h:8214:14: note: declared here
                  ! Local <int32>Value::ToInt32() const {
                  ! ^~~~~
                  ! ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:528:29: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                  ! int fd = info[0]->ToInt32()->Int32Value();
                  ! ^
                  ! In file included from /root/.node-gyp/6.11.5/include/node/node.h:42:0,
                  ! from ../../nan/nan.h:51,
                  ! from ../src/./serialport.h:7,
                  ! from ../src/serialport.cpp:1:
                  ! /root/.node-gyp/6.11.5/include/node/v8.h:8214:14: note: declared here
                  ! Local <int32>Value::ToInt32() const {
                  ! ^~~~~
                  ! ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:585:29: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                  ! int fd = info[0]->ToInt32()->Int32Value();
                  ! ^
                  ! In file included from /root/.node-gyp/6.11.5/include/node/node.h:42:0,
                  ! from ../../nan/nan.h:51,
                  ! from ../src/./serialport.h:7,
                  ! from ../src/serialport.cpp:1:
                  ! /root/.node-gyp/6.11.5/include/node/v8.h:8214:14: note: declared here
                  ! Local <int32>Value::ToInt32() const {
                  ! ^~~~~
                  ! ../src/serialport_unix.cpp: In function ‘OpenBatonPlatformOptions* ParsePlatformOptions(const v8::Localv8::object&)’:../src/serialport_unix.cpp:44:109: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                  ! result->vmin = Nan::Get(options, Nan::Newv8::string("vmin").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value();
                  ! ^
                  ! In file included from /root/.node-gyp/6.11.5/include/node/node.h:42:0, from ../../nan/nan.h:51,
                  ! from ../src/./serialport.h:7,
                  ! from ../src/serialport_unix.cpp:1:
                  ! /root/.node-gyp/6.11.5/include/node/v8.h:8214:14: note: declared here
                  ! Local <int32>Value::ToInt32() const {
                  ! ^~~~~
                  ! ../src/serialport_unix.cpp:45:111: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] result->vtime = Nan::Get(options, Nan::Newv8::string("vtime").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value();
                  ! ^
                  ! In file included from /root/.node-gyp/6.11.5/include/node/node.h:42:0,
                  ! from ../../nan/nan.h:51,
                  ! from ../src/./serialport.h:7,
                  ! from ../src/serialport_unix.cpp:1:
                  ! /root/.node-gyp/6.11.5/include/node/v8.h:8214:14: note: declared here
                  ! Local <int32>Value::ToInt32() const {
                  ! ^~~~~
                  ! ../src/serialport_poller.cpp: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE SerialportPoller::New(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport_poller.cpp:86:31: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                  ! obj->fd
                  = info[0]->ToInt32()->Int32Value();
                  ! ^
                  ! In file included from /root/.node-gyp/6.11.5/include/node/node.h:42:0,
                  ! from ../../nan/nan.h:51,
                  ! from ../src/serialport_poller.cpp:5:
                  ! /root/.node-gyp/6.11.5/include/node/v8.h:8214:14: note: declared here
                  ! Local <int32>Value::ToInt32() const {
                  ! ^~~~~</int32></v8::int32></int32></v8::string></v8::int32></int32></v8::string></v8::int32></v8::object></int32></v8::int32></int32></v8::int32></int32></v8::int32></int32></v8::int32></int32></v8::int32></int32></v8::string></v8::int32></int32></v8::int32></int32></v8::int32></number></v8::number></v8::object></int32></v8::int32></v8::object>

                  1 Reply Last reply Reply Quote 0
                  • AxelF1977
                    AxelF1977 last edited by

                    So, der aktuelle Stand der Software:

                    ! Gesendete Daten:
                    ! {
                    ! "language": "de",
                    ! "country": "Germany",
                    ! "hosts": [
                    ! {
                    ! "version": "1.2.3",
                    ! "platform": "Javascript/Node.js",
                    ! "type": "linux"
                    ! }
                    ! ],
                    ! "node": "v8.9.1",
                    ! "arch": "arm",
                    ! "adapters": {
                    ! "admin": {
                    ! "version": "2.0.9",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "discovery": {
                    ! "version": "0.4.4",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "rpi2": {
                    ! "version": "0.3.1",
                    ! "platform": "javascript/Node.js"
                    ! },
                    ! "cloud": {
                    ! "version": "2.0.6",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "web": {
                    ! "version": "2.1.9",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "flot": {
                    ! "version": "1.7.0",
                    ! "platform": "javascript/Node.js"
                    ! },
                    ! "history": {
                    ! "version": "1.6.3",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "hm-rpc": {
                    ! "version": "1.4.14",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "hm-rega": {
                    ! "version": "1.6.6",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "javascript": {
                    ! "version": "3.4.0",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "mobile": {
                    ! "version": "0.4.11",
                    ! "platform": "javascript/Node.js"
                    ! },
                    ! "vis": {
                    ! "version": "1.0.4",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "vis-hqwidgets": {
                    ! "version": "1.1.1",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "vis-bars": {
                    ! "version": "0.1.4",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "vis-timeandweather": {
                    ! "version": "1.1.7",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "vis-metro": {
                    ! "version": "1.1.0",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "vis-fancyswitch": {
                    ! "version": "1.1.0",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "icons-icons8": {
                    ! "version": "0.0.1",
                    ! "platform": "javascript/Node.js"
                    ! },
                    ! "icons-mfd-svg": {
                    ! "version": "1.0.2",
                    ! "platform": "javascript/Node.js"
                    ! },
                    ! "icons-mfd-png": {
                    ! "version": "1.0.2",
                    ! "platform": "javascript/Node.js"
                    ! },
                    ! "vis-justgage": {
                    ! "version": "1.0.0",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "ping": {
                    ! "version": "1.3.2",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "harmony": {
                    ! "version": "0.9.0",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "fhem": {
                    ! "version": "0.4.1",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "hmm": {
                    ! "version": "1.0.1",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "lightify": {
                    ! "version": "0.2.15",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "ical": {
                    ! "version": "1.3.2",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "pushover": {
                    ! "version": "1.0.4",
                    ! "platform": "Javascript/Node.js"
                    ! },
                    ! "enocean": {
                    ! "version": "0.1.1",
                    ! "platform": "Javascript/Node.js"
                    ! }
                    ! },
                    ! "model": "ARMv7 Processor rev 4 (v7l)",
                    ! "cpus": 4,
                    ! "mem": 972369920,
                    ! "ostype": "Linux",
                    ! "vis": 463
                    ! }

                    Es ist und bleibt leider wie es bisher war, ich kriege den Adapter nicht zum Laufen. Alles was Ihr vorgeschlagen habt habe ich durchgeführt, auch npm ist eine 3er Version, genau die Version 3.10.10

                    So sieht es aus

                    ~~![](</s><URL url=)<link_text text="http://wp1000181.server-he.de/images/en ... fig_16.JPG">http://wp1000181.server-he.de/images/enocean_adapter_installieren_config_16.JPG</link_text>" />

                    ~~![](</s><URL url=)<link_text text="http://wp1000181.server-he.de/images/en ... fig_17.JPG">http://wp1000181.server-he.de/images/enocean_adapter_installieren_config_17.JPG</link_text>" />

                    ~~![](</s><URL url=)<link_text text="http://wp1000181.server-he.de/images/en ... fig_18.JPG">http://wp1000181.server-he.de/images/enocean_adapter_installieren_config_18.JPG</link_text>" />

                    Gibt es sonst noch bekannte Probleme, oder andere Adapter die installiert sein müssen oder besondere Versionen brauchen? Dann prüfe ich ob die Rahmenbedingungen vorliegen.

                    Ich habe im Internet gelesen das evtl. das Netzteil nicht stark genug sein könnte um die USB Ports zu versorgen. Es ist ein offizielles Netzteil mit 2,5A und 5,1V, reicht dies aus?

                    Ich habe mal $ dmesg laufen lassen, folgendes habe ich in dem Wust von Informationen gefunden

                    ~~![](</s><URL url=)<link_text text="http://wp1000181.server-he.de/images/en ... fig_19.JPG">http://wp1000181.server-he.de/images/enocean_adapter_installieren_config_19.JPG</link_text>" />

                    Trotzallem ist im Log auch immer noch folgendes zu finden

                    ~~![](</s><URL url=)<link_text text="http://wp1000181.server-he.de/images/en ... fig_20.JPG">http://wp1000181.server-he.de/images/enocean_adapter_installieren_config_20.JPG</link_text>" />

                    Nochmal vielen Dank für Eure Hilfe.~~~~~~~~~~

                    1 Reply Last reply Reply Quote 0
                    • AxelF1977
                      AxelF1977 last edited by

                      Um das hier noch zu vervollständigen. Ich habe auf dem Rasapi nun auch FEHM zu laufen, hier wurde der USB Stick sofort und ohne Probleme erkannt. An den USB Anschlüssen und dem Stick selber liegt es also leider nicht das es leider in ioBroker nicht klappt.

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

                        @AxelF1977:

                        An den USB Anschlüssen und dem Stick selber liegt es also leider nicht das es leider in ioBroker nicht klappt. `
                        Nein, es liegt immer noch an dem Fehler, der im Log zu finden ist. Deine serialport-Library ist noch nicht für die korrekte Node-JS Version kompiliert. Da bei reinstall.sh lauter Fehler kamen, gehe ich davon aus, dass nicht die richtige Version von node-gyp installiert ist.

                        Probier mal

                        sudo npm install -g node-gyp
                        

                        und danach nochmal reinstall.sh ausführen.

                        1 Reply Last reply Reply Quote 0
                        • AxelF1977
                          AxelF1977 last edited by

                          Auch das habe ich durchgeführt, keine Veränderung.

                          Ich werde jetzt sehen das ich es mit dem FHEM Adapter in Verbindung mit ioBroker hinbekomme. Ich habe darüber vollen Zugriff auf den Taster und auch die Lightify Lampen. Wie und ob diese kombinierbar sind, ist dann ein anderes Therma.

                          Schaltet Ihr den EnOcean Taster mit den Lampen in Blockly? Wenn ja, wie seht das bei Euch aus?

                          Vielen Dank nochmal

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

                            Und wenn du im Ordner

                            /opt/iobroker/node_modules/iobroker.enocean/node_modules/serialport
                            

                            folgendes ausführst?

                            sudo node-gyp configure
                            sudo node-gyp rebuild
                            
                            1 Reply Last reply Reply Quote 0
                            • AxelF1977
                              AxelF1977 last edited by

                              Ich wollte das gerade mal probieren, kam aber nicht in den Ordner, es gibt innerhalb "iobroker.enocean" keinen Ordner "node_modules" 😮

                              Weiter als geht es nicht /opt/iobroker/node_modules/iobroker.enocean/

                              Per Filezilla fehlt das Ordner "node_modules"

                              1 Reply Last reply Reply Quote 0
                              • Jey Cee
                                Jey Cee Developer last edited by

                                Der fehlt nicht. Die Struktur hat sich geändert.

                                Für den Befehl einfach in /opt/iobroker/node_modules aus.

                                Gesendet von Unterwegs

                                1 Reply Last reply Reply Quote 0
                                • AxelF1977
                                  AxelF1977 last edited by

                                  sudo node-gyp configure ergibt in /opt/iobroker/node_modules

                                  ~~![](</s><URL url=)<link_text text="http://wp1000181.server-he.de/images/en ... fig_21.JPG">http://wp1000181.server-he.de/images/enocean_adapter_installieren_config_21.JPG</link_text>" />

                                  sudo node-gyp rebuild ergibt in /opt/iobroker/node_modules

                                  ![](</s><URL url=)<link_text text="http://wp1000181.server-he.de/images/en ... fig_22.JPG">http://wp1000181.server-he.de/images/enocean_adapter_installieren_config_22.JPG</link_text>" />~~

                                  1 Reply Last reply Reply Quote 0
                                  • Jey Cee
                                    Jey Cee Developer last edited by

                                    Sorry, war wieder mal zu unpräzise in der Annahme das es klar ist.

                                    /opt/iobroker/node_modules/serialport

                                    Gesendet von Unterwegs

                                    1 Reply Last reply Reply Quote 0
                                    • AxelF1977
                                      AxelF1977 last edited by

                                      War leider nicht klar, sorry :oops:

                                      Hat jetzt auch geklappt, nur das es leider immer noch keine Änderung bringt, das ist ja echt zum verzweifeln. Langsam glaube ich ja das es an mir liegt 😮

                                      Als einziges viel mir das bei der Installation des Adapters auf

                                      node-pre-gyp
                                       ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v48-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@6.11.5 (node-v48 ABI) (falling back to source compile with node-gyp) 
                                      
                                      ../src/serialport.cpp: In function ‘int getIntFromObject(v8::Local<v8::object>, std::__cxx11::string)’:../src/serialport.cpp:90:52: warning: ‘v8::Local <v8::int32>v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]</v8::int32></v8::object>
                                      

                                      Eine Schnittstelle wird immer noch nicht vorgegeben

                                      1 Reply Last reply Reply Quote 0
                                      • Jey Cee
                                        Jey Cee Developer last edited by

                                        HM Schwierige Geburt. Du hast doch node v8 installiert?!

                                        Seltsamerweise will er serialport aber immer noch für node v6 Kompilieren.

                                        Lösch doch mal den Ordner serialport.

                                        Und dann installiert du nur serialport neu.

                                        npm install serialport

                                        In

                                        /opt/iobroker

                                        Ich Denke das Modul wurde nicht mit dem Adapter gelöscht und irgendwo in dem Modul liegt eine Datei mit falschen infos.

                                        Gesendet von Unterwegs

                                        1 Reply Last reply Reply Quote 0
                                        • AxelF1977
                                          AxelF1977 last edited by

                                          hmm, also der Befehl

                                          rm -r serialport
                                          

                                          in

                                          /opt/iobroker/node_modules/
                                          

                                          führt zu dem

                                          ~~![](</s><URL url=)<link_text text="http://wp1000181.server-he.de/images/en ... fig_23.JPG">http://wp1000181.server-he.de/images/enocean_adapter_installieren_config_23.JPG</link_text>" />

                                          Ordner lässt sich nicht löschen…~~

                                          1 Reply Last reply Reply Quote 0
                                          • Jey Cee
                                            Jey Cee Developer last edited by

                                            Hast du mit root rechten probiert?

                                            sudo rm -r serialport

                                            Gesendet von Unterwegs

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            857
                                            Online

                                            31.6k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            enocean
                                            31
                                            265
                                            46091
                                            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