Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Bitte rflink, modbus, mysensors Testen (serialport upgrade)

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Bitte rflink, modbus, mysensors Testen (serialport upgrade)

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

      Hast du die Version aus Github versucht?

      Hast du das Update/due Installation als root ausgeführt?

      Gruß

      Rainer

      1 Reply Last reply Reply Quote 0
      • K
        knopers1 last edited by

        @Homoran:

        Hast du die Version aus Github versucht?

        Hast du das Update/due Installation als root ausgeführt?

        Gruß

        Rainer `
        ja Rainer, bin die ganze Zeit als root angemeldet.

        Die Installation aus Github geht nicht.

        Ich sehe im Fenster einige Fehler und kann sie nicht kopieren…. Danach beendet das ganze und unter Adapter sieht man dort den RFlink Adapter nicht.!

        Wie kann ich die Installation aus der Konsole Putty anstoßen? So könnte ich wenigstens die Fehler hier zeigen.

        Im Log sieht man soetwas...

        host.orangepiplus2e	2017-06-04 22:23:00.553	info	Update repository "default" under "http://download.iobroker.net/sources-dist.json"
        iobroker	2017-06-04 22:22:59.511	info	exit 0
        iobroker	2017-06-04 22:22:59.491	error	Cannot parse /opt/iobroker/node_modules/iobroker.js-controller/adapter/rflink/io-package.json:Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/adapter
        iobroker	2017-06-04 22:22:58.166	info	npm ERR! code 1
        iobroker	2017-06-04 22:22:58.166	info	npm ERR! Please include the following file with any support request:npm ERR! /opt/npm-debug.log
        iobroker	2017-06-04 22:22:58.158	info	
        iobroker	2017-06-04 22:22:57.632	info	ERR! enoent and is related to npm not being able to find a file.npm ERR! enoent
        iobroker	2017-06-04 22:22:57.629	info	npm
        iobroker	2017-06-04 22:22:57.629	info	npm ERR! enoent This is most likely not a problem with npm itself
        iobroker	2017-06-04 22:22:57.629	info	ERR! enoent ENOENT: no such file or directory, rename '/opt/iobroker/node_modules/.staging/minimist-f6e01a6b' -> '/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/node_modules/mkdirp/
        iobroker	2017-06-04 22:22:57.625	info	npm
        iobroker	2017-06-04 22:22:57.625	info	npm ERR! errno -2npm ERR! syscall rename
        iobroker	2017-06-04 22:22:57.621	info	ERR! path /opt/iobroker/node_modules/.staging/minimist-f6e01a6bnpm ERR! code ENOENT
        iobroker	2017-06-04 22:22:57.617	info	npm
        iobroker	2017-06-04 22:22:57.617	info	npm ERR! node v6.10.3npm ERR! npm v3.10.10
        iobroker	2017-06-04 22:22:57.614	info	npm ERR! Linux 3.4.113-sun8inpm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "https://github.com/ioBroker/ioBroker.rflink/tarball/master" "--production" "--prefix" "/opt/iobroker"
        iobroker	2017-06-04 22:22:57.605	info	WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/mdns/package.json'npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/stk500/package.j
        iobroker	2017-06-04 22:22:57.601	info	npm
        iobroker	2017-06-04 22:21:06.725	info	npm install https://github.com/ioBroker/ioBroker.rflink/tarball/master --production --prefix "/opt/iobroker" (System call)
        iobroker	2017-06-04 22:21:06.171	info	install https://github.com/ioBroker/ioBroker.rflink/tarball/master
        iobroker	2017-06-04 22:21:04.240	info	url "https://github.com/ioBroker/ioBroker.rflink/tarball/master" rflink
        
        

        evtl. das Bild kann dort etwas helfen…
        1526_unbenannt4.png

        1 Reply Last reply Reply Quote 0
        • C
          ChristianF last edited by

          @apollon77:

          Probler mal also Root bzw mit sudo den Adapter zu installieren.

          in /opt/iobroker ein "sudo install iobroker.modbus –unsafe-perm" `

          Danke Dir. So hat es zumindest für die Installation funktioniert.

          Falls jemand anders das selbe Problem hat: im Aufruf oben fehlt ein "npm":

          sudo npm install iobroker.modbus --unsafe-perm
          

          Allerdings klappt der Zugriff auf den Port immernoch nicht:

          modbus.0	2017-06-03 23:21:34.929	error	Cannot create modbus master!
          modbus.0	2017-06-03 23:21:34.924	error	Cannot open port "/dev/ttyUSB0" [9600]: ReferenceError: serialport is not defined
          modbus.0	2017-06-03 23:21:34.352	info	starting. Version 0.5.3 in /opt/iobroker/node_modules/iobroker.modbus, node: v4.8.2
          

          Der Adapter liegt allerdings definitiv auf /dev/ttyUSB0, denn CUxD findet ihn:

            USB 1-1.2 - {NONE} FT232R USB UART [FF] - /dev/ttyUSB0 {:566937s} - connected - Sun May 28 09:55:39 2017
          

          Danke für (noch) einen Tipp 🙂

          Viele Grüße

          Christian

          1 Reply Last reply Reply Quote 0
          • K
            knopers1 last edited by

            so, wenn ich es richtig gemacht habe, soll das die Ausgabe von der Installation sein!

            root@orangepiplus2e:/opt/iobroker# ./iobroker url "https://github.com/ioBroker/ioBroker.rflink/tarball/master" rflink
            install https://github.com/ioBroker/ioBroker.rflink/tarball/master
            npm install https://github.com/ioBroker/ioBroker.rflink/tarball/master --production --prefix "/opt/iobroker" (System call)
            npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/mdns/package.json'
            npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/stk500/package.json'
            got /opt/iobroker/node_modules/iobroker.rflink/admin
            upload [2] rflink.admin /opt/iobroker/node_modules/iobroker.rflink/admin/rflink.png rflink.png image/png
            upload [1] rflink.admin /opt/iobroker/node_modules/iobroker.rflink/admin/parse.js parse.js application/javascript
            upload [0] rflink.admin /opt/iobroker/node_modules/iobroker.rflink/admin/index.html index.html text/html
            root@orangepiplus2e:/opt/iobroker#
            
            
            1 Reply Last reply Reply Quote 0
            • apollon77
              apollon77 last edited by

              Jupp, Fehler gefunden … Please retry. Neu vom Github bitte installieren (Version bleibt die gleiche)

              1 Reply Last reply Reply Quote 0
              • C
                ChristianF last edited by

                Gibt es einen Trick wie man mit sudo von github installieren kann?

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

                  sudo npm install https://github.com/ioBroker/ioBroker.rflink/tarball/master --production
                  
                  1 Reply Last reply Reply Quote 0
                  • K
                    knopers1 last edited by

                    hmm, nach Installation findet man den Adapter unter IOBroker nicht….

                    login as: root
                    root@192.168.1.99's password:
                      ___                               ____  _         ____  _____
                     / _ \ _ __ __ _ _ __   __ _  ___  |  _ \(_)  _    |___ \| ____|
                    | | | | '__/ _` | '_ \ / _` |/ _ \ | |_) | |_| |_    __) |  _|
                    | |_| | | | (_| | | | | (_| |  __/ |  __/| |_   _|  / __/| |___
                     \___/|_|  \__,_|_| |_|\__, |\___| |_|   |_| |_|   |_____|_____|
                                           |___/
                    
                    Welcome to ARMBIAN 5.25 stable Debian GNU/Linux 8 (jessie) 3.4.113-sun8i
                    System load:   2.80             Up time:       4 min
                    Memory usage:  2 % of 2014Mb    IP:            192.168.1.99
                    CPU temp:      31°C
                    Usage of /:    7% of 29G        storage/:      7% of 29G
                    
                    Last login: Sun Jun  4 20:17:44 2017 from lenovo-pc.fritz.box
                    root@orangepiplus2e:~# cd /opt/iobroker
                    root@orangepiplus2e:/opt/iobroker# iobroker start
                    Starting iobroker controller daemon...
                    iobroker controller daemon started. PID: 959
                    root@orangepiplus2e:/opt/iobroker# sudo npm install https://github.com/ioBroker/ioBroker.rflink/tarball/master --production
                    iobroker@1.0.0 /opt/iobroker
                    └─┬ iobroker.rflink@1.1.5
                      └─┬ avrgirl-arduino@1.11.12
                        ├── browser-serialport@2.0.3  (git://github.com/noopkat/browser-serialport.git#a1cecbee1276bfe78b0491f8d13544c70859ff36)
                        └── stk500@1.0.4  (git://github.com/noopkat/js-stk500v1.git#e116a1f72abdafc7d57eb0ee58221556d2b5def4)
                    
                    npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/mdns/package.json'
                    npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/stk500/package.json'
                    root@orangepiplus2e:/opt/iobroker#
                    
                    

                    1526_unbenannt5.png

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

                      Welches Repository hast du eingestellt?

                      Welche Admin Version?

                      @knopers1:

                      hmm, nach Installation findet man den Adapter unter IOBroker nicht…. `
                      Und warum zeigst du uns die Instanzen und nicht die verfügbaren Adapter?

                      Oder meintest du, dass nach Hinzufügen einer Instanz diese nicht erscheint?

                      Gruß

                      1 Reply Last reply Reply Quote 0
                      • K
                        knopers1 last edited by

                        eigentlich habe ich oben schon alles geschrieben… Hier eine kleine Zusammenfassung 🙂

                        root@orangepiplus2e:/opt/iobroker# node -v

                        v6.10.3

                        root@orangepiplus2e:/opt/iobroker# npm -v

                        3.10.10

                        root@orangepiplus2e:/opt/iobroker#

                        js-controller ist bereits die Ver. 1.0.3 installiert

                        IOBroker-Admin hat die Version 1.7.6

                        Habe Rflink 1.1.5 mit node 6.x, Ja, nach der Installation aus dem Github wird der Adapter unter den installierten Adaptern nicht angezeigt. Wenn ich allerdings ganz normal über den + installiere, geht es ohne Probleme. Dort lässt sich aber die Schnittstelle nicht auswählen. Im Feld steht Text "nicht möglich"

                        node 6 habe ich so installiert:

                        curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
                        sudo apt-get install -y build-essential python nodejs
                        

                        Mit älteren Node Version ging es auch nicht:

                        root@orangepiplus2e:~# node -v

                        v4.2.1

                        root@orangepiplus2e:~# v4.2.1^C

                        root@orangepiplus2e:~# npm -v

                        2.14.7

                        Dort konnte man wenigstens /dev/ttyS0 auswählen. Aber auch dort war die USB Schnittstelle nicht da! 😐
                        1526_unbenannt6.png
                        1526_unbenannt7.png
                        1526_unbenannt.png

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

                          @knopers1:

                          eigentlich habe ich oben schon alles geschrieben… `
                          leider nicht.

                          Die Frage nach dem Repository hast du auch jetzt nicht beantwortet.

                          Und auch hier scheinen wir (wegen unterschiedlicher Benutzung der Termini?) aneinander vorbeizureden.

                          @knopers1:

                          nach der Installation aus dem Github wird der Adapter unter den installierten Adaptern nicht angezeigt `
                          Die installierten Adapter werden im Reiter Adapter angezeigt, die angelegten Instanzen im Reiter Instanzen.

                          Ich habe das bereits ausführlich erklärt, finde jetzt nach intensiven Suchen den Thread nicht mehr.

                          • Adapter installieren bedeutet die notwendigen Dateien aus dem Internet auf den ioBroker-Server zu spielen.

                            • dabei rutscht der Adapter bei der alphabetischen Sortierung in der Liste der verfügbaren Adapter nach oben unter die installierten Adapter

                          dies ist der Konsolenbefehl

                          sudo iobroker install AdapterName
                          
                          • Instanz erzeugen bedeutet, dass eine für die Installation verwendbare und konfigurierbare Version des Adapters angelegt wird

                            • jetzt sollte zusätzlich eine [1] in der Adapterliste und die Instanz unter Instanzen erscheinen
                            • ist diese Instanz konfiguriert und gestartet erscheint unter Adapter eine [1/~~[b]~~1],

                          dies ist der Konsolenbefehl

                          sudo iobroker add AdapterName
                          

                          und entspricht dem (+) im Reiter Adapter

                          Natürlich musstest du das noch zusätzlich(!) machen.

                          EDIT: nachdem ich das alles nochmal getippt habe, habe ich den Post endlich gefunden

                          http://forum.iobroker.net/viewtopic.php … 779#p68779

                          @knopers1:

                          Dort lässt sich aber die Schnittstelle nicht auswählen `
                          Das Phänomen habe ich auf meinen Tinkerboards auch. allerdings keine ("nicht möglich" info. Die Version 1.1.5 ist ok, auf dem Pine64 läuft sie.

                          IMHO liegt das am Paket serialport

                          Gruß

                          Rainer

                          1 Reply Last reply Reply Quote 0
                          • K
                            knopers1 last edited by

                            o.k, wo sieht man es welche Repository ich habe? Tut mir leid Rainer, ich habe alles nach der Anleitung installiert und lediglich nur die Node in der Version 6 mit dem oben genannten Befehlen installiert.

                            Ich habe Bilder upgeloadet, dort sieht man doch den RF-Link Adapter und deren Version

                            Version 1.1.2 und installiert 1.1.5… [1/1]

                            Wir können jetzt noch lange so diskutieren, nur bringen tut es nicht wirklich viel…

                            Kannst Du helfen? Welche infos brauchst Du noch? Und wie kann ich die die Infos am besten zukommen lassen?

                            Ich bin kein Profi Rainer. Da könntest mir sagen wie ich an die benötigten Sachen kommen kann...

                            Wo sehe ich welche Repository ich habe?

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

                              @Homoran:

                              @knopers1:

                              Dort lässt sich aber die Schnittstelle nicht auswählen `
                              Das Phänomen habe ich auf meinen Tinkerboards auch. allerdings keine ("nicht möglich" info. Die Version 1.1.5 ist ok, auf dem Pine64 läuft sie.

                              IMHO liegt das am Paket serialport `
                              Korrekt, aber wenn das so ist dann gibts an sich auch Fehler bei der Installation des Adapters!

                              Wenn es die nicht gab und Seriell auftaucht dann die Frage: Läuft iobroker auf der Maschine als Root oder nicht? Wenn nicht dann kann es noch daran liegen.

                              Mal Adapter in "Debug" laufen lassen?

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

                                @knopers1:

                                wo sieht man es welche Repository ich habe? `
                                Die Pfade zu den verschiedenen Repositories sollten hier zu sehen sein:

                                http://www.iobroker.net/docu/?page_id=6 … positories

                                das ausgewählte im Pulldownmenü im Reiter Haupteinstellungen unter aktiver Verwahrungsort

                                @knopers1:

                                ich habe alles nach der Anleitung installiert und lediglich nur die Node in der Version 6 mit dem oben genannten Befehlen installiert.

                                Ich habe Bilder upgeloadet, dort sieht man doch den RF-Link Adapter und deren Version

                                Version 1.1.2 und installiert 1.1.5… [1/1] `
                                ist ja auch alles im grünen Bereich.

                                @knopers1:

                                Wir können jetzt noch lange so diskutieren, nur bringen tut es nicht wirklich viel.. `
                                naja, vielleicht für die Zukunft damit wir (und andere) nicht aneinander vorbeireden.

                                @knopers1:

                                Kannst Du helfen? `
                                Leider nein, wie gesagt habe ich das selbe Problem

                                @knopers1:

                                Welche infos brauchst Du noch? Und wie kann ich die die Infos am besten zukommen lassen? `
                                Im Moment nichts - jetzt sind wir beide auf dem neuesten Stand - also müssen wir den gemeinsamen Nenner von OPi und Tinkerboard finden, um der Sache auf den Grund gehen zu können.

                                Vielleicht kann @apollon77 da noch etwas zu sagen - ich glaube er hatte woanders gerade etwas gefixt.

                                EDIT: hat er gerade

                                @knopers1:

                                Ich bin kein Profi Rainer. `
                                ich auch nicht!

                                Gruß

                                Rainer

                                1 Reply Last reply Reply Quote 0
                                • M
                                  Marcolotti last edited by

                                  Ich habe das gleiche Phänomen bei den Raspis gehabt. Beim Acer Revo stecken nun alle Sticks (CUL;RFLINK;JEELINK) in einem Gerät und da funktioniert es.

                                  Gruß Marco

                                  1 Reply Last reply Reply Quote 0
                                  • K
                                    knopers1 last edited by

                                    ok, hier noch Repositories, dort aber habe ich nichts verstellt…
                                    1526_unbenannt8.png

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

                                      @apollon77:

                                      Korrekt, aber wenn das so ist dann gibts an sich auch Fehler bei der Installation des Adapters!

                                      Wenn es die nicht gab und Seriell auftaucht dann die Frage: Läuft iobroker auf der Maschine als Root oder nicht? `
                                      Das ist das was ich auch vermute.

                                      Ich habe zuwenig Ahnung von Linux.

                                      Früher habe ich alles als "echter" root installiert, dann nur noch mit sudo, letzte Zeit nur noch mit sudo su. (auch die aktuellen Images!)

                                      Trotzdem denke ich, dass da ein Unterschied zur echten root-Installation ist. Zumindest glaube ich, dass der Besitzer trotzdem der nicht privilegierte User bleibt, auch wenn root am Prompt steht.

                                      Gruß

                                      Rainer

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

                                        @knopers1:

                                        ok, hier noch Repositories, dort aber habe ich nichts verstellt… `

                                        Danke, aber entscheidend ist die Auswahl, die unter dem Reiter Haupteinstellungen steht.

                                        Gruß

                                        Rainer

                                        1 Reply Last reply Reply Quote 0
                                        • K
                                          knopers1 last edited by

                                          ok, Danke Rainer… Unter Haupteinstellungen sieht man nicht viel...siehe Bild.

                                          ich habe alles neu aufgesetzt! Anbei der Auszug aus der Konsole von derb Installation!

                                          Welcome to ARMBIAN 5.25 stable Debian GNU/Linux 8 (jessie) 3.4.113-sun8i
                                          System load:   1.20             Up time:       7 hours
                                          Memory usage:  8 % of 2014Mb    IP:            192.168.1.99
                                          CPU temp:      34°C
                                          Usage of /:    7% of 29G        storage/:      7% of 29G
                                          
                                          Last login: Mon Jun  5 13:15:16 2017 from lenovo-pc.fritz.box
                                          root@orangepiplus2e:~# sudo npm install https://github.com/ioBroker/ioBroker.rflink/tarball/master --production
                                          
                                          > serialport@4.0.7 install /root/node_modules/avrgirl-arduino/node_modules/serialport
                                          > node-pre-gyp install --fallback-to-build
                                          
                                          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.10.3 (node-v48 ABI) (falling back to source compile with node-gyp)
                                          make: Entering directory '/root/node_modules/avrgirl-arduino/node_modules/serialport/build'
                                            CXX(target) Release/obj.target/serialport/src/serialport.o
                                          ../src/serialport.cpp: In function ‘int getIntFromObject(v8::Local<v8::object>, std::string)’:
                                          ../src/serialport.cpp:90:52: warning: ‘v8::Local <v8::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             return getValueFromObject(options, key)->ToInt32()->Int32Value();
                                                                                              ^
                                          ../src/serialport.cpp: In function ‘double getDoubleFromObject(v8::Local<v8::object>, std::string)’:
                                          ../src/serialport.cpp:102:53: warning: ‘v8::Local <v8::number>v8::Value::ToNumber() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8166): Use maybe version [-Wdeprecated-declarations]
                                             return getValueFromObject(options, key)->ToNumber()->NumberValue();
                                                                                               ^
                                          ../src/serialport.cpp: In function ‘void EIO_AfterOpen(uv_work_t*)’:
                                          ../src/serialport.cpp:174:31: warning: ‘v8::Local <v8::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                               int fd = argv[1]->ToInt32()->Int32Value();
                                                                         ^
                                          ../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::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             int fd = info[0]->ToInt32()->Int32Value();
                                                                       ^
                                          ../src/serialport.cpp:217:116: warning: ‘v8::Local <v8::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             baton->baudRate = Nan::Get(options, Nan::New<v8::string>("baudRate").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value();
                                                                                                                                                              ^
                                          ../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::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             int fd = info[0]->ToInt32()->Int32Value();
                                                                       ^
                                          ../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::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             baton->fd = info[0]->ToInt32()->Int32Value();
                                                                          ^
                                          ../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::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             int fd = info[0]->ToInt32()->Int32Value();
                                                                       ^
                                          ../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::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             int fd = info[0]->ToInt32()->Int32Value();
                                                                       ^
                                          ../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::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             int fd = info[0]->ToInt32()->Int32Value();
                                                                       ^
                                            CXX(target) Release/obj.target/serialport/src/serialport_unix.o
                                          ../src/serialport_unix.cpp: In function ‘OpenBatonPlatformOptions* ParsePlatformOptions(const v8::Local<v8::object>&)’:
                                          ../src/serialport_unix.cpp:44:109: warning: ‘v8::Local <v8::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             result->vmin = Nan::Get(options, Nan::New<v8::string>("vmin").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value();
                                                                                                                                                       ^
                                          ../src/serialport_unix.cpp:45:111: warning: ‘v8::Local <v8::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             result->vtime = Nan::Get(options, Nan::New<v8::string>("vtime").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value();
                                                                                                                                                         ^
                                            CXX(target) Release/obj.target/serialport/src/serialport_poller.o
                                          ../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::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             obj->fd_ = info[0]->ToInt32()->Int32Value();
                                                                         ^
                                            SOLINK_MODULE(target) Release/obj.target/serialport.node
                                            COPY Release/serialport.node
                                          make: Leaving directory '/root/node_modules/avrgirl-arduino/node_modules/serialport/build'
                                          
                                          > serialport@4.0.7 install /root/node_modules/iobroker.rflink/node_modules/serialport
                                          > node-pre-gyp install --fallback-to-build
                                          
                                          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.10.3 (node-v48 ABI) (falling back to source compile with node-gyp)
                                          make: Entering directory '/root/node_modules/iobroker.rflink/node_modules/serialport/build'
                                            CXX(target) Release/obj.target/serialport/src/serialport.o
                                          ../src/serialport.cpp: In function ‘int getIntFromObject(v8::Local<v8::object>, std::string)’:
                                          ../src/serialport.cpp:90:52: warning: ‘v8::Local <v8::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             return getValueFromObject(options, key)->ToInt32()->Int32Value();
                                                                                              ^
                                          ../src/serialport.cpp: In function ‘double getDoubleFromObject(v8::Local<v8::object>, std::string)’:
                                          ../src/serialport.cpp:102:53: warning: ‘v8::Local <v8::number>v8::Value::ToNumber() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8166): Use maybe version [-Wdeprecated-declarations]
                                             return getValueFromObject(options, key)->ToNumber()->NumberValue();
                                                                                               ^
                                          ../src/serialport.cpp: In function ‘void EIO_AfterOpen(uv_work_t*)’:
                                          ../src/serialport.cpp:174:31: warning: ‘v8::Local <v8::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                               int fd = argv[1]->ToInt32()->Int32Value();
                                                                         ^
                                          ../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::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             int fd = info[0]->ToInt32()->Int32Value();
                                                                       ^
                                          ../src/serialport.cpp:217:116: warning: ‘v8::Local <v8::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             baton->baudRate = Nan::Get(options, Nan::New<v8::string>("baudRate").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value();
                                                                                                                                                              ^
                                          ../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::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             int fd = info[0]->ToInt32()->Int32Value();
                                                                       ^
                                          ../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::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             baton->fd = info[0]->ToInt32()->Int32Value();
                                                                          ^
                                          ../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::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             int fd = info[0]->ToInt32()->Int32Value();
                                                                       ^
                                          ../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::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             int fd = info[0]->ToInt32()->Int32Value();
                                                                       ^
                                          ../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::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             int fd = info[0]->ToInt32()->Int32Value();
                                                                       ^
                                            CXX(target) Release/obj.target/serialport/src/serialport_unix.o
                                          ../src/serialport_unix.cpp: In function ‘OpenBatonPlatformOptions* ParsePlatformOptions(const v8::Local<v8::object>&)’:
                                          ../src/serialport_unix.cpp:44:109: warning: ‘v8::Local <v8::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             result->vmin = Nan::Get(options, Nan::New<v8::string>("vmin").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value();
                                                                                                                                                       ^
                                          ../src/serialport_unix.cpp:45:111: warning: ‘v8::Local <v8::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             result->vtime = Nan::Get(options, Nan::New<v8::string>("vtime").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value();
                                                                                                                                                         ^
                                            CXX(target) Release/obj.target/serialport/src/serialport_poller.o
                                          ../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::int32>v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                                             obj->fd_ = info[0]->ToInt32()->Int32Value();
                                                                         ^
                                            SOLINK_MODULE(target) Release/obj.target/serialport.node
                                            COPY Release/serialport.node
                                          make: Leaving directory '/root/node_modules/iobroker.rflink/node_modules/serialport/build'
                                          /root
                                          └─┬ iobroker.rflink@1.1.5
                                            ├─┬ avrgirl-arduino@1.11.12
                                            │ ├─┬ async@2.4.1
                                            │ │ └── lodash@4.17.4
                                            │ ├─┬ awty@0.1.0
                                            │ │ └── isval@0.0.2
                                            │ ├── browser-serialport@2.0.3  (git://github.com/noopkat/browser-serialport.git#a1cecbee1276bfe78b0491f8d13544c70859ff36)
                                            │ ├── chip.avr.avr109@1.1.0
                                            │ ├── colors@1.1.2
                                            │ ├── graceful-fs@4.1.11
                                            │ ├── intel-hex@0.1.1
                                            │ ├── minimist@1.2.0
                                            │ ├─┬ serialport@4.0.7
                                            │ │ ├── nan@2.6.2
                                            │ │ └─┬ node-pre-gyp@0.6.32
                                            │ │   ├─┬ mkdirp@0.5.1
                                            │ │   │ └── minimist@0.0.8
                                            │ │   ├─┬ nopt@3.0.6
                                            │ │   │ └── abbrev@1.0.9
                                            │ │   ├─┬ npmlog@4.0.1
                                            │ │   │ ├─┬ are-we-there-yet@1.1.2
                                            │ │   │ │ ├── delegates@1.0.0
                                            │ │   │ │ └─┬ readable-stream@2.2.2
                                            │ │   │ │   ├── buffer-shims@1.0.0
                                            │ │   │ │   ├── core-util-is@1.0.2
                                            │ │   │ │   ├── inherits@2.0.3
                                            │ │   │ │   ├── isarray@1.0.0
                                            │ │   │ │   ├── process-nextick-args@1.0.7
                                            │ │   │ │   ├── string_decoder@0.10.31
                                            │ │   │ │   └── util-deprecate@1.0.2
                                            │ │   │ ├── console-control-strings@1.1.0
                                            │ │   │ ├─┬ gauge@2.7.2
                                            │ │   │ │ ├── aproba@1.0.4
                                            │ │   │ │ ├── has-unicode@2.0.1
                                            │ │   │ │ ├── object-assign@4.1.0
                                            │ │   │ │ ├── signal-exit@3.0.2
                                            │ │   │ │ ├─┬ string-width@1.0.2
                                            │ │   │ │ │ ├── code-point-at@1.1.0
                                            │ │   │ │ │ └─┬ is-fullwidth-code-point@1.0.0
                                            │ │   │ │ │   └── number-is-nan@1.0.1
                                            │ │   │ │ ├─┬ strip-ansi@3.0.1
                                            │ │   │ │ │ └── ansi-regex@2.0.0
                                            │ │   │ │ ├── supports-color@0.2.0
                                            │ │   │ │ └── wide-align@1.1.0
                                            │ │   │ └── set-blocking@2.0.0
                                            │ │   ├─┬ rc@1.1.6
                                            │ │   │ ├── deep-extend@0.4.1
                                            │ │   │ ├── ini@1.3.4
                                            │ │   │ ├── minimist@1.2.0
                                            │ │   │ └── strip-json-comments@1.0.4
                                            │ │   ├─┬ request@2.79.0
                                            │ │   │ ├── aws-sign2@0.6.0
                                            │ │   │ ├── aws4@1.5.0
                                            │ │   │ ├── caseless@0.11.0
                                            │ │   │ ├─┬ combined-stream@1.0.5
                                            │ │   │ │ └── delayed-stream@1.0.0
                                            │ │   │ ├── extend@3.0.0
                                            │ │   │ ├── forever-agent@0.6.1
                                            │ │   │ ├─┬ form-data@2.1.2
                                            │ │   │ │ └── asynckit@0.4.0
                                            │ │   │ ├─┬ har-validator@2.0.6
                                            │ │   │ │ ├─┬ chalk@1.1.3
                                            │ │   │ │ │ ├── ansi-styles@2.2.1
                                            │ │   │ │ │ ├── escape-string-regexp@1.0.5
                                            │ │   │ │ │ ├─┬ has-ansi@2.0.0
                                            │ │   │ │ │ │ └── ansi-regex@2.0.0
                                            │ │   │ │ │ ├─┬ strip-ansi@3.0.1
                                            │ │   │ │ │ │ └── ansi-regex@2.0.0
                                            │ │   │ │ │ └── supports-color@2.0.0
                                            │ │   │ │ ├─┬ is-my-json-valid@2.15.0
                                            │ │   │ │ │ ├── generate-function@2.0.0
                                            │ │   │ │ │ ├─┬ generate-object-property@1.2.0
                                            │ │   │ │ │ │ └── is-property@1.0.2
                                            │ │   │ │ │ ├── jsonpointer@4.0.0
                                            │ │   │ │ │ └── xtend@4.0.1
                                            │ │   │ │ └─┬ pinkie-promise@2.0.1
                                            │ │   │ │   └── pinkie@2.0.4
                                            │ │   │ ├─┬ hawk@3.1.3
                                            │ │   │ │ ├── boom@2.10.1
                                            │ │   │ │ ├── cryptiles@2.0.5
                                            │ │   │ │ ├── hoek@2.16.3
                                            │ │   │ │ └── sntp@1.0.9
                                            │ │   │ ├─┬ http-signature@1.1.1
                                            │ │   │ │ ├── assert-plus@0.2.0
                                            │ │   │ │ ├─┬ jsprim@1.3.1
                                            │ │   │ │ │ ├── extsprintf@1.0.2
                                            │ │   │ │ │ ├── json-schema@0.2.3
                                            │ │   │ │ │ └── verror@1.3.6
                                            │ │   │ │ └─┬ sshpk@1.10.1
                                            │ │   │ │   ├── asn1@0.2.3
                                            │ │   │ │   ├── assert-plus@1.0.0
                                            │ │   │ │   ├── bcrypt-pbkdf@1.0.0
                                            │ │   │ │   ├── dashdash@1.14.1
                                            │ │   │ │   ├── ecc-jsbn@0.1.1
                                            │ │   │ │   ├── getpass@0.1.6
                                            │ │   │ │   ├── jodid25519@1.0.2
                                            │ │   │ │   ├── jsbn@0.1.0
                                            │ │   │ │   └── tweetnacl@0.14.4
                                            │ │   │ ├── is-typedarray@1.0.0
                                            │ │   │ ├── isstream@0.1.2
                                            │ │   │ ├── json-stringify-safe@5.0.1
                                            │ │   │ ├─┬ mime-types@2.1.13
                                            │ │   │ │ └── mime-db@1.25.0
                                            │ │   │ ├── oauth-sign@0.8.2
                                            │ │   │ ├── qs@6.3.0
                                            │ │   │ ├── stringstream@0.0.5
                                            │ │   │ ├─┬ tough-cookie@2.3.2
                                            │ │   │ │ └── punycode@1.4.1
                                            │ │   │ ├── tunnel-agent@0.4.3
                                            │ │   │ └── uuid@3.0.1
                                            │ │   ├─┬ rimraf@2.5.4
                                            │ │   │ └─┬ glob@7.1.1
                                            │ │   │   ├── fs.realpath@1.0.0
                                            │ │   │   ├─┬ inflight@1.0.6
                                            │ │   │   │ └── wrappy@1.0.2
                                            │ │   │   ├── inherits@2.0.3
                                            │ │   │   ├─┬ minimatch@3.0.3
                                            │ │   │   │ └─┬ brace-expansion@1.1.6
                                            │ │   │   │   ├── balanced-match@0.4.2
                                            │ │   │   │   └── concat-map@0.0.1
                                            │ │   │   ├─┬ once@1.4.0
                                            │ │   │   │ └── wrappy@1.0.2
                                            │ │   │   └── path-is-absolute@1.0.1
                                            │ │   ├── semver@5.3.0
                                            │ │   ├─┬ tar@2.2.1
                                            │ │   │ ├── block-stream@0.0.9
                                            │ │   │ ├─┬ fstream@1.0.10
                                            │ │   │ │ └── graceful-fs@4.1.11
                                            │ │   │ └── inherits@2.0.3
                                            │ │   └─┬ tar-pack@3.3.0
                                            │ │     ├─┬ debug@2.2.0
                                            │ │     │ └── ms@0.7.1
                                            │ │     ├─┬ fstream@1.0.10
                                            │ │     │ ├── graceful-fs@4.1.11
                                            │ │     │ └── inherits@2.0.3
                                            │ │     ├─┬ fstream-ignore@1.0.5
                                            │ │     │ ├── inherits@2.0.3
                                            │ │     │ └─┬ minimatch@3.0.3
                                            │ │     │   └─┬ brace-expansion@1.1.6
                                            │ │     │     ├── balanced-match@0.4.2
                                            │ │     │     └── concat-map@0.0.1
                                            │ │     ├─┬ once@1.3.3
                                            │ │     │ └── wrappy@1.0.2
                                            │ │     ├─┬ readable-stream@2.1.5
                                            │ │     │ ├── buffer-shims@1.0.0
                                            │ │     │ ├── core-util-is@1.0.2
                                            │ │     │ ├── inherits@2.0.3
                                            │ │     │ ├── isarray@1.0.0
                                            │ │     │ ├── process-nextick-args@1.0.7
                                            │ │     │ ├── string_decoder@0.10.31
                                            │ │     │ └── util-deprecate@1.0.2
                                            │ │     └── uid-number@0.0.6
                                            │ ├─┬ stk500@1.0.4  (git://github.com/noopkat/js-stk500v1.git#e116a1f72abdafc7d57eb0ee58221556d2b5def4)
                                            │ │ ├── async@0.9.2
                                            │ │ └── buffer-equal@0.0.1
                                            │ └─┬ stk500-v2@1.0.2
                                            │   └── async@0.9.2
                                            ├─┬ request@2.81.0
                                            │ ├── aws-sign2@0.6.0
                                            │ ├── aws4@1.6.0
                                            │ ├── caseless@0.12.0
                                            │ ├─┬ combined-stream@1.0.5
                                            │ │ └── delayed-stream@1.0.0
                                            │ ├── extend@3.0.1
                                            │ ├── forever-agent@0.6.1
                                            │ ├─┬ form-data@2.1.4
                                            │ │ └── asynckit@0.4.0
                                            │ ├─┬ har-validator@4.2.1
                                            │ │ ├─┬ ajv@4.11.8
                                            │ │ │ ├── co@4.6.0
                                            │ │ │ └─┬ json-stable-stringify@1.0.1
                                            │ │ │   └── jsonify@0.0.0
                                            │ │ └── har-schema@1.0.5
                                            │ ├─┬ hawk@3.1.3
                                            │ │ ├── boom@2.10.1
                                            │ │ ├── cryptiles@2.0.5
                                            │ │ ├── hoek@2.16.3
                                            │ │ └── sntp@1.0.9
                                            │ ├─┬ http-signature@1.1.1
                                            │ │ ├── assert-plus@0.2.0
                                            │ │ ├─┬ jsprim@1.4.0
                                            │ │ │ ├── assert-plus@1.0.0
                                            │ │ │ ├── extsprintf@1.0.2
                                            │ │ │ ├── json-schema@0.2.3
                                            │ │ │ └── verror@1.3.6
                                            │ │ └─┬ sshpk@1.13.0
                                            │ │   ├── asn1@0.2.3
                                            │ │   ├── assert-plus@1.0.0
                                            │ │   ├── bcrypt-pbkdf@1.0.1
                                            │ │   ├─┬ dashdash@1.14.1
                                            │ │   │ └── assert-plus@1.0.0
                                            │ │   ├── ecc-jsbn@0.1.1
                                            │ │   ├─┬ getpass@0.1.7
                                            │ │   │ └── assert-plus@1.0.0
                                            │ │   ├── jodid25519@1.0.2
                                            │ │   ├── jsbn@0.1.1
                                            │ │   └── tweetnacl@0.14.5
                                            │ ├── is-typedarray@1.0.0
                                            │ ├── isstream@0.1.2
                                            │ ├── json-stringify-safe@5.0.1
                                            │ ├─┬ mime-types@2.1.15
                                            │ │ └── mime-db@1.27.0
                                            │ ├── oauth-sign@0.8.2
                                            │ ├── performance-now@0.2.0
                                            │ ├── qs@6.4.0
                                            │ ├── safe-buffer@5.1.0
                                            │ ├── stringstream@0.0.5
                                            │ ├─┬ tough-cookie@2.3.2
                                            │ │ └── punycode@1.4.1
                                            │ ├── tunnel-agent@0.6.0
                                            │ └── uuid@3.0.1
                                            └─┬ serialport@4.0.7
                                              ├─┬ commander@2.9.0
                                              │ └── graceful-readlink@1.0.1
                                              ├─┬ debug@2.6.8
                                              │ └── ms@2.0.0
                                              ├─┬ lie@3.1.1
                                              │ └── immediate@3.0.6
                                              ├── nan@2.6.2
                                              └─┬ node-pre-gyp@0.6.32
                                                ├─┬ mkdirp@0.5.1
                                                │ └── minimist@0.0.8
                                                ├─┬ nopt@3.0.6
                                                │ └── abbrev@1.0.9
                                                ├─┬ npmlog@4.0.1
                                                │ ├─┬ are-we-there-yet@1.1.2
                                                │ │ ├── delegates@1.0.0
                                                │ │ └─┬ readable-stream@2.2.2
                                                │ │   ├── buffer-shims@1.0.0
                                                │ │   ├── core-util-is@1.0.2
                                                │ │   ├── inherits@2.0.3
                                                │ │   ├── isarray@1.0.0
                                                │ │   ├── process-nextick-args@1.0.7
                                                │ │   ├── string_decoder@0.10.31
                                                │ │   └── util-deprecate@1.0.2
                                                │ ├── console-control-strings@1.1.0
                                                │ ├─┬ gauge@2.7.2
                                                │ │ ├── aproba@1.0.4
                                                │ │ ├── has-unicode@2.0.1
                                                │ │ ├── object-assign@4.1.0
                                                │ │ ├── signal-exit@3.0.2
                                                │ │ ├─┬ string-width@1.0.2
                                                │ │ │ ├── code-point-at@1.1.0
                                                │ │ │ └─┬ is-fullwidth-code-point@1.0.0
                                                │ │ │   └── number-is-nan@1.0.1
                                                │ │ ├─┬ strip-ansi@3.0.1
                                                │ │ │ └── ansi-regex@2.0.0
                                                │ │ ├── supports-color@0.2.0
                                                │ │ └── wide-align@1.1.0
                                                │ └── set-blocking@2.0.0
                                                ├─┬ rc@1.1.6
                                                │ ├── deep-extend@0.4.1
                                                │ ├── ini@1.3.4
                                                │ ├── minimist@1.2.0
                                                │ └── strip-json-comments@1.0.4
                                                ├─┬ request@2.79.0
                                                │ ├── aws-sign2@0.6.0
                                                │ ├── aws4@1.5.0
                                                │ ├── caseless@0.11.0
                                                │ ├─┬ combined-stream@1.0.5
                                                │ │ └── delayed-stream@1.0.0
                                                │ ├── extend@3.0.0
                                                │ ├── forever-agent@0.6.1
                                                │ ├─┬ form-data@2.1.2
                                                │ │ └── asynckit@0.4.0
                                                │ ├─┬ har-validator@2.0.6
                                                │ │ ├─┬ chalk@1.1.3
                                                │ │ │ ├── ansi-styles@2.2.1
                                                │ │ │ ├── escape-string-regexp@1.0.5
                                                │ │ │ ├─┬ has-ansi@2.0.0
                                                │ │ │ │ └── ansi-regex@2.0.0
                                                │ │ │ ├─┬ strip-ansi@3.0.1
                                                │ │ │ │ └── ansi-regex@2.0.0
                                                │ │ │ └── supports-color@2.0.0
                                                │ │ ├─┬ is-my-json-valid@2.15.0
                                                │ │ │ ├── generate-function@2.0.0
                                                │ │ │ ├─┬ generate-object-property@1.2.0
                                                │ │ │ │ └── is-property@1.0.2
                                                │ │ │ ├── jsonpointer@4.0.0
                                                │ │ │ └── xtend@4.0.1
                                                │ │ └─┬ pinkie-promise@2.0.1
                                                │ │   └── pinkie@2.0.4
                                                │ ├─┬ hawk@3.1.3
                                                │ │ ├── boom@2.10.1
                                                │ │ ├── cryptiles@2.0.5
                                                │ │ ├── hoek@2.16.3
                                                │ │ └── sntp@1.0.9
                                                │ ├─┬ http-signature@1.1.1
                                                │ │ ├── assert-plus@0.2.0
                                                │ │ ├─┬ jsprim@1.3.1
                                                │ │ │ ├── extsprintf@1.0.2
                                                │ │ │ ├── json-schema@0.2.3
                                                │ │ │ └── verror@1.3.6
                                                │ │ └─┬ sshpk@1.10.1
                                                │ │   ├── asn1@0.2.3
                                                │ │   ├── assert-plus@1.0.0
                                                │ │   ├── bcrypt-pbkdf@1.0.0
                                                │ │   ├── dashdash@1.14.1
                                                │ │   ├── ecc-jsbn@0.1.1
                                                │ │   ├── getpass@0.1.6
                                                │ │   ├── jodid25519@1.0.2
                                                │ │   ├── jsbn@0.1.0
                                                │ │   └── tweetnacl@0.14.4
                                                │ ├── is-typedarray@1.0.0
                                                │ ├── isstream@0.1.2
                                                │ ├── json-stringify-safe@5.0.1
                                                │ ├─┬ mime-types@2.1.13
                                                │ │ └── mime-db@1.25.0
                                                │ ├── oauth-sign@0.8.2
                                                │ ├── qs@6.3.0
                                                │ ├── stringstream@0.0.5
                                                │ ├─┬ tough-cookie@2.3.2
                                                │ │ └── punycode@1.4.1
                                                │ ├── tunnel-agent@0.4.3
                                                │ └── uuid@3.0.1
                                                ├─┬ rimraf@2.5.4
                                                │ └─┬ glob@7.1.1
                                                │   ├── fs.realpath@1.0.0
                                                │   ├─┬ inflight@1.0.6
                                                │   │ └── wrappy@1.0.2
                                                │   ├── inherits@2.0.3
                                                │   ├─┬ minimatch@3.0.3
                                                │   │ └─┬ brace-expansion@1.1.6
                                                │   │   ├── balanced-match@0.4.2
                                                │   │   └── concat-map@0.0.1
                                                │   ├─┬ once@1.4.0
                                                │   │ └── wrappy@1.0.2
                                                │   └── path-is-absolute@1.0.1
                                                ├── semver@5.3.0
                                                ├─┬ tar@2.2.1
                                                │ ├── block-stream@0.0.9
                                                │ ├─┬ fstream@1.0.10
                                                │ │ └── graceful-fs@4.1.11
                                                │ └── inherits@2.0.3
                                                └─┬ tar-pack@3.3.0
                                                  ├─┬ debug@2.2.0
                                                  │ └── ms@0.7.1
                                                  ├─┬ fstream@1.0.10
                                                  │ ├── graceful-fs@4.1.11
                                                  │ └── inherits@2.0.3
                                                  ├─┬ fstream-ignore@1.0.5
                                                  │ ├── inherits@2.0.3
                                                  │ └─┬ minimatch@3.0.3
                                                  │   └─┬ brace-expansion@1.1.6
                                                  │     ├── balanced-match@0.4.2
                                                  │     └── concat-map@0.0.1
                                                  ├─┬ once@1.3.3
                                                  │ └── wrappy@1.0.2
                                                  ├─┬ readable-stream@2.1.5
                                                  │ ├── buffer-shims@1.0.0
                                                  │ ├── core-util-is@1.0.2
                                                  │ ├── inherits@2.0.3
                                                  │ ├── isarray@1.0.0
                                                  │ ├── process-nextick-args@1.0.7
                                                  │ ├── string_decoder@0.10.31
                                                  │ └── util-deprecate@1.0.2
                                                  └── uid-number@0.0.6
                                          
                                          npm WARN enoent ENOENT: no such file or directory, open '/root/package.json'
                                          npm WARN root No description
                                          npm WARN root No repository field.
                                          npm WARN root No README data
                                          npm WARN root No license field.
                                          root@orangepiplus2e:~#</v8::int32></v8::string></v8::int32></v8::string></v8::int32></v8::object></v8::int32></v8::int32></v8::int32></v8::int32></v8::int32></v8::string></v8::int32></v8::int32></v8::int32></v8::number></v8::object></v8::int32></v8::object></v8::int32></v8::string></v8::int32></v8::string></v8::int32></v8::object></v8::int32></v8::int32></v8::int32></v8::int32></v8::int32></v8::string></v8::int32></v8::int32></v8::int32></v8::number></v8::object></v8::int32></v8::object> 
                                          

                                          Die ersten Zeilen spucken schon Fehler aus!

                                          ****> serialport@4.0.7 install /root/node_modules/avrgirl-arduino/node_modules/serialport

                                          node-pre-gyp install –fallback-to-build****

                                          ****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.10.3 (node-v48 ABI) (falling back to source compile with node-gyp)****

                                          Ideeen ????
                                          1526_unbenannt9.png

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

                                            @knopers1:

                                            ok, Danke Rainer… Unter Haupteinstellungen sieht man nicht viel...siehe Bild. `
                                            Man sieht, dass du das "default" Repository und damit das stable ausgewählt hast, das erklärt auch, dass deine angebotene rf-Link Version relativ alt ist.

                                            Gruß

                                            Rainer

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            423
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            53
                                            6186
                                            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