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

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. esphome - ERROR: Process exited with code 25

NEWS

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.4k

esphome - ERROR: Process exited with code 25

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
162 Beiträge 12 Kommentatoren 20.6k Aufrufe 5 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.
  • S Sushibomba

    @thomas-braun

    Also das machen und danach nochmal versuchen über die Beta Repo zu installieren?

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

    @sushibomba python kannst du wie oben geschrieben sauber installieren.
    Von Beta würde ich ohne triftigen Grund die Finger lassen. Versuch erstmal mit der stable Version dein Glück.
    Die mit --debug-Option installieren.

    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

    FredFF 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @sushibomba python kannst du wie oben geschrieben sauber installieren.
      Von Beta würde ich ohne triftigen Grund die Finger lassen. Versuch erstmal mit der stable Version dein Glück.
      Die mit --debug-Option installieren.

      FredFF Online
      FredFF Online
      FredF
      Most Active Forum Testing
      schrieb am zuletzt editiert von
      #20

      @thomas-braun sagte in esphome - ERROR: Process exited with code 25:

      Versuch erstmal mit der stable Version dein Glück.

      Den ESPHome Adapter gibt es nur als beta

      2021.02.27	
      github:	0.2.4
      latest:	0.2.4 for 11 months
      stable:	-.-.-
      
      1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @sushibomba

        sudo apt update
        sudo apt install python-is-python3 python-dev-is-python3
        
        S Offline
        S Offline
        Sushibomba
        schrieb am zuletzt editiert von
        #21

        @thomas-braun

        sudo apt install python-is-python3 python-dev-is-python3                  Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        The following packages were automatically installed and are no longer required:
          libpython2-dev libpython2.7 libpython2.7-dev python2-dev python2.7-dev
        Use 'sudo apt autoremove' to remove them.
        The following additional packages will be installed:
          libpython3-dev libpython3.9-dev python3-dev python3.9-dev
        The following packages will be REMOVED:
          python-dev-is-python2 python-is-python2
        The following NEW packages will be installed:
          libpython3-dev libpython3.9-dev python-dev-is-python3 python-is-python3 python3-dev
          python3.9-dev
        0 upgraded, 6 newly installed, 2 to remove and 90 not upgraded.
        Need to get 3,606 kB of archives.
        After this operation, 14.7 MB of additional disk space will be used.
        Do you want to continue? [Y/n]
        
        

        Soll ich die Installation durchführen?

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • S Sushibomba

          @thomas-braun

          sudo apt install python-is-python3 python-dev-is-python3                  Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          The following packages were automatically installed and are no longer required:
            libpython2-dev libpython2.7 libpython2.7-dev python2-dev python2.7-dev
          Use 'sudo apt autoremove' to remove them.
          The following additional packages will be installed:
            libpython3-dev libpython3.9-dev python3-dev python3.9-dev
          The following packages will be REMOVED:
            python-dev-is-python2 python-is-python2
          The following NEW packages will be installed:
            libpython3-dev libpython3.9-dev python-dev-is-python3 python-is-python3 python3-dev
            python3.9-dev
          0 upgraded, 6 newly installed, 2 to remove and 90 not upgraded.
          Need to get 3,606 kB of archives.
          After this operation, 14.7 MB of additional disk space will be used.
          Do you want to continue? [Y/n]
          
          

          Soll ich die Installation durchführen?

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

          @sushibomba

          Ja.

          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

          S 1 Antwort Letzte Antwort
          1
          • Thomas BraunT Thomas Braun

            @sushibomba

            Ja.

            S Offline
            S Offline
            Sushibomba
            schrieb am zuletzt editiert von Sushibomba
            #23

            @thomas-braun
            Ok hab ich. Muss ich danach noch irgendwelche Befehle ausführen um alte Dateien zu löschen oder so? Und sollte ich den Pi dann noch neustarten?

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • S Sushibomba

              @thomas-braun
              Ok hab ich. Muss ich danach noch irgendwelche Befehle ausführen um alte Dateien zu löschen oder so? Und sollte ich den Pi dann noch neustarten?

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

              @sushibomba

              Use 'sudo apt autoremove' to remove them.

              Aber lös den Update-Stau mal endlich auf:

              and 90 not upgraded.

              iobroker stop
              sudo apt update
              sudo apt full-upgrade
              sudo apt autoremove
              sudo reboot
              

              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

              S 1 Antwort Letzte Antwort
              1
              • Thomas BraunT Thomas Braun

                @sushibomba

                Use 'sudo apt autoremove' to remove them.

                Aber lös den Update-Stau mal endlich auf:

                and 90 not upgraded.

                iobroker stop
                sudo apt update
                sudo apt full-upgrade
                sudo apt autoremove
                sudo reboot
                
                S Offline
                S Offline
                Sushibomba
                schrieb am zuletzt editiert von
                #25

                @thomas-braun sagte in esphome - ERROR: Process exited with code 25:

                sudo reboot

                Hab ich gemacht.

                Jetzt habe ich ein Problem dadurch in Grafana :(

                InfluxDB plugin failed
                ChunkLoadError: Loading chunk 5783 failed. (error: http://192.xxx.xxx.xx:3000/public/build/influxdbPlugin.94c35fd39f967eb67896.js)

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • S Sushibomba

                  @thomas-braun sagte in esphome - ERROR: Process exited with code 25:

                  sudo reboot

                  Hab ich gemacht.

                  Jetzt habe ich ein Problem dadurch in Grafana :(

                  InfluxDB plugin failed
                  ChunkLoadError: Loading chunk 5783 failed. (error: http://192.xxx.xxx.xx:3000/public/build/influxdbPlugin.94c35fd39f967eb67896.js)

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

                  @sushibomba sagte in esphome - ERROR: Process exited with code 25:

                  Jetzt habe ich ein Problem dadurch in Grafana

                  Nein, nicht dadurch.

                  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

                  S 1 Antwort Letzte Antwort
                  1
                  • Thomas BraunT Thomas Braun

                    @sushibomba sagte in esphome - ERROR: Process exited with code 25:

                    Jetzt habe ich ein Problem dadurch in Grafana

                    Nein, nicht dadurch.

                    S Offline
                    S Offline
                    Sushibomba
                    schrieb am zuletzt editiert von
                    #27

                    @thomas-braun
                    Ok. Das heißt?
                    Also wie bekomme ich es jetzt wieder zum laufen?
                    InfluxDB nochmal neu starten?

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • S Sushibomba

                      @thomas-braun
                      Ok. Das heißt?
                      Also wie bekomme ich es jetzt wieder zum laufen?
                      InfluxDB nochmal neu starten?

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

                      @sushibomba sagte in esphome - ERROR: Process exited with code 25:

                      InfluxDB nochmal neu starten?

                      Welche influx wie installiert?

                      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

                      S 2 Antworten Letzte Antwort
                      1
                      • Thomas BraunT Thomas Braun

                        @sushibomba sagte in esphome - ERROR: Process exited with code 25:

                        InfluxDB nochmal neu starten?

                        Welche influx wie installiert?

                        S Offline
                        S Offline
                        Sushibomba
                        schrieb am zuletzt editiert von
                        #29

                        @thomas-braun
                        Schon ne Zeit her und so firm bin ich mit dem ganzen leider nicht.
                        Wie schaue ich das nochmal nach?
                        Habe das damals nach einem youtube Video gemacht.

                        HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                        0
                        • S Sushibomba

                          @thomas-braun
                          Schon ne Zeit her und so firm bin ich mit dem ganzen leider nicht.
                          Wie schaue ich das nochmal nach?
                          Habe das damals nach einem youtube Video gemacht.

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

                          @sushibomba sagte in esphome - ERROR: Process exited with code 25:

                          Habe das damals nach einem youtube Video gemacht.

                          dann mach einen neuen Thread auf mit vernünftigem Titel

                          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 -

                          1 Antwort Letzte Antwort
                          0
                          • S Sushibomba

                            @thomas-braun
                            Schon ne Zeit her und so firm bin ich mit dem ganzen leider nicht.
                            Wie schaue ich das nochmal nach?
                            Habe das damals nach einem youtube Video gemacht.

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

                            @sushibomba

                            apt policy influxdb*
                            

                            und mal über das Ganze drüberschauen....

                            sudo apt update
                            

                            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

                            S 1 Antwort Letzte Antwort
                            1
                            • Thomas BraunT Thomas Braun

                              @sushibomba sagte in esphome - ERROR: Process exited with code 25:

                              InfluxDB nochmal neu starten?

                              Welche influx wie installiert?

                              S Offline
                              S Offline
                              Sushibomba
                              schrieb am zuletzt editiert von Sushibomba
                              #32

                              @thomas-braun
                              Ah geht wieder. Musste nur malt einen Hard-Reload der Seite machen. Also Cache löschen und dann ging es wieder :)
                              Danke dir.

                              Jetzt probiere ich es nochmal mit ESPhome ;)

                              1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @sushibomba

                                apt policy influxdb*
                                

                                und mal über das Ganze drüberschauen....

                                sudo apt update
                                
                                S Offline
                                S Offline
                                Sushibomba
                                schrieb am zuletzt editiert von
                                #33

                                @thomas-braun

                                Hat leider wieder nicht geklappt:

                                $ iobroker add esphome --host Pi4ioBroker
                                
                                NPM version: 8.11.0Installing iobroker.esphome@0.2.4... (System call)
                                
                                host.Pi4ioBroker Cannot install iobroker.esphome@0.2.4: 126
                                
                                ERROR: Process exited with code 25
                                
                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • S Sushibomba

                                  @thomas-braun

                                  Hat leider wieder nicht geklappt:

                                  $ iobroker add esphome --host Pi4ioBroker
                                  
                                  NPM version: 8.11.0Installing iobroker.esphome@0.2.4... (System call)
                                  
                                  host.Pi4ioBroker Cannot install iobroker.esphome@0.2.4: 126
                                  
                                  ERROR: Process exited with code 25
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #34

                                  @sushibomba sagte in esphome - ERROR: Process exited with code 25:

                                  Da sollte auch nix klappen.

                                  iobroker add esphome --host Pi4ioBroker --debug
                                  

                                  sagt?

                                  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

                                  S 1 Antwort Letzte Antwort
                                  1
                                  • Thomas BraunT Thomas Braun

                                    @sushibomba sagte in esphome - ERROR: Process exited with code 25:

                                    Da sollte auch nix klappen.

                                    iobroker add esphome --host Pi4ioBroker --debug
                                    

                                    sagt?

                                    S Offline
                                    S Offline
                                    Sushibomba
                                    schrieb am zuletzt editiert von
                                    #35

                                    @thomas-braun

                                    iobroker add esphome --host Pi4ioBroker --debug
                                    NPM version: 8.11.0
                                    Installing iobroker.esphome@0.2.4... (System call)
                                    npm ERR! code 126
                                    npm ERR! path /opt/iobroker/node_modules/iobroker.esphome
                                    npm ERR! command failed
                                    npm ERR! command sh -c npip install
                                    npm ERR! sh: 1: npip: Permission denied
                                    
                                    npm ERR! A complete log of this run can be found in:
                                    npm ERR!     /home/iobroker/.npm/_logs/2022-08-03T13_03_43_923Z-debug-0.log
                                    host.Pi4ioBroker Cannot install iobroker.esphome@0.2.4: 126
                                    
                                    
                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • S Sushibomba

                                      @thomas-braun

                                      iobroker add esphome --host Pi4ioBroker --debug
                                      NPM version: 8.11.0
                                      Installing iobroker.esphome@0.2.4... (System call)
                                      npm ERR! code 126
                                      npm ERR! path /opt/iobroker/node_modules/iobroker.esphome
                                      npm ERR! command failed
                                      npm ERR! command sh -c npip install
                                      npm ERR! sh: 1: npip: Permission denied
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /home/iobroker/.npm/_logs/2022-08-03T13_03_43_923Z-debug-0.log
                                      host.Pi4ioBroker Cannot install iobroker.esphome@0.2.4: 126
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #36

                                      @sushibomba

                                      npm ERR! command sh -c npip install
                                      npm ERR! sh: 1: npip: Permission denied
                                      

                                      Die Meldung hatten wir schon mal hier. Such mal danach, ich weiß nicht ob das gelöst wurde.

                                      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

                                      S 1 Antwort Letzte Antwort
                                      1
                                      • Thomas BraunT Thomas Braun

                                        @sushibomba

                                        npm ERR! command sh -c npip install
                                        npm ERR! sh: 1: npip: Permission denied
                                        

                                        Die Meldung hatten wir schon mal hier. Such mal danach, ich weiß nicht ob das gelöst wurde.

                                        S Offline
                                        S Offline
                                        Sushibomba
                                        schrieb am zuletzt editiert von Sushibomba
                                        #37

                                        @thomas-braun

                                        Hier hat der @Tontechniker was mit pip geschrieben.
                                        Meinst du das? https://forum.iobroker.net/topic/55555/probleme-mit-installation-von-esp-home-0-2-4/100?lang=en-GB

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • S Sushibomba

                                          @thomas-braun

                                          Hier hat der @Tontechniker was mit pip geschrieben.
                                          Meinst du das? https://forum.iobroker.net/topic/55555/probleme-mit-installation-von-esp-home-0-2-4/100?lang=en-GB

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

                                          @sushibomba
                                          Nein, das meinte ich nicht.

                                          Aber ich vermute, das hat mit dem in seinen Rechten beschränkten user 'iobroker' zu tun. Der darf nicht viel außerhalb von /opt/iobroker, ich denke auf python-pip darf der nicht zugreifen.
                                          Das müsste man vermutlich in dessen sudoers eintragen. Kann ich mir evtl. heute abend mal anschauen, hab ich jetzt keine Zeit für.

                                          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

                                          S 1 Antwort Letzte Antwort
                                          1
                                          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

                                          742

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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