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. Error/Bug
  4. ESP HOME --- keine Installation möglich

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    705

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

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

ESP HOME --- keine Installation möglich

Scheduled Pinned Locked Moved Error/Bug
14 Posts 4 Posters 978 Views 4 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.
  • Matthias 4M Matthias 4
    Systemdata Bitte Ausfüllen
    Hardwaresystem: Pi4
    Arbeitsspeicher: 4GB
    Festplattenart: SD-Karte
    Betriebssystem: Ubuntu
    Node-Version: 10.x.x
    Nodejs-Version: 10.x.x
    NPM-Version: 6.x.x
    Installationsart: Manuell
    Image genutzt: Ja

    Hallo,

    nach dem Update auf die BETA ( in der Freigebenden Version ging leider nichts mehr) bekomme ich keine Daten mehr auf den ESP.

    Fehlermeldung:

    INFO Reading configuration /opt/iobroker/iobroker-data/esphome.0/esphome-web-a19cfd.yaml...
    INFO Generating C++ source...
    INFO Compiling app...
    Traceback (most recent call last):
      File "/opt/iobroker/node_modules/iobroker.esphome/python_modules/bin/esphome", line 8, in <module>
        sys.exit(main())
      File "/opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.7/site-packages/esphome/__main__.py", line 825, in main
        return run_esphome(sys.argv)
      File "/opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.7/site-packages/esphome/__main__.py", line 812, in run_esphome
        rc = POST_CONFIG_ACTIONS[args.command](args, config)
      File "/opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.7/site-packages/esphome/__main__.py", line 369, in command_run
        exit_code = compile_program(args, config)
      File "/opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.7/site-packages/esphome/__main__.py", line 186, in compile_program
        rc = platformio_api.run_compile(config, CORE.verbose)
      File "/opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.7/site-packages/esphome/platformio_api.py", line 106, in run_compile
        return run_platformio_cli_run(config, verbose)
      File "/opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.7/site-packages/esphome/platformio_api.py", line 102, in run_platformio_cli_run
        return run_platformio_cli(*command, **kwargs)
      File "/opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.7/site-packages/esphome/platformio_api.py", line 93, in run_platformio_cli
        patch_structhash()
      File "/opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.7/site-packages/esphome/platformio_api.py", line 23, in patch_structhash
        from platformio.commands.run import helpers, command
      File "/opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.7/site-packages/platformio/commands/run/command.py", line 25, in <module>
        from platformio.commands.device.command import device_monitor as cmd_device_monitor
      File "/opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.7/site-packages/platformio/commands/device/command.py", line 24, in <module>
        from platformio.commands.device import helpers as device_helpers
      File "/opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.7/site-packages/platformio/commands/device/helpers.py", line 23, in <module>
        from platformio.package.manager.tool import ToolPackageManager
      File "/opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.7/site-packages/platformio/package/manager/tool.py", line 15, in <module>
        from platformio.package.manager.base import BasePackageManager
      File "/opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.7/site-packages/platformio/package/manager/base.py", line 26, in <module>
        from platformio.package.manager._download import PackageManagerDownloadMixin
      File "/opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.7/site-packages/platformio/package/manager/_download.py", line 21, in <module>
        from platformio.package.download import FileDownloader
      File "/opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.7/site-packages/platformio/package/download.py", line 22, in <module>
        import requests
      File "/usr/lib/python3/dist-packages/requests/__init__.py", line 95, in <module>
        from urllib3.contrib import pyopenssl
      File "/usr/lib/python3/dist-packages/urllib3/contrib/pyopenssl.py", line 46, in <module>
        import OpenSSL.SSL
      File "/usr/lib/python3/dist-packages/OpenSSL/__init__.py", line 8, in <module>
        from OpenSSL import crypto, SSL
      File "/usr/lib/python3/dist-packages/OpenSSL/crypto.py", line 1553, in <module>
        class X509StoreFlags(object):
      File "/usr/lib/python3/dist-packages/OpenSSL/crypto.py", line 1573, in X509StoreFlags
        CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK
    AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
    
    

    Ich hoffe es Kann mir jemand helfen.

    Grüße

    MOD EDIT: LOG IN CODE TAGS </> GESETZT

    A Offline
    A Offline
    Ahnungsbefreit
    wrote on last edited by
    #3

    @matthias-4 Lösch mal komplett die jetzige Instanz und den Adapter, dann neu von GitHub laden

    Wenn meine Antwort hilfreich war, dürft Ihr das gerne durch einen "Upvote" (der kleine "^" unten rechts) zum Ausdruck bringen.

    Matthias 4M 1 Reply Last reply
    0
    • A Ahnungsbefreit

      @matthias-4 Lösch mal komplett die jetzige Instanz und den Adapter, dann neu von GitHub laden

      Matthias 4M Offline
      Matthias 4M Offline
      Matthias 4
      wrote on last edited by
      #4

      @ahnungsbefreit: Hab ich grad gemacht - brachte keinen Erfolg

      wendy2702W 1 Reply Last reply
      0
      • Matthias 4M Matthias 4

        @ahnungsbefreit: Hab ich grad gemacht - brachte keinen Erfolg

        wendy2702W Offline
        wendy2702W Offline
        wendy2702
        wrote on last edited by
        #5

        @matthias-4 Du solltest dann davon das/die Logs zeigen. Sonst kann die hier vermutlich niemand helfen.

        Bitte keine Fragen per PN, die gehören ins Forum!

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

        Matthias 4M 1 Reply Last reply
        0
        • wendy2702W wendy2702

          @matthias-4 Du solltest dann davon das/die Logs zeigen. Sonst kann die hier vermutlich niemand helfen.

          Matthias 4M Offline
          Matthias 4M Offline
          Matthias 4
          wrote on last edited by
          #6

          @wendy2702 : Das Angeführte ist das Log des ESP Home Dashboard - oder gibt es noch ein anderes?

          wendy2702W 1 Reply Last reply
          0
          • Matthias 4M Matthias 4

            @wendy2702 : Das Angeführte ist das Log des ESP Home Dashboard - oder gibt es noch ein anderes?

            wendy2702W Offline
            wendy2702W Offline
            wendy2702
            wrote on last edited by
            #7

            @matthias-4 Ja. Installation des Adapters der Instanz z.B.

            was kommt denn bei

            iob diag
            

            Bitte keine Fragen per PN, die gehören ins Forum!

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

            Matthias 4M 1 Reply Last reply
            0
            • wendy2702W wendy2702

              @matthias-4 Ja. Installation des Adapters der Instanz z.B.

              was kommt denn bei

              iob diag
              
              Matthias 4M Offline
              Matthias 4M Offline
              Matthias 4
              wrote on last edited by
              #8

              @wendy2702 sagte in ESP HOME --- keine Installation möglich:

              iob diag

              OK.. wieder was dazugelernt,.. Danke :-)

              ======================= SUMMARY =======================
              		     v.2023-01-02
              
              
              Operatingsystem: 	Debian GNU/Linux 10 (buster)
              Installation: 		Native
              Timezone: 		Europe/Berlin
              User-ID: 		1000
              X-Server: 		true
              Boot Target: 		graphical.target
              
              Pending OS-Updates: 	28
              
              Nodejs-Installation: 	/usr/bin/nodejs 	v16.19.0
              			/usr/bin/node 		v16.19.0
              			/usr/bin/npm 		8.19.3
              			/usr/bin/npx 		8.19.3
              
              ioBroker Core: 		js-controller 		4.0.24
              			admin 			6.3.5
              
              ioBroker Status: 	iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              Status admin:
              + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 1435, bind: 0.0.0.0, run as: admin
              
              Pending iob updates: 	8
              
              Active repo(s): beta
              
              Objects: 		2530
              States: 		2270
              
              Size of iob-Database:
              
              44M	/opt/iobroker/iobroker-data/objects.jsonl
              3.9M	/opt/iobroker/iobroker-data/objects.json.migrated
              3.9M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
              0	/opt/iobroker/iobroker-data/objects.json.broken
              8.1M	/opt/iobroker/iobroker-data/states.jsonl
              460K	/opt/iobroker/iobroker-data/states.json.migrated
              460K	/opt/iobroker/iobroker-data/states.json.bak.migrated
              0	/opt/iobroker/iobroker-data/states.json.broken
              
              
              =================== END OF SUMMARY ====================
              
              Thomas BraunT wendy2702W 3 Replies Last reply
              0
              • Matthias 4M Matthias 4

                @wendy2702 sagte in ESP HOME --- keine Installation möglich:

                iob diag

                OK.. wieder was dazugelernt,.. Danke :-)

                ======================= SUMMARY =======================
                		     v.2023-01-02
                
                
                Operatingsystem: 	Debian GNU/Linux 10 (buster)
                Installation: 		Native
                Timezone: 		Europe/Berlin
                User-ID: 		1000
                X-Server: 		true
                Boot Target: 		graphical.target
                
                Pending OS-Updates: 	28
                
                Nodejs-Installation: 	/usr/bin/nodejs 	v16.19.0
                			/usr/bin/node 		v16.19.0
                			/usr/bin/npm 		8.19.3
                			/usr/bin/npx 		8.19.3
                
                ioBroker Core: 		js-controller 		4.0.24
                			admin 			6.3.5
                
                ioBroker Status: 	iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                
                Status admin:
                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 1435, bind: 0.0.0.0, run as: admin
                
                Pending iob updates: 	8
                
                Active repo(s): beta
                
                Objects: 		2530
                States: 		2270
                
                Size of iob-Database:
                
                44M	/opt/iobroker/iobroker-data/objects.jsonl
                3.9M	/opt/iobroker/iobroker-data/objects.json.migrated
                3.9M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
                0	/opt/iobroker/iobroker-data/objects.json.broken
                8.1M	/opt/iobroker/iobroker-data/states.jsonl
                460K	/opt/iobroker/iobroker-data/states.json.migrated
                460K	/opt/iobroker/iobroker-data/states.json.bak.migrated
                0	/opt/iobroker/iobroker-data/states.json.broken
                
                
                =================== END OF SUMMARY ====================
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #9

                @matthias-4

                Patch die Kiste durch.

                Sowohl Betriebssystem wie auch den ioBroker.

                Desktop ausknipsen.

                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

                Thomas BraunT 1 Reply Last reply
                0
                • Matthias 4M Matthias 4

                  @wendy2702 sagte in ESP HOME --- keine Installation möglich:

                  iob diag

                  OK.. wieder was dazugelernt,.. Danke :-)

                  ======================= SUMMARY =======================
                  		     v.2023-01-02
                  
                  
                  Operatingsystem: 	Debian GNU/Linux 10 (buster)
                  Installation: 		Native
                  Timezone: 		Europe/Berlin
                  User-ID: 		1000
                  X-Server: 		true
                  Boot Target: 		graphical.target
                  
                  Pending OS-Updates: 	28
                  
                  Nodejs-Installation: 	/usr/bin/nodejs 	v16.19.0
                  			/usr/bin/node 		v16.19.0
                  			/usr/bin/npm 		8.19.3
                  			/usr/bin/npx 		8.19.3
                  
                  ioBroker Core: 		js-controller 		4.0.24
                  			admin 			6.3.5
                  
                  ioBroker Status: 	iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  
                  Status admin:
                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 1435, bind: 0.0.0.0, run as: admin
                  
                  Pending iob updates: 	8
                  
                  Active repo(s): beta
                  
                  Objects: 		2530
                  States: 		2270
                  
                  Size of iob-Database:
                  
                  44M	/opt/iobroker/iobroker-data/objects.jsonl
                  3.9M	/opt/iobroker/iobroker-data/objects.json.migrated
                  3.9M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
                  0	/opt/iobroker/iobroker-data/objects.json.broken
                  8.1M	/opt/iobroker/iobroker-data/states.jsonl
                  460K	/opt/iobroker/iobroker-data/states.json.migrated
                  460K	/opt/iobroker/iobroker-data/states.json.bak.migrated
                  0	/opt/iobroker/iobroker-data/states.json.broken
                  
                  
                  =================== END OF SUMMARY ====================
                  
                  wendy2702W Offline
                  wendy2702W Offline
                  wendy2702
                  wrote on last edited by
                  #10

                  @matthias-4 Und zeige danach die angefragten logs.

                  Bitte keine Fragen per PN, die gehören ins Forum!

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

                  1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @matthias-4

                    Patch die Kiste durch.

                    Sowohl Betriebssystem wie auch den ioBroker.

                    Desktop ausknipsen.

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

                    @thomas-braun sagte in ESP HOME --- keine Installation möglich:

                    Sowohl Betriebssystem wie auch den ioBroker.

                    @Matthias-4

                    Seh ich gerade erst. 'Buster' ist tot und muss durch das aktuelle Stable-Release namens 'Bullseye' ersetzt 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 Reply Last reply
                    0
                    • Matthias 4M Matthias 4

                      @wendy2702 sagte in ESP HOME --- keine Installation möglich:

                      iob diag

                      OK.. wieder was dazugelernt,.. Danke :-)

                      ======================= SUMMARY =======================
                      		     v.2023-01-02
                      
                      
                      Operatingsystem: 	Debian GNU/Linux 10 (buster)
                      Installation: 		Native
                      Timezone: 		Europe/Berlin
                      User-ID: 		1000
                      X-Server: 		true
                      Boot Target: 		graphical.target
                      
                      Pending OS-Updates: 	28
                      
                      Nodejs-Installation: 	/usr/bin/nodejs 	v16.19.0
                      			/usr/bin/node 		v16.19.0
                      			/usr/bin/npm 		8.19.3
                      			/usr/bin/npx 		8.19.3
                      
                      ioBroker Core: 		js-controller 		4.0.24
                      			admin 			6.3.5
                      
                      ioBroker Status: 	iobroker is running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: jsonl
                      
                      Status admin:
                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 1435, bind: 0.0.0.0, run as: admin
                      
                      Pending iob updates: 	8
                      
                      Active repo(s): beta
                      
                      Objects: 		2530
                      States: 		2270
                      
                      Size of iob-Database:
                      
                      44M	/opt/iobroker/iobroker-data/objects.jsonl
                      3.9M	/opt/iobroker/iobroker-data/objects.json.migrated
                      3.9M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
                      0	/opt/iobroker/iobroker-data/objects.json.broken
                      8.1M	/opt/iobroker/iobroker-data/states.jsonl
                      460K	/opt/iobroker/iobroker-data/states.json.migrated
                      460K	/opt/iobroker/iobroker-data/states.json.bak.migrated
                      0	/opt/iobroker/iobroker-data/states.json.broken
                      
                      
                      =================== END OF SUMMARY ====================
                      
                      wendy2702W Offline
                      wendy2702W Offline
                      wendy2702
                      wrote on last edited by
                      #12

                      @matthias-4 Bitte Chat lesen, Testen und Feedback geben ob du wieder Posten kannst.

                      Bitte keine Fragen per PN, die gehören ins Forum!

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

                      Matthias 4M 1 Reply Last reply
                      0
                      • wendy2702W wendy2702

                        @matthias-4 Bitte Chat lesen, Testen und Feedback geben ob du wieder Posten kannst.

                        Matthias 4M Offline
                        Matthias 4M Offline
                        Matthias 4
                        wrote on last edited by
                        #13

                        @wendy2702 Ich hab alles neu aufgesetzt,.. jetzt geht es.. Danke :-)

                        wendy2702W 1 Reply Last reply
                        0
                        • Matthias 4M Matthias 4

                          @wendy2702 Ich hab alles neu aufgesetzt,.. jetzt geht es.. Danke :-)

                          wendy2702W Offline
                          wendy2702W Offline
                          wendy2702
                          wrote on last edited by
                          #14

                          @matthias-4 sagte in ESP HOME --- keine Installation möglich:

                          @wendy2702 Ich hab alles neu aufgesetzt,.. jetzt geht es.. Danke :-)

                          Bitte Editiere deinen ersten Beitrag und setze ein [Gelöst] vor den Titel

                          Bitte keine Fragen per PN, die gehören ins Forum!

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

                          1 Reply Last reply
                          0

                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                          With your input, this post could be even better 💗

                          Register Login
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          Support us

                          ioBroker
                          Community Adapters
                          Donate

                          298

                          Online

                          32.7k

                          Users

                          82.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