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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. ESP HOME --- keine Installation möglich

NEWS

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.7k

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

ESP HOME --- keine Installation möglich

Geplant Angeheftet Gesperrt Verschoben Error/Bug
14 Beiträge 4 Kommentatoren 883 Aufrufe 4 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.
  • Matthias 4M Offline
    Matthias 4M Offline
    Matthias 4
    schrieb am zuletzt editiert von wendy2702
    #1
    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 1 Antwort Letzte Antwort
    0
    • wendy2702W Offline
      wendy2702W Offline
      wendy2702
      schrieb am zuletzt editiert von
      #2

      @matthias-4 https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge?_=1676979372654

      Log unvollständig
      Tabelle unvollständig

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

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

      1 Antwort Letzte Antwort
      0
      • 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 Online
        A Online
        Ahnungsbefreit
        schrieb am zuletzt editiert von
        #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 Antwort Letzte Antwort
        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
          schrieb am zuletzt editiert von
          #4

          @ahnungsbefreit: Hab ich grad gemacht - brachte keinen Erfolg

          wendy2702W 1 Antwort Letzte Antwort
          0
          • Matthias 4M Matthias 4

            @ahnungsbefreit: Hab ich grad gemacht - brachte keinen Erfolg

            wendy2702W Offline
            wendy2702W Offline
            wendy2702
            schrieb am zuletzt editiert von
            #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 Antwort Letzte Antwort
            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
              schrieb am zuletzt editiert von
              #6

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

              wendy2702W 1 Antwort Letzte Antwort
              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
                schrieb am zuletzt editiert von
                #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 Antwort Letzte Antwort
                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
                  schrieb am zuletzt editiert von
                  #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 Antworten Letzte Antwort
                  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
                    schrieb am zuletzt editiert von
                    #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 Antwort Letzte Antwort
                    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
                      schrieb am zuletzt editiert von
                      #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 Antwort Letzte Antwort
                      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
                        schrieb am zuletzt editiert von
                        #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 Antwort Letzte Antwort
                        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
                          schrieb am zuletzt editiert von
                          #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 Antwort Letzte Antwort
                          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
                            schrieb am zuletzt editiert von
                            #13

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

                            wendy2702W 1 Antwort Letzte Antwort
                            0
                            • Matthias 4M Matthias 4

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

                              wendy2702W Offline
                              wendy2702W Offline
                              wendy2702
                              schrieb am zuletzt editiert von
                              #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 Antwort Letzte Antwort
                              0
                              Antworten
                              • In einem neuen Thema antworten
                              Anmelden zum Antworten
                              • Älteste zuerst
                              • Neuste zuerst
                              • Meiste Stimmen


                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              646

                              Online

                              32.5k

                              Benutzer

                              81.8k

                              Themen

                              1.3m

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

                              • Du hast noch kein Konto? Registrieren

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