Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [gelöst] RFLink - Serialport: "nicht möglich"

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    447

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.1k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

[gelöst] RFLink - Serialport: "nicht möglich"

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
33 Beiträge 6 Kommentatoren 5.1k Aufrufe
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • apollon77A Offline
    apollon77A Offline
    apollon77
    schrieb am zuletzt editiert von
    #24

    Dann scheint es als ob serial port probleme hat. Installiere mal den rflink adapter neu (von github oder so) und poste mal komplette ausgabe. Danke!

    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
    1 Antwort Letzte Antwort
    0
    • N Offline
      N Offline
      noxx
      schrieb am zuletzt editiert von
      #25

      Hier das LOG. Das reinstall.sh hat nicht geholfen.

      ! ````
      pi@raspberrypi:/opt/iobroker $ sudo npm install iobroker.rflink --production
      ! > serialport@4.0.7 install /opt/iobroker/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.11.1 (node-v48 ABI) (falling back to source compile with node-gyp)
      gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/6.11.1"
      gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp"
      node-pre-gyp ERR! UNCAUGHT EXCEPTION
      node-pre-gyp ERR! stack Error: ENOENT: no such file or directory, open './package.json'
      node-pre-gyp ERR! stack at Error (native)
      node-pre-gyp ERR! stack at Object.fs.openSync (fs.js:641:18)
      node-pre-gyp ERR! stack at Object.fs.readFileSync (fs.js:509:33)
      node-pre-gyp ERR! stack at handle_gyp_opts (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/handle_gyp_opts.js:54:50)
      node-pre-gyp ERR! stack at do_build (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/build.js:12:5)
      node-pre-gyp ERR! stack at /opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/build.js:37:24
      node-pre-gyp ERR! stack at /opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/configure.js:44:24
      node-pre-gyp ERR! stack at ChildProcess. <anonymous>(/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:85:9)
      node-pre-gyp ERR! stack at emitTwo (events.js:106:13)
      node-pre-gyp ERR! stack at ChildProcess.emit (events.js:191:7)
      node-pre-gyp ERR! System Linux 4.9.35-v7+
      node-pre-gyp ERR! command "/usr/bin/nodejs" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
      node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport
      node-pre-gyp ERR! node -v v6.11.1
      node-pre-gyp ERR! node-pre-gyp -v v0.6.32
      node-pre-gyp ERR! This is a bug in node-pre-gyp.
      node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help:
      node-pre-gyp ERR! <https: github.com/mapbox/node-pre-gyp/issues="">iobroker@1.0.0 /opt/iobroker
      └── (empty)
      ! npm ERR! Linux 4.9.35-v7+
      npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "iobroker.rflink" "--production"
      npm ERR! node v6.11.1
      npm ERR! npm v3.10.10
      npm ERR! code ELIFECYCLE
      ! npm ERR! serialport@4.0.7 install: node-pre-gyp install --fallback-to-build
      npm ERR! Exit status 7
      npm ERR!
      npm ERR! Failed at the serialport@4.0.7 install script 'node-pre-gyp install --fallback-to-build'.
      npm ERR! Make sure you have the latest version of node.js and npm installed.
      npm ERR! If you do, this is most likely a problem with the serialport package,
      npm ERR! not with npm itself.
      npm ERR! Tell the author that this fails on your system:
      npm ERR! node-pre-gyp install --fallback-to-build
      npm ERR! You can get information on how to open an issue for this project with:
      npm ERR! npm bugs serialport
      npm ERR! Or if that isn't available, you can get their info via:
      npm ERR! npm owner ls serialport
      npm ERR! There is likely additional logging output above.
      ! npm ERR! Please include the following file with any support request:
      npm ERR! /opt/iobroker/npm-debug.log
      npm ERR! code 1</https:></anonymous>

      1 Antwort Letzte Antwort
      0
      • N Offline
        N Offline
        noxx
        schrieb am zuletzt editiert von
        #26

        habs nun als root installiert, das ging. kann aber wohl nicht der sinn sein…. :oops:

        pi@raspberrypi:/opt/iobroker $ su
        Passwort:
        root@raspberrypi:/opt/iobroker# sudo npm install iobroker.rflink --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)
        
        root@raspberrypi:/opt/iobroker#
        
        
        1 Antwort Letzte Antwort
        0
        • HomoranH Nicht stören
          HomoranH Nicht stören
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von
          #27

          @noxx:

          kann aber wohl nicht der sinn sein…. `
          Doch!

          Der serialport benötigt root-Rechte.

          Gruß

          Rainer

          kein Support per PN! - Fragen im Forum stellen -
          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          1 Antwort Letzte Antwort
          0
          • N Offline
            N Offline
            noxx
            schrieb am zuletzt editiert von
            #28

            ok, wenn dem so ist und das "Problem" nur Serialport betrifft,

            dann ist das halt so.

            danke

            Gruß

            1 Antwort Letzte Antwort
            0
            • HomoranH Nicht stören
              HomoranH Nicht stören
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von
              #29

              Serialport greift aber auch bei USB!

              Also gpio, cul….

              Gruß

              Rainer

              kein Support per PN! - Fragen im Forum stellen -
              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
              Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              1 Antwort Letzte Antwort
              0
              • N Offline
                N Offline
                noxx
                schrieb am zuletzt editiert von
                #30

                hätte aber gedacht, das ein sudo ausreicht.

                1 Antwort Letzte Antwort
                0
                • HomoranH Nicht stören
                  HomoranH Nicht stören
                  Homoran
                  Global Moderator Administrators
                  schrieb am zuletzt editiert von
                  #31

                  Die Diskussion führe ich als Linux noob schon lange.

                  Mit sudo installlierst du einige Dateien im Homeverzeichnis von pi, als root in cessen Home.

                  Zusätzlich bleibt bei sudo der user pi der Besitzer.

                  Gruß

                  Rainer

                  kein Support per PN! - Fragen im Forum stellen -
                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                  Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  1 Antwort Letzte Antwort
                  0
                  • apollon77A Offline
                    apollon77A Offline
                    apollon77
                    schrieb am zuletzt editiert von
                    #32

                    War da nicht was mit "den User zur Gruppe dialout hinzufügen und es ging" ?!

                    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                    1 Antwort Letzte Antwort
                    0
                    • K Offline
                      K Offline
                      krissi
                      schrieb am zuletzt editiert von
                      #33

                      Ich hab jetzt alles gemacht. Ist auch alles durchgelaufen (reinstall.sh, update auf nodejs 6.x). Die Steckdose geht aber immer noch nicht an. :(

                      http://forum.iobroker.net/viewtopic.php … 340#p73587

                      Was braucht ihr an Infos um mir zu helfen.

                      ioBroker in VM (unraid) / CCU2 für IP FB-Heizungssteuerung raspi3 / 3x Echo Dot / IKEA Tradfri / zigBee mit Conbee II

                      1 Antwort Letzte Antwort
                      0
                      Antworten
                      • In einem neuen Thema antworten
                      Anmelden zum Antworten
                      • Älteste zuerst
                      • Neuste zuerst
                      • Meiste Stimmen


                      Support us

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

                      509

                      Online

                      32.7k

                      Benutzer

                      82.5k

                      Themen

                      1.3m

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

                      • Du hast noch kein Konto? Registrieren

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