Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. esphome - wird dies noch gepflegt?

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    21
    1
    835

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

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

esphome - wird dies noch gepflegt?

Scheduled Pinned Locked Moved ioBroker Allgemein
44 Posts 9 Posters 6.7k Views 12 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rushmed
    Most Active
    wrote on last edited by
    #20
    pi@Smartazamba:~ $ iob add esphome --host Smartazamba --debug
    NPM version: 9.6.7
    Installing iobroker.esphome@0.2.4... (System call)
    npm ERR! code 1
    npm ERR! path /opt/iobroker/node_modules/iobroker.esphome
    npm ERR! command failed
    npm ERR! command sh -c npip install
    npm ERR! No python_modules directory; installing pip locally if needed.
    npm ERR! pip 23.0.1 from /usr/lib/python3/dist-packages/pip (python 3.11)
    npm ERR! error: externally-managed-environment
    npm ERR!
    npm ERR! × This environment is externally managed
    npm ERR! ╰─> To install Python packages system-wide, try apt install
    npm ERR!     python3-xyz, where xyz is the package you are trying to
    npm ERR!     install.
    npm ERR!
    npm ERR!     If you wish to install a non-Debian-packaged Python package,
    npm ERR!     create a virtual environment using python3 -m venv path/to/venv.
    npm ERR!     Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
    npm ERR!     sure you have python3-full installed.
    npm ERR!
    npm ERR!     If you wish to install a non-Debian packaged Python application,
    npm ERR!     it may be easiest to use pipx install xyz, which will manage a
    npm ERR!     virtual environment for you. Make sure you have pipx installed.
    npm ERR!
    npm ERR!     See /usr/share/doc/python3.11/README.venv for more information.
    npm ERR!
    npm ERR! note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
    npm ERR! hint: See PEP 668 for the detailed specification.
    
    npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-07-28T08_03_31_442Z-debug-0.log
    host.Smartazamba Cannot install iobroker.esphome@0.2.4: 1
    
    

    Den Fehler

    npm ERR! × This environment is externally managed
    

    bekomm ich auch beim Versuch der Python für das Zigbee Stick Update per SSH zu installieren.
    Fehlt da noch was für Bookworm?

    1 Reply Last reply
    0
    • R Offline
      R Offline
      Rushmed
      Most Active
      wrote on last edited by
      #21

      @Thomas-Braun Bin jetzt mit deinem Tipp von hier etwas weiter gekommen.

      pi@Smartazamba:~ $ iob add esphome --host Smartazamba --debug
      NPM version: 9.6.7
      Installing iobroker.esphome@0.2.4... (System call)
      npm ERR! code 127
      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: /home/iobroker/.npm/_logs/2023-07-28T08_19_07_068Z-debug-0.log
      host.Smartazamba Cannot install iobroker.esphome@0.2.4: 127
      
      Thomas BraunT 2 Replies Last reply
      0
      • R Rushmed

        @Thomas-Braun Bin jetzt mit deinem Tipp von hier etwas weiter gekommen.

        pi@Smartazamba:~ $ iob add esphome --host Smartazamba --debug
        NPM version: 9.6.7
        Installing iobroker.esphome@0.2.4... (System call)
        npm ERR! code 127
        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: /home/iobroker/.npm/_logs/2023-07-28T08_19_07_068Z-debug-0.log
        host.Smartazamba Cannot install iobroker.esphome@0.2.4: 127
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #22

        @rushmed

        Lösche die Datei /usr/lib/python3.x/EXTERNALLY-MANAGED
        oder
        verwende bei pip das Argument --break-system-packages
        oder
        füge in ~/.config/pip/pip.conf den Text ein:

        [global]
        break-system-packages = true
        

        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 Reply Last reply
        0
        • R Rushmed

          @Thomas-Braun Bin jetzt mit deinem Tipp von hier etwas weiter gekommen.

          pi@Smartazamba:~ $ iob add esphome --host Smartazamba --debug
          NPM version: 9.6.7
          Installing iobroker.esphome@0.2.4... (System call)
          npm ERR! code 127
          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: /home/iobroker/.npm/_logs/2023-07-28T08_19_07_068Z-debug-0.log
          host.Smartazamba Cannot install iobroker.esphome@0.2.4: 127
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by Thomas Braun
          #23

          @rushmed

          Ansonsten noch:

          https://forum.iobroker.net/search?term=npm ERR! command sh -c npip install npm ERR! sh%3A 1%3A npip%3A Permission denied&in=posts&matchWords=all&sortBy=timestamp&sortDirection=desc&showAs=posts

          Die Fehlermeldung ist bekannt.

          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

          R 1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @rushmed

            Ansonsten noch:

            https://forum.iobroker.net/search?term=npm ERR! command sh -c npip install npm ERR! sh%3A 1%3A npip%3A Permission denied&in=posts&matchWords=all&sortBy=timestamp&sortDirection=desc&showAs=posts

            Die Fehlermeldung ist bekannt.

            R Offline
            R Offline
            Rushmed
            Most Active
            wrote on last edited by Rushmed
            #24

            @thomas-braun Puh, erstmal danke für die Hilfe.
            EXTERNALLY-MANAGED ist aus den Verzeichnis entfernt.
            Wie kann ich bei der Adapterinstalletion bei pip das Argument --break-system-packages anfügen?
            /.config/pip/pip.conf finde ich im Homeverzeichnis meines ioBroker Nutzers nicht.
            In dem Thread war schließlich nur die Neuinstallation die Lösung.

            Nach:

            cd /opt/iobroker
            npm i nopy
            sudo -u iobroker chmod ug+x /opt/iobroker/node_modules/nopy/src/n*
            

            Konnte ich den Adapter installieren.

            Danke!

            Thomas BraunT 1 Reply Last reply
            0
            • R Rushmed

              @thomas-braun Puh, erstmal danke für die Hilfe.
              EXTERNALLY-MANAGED ist aus den Verzeichnis entfernt.
              Wie kann ich bei der Adapterinstalletion bei pip das Argument --break-system-packages anfügen?
              /.config/pip/pip.conf finde ich im Homeverzeichnis meines ioBroker Nutzers nicht.
              In dem Thread war schließlich nur die Neuinstallation die Lösung.

              Nach:

              cd /opt/iobroker
              npm i nopy
              sudo -u iobroker chmod ug+x /opt/iobroker/node_modules/nopy/src/n*
              

              Konnte ich den Adapter installieren.

              Danke!

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #25

              @rushmed

              Du musst nur eine der drei Optionen umsetzen.

              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

              R 1 Reply Last reply
              0
              • Thomas BraunT Thomas Braun

                @rushmed

                Du musst nur eine der drei Optionen umsetzen.

                R Offline
                R Offline
                Rushmed
                Most Active
                wrote on last edited by
                #26

                @thomas-braun Ich hatte doch hier schon EXTERNALLY-MANAGED entfernt.
                Damit kam ich ja zu:

                pi@Smartazamba:~ $ iob add esphome --host Smartazamba --debug
                NPM version: 9.6.7
                Installing iobroker.esphome@0.2.4... (System call)
                npm ERR! code 127
                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: /home/iobroker/.npm/_logs/2023-07-28T08_19_07_068Z-debug-0.log
                host.Smartazamba Cannot install iobroker.esphome@0.2.4: 127
                

                Davor war die Ausgabe folgende:

                pi@Smartazamba:~ $ iob add esphome --host Smartazamba --debug
                NPM version: 9.6.7
                Installing iobroker.esphome@0.2.4... (System call)
                npm ERR! code 1
                npm ERR! path /opt/iobroker/node_modules/iobroker.esphome
                npm ERR! command failed
                npm ERR! command sh -c npip install
                npm ERR! No python_modules directory; installing pip locally if needed.
                npm ERR! pip 23.0.1 from /usr/lib/python3/dist-packages/pip (python 3.11)
                npm ERR! error: externally-managed-environment
                npm ERR!
                npm ERR! × This environment is externally managed
                npm ERR! ╰─> To install Python packages system-wide, try apt install
                npm ERR!     python3-xyz, where xyz is the package you are trying to
                npm ERR!     install.
                npm ERR!
                npm ERR!     If you wish to install a non-Debian-packaged Python package,
                npm ERR!     create a virtual environment using python3 -m venv path/to/venv.
                npm ERR!     Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
                npm ERR!     sure you have python3-full installed.
                npm ERR!
                npm ERR!     If you wish to install a non-Debian packaged Python application,
                npm ERR!     it may be easiest to use pipx install xyz, which will manage a
                npm ERR!     virtual environment for you. Make sure you have pipx installed.
                npm ERR!
                npm ERR!     See /usr/share/doc/python3.11/README.venv for more information.
                npm ERR!
                npm ERR! note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
                npm ERR! hint: See PEP 668 for the detailed specification.
                npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-07-28T08_03_31_442Z-debug-0.log
                host.Smartazamba Cannot install iobroker.esphome@0.2.4: 1
                
                Thomas BraunT 1 Reply Last reply
                0
                • R Rushmed

                  @thomas-braun Ich hatte doch hier schon EXTERNALLY-MANAGED entfernt.
                  Damit kam ich ja zu:

                  pi@Smartazamba:~ $ iob add esphome --host Smartazamba --debug
                  NPM version: 9.6.7
                  Installing iobroker.esphome@0.2.4... (System call)
                  npm ERR! code 127
                  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: /home/iobroker/.npm/_logs/2023-07-28T08_19_07_068Z-debug-0.log
                  host.Smartazamba Cannot install iobroker.esphome@0.2.4: 127
                  

                  Davor war die Ausgabe folgende:

                  pi@Smartazamba:~ $ iob add esphome --host Smartazamba --debug
                  NPM version: 9.6.7
                  Installing iobroker.esphome@0.2.4... (System call)
                  npm ERR! code 1
                  npm ERR! path /opt/iobroker/node_modules/iobroker.esphome
                  npm ERR! command failed
                  npm ERR! command sh -c npip install
                  npm ERR! No python_modules directory; installing pip locally if needed.
                  npm ERR! pip 23.0.1 from /usr/lib/python3/dist-packages/pip (python 3.11)
                  npm ERR! error: externally-managed-environment
                  npm ERR!
                  npm ERR! × This environment is externally managed
                  npm ERR! ╰─> To install Python packages system-wide, try apt install
                  npm ERR!     python3-xyz, where xyz is the package you are trying to
                  npm ERR!     install.
                  npm ERR!
                  npm ERR!     If you wish to install a non-Debian-packaged Python package,
                  npm ERR!     create a virtual environment using python3 -m venv path/to/venv.
                  npm ERR!     Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
                  npm ERR!     sure you have python3-full installed.
                  npm ERR!
                  npm ERR!     If you wish to install a non-Debian packaged Python application,
                  npm ERR!     it may be easiest to use pipx install xyz, which will manage a
                  npm ERR!     virtual environment for you. Make sure you have pipx installed.
                  npm ERR!
                  npm ERR!     See /usr/share/doc/python3.11/README.venv for more information.
                  npm ERR!
                  npm ERR! note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
                  npm ERR! hint: See PEP 668 for the detailed specification.
                  npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-07-28T08_03_31_442Z-debug-0.log
                  host.Smartazamba Cannot install iobroker.esphome@0.2.4: 1
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #27

                  @rushmed

                  Ja, dann war das mit nopy der richtige nächste Schritt.

                  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 Reply Last reply
                  1
                  • A Offline
                    A Offline
                    andreas_n
                    wrote on last edited by
                    #28

                    Wenn es noch wichtig ist....

                    Es ist eine neue Version (Zur Zeit noch Beta) herausgekommen.
                    Diese Version hat Module aus dem Internet geladen sodass alles wieder funktioniert. (Problem mit PlatformIO)
                    Besten Dank @Dutchman

                    Eines ist mir noch aufgefallen, was zwar die Funktion nicht beeinträchtigt aber unschön ist.
                    Im Log finde ich viele Einträge, dass die Verbindung zu ioBroker mehrfach aufgebaut und einzeln abgebaut werden. (Dies ist neu - wird wohl am Beta-Stand liegen . oder?)

                    [16:42:38][C][wifi:389]:   Signal strength: -49 dB ▂▄▆█
                    [16:42:38][C][wifi:393]:   Channel: 5
                    [16:42:38][C][wifi:394]:   Subnet: 255.255.255.0
                    [16:42:38][C][wifi:395]:   Gateway: 192.168.1.1
                    [16:42:38][C][wifi:396]:   DNS1: 192.168.1.1
                    [16:42:38][C][wifi:397]:   DNS2: 0.0.0.0
                    [16:42:38][D][api.connection:1050]: ESPHome Logs 2023.10.6 (192.168.1.95): Connected successfully
                    [16:42:38][C][logger:416]: Logger:
                    [16:42:38][C][logger:417]:   Level: DEBUG
                    [16:42:38][C][logger:418]:   Log Baud Rate: 0
                    [16:42:38][C][logger:420]:   Hardware UART: UART0
                    [16:42:38][D][api:102]: Accepted 192.168.1.95
                    ....
                    [16:42:39][D][api:102]: Accepted 192.168.1.95
                    [16:42:39][C][mdns:115]: mDNS:
                    [16:42:39][C][mdns:116]:   Hostname: lifepo4-48vsolar1
                    [16:42:39][C][ota:097]: Over-The-Air Updates:
                    [16:42:39][C][ota:098]:   Address: lifepo4-48vsolar1.local:3232
                    [16:42:39][C][ota:101]:   Using Password.
                    [16:42:39][D][api:102]: Accepted 192.168.1.95
                    [16:42:39][C][api:139]: API Server:
                    [16:42:39][C][api:140]:   Address: lifepo4-48vsolar1.local:6053
                    [16:42:39][C][api:142]:   Using noise encryption: YES
                    [16:42:39][D][api.connection:1050]: ESPHome Logs 2023.10.6 (192.168.1.95): Connected successfully
                    [16:42:39][W][component:214]: Component api took a long time for an operation (0.05 s).
                    [16:42:39][W][component:215]: Components should block for at most 20-30ms.
                    [16:42:39][D][api.connection:1050]: ESPHome Logs 2023.10.6 (192.168.1.95): Connected successfully
                    [16:42:40][W][api.connection:103]: ESPHome Logs 2023.10.6 (192.168.1.95): Connection closed
                    [16:42:40][D][api:102]: Accepted 192.168.1.95
                    [16:42:40][W][api.connection:103]: ESPHome Logs 2023.10.6 (192.168.1.95): Connection closed
                    [16:42:40][D][api.connection:1050]: ESPHome Logs 2023.10.6 (192.168.1.95): Connected successfully
                    [16:42:40][D][api:102]: Accepted 192.168.1.95
                    [16:42:40][W][api.connection:103]: ESPHome Logs 2023.10.6 (192.168.1.95): Connection closed
                    [16:42:40][D][api.connection:1050]: ESPHome Logs 2023.10.6 (192.168.1.95): Connected successfully
                    [16:42:40][D][api:102]: Accepted 192.168.1.95
                    [16:42:40][W][api.connection:103]: ESPHome Logs 2023.10.6 (192.168.1.95): Connection closed
                    [16:42:40][D][api.connection:1050]: ESPHome Logs 2023.10.6 (192.168.1.95): Connected successfully
                    [16:42:40][D][api:102]: Accepted 192.168.1.95
                    [16:42:40][W][api.connection:103]: ESPHome Logs 2023.10.6 (192.168.1.95): Connection closed
                    [16:42:40][D][api.connection:1050]: ESPHome Logs 2023.10.6 (192.168.1.95): Connected successfully
                    [16:42:40][D][api:102]: Accepted 192.168.1.95
                    [16:42:40][W][api.connection:103]: ESPHome Logs 2023.10.6 (192.168.1.95): Connection closed
                    [16:42:40][W][component:214]: Component api took a long time for an operation (0.05 s).
                    [16:42:40][W][component:215]: Components should block for at most 20-30ms.
                    [16:42:41][D][api.connection:1050]: ESPHome Logs 2023.10.6 (192.168.1.95): Connected successfully
                    [16:42:41][D][api:102]: Accepted 192.168.1.95
                    [16:42:41][W][api.connection:103]: ESPHome Logs 2023.10.6 (192.168.1.95): Connection closed
                    [16:42:41][D][api.connection:1050]: ESPHome Logs 2023.10.6 (192.168.1.95): Connected successfully
                    [16:42:41][D][api:102]: Accepted 192.168.1.95
                    [16:42:41][W][api.connection:103]: ESPHome Logs 2023.10.6 (192.168.1.95): Connection closed
                    
                    1 Reply Last reply
                    0
                    • W Offline
                      W Offline
                      WolfgangFB
                      wrote on last edited by
                      #29

                      @andreas_n

                      Ich haabe hier die 0.41 im Einsatz und bei der passiert das bei mir auch ständig. Komischerweise aber nur mit ESPs die ich mit der neuen Version erstellt habe. Ich habe hier ältere ESPs die seit Jahren durchlaufen, da tritt das komischerweise nicht auf.

                      A 1 Reply Last reply
                      0
                      • W WolfgangFB

                        @andreas_n

                        Ich haabe hier die 0.41 im Einsatz und bei der passiert das bei mir auch ständig. Komischerweise aber nur mit ESPs die ich mit der neuen Version erstellt habe. Ich habe hier ältere ESPs die seit Jahren durchlaufen, da tritt das komischerweise nicht auf.

                        A Offline
                        A Offline
                        andreas_n
                        wrote on last edited by
                        #30

                        @wolfgangfb
                        Bei mir ist es 0.5.0 Beta 8. (Läuft soweit aber ganz OK)

                        T 1 Reply Last reply
                        0
                        • A andreas_n

                          @wolfgangfb
                          Bei mir ist es 0.5.0 Beta 8. (Läuft soweit aber ganz OK)

                          T Offline
                          T Offline
                          tobiasp
                          wrote on last edited by
                          #31

                          Hallo zusammen,
                          ich wollte ESPHome installieren.
                          pi@raspberrypi:~ $ iob add esphome --host raspberrypi --debug

                          installiert ist es, aber soblad ich das Dashboard aktiviere wirde der Adapter Rot.
                          Was mache ich falsch?

                          Thomas BraunT 1 Reply Last reply
                          0
                          • T tobiasp

                            Hallo zusammen,
                            ich wollte ESPHome installieren.
                            pi@raspberrypi:~ $ iob add esphome --host raspberrypi --debug

                            installiert ist es, aber soblad ich das Dashboard aktiviere wirde der Adapter Rot.
                            Was mache ich falsch?

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            wrote on last edited by
                            #32

                            @tobiasp sagte in esphome - wird dies noch gepflegt?:

                            Was mache ich falsch?

                            Du zeigst kein Log davon.

                            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

                            T 2 Replies Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @tobiasp sagte in esphome - wird dies noch gepflegt?:

                              Was mache ich falsch?

                              Du zeigst kein Log davon.

                              T Offline
                              T Offline
                              tobiasp
                              wrote on last edited by
                              #33

                              @thomas-braun
                              stimmt sorry

                              host.raspberrypi
                              	2024-01-13 12:29:12.798	error	Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
                              esphome.0
                              	2024-01-13 12:29:12.393	info	terminating
                              esphome.0
                              	2024-01-13 12:29:11.711	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                              esphome.0
                              	2024-01-13 12:29:11.707	info	terminating
                              esphome.0
                              	2024-01-13 12:29:11.662	error	Exception-Code: MODULE_NOT_FOUND: Cannot find module '@mongodb-js/zstd-linux-arm-gnueabihf'Require stack:- /opt/iobroker/node_modules/@mongodb-js/zstd/index.js
                              esphome.0
                              	2024-01-13 12:29:11.661	error	Error: Cannot find module '@mongodb-js/zstd-linux-arm-gnueabihf'Require stack:- /opt/iobroker/node_modules/@mongodb-js/zstd/index.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1134:15) at Function.Module._load (node:internal/modules/cjs/loader:975:27) at Module.require (node:internal/modules/cjs/loader:1225:19) at require (node:internal/modules/helpers:177:18) at Object.<anonymous> (/opt/iobroker/node_modules/@mongodb-js/zstd/index.js:131:29) at Module._compile (node:internal/modules/cjs/loader:1356:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1414:10) at Module.load (node:internal/modules/cjs/loader:1197:32) at Function.Module._load (node:internal/modules/cjs/loader:1013:12) at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:202:29)
                              esphome.0
                              	2024-01-13 12:29:11.660	error	unhandled promise rejection: Cannot find module '@mongodb-js/zstd-linux-arm-gnueabihf'Require stack:- /opt/iobroker/node_modules/@mongodb-js/zstd/index.js
                              esphome.0
                              	2024-01-13 12:29:11.657	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                              esphome.0
                              	2024-01-13 12:29:11.267	info	[Error caught and send to Sentry, thank you collaborating!] error: Error: Cannot find module '@mongodb-js/zstd-linux-arm-gnueabihf'Require stack:- /opt/iobroker/node_modules/@mongodb-js/zstd/index.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1134:15) at Function.Module._load (node:internal/modules/cjs/loader:975:27) at Module.require (node:internal/modules/cjs/loader:1225:19) at require (node:internal/modules/helpers:177:18) at Object.<anonymous> (/opt/iobroker/node_modules/@mongodb-js/zstd/index.js:131:29) at Module._compile (node:internal/modules/cjs/loader:1356:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1414:10) at Module.load (node:internal/modules/cjs/loader:1197:32) at Function.Module._load (node:internal/modules/cjs/loader:1013:12) at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:202:29)
                              esphome.0
                              	2024-01-13 12:29:10.907	info	Native Integration of ESPHome Dashboard enabled
                              esphome.0
                              	2024-01-13 12:29:10.417	info	starting. Version 0.5.0-beta.8 in /opt/iobroker/node_modules/iobroker.esphome, node: v18.19.0, js-controller: 5.0.17
                              
                              1 Reply Last reply
                              0
                              • Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                wrote on last edited by
                                #34

                                @tobiasp

                                SuFu hätte das zutage gefördert:

                                https://forum.iobroker.net/topic/70320/esp-home-webinterface-wird-nicht-geladen/31

                                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 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @tobiasp sagte in esphome - wird dies noch gepflegt?:

                                  Was mache ich falsch?

                                  Du zeigst kein Log davon.

                                  T Offline
                                  T Offline
                                  tobiasp
                                  wrote on last edited by
                                  #35

                                  @thomas-braun
                                  Oh muss mich verbessern habe mit npm i iobroker.esphome installiert, da der andere befehl nicht funktioniert hat

                                  Thomas BraunT 1 Reply Last reply
                                  0
                                  • T tobiasp

                                    @thomas-braun
                                    Oh muss mich verbessern habe mit npm i iobroker.esphome installiert, da der andere befehl nicht funktioniert hat

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    wrote on last edited by
                                    #36

                                    @tobiasp

                                    Das macht man ja auch nicht mit 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

                                    T 1 Reply Last reply
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @tobiasp

                                      Das macht man ja auch nicht mit npm...

                                      T Offline
                                      T Offline
                                      tobiasp
                                      wrote on last edited by
                                      #37

                                      @thomas-braun
                                      wie kann ich es sonst installieren?

                                      Thomas BraunT 1 Reply Last reply
                                      0
                                      • T tobiasp

                                        @thomas-braun
                                        wie kann ich es sonst installieren?

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        wrote on last edited by
                                        #38

                                        @tobiasp

                                        iobroker add ADAPTERNAME --host HOSTNAME --debug
                                        

                                        ist der Standardbefehl um Adapter hinzuzufügen.

                                        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

                                        T 1 Reply Last reply
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @tobiasp

                                          iobroker add ADAPTERNAME --host HOSTNAME --debug
                                          

                                          ist der Standardbefehl um Adapter hinzuzufügen.

                                          T Offline
                                          T Offline
                                          tobiasp
                                          wrote on last edited by
                                          #39

                                          @thomas-braun
                                          i@raspberrypi:~ $ iobroker add esphome --host raspberrypi --debug
                                          host.raspberrypi Unknown packetName esphome. Please install packages from outside the repository using npm!

                                          Thomas BraunT 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          519

                                          Online

                                          32.5k

                                          Users

                                          81.6k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe