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

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

Community Forum

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

NEWS

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

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

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

esphome - wird dies noch gepflegt?

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
44 Beiträge 9 Kommentatoren 6.6k Aufrufe 12 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.
  • 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
    schrieb am zuletzt editiert von 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 Antwort Letzte Antwort
    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
      schrieb am zuletzt editiert von
      #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 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @rushmed

        Du musst nur eine der drei Optionen umsetzen.

        R Offline
        R Offline
        Rushmed
        Most Active
        schrieb am zuletzt editiert von
        #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 Antwort Letzte Antwort
        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
          schrieb am zuletzt editiert von
          #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 Antwort Letzte Antwort
          1
          • A Online
            A Online
            andreas_n
            schrieb am zuletzt editiert von
            #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 Antwort Letzte Antwort
            0
            • W Offline
              W Offline
              WolfgangFB
              schrieb am zuletzt editiert von
              #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 Antwort Letzte Antwort
              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 Online
                A Online
                andreas_n
                schrieb am zuletzt editiert von
                #30

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

                T 1 Antwort Letzte Antwort
                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
                  schrieb am zuletzt editiert von
                  #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 Antwort Letzte Antwort
                  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
                    schrieb am zuletzt editiert von
                    #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 Antworten Letzte Antwort
                    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
                      schrieb am zuletzt editiert von
                      #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 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #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 Antwort Letzte Antwort
                        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
                          schrieb am zuletzt editiert von
                          #35

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

                          Thomas BraunT 1 Antwort Letzte Antwort
                          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
                            schrieb am zuletzt editiert von
                            #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 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @tobiasp

                              Das macht man ja auch nicht mit npm...

                              T Offline
                              T Offline
                              tobiasp
                              schrieb am zuletzt editiert von
                              #37

                              @thomas-braun
                              wie kann ich es sonst installieren?

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • T tobiasp

                                @thomas-braun
                                wie kann ich es sonst installieren?

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #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 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @tobiasp

                                  iobroker add ADAPTERNAME --host HOSTNAME --debug
                                  

                                  ist der Standardbefehl um Adapter hinzuzufügen.

                                  T Offline
                                  T Offline
                                  tobiasp
                                  schrieb am zuletzt editiert von
                                  #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 Antwort Letzte Antwort
                                  0
                                  • T tobiasp

                                    @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 Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von Thomas Braun
                                    #40

                                    @tobiasp

                                    Dann bist hast nicht das beta-Repo aktiv.
                                    Der Adapter ist noch nicht in einer stabilen Version veröffentlicht worden.
                                    Davon abgesehen sagt

                                    iob diag
                                    

                                    was zu deinem System?

                                    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 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @tobiasp

                                      Dann bist hast nicht das beta-Repo aktiv.
                                      Der Adapter ist noch nicht in einer stabilen Version veröffentlicht worden.
                                      Davon abgesehen sagt

                                      iob diag
                                      

                                      was zu deinem System?

                                      T Offline
                                      T Offline
                                      tobiasp
                                      schrieb am zuletzt editiert von
                                      #41

                                      @thomas-braun
                                      ====================== SUMMARY =======================
                                      v.2023-10-10

                                      Static hostname: raspberrypi
                                      Icon name: computer
                                      Operating System: Raspbian GNU/Linux 11 (bullseye)
                                      Kernel: Linux 6.1.21-v7l+
                                      Architecture: arm

                                      Installation: native
                                      Kernel: armv7l
                                      Userland: armhf
                                      Timezone: Europe/Berlin (CET, +0100)
                                      User-ID: 1000
                                      /home/iobroker/.diag.sh: line 469: [[: 1010
                                      2037: syntax error in expression (error token is "2037")
                                      X-Server: false
                                      Boot Target: graphical.target

                                      Pending OS-Updates: 0
                                      Pending iob updates: 13

                                      Nodejs-Installation: /usr/bin/nodejs v18.19.0
                                      /usr/bin/node v18.19.0
                                      /usr/bin/npm 10.2.3
                                      /usr/bin/npx 10.2.3
                                      /usr/bin/corepack 0.22.0

                                      Recommended versions are nodejs 18.19.0 and npm 10.2.3
                                      Your nodejs installation is correct

                                      MEMORY:
                                      total used free shared buff/cache available
                                      Mem: 3.8G 2.1G 770M 35M 1.0G 1.6G
                                      Swap: 99M 0B 99M
                                      Total: 3.9G 2.1G 870M

                                      Active iob-Instances: 39
                                      Active repo(s): Beta (latest)

                                      ioBroker Core: js-controller 5.0.17
                                      admin 6.12.0

                                      ioBroker Status: iobroker is running on this host.

                                      Objects type: jsonl
                                      States type: redis

                                      Status admin and web instance:

                                      • system.adapter.admin.0 : admin : raspberrypi - enabled, port: 8081, bind: 192.168.2.130, run as: admin
                                      • system.adapter.web.0 : web : raspberrypi - enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      • system.adapter.web.1 : web : raspberrypi - enabled, port: 20002, bind: 0.0.0.0, run as: admin

                                      Objects: 20192
                                      States: 15783

                                      Size of iob-Database:

                                      43M /opt/iobroker/iobroker-data/objects.jsonl
                                      4.1M /opt/iobroker/iobroker-data/states.jsonl

                                      =================== END OF SUMMARY ==

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • T tobiasp

                                        @thomas-braun
                                        ====================== SUMMARY =======================
                                        v.2023-10-10

                                        Static hostname: raspberrypi
                                        Icon name: computer
                                        Operating System: Raspbian GNU/Linux 11 (bullseye)
                                        Kernel: Linux 6.1.21-v7l+
                                        Architecture: arm

                                        Installation: native
                                        Kernel: armv7l
                                        Userland: armhf
                                        Timezone: Europe/Berlin (CET, +0100)
                                        User-ID: 1000
                                        /home/iobroker/.diag.sh: line 469: [[: 1010
                                        2037: syntax error in expression (error token is "2037")
                                        X-Server: false
                                        Boot Target: graphical.target

                                        Pending OS-Updates: 0
                                        Pending iob updates: 13

                                        Nodejs-Installation: /usr/bin/nodejs v18.19.0
                                        /usr/bin/node v18.19.0
                                        /usr/bin/npm 10.2.3
                                        /usr/bin/npx 10.2.3
                                        /usr/bin/corepack 0.22.0

                                        Recommended versions are nodejs 18.19.0 and npm 10.2.3
                                        Your nodejs installation is correct

                                        MEMORY:
                                        total used free shared buff/cache available
                                        Mem: 3.8G 2.1G 770M 35M 1.0G 1.6G
                                        Swap: 99M 0B 99M
                                        Total: 3.9G 2.1G 870M

                                        Active iob-Instances: 39
                                        Active repo(s): Beta (latest)

                                        ioBroker Core: js-controller 5.0.17
                                        admin 6.12.0

                                        ioBroker Status: iobroker is running on this host.

                                        Objects type: jsonl
                                        States type: redis

                                        Status admin and web instance:

                                        • system.adapter.admin.0 : admin : raspberrypi - enabled, port: 8081, bind: 192.168.2.130, run as: admin
                                        • system.adapter.web.0 : web : raspberrypi - enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        • system.adapter.web.1 : web : raspberrypi - enabled, port: 20002, bind: 0.0.0.0, run as: admin

                                        Objects: 20192
                                        States: 15783

                                        Size of iob-Database:

                                        43M /opt/iobroker/iobroker-data/objects.jsonl
                                        4.1M /opt/iobroker/iobroker-data/states.jsonl

                                        =================== END OF SUMMARY ==

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

                                        @tobiasp

                                        Die Langfassung.
                                        In CodeTags eingebettet.

                                        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 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @tobiasp

                                          Die Langfassung.
                                          In CodeTags eingebettet.

                                          T Offline
                                          T Offline
                                          tobiasp
                                          schrieb am zuletzt editiert von
                                          #43

                                          @thomas-braun ```
                                          ======= Start marking the full check here =========

                                          Skript v.2023-10-10
                                          
                                          *** BASE SYSTEM ***
                                             Static hostname: raspberrypi
                                                   Icon name: computer
                                            Operating System: Raspbian GNU/Linux 11 (bullseye)
                                                      Kernel: Linux 6.1.21-v7l+
                                                Architecture: arm
                                          
                                          Model		: Raspberry Pi 4 Model B Rev 1.2
                                          Docker          : false
                                          Virtualization  : none
                                          Kernel          : armv7l
                                          Userland        : armhf
                                          
                                          Systemuptime and Load:
                                           13:00:37 up 27 min,  2 users,  load average: 10.84, 6.09, 3.80
                                          CPU threads: 4
                                          
                                          
                                          *** RASPBERRY THROTTLING ***
                                          Current issues:
                                          No throttling issues detected.
                                          
                                          Previously detected issues:
                                          No throttling issues detected.
                                          
                                          *** Time and Time Zones ***
                                                         Local time: Sat 2024-01-13 13:00:37 CET
                                                     Universal time: Sat 2024-01-13 12:00:37 UTC
                                                           RTC time: n/a
                                                          Time zone: Europe/Berlin (CET, +0100)
                                          System clock synchronized: yes
                                                        NTP service: active
                                                    RTC in local TZ: no
                                          
                                          *** User and Groups ***
                                          pi
                                          /home/pi
                                          pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                          
                                          *** X-Server-Setup ***
                                          /home/iobroker/.diag.sh: line 200: [[: 1010
                                          2037: syntax error in expression (error token is "2037")
                                          X-Server: 	false
                                          Desktop: 	LXDE
                                          Terminal: 	x11
                                          Boot Target: 	graphical.target
                                          
                                          *** MEMORY ***
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            3.8G        2.3G        325M         35M        1.2G        1.4G
                                          Swap:            99M          0B         99M
                                          Total:          3.9G        2.3G        425M
                                          
                                                   3839 M total memory
                                                   2296 M used memory
                                                    556 M active memory
                                                   2634 M inactive memory
                                                    325 M free memory
                                                    173 M buffer memory
                                                   1043 M swap cache
                                                     99 M total swap
                                                      0 M used swap
                                                     99 M free swap
                                          
                                          Raspberry only:
                                          oom events: 0
                                          lifetime oom required: 0 Mbytes
                                          total time in oom handler: 0 ms
                                          max time spent in oom handler: 0 ms
                                          
                                          *** FAILED SERVICES ***
                                          
                                            UNIT LOAD ACTIVE SUB DESCRIPTION
                                          0 loaded units listed.
                                          
                                          *** FILESYSTEM ***
                                          Filesystem     Type      Size  Used Avail Use% Mounted on
                                          /dev/root      ext4       29G   13G   16G  44% /
                                          devtmpfs       devtmpfs  1.9G     0  1.9G   0% /dev
                                          tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                          tmpfs          tmpfs     768M  1.2M  767M   1% /run
                                          tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                          /dev/mmcblk0p1 vfat      255M   51M  205M  20% /boot
                                          tmpfs          tmpfs     384M   16K  384M   1% /run/user/1000
                                          
                                          Messages concerning ext4 filesystem in dmesg:
                                          [Sat Jan 13 12:33:30 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=480 bcm2708_fb.fbheight=320 bcm2708_fb.fbswap=1 smsc95xx.macaddr=DC:A6:32:84:C6:E5 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty1 root=PARTUUID=e83fc39a-02 rootfstype=ext4 fsck.repair=yes rootwait
                                          [Sat Jan 13 12:33:32 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                                          [Sat Jan 13 12:33:32 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                          [Sat Jan 13 12:33:34 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                                          
                                          Show mounted filesystems \(real ones only\):
                                          TARGET                       SOURCE         FSTYPE            OPTIONS
                                          /                            /dev/mmcblk0p2 ext4              rw,noatime
                                          |-/boot                      /dev/mmcblk0p1 vfat              rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                          `-/home/pi/thinclient_drives xrdp-chansrv   fuse.xrdp-chansrv rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
                                          
                                          Files in neuralgic directories:
                                          
                                          /var:
                                          du: cannot access '/var/lib/lxcfs/cgroup': Input/output error
                                          3.0G	/var/
                                          2.0G	/var/log/journal/930d3456bd0f4a518633913ebabe942b
                                          2.0G	/var/log/journal
                                          2.0G	/var/log
                                          642M	/var/lib
                                          
                                          Archived and active journals take up 1.9G in the file system.
                                          
                                          /opt/iobroker/backups:
                                          338M	/opt/iobroker/backups/
                                          4.0K	/opt/iobroker/backups/redistmp
                                          
                                          /opt/iobroker/iobroker-data:
                                          2.7G	/opt/iobroker/iobroker-data/
                                          2.0G	/opt/iobroker/iobroker-data/history
                                          590M	/opt/iobroker/iobroker-data/files
                                          89M	/opt/iobroker/iobroker-data/files/echarts.admin
                                          78M	/opt/iobroker/iobroker-data/files/icons-open-icon-library-png
                                          
                                          The five largest files in iobroker-data are:
                                          35M	/opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                          24M	/opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
                                          24M	/opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
                                          23M	/opt/iobroker/iobroker-data/objects.jsonl
                                          23M	/opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
                                          
                                          USB-Devices by-id:
                                          USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                          
                                          find: '/dev/serial/by-id/': No such file or directory
                                          
                                          *** NodeJS-Installation ***
                                          
                                          /usr/bin/nodejs 	v18.19.0
                                          /usr/bin/node 		v18.19.0
                                          /usr/bin/npm 		10.2.3
                                          /usr/bin/npx 		10.2.3
                                          /usr/bin/corepack 	0.22.0
                                          
                                          
                                          nodejs:
                                            Installed: 18.19.0-1nodesource1
                                            Candidate: 18.19.0-1nodesource1
                                            Version table:
                                           *** 18.19.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                                  100 /var/lib/dpkg/status
                                               18.18.2-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.18.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.18.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.17.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.17.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.16.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.16.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.15.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.14.2-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.14.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.14.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.13.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.12.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.11.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.10.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.9.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.9.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.8.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.7.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.6.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.5.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.4.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.3.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.2.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.1.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.0.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               12.22.12~dfsg-1~deb11u4 500
                                                  500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                          
                                          Temp directories causing npm8 problem: 0
                                          No problems detected
                                          
                                          Errors in npm tree:
                                          
                                          *** ioBroker-Installation ***
                                          
                                          ioBroker Status
                                          iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: redis
                                          
                                          Core adapters versions
                                          js-controller: 	5.0.17
                                          admin: 		6.12.0
                                          javascript: 	7.1.6
                                          
                                          Adapters from github: 	8
                                          
                                          Adapter State
                                          + system.adapter.accuweather.0            : accuweather           : raspberrypi                              -  enabled
                                          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 192.168.2.130, run as: admin
                                          + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                                          + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                            system.adapter.birthdays.0              : birthdays             : raspberrypi                              -  enabled
                                          + system.adapter.cloud.0                  : cloud                 : raspberrypi                              -  enabled
                                          + system.adapter.countdown.0              : countdown             : raspberrypi                              -  enabled
                                            system.adapter.daswetter.0              : daswetter             : raspberrypi                              -  enabled
                                            system.adapter.devices.0                : devices               : raspberrypi                              - disabled
                                          + system.adapter.deyeidc.0                : deyeidc               : raspberrypi                              -  enabled, port: 8899
                                          + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                                            system.adapter.dwd.0                    : dwd                   : raspberrypi                              -  enabled
                                          + system.adapter.echarts.0                : echarts               : raspberrypi                              -  enabled
                                          + system.adapter.ecovacs-deebot.0         : ecovacs-deebot        : raspberrypi                              -  enabled
                                          + system.adapter.energiefluss.0           : energiefluss          : raspberrypi                              -  enabled
                                          + system.adapter.energiefluss.1           : energiefluss          : raspberrypi                              -  enabled
                                            system.adapter.esphome.0                : esphome               : raspberrypi                              -  enabled
                                          + system.adapter.fahrplan.0               : fahrplan              : raspberrypi                              -  enabled
                                            system.adapter.feiertage.0              : feiertage             : raspberrypi                              -  enabled
                                          + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                                          + system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              -  enabled
                                          + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                                          + system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                                          + system.adapter.hm-rpc.2                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                                            system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                                            system.adapter.iceroad.0                : iceroad               : raspberrypi                              - disabled
                                            system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: raspberrypi                              -  enabled
                                            system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : raspberrypi                              - disabled
                                            system.adapter.icons-icons8.0           : icons-icons8          : raspberrypi                              - disabled
                                            system.adapter.icons-material-png.0     : icons-material-png    : raspberrypi                              - disabled
                                            system.adapter.icons-material-svg.0     : icons-material-svg    : raspberrypi                              - disabled
                                            system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              -  enabled
                                            system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
                                            system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: raspberrypi                              - disabled
                                            system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : raspberrypi                              - disabled
                                          + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                                          + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                            system.adapter.luftdaten.0              : luftdaten             : raspberrypi                              -  enabled
                                            system.adapter.meteoalarm.0             : meteoalarm            : raspberrypi                              -  enabled
                                            system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              - disabled, port: 1884, bind: 192.168.2.130
                                          + system.adapter.mqtt.1                   : mqtt                  : raspberrypi                              -  enabled, port: 1888, bind: 192.168.2.130
                                          + system.adapter.mqtt.2                   : mqtt                  : raspberrypi                              -  enabled, port: 1896, bind: 0.0.0.0
                                            system.adapter.onkyo.0                  : onkyo                 : raspberrypi                              - disabled
                                          + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                                          + system.adapter.pollenflug.0             : pollenflug            : raspberrypi                              -  enabled
                                          + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                                            system.adapter.ryd.0                    : ryd                   : raspberrypi                              -  enabled
                                          + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                            system.adapter.smartthings.0            : smartthings           : raspberrypi                              - disabled
                                          + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                          + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
                                          + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                          + system.adapter.terminal.0               : terminal              : raspberrypi                              -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
                                          + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                                          + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              -  enabled
                                            system.adapter.tvprogram.0              : tvprogram             : raspberrypi                              - disabled
                                          + system.adapter.upnp.0                   : upnp                  : raspberrypi                              -  enabled
                                            system.adapter.vis-bars.0               : vis-bars              : raspberrypi                              - disabled
                                            system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
                                            system.adapter.vis-colorpicker.0        : vis-colorpicker       : raspberrypi                              - disabled
                                            system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : raspberrypi                              - disabled
                                            system.adapter.vis-google-fonts.0       : vis-google-fonts      : raspberrypi                              -  enabled
                                            system.adapter.vis-history.0            : vis-history           : raspberrypi                              - disabled
                                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
                                            system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              - disabled
                                          + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                                            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              - disabled
                                            system.adapter.vis-justgage.0           : vis-justgage          : raspberrypi                              - disabled
                                            system.adapter.vis-keyboard.0           : vis-keyboard          : raspberrypi                              - disabled
                                            system.adapter.vis-lcars.0              : vis-lcars             : raspberrypi                              - disabled
                                            system.adapter.vis-map.0                : vis-map               : raspberrypi                              - disabled
                                            system.adapter.vis-material-advanced.0  : vis-material-advanced : raspberrypi                              -  enabled
                                            system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              - disabled
                                            system.adapter.vis-players.0            : vis-players           : raspberrypi                              -  enabled
                                            system.adapter.vis-plumb.0              : vis-plumb             : raspberrypi                              - disabled
                                            system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              - disabled
                                            system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              - disabled
                                            system.adapter.vis-weather.0            : vis-weather           : raspberrypi                              - disabled
                                            system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                                            system.adapter.weatherunderground.0     : weatherunderground    : raspberrypi                              -  enabled
                                          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          + system.adapter.web.1                    : web                   : raspberrypi                              -  enabled, port: 20002, bind: 0.0.0.0, run as: admin
                                            system.adapter.worx.0                   : worx                  : raspberrypi                              - disabled
                                          + system.adapter.ws.0                     : ws                    : raspberrypi                              -  enabled, port: 8095, bind: 0.0.0.0, run as: admin
                                          
                                          + instance is alive
                                          
                                          Enabled adapters with bindings
                                          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 192.168.2.130, run as: admin
                                          + system.adapter.deyeidc.0                : deyeidc               : raspberrypi                              -  enabled, port: 8899
                                          + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                                          + system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                                          + system.adapter.hm-rpc.2                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                                          + system.adapter.mqtt.1                   : mqtt                  : raspberrypi                              -  enabled, port: 1888, bind: 192.168.2.130
                                          + system.adapter.mqtt.2                   : mqtt                  : raspberrypi                              -  enabled, port: 1896, bind: 0.0.0.0
                                          + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                          + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                          + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                          + system.adapter.terminal.0               : terminal              : raspberrypi                              -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
                                          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          + system.adapter.web.1                    : web                   : raspberrypi                              -  enabled, port: 20002, bind: 0.0.0.0, run as: admin
                                          + system.adapter.ws.0                     : ws                    : raspberrypi                              -  enabled, port: 8095, bind: 0.0.0.0, run as: admin
                                          
                                          ioBroker-Repositories
                                          Stable (default): http://download.iobroker.net/sources-dist.json
                                          Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                                          
                                          Active repo(s): Beta (latest)
                                          
                                          Installed ioBroker-Instances
                                          Used repository: Beta (latest)
                                          Adapter    "accuweather"  : 1.3.2    , installed 1.3.2
                                          Adapter    "admin"        : 6.13.15  , installed 6.12.0 [Updatable]
                                          Adapter    "alarm"        : 3.6.0    , installed 3.4.3  [Updatable]
                                          Adapter    "alexa2"       : 3.26.3   , installed 3.26.3
                                          Adapter    "backitup"     : 2.10.1   , installed 2.9.8  [Updatable]
                                          Adapter    "birthdays"    : 2.4.1    , installed 2.4.1
                                          Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                                          Adapter    "countdown"    : 2.2.0    , installed 2.2.0
                                          Adapter    "daswetter"    : 3.1.13   , installed 3.1.11 [Updatable]
                                          Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                          Adapter    "deyeidc"      : 0.0.14   , installed 0.0.14
                                          Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                                          Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                          Adapter    "echarts"      : 1.7.2    , installed 1.7.2
                                          Adapter    "ecovacs-deebot": 1.4.13  , installed 1.4.14-alpha.4
                                          Adapter    "energiefluss" : 3.6.0    , installed 3.6.0
                                          Adapter    "esphome"      : 0.5.0-beta.8, installed 0.5.0-beta.8
                                          Adapter    "fahrplan"     : 1.2.3    , installed 1.2.3
                                          Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
                                          Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                          Adapter    "fritzbox"     : 0.5.0    , installed 0.5.0
                                          Adapter    "history"      : 3.0.1    , installed 3.0.1
                                          Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                                          Adapter    "hm-rpc"       : 1.16.0   , installed 1.15.19 [Updatable]
                                          Adapter    "ical"         : 1.14.0   , installed 1.13.3 [Updatable]
                                          Adapter    "iceroad"      : 1.2.1    , installed 1.2.1
                                          Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                                          Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                                          Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                                          Adapter    "icons-material-png": 0.1.0, installed 0.1.1
                                          Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
                                          Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                                          Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                          Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                                          Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                                          Adapter    "info"         : 2.0.0    , installed 2.0.0
                                          Adapter    "javascript"   : 7.6.3    , installed 7.1.6  [Updatable]
                                          Controller "js-controller": 5.0.17   , installed 5.0.17
                                          Adapter    "luftdaten"    : 3.1.0    , installed 3.1.0
                                          Adapter    "meteoalarm"   : 2.3.7    , installed 2.3.7
                                          Adapter    "mqtt"         : 5.2.0    , installed 5.1.0  [Updatable]
                                          Adapter    "onkyo"        : 2.1.2    , installed 2.1.2
                                          Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                          Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                                          Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                          Adapter    "smartthings"  : 0.1.1    , installed 0.0.4  [Updatable]
                                          Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                                          Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                                          Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                                          Adapter    "telegram"     : 3.0.1    , installed 3.0.1
                                          Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                                          Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                          Adapter    "trashschedule": 3.1.3    , installed 2.3.0  [Updatable]
                                          Adapter    "tvprogram"    : 1.1.2    , installed 1.1.2
                                          Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                                          Adapter    "vis"          : 1.5.4    , installed 1.5.4
                                          Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                          Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                          Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                                          Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                          Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                                          Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                          Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                          Adapter    "vis-icontwo"  : 1.3.0    , installed 1.3.0
                                          Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                                          Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                          Adapter    "vis-justgage" : 2.1.0    , installed 2.1.0
                                          Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
                                          Adapter    "vis-lcars"    : 1.1.1    , installed 1.1.1
                                          Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                                          Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                                          Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                                          Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                          Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                                          Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                          Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                          Adapter    "vis-weather"  : 2.5.9    , installed 2.5.6  [Updatable]
                                          Adapter    "weatherunderground": 3.6.0, installed 3.6.0
                                          Adapter    "web"          : 6.2.3    , installed 6.1.10 [Updatable]
                                          Adapter    "worx"         : 2.3.4    , installed 2.3.4
                                          Adapter    "ws"           : 2.5.10   , installed 2.5.8  [Updatable]
                                          
                                          Objects and States
                                          Please stand by - This may take a while
                                          Objects: 	20170
                                          States: 	15747
                                          
                                          *** OS-Repositories and Updates ***
                                          Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                          Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                          Hit:3 https://deb.nodesource.com/node_18.x nodistro InRelease
                                          Hit:4 https://apt.pivccu.de/piVCCU stable InRelease
                                          Reading package lists...
                                          Pending Updates: 0
                                          
                                          *** Listening Ports ***
                                          Active Internet connections (only servers)
                                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                                          tcp        0      0 192.168.2.130:8081      0.0.0.0:*               LISTEN      1001       102238     19610/io.admin.0    
                                          tcp        0      0 192.168.2.130:2010      0.0.0.0:*               LISTEN      1001       104075     20130/io.hm-rpc.0   
                                          tcp        0      0 192.168.2.130:2001      0.0.0.0:*               LISTEN      1001       104098     20266/io.hm-rpc.1   
                                          tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      111        1971       933/redis-server 12 
                                          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       105756     20520/io.sonoff.0   
                                          tcp        0      0 192.168.2.130:1888      0.0.0.0:*               LISTEN      1001       104902     20418/io.mqtt.1     
                                          tcp        0      0 0.0.0.0:1897            0.0.0.0:*               LISTEN      1001       105737     20458/io.mqtt.2     
                                          tcp        0      0 0.0.0.0:1896            0.0.0.0:*               LISTEN      1001       105736     20458/io.mqtt.2     
                                          tcp        0      0 10.0.3.1:53             0.0.0.0:*               LISTEN      0          13133      1027/dnsmasq        
                                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       102004     19570/iobroker.js-c 
                                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          15415      968/sshd: /usr/sbin 
                                          tcp        0      0 0.0.0.0:1080            0.0.0.0:*               LISTEN      0          131088     26215/nc            
                                          tcp        0      0 192.168.2.130:9292      0.0.0.0:*               LISTEN      1001       105653     20403/io.hm-rpc.2   
                                          tcp6       0      0 :::8088                 :::*                    LISTEN      1001       112465     21969/io.terminal.0 
                                          tcp6       0      0 :::8095                 :::*                    LISTEN      1001       106247     21177/io.ws.0       
                                          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       108657     20889/io.web.0      
                                          tcp6       0      0 :::8087                 :::*                    LISTEN      1001       108807     21162/io.simple-api 
                                          tcp6       0      0 ::1:3350                :::*                    LISTEN      0          1916       959/xrdp-sesman     
                                          tcp6       0      0 :::3389                 :::*                    LISTEN      116        14731      1012/xrdp           
                                          tcp6       0      0 ::1:6379                :::*                    LISTEN      111        1972       933/redis-server 12 
                                          tcp6       0      0 :::22                   :::*                    LISTEN      0          15417      968/sshd: /usr/sbin 
                                          tcp6       0      0 :::20002                :::*                    LISTEN      1001       116875     22117/io.web.1      
                                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14097      401/avahi-daemon: r 
                                          udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       117906     22757/io.upnp.0     
                                          udp        0      0 0.0.0.0:58349           0.0.0.0:*                           108        14099      401/avahi-daemon: r 
                                          udp        0      0 10.0.3.1:53             0.0.0.0:*                           0          13132      1027/dnsmasq        
                                          udp        0      0 0.0.0.0:67              0.0.0.0:*                           0          13129      1027/dnsmasq        
                                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          12884      812/dhclient        
                                          udp        0      0 0.0.0.0:49274           0.0.0.0:*                           1001       116522     22757/io.upnp.0     
                                          udp6       0      0 :::5353                 :::*                                108        14098      401/avahi-daemon: r 
                                          udp6       0      0 :::39980                :::*                                108        14100      401/avahi-daemon: r 
                                          
                                          *** Log File - Last 25 Lines ***
                                          
                                          2024-01-13 13:01:03.374  - info: energiefluss.1 (22735) Adapter started and listening to 5 States
                                          2024-01-13 13:01:04.706  - info: upnp.0 (22757) starting. Version 1.0.21 (non-npm: Jey-Cee/ioBroker.upnp#3c2a5fa39827e3615080e354eb75d6441ebfd5b3) in /opt/iobroker/node_modules/iobroker.upnp, node: v18.19.0, js-controller: 5.0.17
                                          2024-01-13 13:01:04.835  - info: upnp.0 (22757) Auto discover: true
                                          2024-01-13 13:01:08.076  - warn: upnp.0 (22757) Error: Error: Non-whitespace before first tag.
                                          Line: 0
                                          Column: 1
                                          Char: s
                                          2024-01-13 13:01:09.821  - info: ryd.0 (22037) Terminated (NO_ERROR): Without reason
                                          2024-01-13 13:01:09.843  - info: ryd.0 (22037) State value to set for "ryd.0.lastUpdate" has to be stringified but received type "object"
                                          2024-01-13 13:01:10.648  - info: host.raspberrypi instance system.adapter.ryd.0 terminated with code 0 (NO_ERROR)
                                          2024-01-13 13:01:12.858  - info: pollenflug.0 (21722) Next DWD pollen request starts on Sun Jan 14 2024 11:00:00 GMT+0100 (Central European Standard Time)
                                          2024-01-13 13:01:17.075  - info: tr-064.0 (20802) forEachConfiguredDevice: in GetSpecificHostEntry 21(robotic-mower/98:D8:63:44:D8:D8) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                                          2024-01-13 13:01:29.897  - info: fahrplan.0 (21586) Updated 2 routes, 2 enabled and 0 disabled
                                          2024-01-13 13:01:32.038  - info: fahrplan.0 (21586) Updated 1 departure timetables, 1 enabled and 0 disabled
                                          2024-01-13 13:01:32.796  - info: tr-064.0 (20802) forEachConfiguredDevice: in GetSpecificHostEntry 21(robotic-mower/98:D8:63:44:D8:D8) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                                          2024-01-13 13:01:48.907  - info: tr-064.0 (20802) forEachConfiguredDevice: in GetSpecificHostEntry 21(robotic-mower/98:D8:63:44:D8:D8) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                                          2024-01-13 13:01:49.905  - info: vis.0 (24342) starting. Version 1.5.4 in /opt/iobroker/node_modules/iobroker.vis, node: v18.19.0, js-controller: 5.0.17
                                          2024-01-13 13:01:52.364  - info: vis-google-fonts.0 (24382) starting. Version 1.0.4 in /opt/iobroker/node_modules/iobroker.vis-google-fonts, node: v18.19.0, js-controller: 5.0.17
                                          2024-01-13 13:01:53.411  - info: vis-google-fonts.0 (24382) Terminated (NO_ERROR): Without reason
                                          2024-01-13 13:01:54.799  - info: vis.0 (24342) Terminated (NO_ERROR): Without reason
                                          2024-01-13 13:02:04.803  - info: tr-064.0 (20802) forEachConfiguredDevice: in GetSpecificHostEntry 21(robotic-mower/98:D8:63:44:D8:D8) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                                          2024-01-13 13:02:05.759  - info: tankerkoenig.0 (21775) Start first request
                                          2024-01-13 13:02:20.153  - info: tr-064.0 (20802) forEachConfiguredDevice: in GetSpecificHostEntry 21(robotic-mower/98:D8:63:44:D8:D8) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                                          2024-01-13 13:02:35.279  - info: tr-064.0 (20802) forEachConfiguredDevice: in GetSpecificHostEntry 21(robotic-mower/98:D8:63:44:D8:D8) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                                          2024-01-13 13:02:50.813  - info: tr-064.0 (20802) forEachConfiguredDevice: in GetSpecificHostEntry 21(robotic-mower/98:D8:63:44:D8:D8) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                                          
                                          

                                          ============ Mark until here for C&P =============

                                          iob diag has finished.

                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          842

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          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