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. RPI2 Adapter kann nicht installiert werden

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    11
    1
    505

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.7k

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.6k

RPI2 Adapter kann nicht installiert werden

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
91 Beiträge 10 Kommentatoren 1.0k Aufrufe 9 Watching
  • Ä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.
  • mcm1957M mcm1957

    @thomas-braun
    Ja, geb dir mal recht.

    Hab mir erst jetzt deinen fork angesehn.

    Ich schätze das wird schwer zu lösen. Wahrscheinlich kann man nur eine neue Major machen. Aber dann gits keine Wartung mehr für Bookworm. Auch nicht super ...

    Hab auch keine Lösung im Moment.

    EDIT:
    Eine - zugegebener Maßen krummes - Workaround könnte sei n die dependency ganz zu entfernen und via installs script geziehlt zu installieren. Aber im Kern würgt es mich bei der "Lösung".

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #16

    @mcm1957 sagte in RPI2 Adapter kann nicht installiert werden:

    Wahrscheinlich kann man nur eine neue Major machen.

    Oder einen Adater 'rpi13' oder so.

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    Meister MopperM 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @teletapi

      Du kannst mal versuchen meinen Fork aus dem GitHub zu ziehen:

      https://github.com/Grothesk242/ioBroker.rpi2

      Die Version hab ich auf Debian 13 'Trixie' angepasst.

      Sascha HartmannS Offline
      Sascha HartmannS Offline
      Sascha Hartmann
      schrieb am zuletzt editiert von
      #17

      @Thomas-Braun
      habe das versucht bei mir

      geht nicht kommt folgende fehler

      hartmann@Garage:~ $ iobroker url https://github.com/Grothesk242/ioBroker.rpi2
      Info: Can not get current GitHub commit, only remember that we installed from GitHub: Request failed with status code 404
      install Grothesk242/ioBroker.rpi2
      NPM version: 10.9.4
      Installing Grothesk242/ioBroker.rpi2... (System call)
      npm error code 128
      npm error An unknown git error occurred
      npm error command git --no-replace-objects ls-remote ssh://git@github.com/Grothesk242/ioBroker.rpi2.git
      npm error git@github.com: Permission denied (publickey).
      npm error fatal: Could not read from remote repository.
      npm error
      npm error Please make sure you have the correct access rights
      npm error and the repository exists.
      npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2025-12-16T17_19_37_086Z-debug-0.log
      host.Garage Cannot install Grothesk242/ioBroker.rpi2: 128
      
      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • Sascha HartmannS Sascha Hartmann

        @Thomas-Braun
        habe das versucht bei mir

        geht nicht kommt folgende fehler

        hartmann@Garage:~ $ iobroker url https://github.com/Grothesk242/ioBroker.rpi2
        Info: Can not get current GitHub commit, only remember that we installed from GitHub: Request failed with status code 404
        install Grothesk242/ioBroker.rpi2
        NPM version: 10.9.4
        Installing Grothesk242/ioBroker.rpi2... (System call)
        npm error code 128
        npm error An unknown git error occurred
        npm error command git --no-replace-objects ls-remote ssh://git@github.com/Grothesk242/ioBroker.rpi2.git
        npm error git@github.com: Permission denied (publickey).
        npm error fatal: Could not read from remote repository.
        npm error
        npm error Please make sure you have the correct access rights
        npm error and the repository exists.
        npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2025-12-16T17_19_37_086Z-debug-0.log
        host.Garage Cannot install Grothesk242/ioBroker.rpi2: 128
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #18

        @Sascha-Hartmann Ich hab meinen Fork wieder gelöscht, der fix ist jetzt in der Hauptversion enthalten. Ggfls. aber erst in der Beta-Version.

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        1 Antwort Letzte Antwort
        0
        • Sascha HartmannS Offline
          Sascha HartmannS Offline
          Sascha Hartmann
          schrieb am zuletzt editiert von Sascha Hartmann
          #19

          danke für die info

          in beta wie installier ich das ?

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • Sascha HartmannS Sascha Hartmann

            danke für die info

            in beta wie installier ich das ?

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #20

            @Sascha-Hartmann
            Adapter -Experten Option - Installation aus NPM

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            G 1 Antwort Letzte Antwort
            0
            • Sascha HartmannS Offline
              Sascha HartmannS Offline
              Sascha Hartmann
              schrieb am zuletzt editiert von
              #21

              danke läuft

              1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @mcm1957 sagte in RPI2 Adapter kann nicht installiert werden:

                Wahrscheinlich kann man nur eine neue Major machen.

                Oder einen Adater 'rpi13' oder so.

                Meister MopperM Online
                Meister MopperM Online
                Meister Mopper
                schrieb am zuletzt editiert von
                #22

                @Thomas-Braun

                Bin etwas irritiert, bei mir läuft der Adapter v2.4.0 auf einem RPI 4B mit 8 GB fehlerfrei. Hat das etwas mit dem RPI 5 zu tun?

                Proxmox und HA

                mcm1957M lobomauL Thomas BraunT 3 Antworten Letzte Antwort
                0
                • Meister MopperM Meister Mopper

                  @Thomas-Braun

                  Bin etwas irritiert, bei mir läuft der Adapter v2.4.0 auf einem RPI 4B mit 8 GB fehlerfrei. Hat das etwas mit dem RPI 5 zu tun?

                  mcm1957M Online
                  mcm1957M Online
                  mcm1957
                  schrieb am zuletzt editiert von
                  #23

                  @Meister-Mopper sagte in RPI2 Adapter kann nicht installiert werden:

                  @Thomas-Braun

                  Bin etwas irritiert, bei mir läuft der Adapter v2.4.0 auf einem RPI 4B mit 8 GB fehlerfrei. Hat das etwas mit dem RPI 5 zu tun?

                  Bin nicht sicher auf was du da rückgefragt hast.

                  ABER der RPI 2 V3.x.x. ist für PI-OS TRIXIE während die V2.x.x für ältere OS vorgesehen ist.
                  https://github.com/iobroker-community-adapters/ioBroker.rpi2#300-2025-11-28

                  Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                  Support Repositoryverwaltung.

                  Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

                  LESEN - gute Forenbeitrage

                  Meister MopperM HomoranH 2 Antworten Letzte Antwort
                  0
                  • Meister MopperM Meister Mopper

                    @Thomas-Braun

                    Bin etwas irritiert, bei mir läuft der Adapter v2.4.0 auf einem RPI 4B mit 8 GB fehlerfrei. Hat das etwas mit dem RPI 5 zu tun?

                    lobomauL Offline
                    lobomauL Offline
                    lobomau
                    schrieb am zuletzt editiert von lobomau
                    #24

                    @Meister-Mopper bei mir konnte ich RPI2-Adapter auch nicht installieren auf einen Pi 4 nachdem ich auf Trixie gegangen war. Muss ich jetzt mal wieder ausprobieren.

                    Host: NUC8i3 mit Proxmox:

                    • ioBroker CT Debian 13, npm 10.9.4, nodejs 22.21.0
                    • Slave: Pi4
                    mcm1957M 1 Antwort Letzte Antwort
                    0
                    • lobomauL lobomau

                      @Meister-Mopper bei mir konnte ich RPI2-Adapter auch nicht installieren auf einen Pi 4 nachdem ich auf Trixie gegangen war. Muss ich jetzt mal wieder ausprobieren.

                      mcm1957M Online
                      mcm1957M Online
                      mcm1957
                      schrieb am zuletzt editiert von
                      #25

                      @lobomau sagte in RPI2 Adapter kann nicht installiert werden:

                      @Meister-Mopper bei mir konnte ich RPI-Adapter auch nicht installieren auf einen Pi 4 nachdem ich auf Trixie gegangen war. Muss ich jetzt mal wieder ausprobieren.

                      Ja - die Basislibrary ist da leider OS abhängig. Da kann ioBroker nichts / wenig machen.

                      Schau dir die 3.x.x an. Gibts im LATEST Repository.
                      https://github.com/iobroker-community-adapters/ioBroker.rpi2#300-2025-11-28

                      Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                      Support Repositoryverwaltung.

                      Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

                      LESEN - gute Forenbeitrage

                      1 Antwort Letzte Antwort
                      0
                      • Meister MopperM Meister Mopper

                        @Thomas-Braun

                        Bin etwas irritiert, bei mir läuft der Adapter v2.4.0 auf einem RPI 4B mit 8 GB fehlerfrei. Hat das etwas mit dem RPI 5 zu tun?

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #26

                        @Meister-Mopper sagte in RPI2 Adapter kann nicht installiert werden:

                        Hat das etwas mit dem RPI 5 zu tun?

                        Nein, mit dem Betriebssystem. In RaspberryOS 13 'Trixie' wurde die libgpiod geändert und diese Änderungen müssen auch im ioBroker-Adapter nachgezogen werden.

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        1 Antwort Letzte Antwort
                        0
                        • mcm1957M mcm1957

                          @Meister-Mopper sagte in RPI2 Adapter kann nicht installiert werden:

                          @Thomas-Braun

                          Bin etwas irritiert, bei mir läuft der Adapter v2.4.0 auf einem RPI 4B mit 8 GB fehlerfrei. Hat das etwas mit dem RPI 5 zu tun?

                          Bin nicht sicher auf was du da rückgefragt hast.

                          ABER der RPI 2 V3.x.x. ist für PI-OS TRIXIE während die V2.x.x für ältere OS vorgesehen ist.
                          https://github.com/iobroker-community-adapters/ioBroker.rpi2#300-2025-11-28

                          Meister MopperM Online
                          Meister MopperM Online
                          Meister Mopper
                          schrieb am zuletzt editiert von
                          #27

                          @mcm1957

                          Die v2.4.0 läuft bei mir unter Trixie, deshalb meine Verwunderung.

                          Proxmox und HA

                          AsgothianA 1 Antwort Letzte Antwort
                          0
                          • Meister MopperM Meister Mopper

                            @mcm1957

                            Die v2.4.0 läuft bei mir unter Trixie, deshalb meine Verwunderung.

                            AsgothianA Offline
                            AsgothianA Offline
                            Asgothian
                            Developer
                            schrieb am zuletzt editiert von
                            #28

                            @Meister-Mopper auch mit GPIO ansteuerung ?

                            ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                            "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                            Meister MopperM 1 Antwort Letzte Antwort
                            0
                            • AsgothianA Asgothian

                              @Meister-Mopper auch mit GPIO ansteuerung ?

                              Meister MopperM Online
                              Meister MopperM Online
                              Meister Mopper
                              schrieb am zuletzt editiert von
                              #29

                              @Asgothian sagte in RPI2 Adapter kann nicht installiert werden:

                              @Meister-Mopper auch mit GPIO ansteuerung ?

                              Nein, das nutze ich nicht.

                              Proxmox und HA

                              1 Antwort Letzte Antwort
                              0
                              • S Offline
                                S Offline
                                Sackbauer100
                                schrieb am zuletzt editiert von
                                #30

                                Ich fahre V2.0.0 ln Trixie mit Verwendung der GPIO.

                                1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @Sascha-Hartmann
                                  Adapter -Experten Option - Installation aus NPM

                                  G Online
                                  G Online
                                  Gonzokalle
                                  schrieb am zuletzt editiert von
                                  #31

                                  @Thomas-Braun

                                  Hallo, ich habe seit heute Trixi auf dem 5er Raspi.
                                  RPI2 über Adapter ging nicht zu installieren.
                                  RPI2 über Adapter / von NPM ginge es ebenfalls nicht zu installieren.
                                  Nun bin ich etwas ratlos.

                                  host.RaspberryPi-Iobroker
                                  2025-12-26 15:55:06.761	error	iobroker No alive host found which has the adapter rpi2 installed! No upload possible. Skipped.
                                  
                                  host.RaspberryPi-Iobroker
                                  2025-12-26 15:55:04.676	error	iobroker host.RaspberryPi-Iobroker Cannot install iobroker.rpi2@latest: 7
                                  
                                  host.RaspberryPi-Iobroker
                                  2025-12-26 15:55:04.675	error	iobroker npm warn deprecated npmlog@4.1.2: This package is no longer supported.npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supportednpm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported.npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supportednpm warn deprecated gauge@2.7.4: This package is no longer supported.gyp info it worked if it ends with okgyp info using node-gyp@7.1.2gyp info using node@22.21.0 | linux | arm64(node:12607) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp ERR! UNCAUGHT EXCEPTION gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9gyp ERR! stack at FSReqCallback.oncomplete (node:fs:187:23)gyp ERR! System Linux 6.12.47+rpt-rpi-2712gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/@stoprocent/noblegyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v7.1.2gyp ERR! Node-gyp failed to build your package.gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.gyp info it worked if it ends with okgyp info using node-gyp@7.1.2gyp info using node@22.21.0 | linux | arm64(node:12623) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp ERR! UNCAUGHT EXCEPTION gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9gyp ERR! stack at FSReqCallback.oncomplete (node:fs:187:23)gyp ERR! System Linux 6.12.47+rpt-rpi-2712gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pamgyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v7.1.2gyp ERR! Node-gyp failed to build your package.gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.gyp info it worked if it ends with okgyp info using node-gyp@7.1.2gyp info using node@22.21.0 | linux | arm64(node:12637) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp ERR! UNCAUGHT EXCEPTION gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9gyp ERR! stack at FSReqCallback.oncomplete (node:fs:187:23)gyp ERR! System Linux 6.12.47+rpt-rpi-2712gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "configure"gyp ERR! cwd /opt/iobroker/node_modules/node-dht-sensorgyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v7.1.2gyp ERR! Node-gyp failed to build your package.gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.gyp info it worked if it ends with okgyp info using node-gyp@7.1.2gyp info using node@22.21.0 | linux | arm64(node:12651) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp ERR! UNCAUGHT EXCEPTION gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9gyp ERR! stack at FSReqCallback.oncomplete (node:fs:187:23)gyp ERR! System Linux 6.12.47+rpt-rpi-2712gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/opengpiogyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v7.1.2gyp ERR! Node-gyp failed to build your package.gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.npm error code 7npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2025-12-26T14_54_50_500Z-debug-0.log
                                  
                                  host.RaspberryPi-Iobroker
                                  2025-12-26 15:49:53.299	error	iobroker No alive host found which has the adapter rpi2 installed! No upload possible. Skipped.
                                  
                                  host.RaspberryPi-Iobroker
                                  2025-12-26 15:49:51.273	error	iobroker host.RaspberryPi-Iobroker Cannot install iobroker.rpi2@latest: 7
                                  
                                  
                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • G Gonzokalle

                                    @Thomas-Braun

                                    Hallo, ich habe seit heute Trixi auf dem 5er Raspi.
                                    RPI2 über Adapter ging nicht zu installieren.
                                    RPI2 über Adapter / von NPM ginge es ebenfalls nicht zu installieren.
                                    Nun bin ich etwas ratlos.

                                    host.RaspberryPi-Iobroker
                                    2025-12-26 15:55:06.761	error	iobroker No alive host found which has the adapter rpi2 installed! No upload possible. Skipped.
                                    
                                    host.RaspberryPi-Iobroker
                                    2025-12-26 15:55:04.676	error	iobroker host.RaspberryPi-Iobroker Cannot install iobroker.rpi2@latest: 7
                                    
                                    host.RaspberryPi-Iobroker
                                    2025-12-26 15:55:04.675	error	iobroker npm warn deprecated npmlog@4.1.2: This package is no longer supported.npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supportednpm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported.npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supportednpm warn deprecated gauge@2.7.4: This package is no longer supported.gyp info it worked if it ends with okgyp info using node-gyp@7.1.2gyp info using node@22.21.0 | linux | arm64(node:12607) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp ERR! UNCAUGHT EXCEPTION gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9gyp ERR! stack at FSReqCallback.oncomplete (node:fs:187:23)gyp ERR! System Linux 6.12.47+rpt-rpi-2712gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/@stoprocent/noblegyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v7.1.2gyp ERR! Node-gyp failed to build your package.gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.gyp info it worked if it ends with okgyp info using node-gyp@7.1.2gyp info using node@22.21.0 | linux | arm64(node:12623) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp ERR! UNCAUGHT EXCEPTION gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9gyp ERR! stack at FSReqCallback.oncomplete (node:fs:187:23)gyp ERR! System Linux 6.12.47+rpt-rpi-2712gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pamgyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v7.1.2gyp ERR! Node-gyp failed to build your package.gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.gyp info it worked if it ends with okgyp info using node-gyp@7.1.2gyp info using node@22.21.0 | linux | arm64(node:12637) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp ERR! UNCAUGHT EXCEPTION gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9gyp ERR! stack at FSReqCallback.oncomplete (node:fs:187:23)gyp ERR! System Linux 6.12.47+rpt-rpi-2712gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "configure"gyp ERR! cwd /opt/iobroker/node_modules/node-dht-sensorgyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v7.1.2gyp ERR! Node-gyp failed to build your package.gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.gyp info it worked if it ends with okgyp info using node-gyp@7.1.2gyp info using node@22.21.0 | linux | arm64(node:12651) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp ERR! UNCAUGHT EXCEPTION gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9gyp ERR! stack at FSReqCallback.oncomplete (node:fs:187:23)gyp ERR! System Linux 6.12.47+rpt-rpi-2712gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/opengpiogyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v7.1.2gyp ERR! Node-gyp failed to build your package.gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.npm error code 7npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2025-12-26T14_54_50_500Z-debug-0.log
                                    
                                    host.RaspberryPi-Iobroker
                                    2025-12-26 15:49:53.299	error	iobroker No alive host found which has the adapter rpi2 installed! No upload possible. Skipped.
                                    
                                    host.RaspberryPi-Iobroker
                                    2025-12-26 15:49:51.273	error	iobroker host.RaspberryPi-Iobroker Cannot install iobroker.rpi2@latest: 7
                                    
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #32

                                    @Gonzokalle

                                    Was genau wie installiert?
                                    Bitte das richtige Log anschauen, nicht den unvollständigen, chronologischen Kram aus dem Admin.
                                    Findet sich unter

                                    iob logs
                                    

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    G 1 Antwort Letzte Antwort
                                    0
                                    • mcm1957M mcm1957

                                      @Meister-Mopper sagte in RPI2 Adapter kann nicht installiert werden:

                                      @Thomas-Braun

                                      Bin etwas irritiert, bei mir läuft der Adapter v2.4.0 auf einem RPI 4B mit 8 GB fehlerfrei. Hat das etwas mit dem RPI 5 zu tun?

                                      Bin nicht sicher auf was du da rückgefragt hast.

                                      ABER der RPI 2 V3.x.x. ist für PI-OS TRIXIE während die V2.x.x für ältere OS vorgesehen ist.
                                      https://github.com/iobroker-community-adapters/ioBroker.rpi2#300-2025-11-28

                                      HomoranH Nicht stören
                                      HomoranH Nicht stören
                                      Homoran
                                      Global Moderator Administrators
                                      schrieb am zuletzt editiert von
                                      #33

                                      @gonzokalle
                                      @mcm1957 sagte in RPI2 Adapter kann nicht installiert werden:

                                      der RPI 2 V3.x.x. ist für PI-OS TRIXIE

                                      und was hast du?

                                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      G 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @Gonzokalle

                                        Was genau wie installiert?
                                        Bitte das richtige Log anschauen, nicht den unvollständigen, chronologischen Kram aus dem Admin.
                                        Findet sich unter

                                        iob logs
                                        
                                        G Online
                                        G Online
                                        Gonzokalle
                                        schrieb am zuletzt editiert von
                                        #34

                                        @Thomas-Braun

                                        Wenn ich im stable über Adapter rpi2 2.4.0 installiere kommt das:
                                        Jetzt richtig?

                                        $ iobroker add rpi2 auto --host RaspberryPi-Iobroker --debug
                                        
                                        NPM version: 10.9.4
                                        
                                        Installing iobroker.rpi2@2.4.0... (System call)
                                        
                                        npm warn deprecated npmlog@4.1.2: This package is no longer supported.npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supportednpm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported.npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
                                        
                                        npm warn deprecated gauge@2.7.4: This package is no longer supported.
                                        
                                        > iobroker.rpi2@2.4.0 preinstall> sudo apt-get install -y libgpiod-dev || exit 0
                                        
                                        Paketlisten werden gelesen…
                                        
                                        Abhängigkeitsbaum wird aufgebaut…
                                        
                                        Statusinformationen werden eingelesen…
                                        
                                        libgpiod-dev ist schon die neueste Version (2.2.1-2+deb13u1).0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                                        
                                        > @stoprocent/noble@1.19.1 install> node-gyp-build
                                        
                                        gyp info it worked if it ends with ok
                                        
                                        gyp info using node-gyp@7.1.2gyp info using node@22.21.0 | linux | arm64
                                        
                                        (node:15733) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)
                                        
                                        gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"
                                        
                                        gyp ERR! UNCAUGHT EXCEPTION
                                        
                                        gyp ERR! System Linux 6.12.47+rpt-rpi-2712gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/@stoprocent/noblegyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v7.1.2gyp ERR! Node-gyp failed to build your package.gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.
                                        
                                        > authenticate-pam@1.0.5 install> node-gyp rebuild
                                        
                                        gyp info it worked if it ends with ok
                                        
                                        gyp info using node-gyp@7.1.2gyp info using node@22.21.0 | linux | arm64
                                        
                                        (node:15748) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)
                                        
                                        gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"
                                        
                                        gyp ERR! UNCAUGHT EXCEPTION gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9gyp ERR! stack at FSReqCallback.oncomplete (node:fs:187:23)gyp ERR! System Linux 6.12.47+rpt-rpi-2712gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pamgyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v7.1.2gyp ERR! Node-gyp failed to build your package.gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.
                                        
                                        > node-dht-sensor@0.4.5 install> node-gyp configure
                                        
                                        gyp info it worked if it ends with ok
                                        
                                        gyp info using node-gyp@7.1.2gyp info using node@22.21.0 | linux | arm64
                                        
                                        (node:15762) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)
                                        
                                        gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"
                                        
                                        gyp ERR! UNCAUGHT EXCEPTION
                                        
                                        > opengpio@1.0.18 install> node-gyp rebuild
                                        
                                        gyp info it worked if it ends with ok
                                        
                                        gyp info using node@22.21.0 | linux | arm64
                                        
                                        (node:15776) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)
                                        
                                        gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"
                                        
                                        gyp ERR! UNCAUGHT EXCEPTION
                                        
                                        gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)
                                        
                                        gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9gyp ERR! stack at FSReqCallback.oncomplete (node:fs:187:23)gyp ERR! System Linux 6.12.47+rpt-rpi-2712gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/opengpiogyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v7.1.2gyp ERR! Node-gyp failed to build your package.gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.
                                        
                                        npm error code 7
                                        
                                        npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuild
                                        
                                        npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2025-12-26T15_51_37_460Z-debug-0.log
                                        
                                        npm warn deprecated npmlog@4.1.2: This package is no longer supported.npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supportednpm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported.npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supportednpm warn deprecated gauge@2.7.4: This package is no longer supported.gyp info it worked if it ends with okgyp info using node-gyp@7.1.2gyp info using node@22.21.0 | linux | arm64(node:15733) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp ERR! UNCAUGHT EXCEPTION gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9gyp ERR! stack at FSReqCallback.oncomplete (node:fs:187:23)gyp ERR! System Linux 6.12.47+rpt-rpi-2712gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/@stoprocent/noblegyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v7.1.2gyp ERR! Node-gyp failed to build your package.gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.gyp info it worked if it ends with okgyp info using node-gyp@7.1.2gyp info using node@22.21.0 | linux | arm64(node:15748) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp ERR! UNCAUGHT EXCEPTION gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9gyp ERR! stack at FSReqCallback.oncomplete (node:fs:187:23)gyp ERR! System Linux 6.12.47+rpt-rpi-2712gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pamgyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v7.1.2gyp ERR! Node-gyp failed to build your package.gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.gyp info it worked if it ends with okgyp info using node-gyp@7.1.2gyp info using node@22.21.0 | linux | arm64(node:15762) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp ERR! UNCAUGHT EXCEPTION gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9gyp ERR! stack at FSReqCallback.oncomplete (node:fs:187:23)gyp ERR! System Linux 6.12.47+rpt-rpi-2712gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "configure"gyp ERR! cwd /opt/iobroker/node_modules/node-dht-sensorgyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v7.1.2gyp ERR! Node-gyp failed to build your package.gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.gyp info it worked if it ends with okgyp info using node-gyp@7.1.2gyp info using node@22.21.0 | linux | arm64(node:15776) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp ERR! UNCAUGHT EXCEPTION gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9gyp ERR! stack at FSReqCallback.oncomplete (node:fs:187:23)gyp ERR! System Linux 6.12.47+rpt-rpi-2712gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/opengpiogyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v7.1.2gyp ERR! Node-gyp failed to build your package.gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.npm error code 7npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2025-12-26T15_51_37_460Z-debug-0.log
                                        
                                        host.RaspberryPi-Iobroker Cannot install iobroker.rpi2@2.4.0: 7
                                        
                                        ERROR: Process exited with code 25
                                        
                                        1 Antwort Letzte Antwort
                                        0
                                        • HomoranH Homoran

                                          @gonzokalle
                                          @mcm1957 sagte in RPI2 Adapter kann nicht installiert werden:

                                          der RPI 2 V3.x.x. ist für PI-OS TRIXIE

                                          und was hast du?

                                          G Online
                                          G Online
                                          Gonzokalle
                                          schrieb am zuletzt editiert von
                                          #35

                                          @Homoran

                                          Die 2.4.0 wird mir im stable angeboten.

                                          Über von NPM keine Ahnung welche Version.

                                          87761ac5-39d5-4535-892e-0759850b9176-image.png

                                          Thomas BraunT 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

                                          883

                                          Online

                                          32.5k

                                          Benutzer

                                          81.8k

                                          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