Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. NPM komplettes Update machen?

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    NPM komplettes Update machen?

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mooly last edited by

      Hallo zusammen.

      Ich stehe etwas auf dem Schlauch. Warscheinlich eine Noob-Frage 😉

      Schon ziemlich lange bekomme ich NPM Warnungen (siehe unten).

      Installierte node.js Version: v18.19.0
      Installierte NPM Version: 10.2.3
      Installierter js-controller: 5.0.17

      Muss ich jedes einzelnes NPM Modul zu dem es eine Warnung gibt aktualisieren? Oder kann ich das alles auf einmal machen?

      Einfach nach Anleitung den NPM updaten?

      npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
      npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
      npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
      npm WARN deprecated npmlog@5.0.1: This package is no longer supported.
      npm WARN deprecated har-validator@5.1.5: this library is no longer supported
      npm WARN deprecated npmlog@4.1.2: This package is no longer supported.
      npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
      npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
      npm WARN deprecated are-we-there-yet@2.0.0: This package is no longer supported.
      npm WARN deprecated are-we-there-yet@1.1.7: This package is no longer supported.
      npm WARN deprecated q@1.1.2: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.
      npm WARN deprecated npm WARN deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp)
      npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
      npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
      npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
      npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
      npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
      npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
      npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
      npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
      npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
      npm WARN deprecated gauge@3.0.2: This package is no longer supported.
      npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
      npm WARN deprecated gauge@2.7.4: This package is no longer supported.
      
      mikeal created this issue in request/request

      open Request’s Past, Present and Future #3142

      Qix- created this issue in visionmedia/debug

      closed ReDos Vulnerability Regression Visibility Notice #797

      Qix- created this issue in visionmedia/debug

      closed ReDos Vulnerability Regression Visibility Notice #797

      Qix- created this issue in visionmedia/debug

      closed ReDos Vulnerability Regression Visibility Notice #797

      Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @mooly last edited by

        @mooly sagte in NPM komplettes Update machen?:

        Einfach nach Anleitung den NPM updaten?

        wo findest du dazu eine Anleitung?
        npm wird nicht upgedatet.
        Das kommt immer passend mit der jeweiligen nodejs Version.

        M 1 Reply Last reply Reply Quote 1
        • Thomas Braun
          Thomas Braun Most Active @mooly last edited by

          @mooly

          Nein, einfach die Finger davon lassen. Das muss alles in den jeweiligen Adaptern und deren Dependencies angepackt werden.

          Du könntest aber deine Installation auf nodejs@20 umstellen.

          iob nodejs-update 20
          
          1 Reply Last reply Reply Quote 1
          • M
            mooly @Homoran last edited by mooly

            @homoran @Thomas-Braun

            Danke euch! Ihr habt mir sehr geholfen. Ich lerne noch 😉

            Ich update auf nodejs 20 wenn ihr das empfehlt.

            Die Warnungen haben mich irritiert und die Installationen dauern auch relativ lange gefühlt.

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @mooly last edited by

              @mooly sagte in NPM komplettes Update machen?:

              Ich update auf nodejs 20 wenn ihr das empfehlt.

              Ja, 20 ist die derzeitige offizielle Empfehlung für den ioBroker.

              M 1 Reply Last reply Reply Quote 1
              • M
                mooly @Thomas Braun last edited by

                @thomas-braun said in NPM komplettes Update machen?:

                @mooly sagte in NPM komplettes Update machen?:

                Ich update auf nodejs 20 wenn ihr das empfehlt.

                Ja, 20 ist die derzeitige offizielle Empfehlung für den ioBroker.

                Sorry, ich muss mich nochmal melden.

                Gibt es eine aktuelle Anleitung wie man auf nodejs 20 updatet? Ich habe nur Anleitungen gefunden die keine Relation zu iobroker haben.

                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @mooly last edited by

                  @mooly

                  Mittels

                  iob nodejs-update
                  
                  M 2 Replies Last reply Reply Quote 1
                  • M
                    mooly @Thomas Braun last edited by

                    @thomas-braun

                    Das war die schnellste Antwort die ich je bekommen habe in einem Forum! DANKE!

                    1 Reply Last reply Reply Quote 0
                    • M
                      mooly @Thomas Braun last edited by

                      @thomas-braun said in NPM komplettes Update machen?:

                      iob nodejs-update

                      Nothing to do - Your installation is using the correct paths.

                      You are running nodejs v18.19.0. Do you want to install recommended version 18.20.3?

                      Er findet die v20 nicht?

                      Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators @mooly last edited by Homoran

                        @mooly sagte in NPM komplettes Update machen?:

                        Nothing to do - Your installation is using the correct paths.
                        You are running nodejs v18.19.0. Do you want to install recommended version 18.20.3?

                        bitte alles zeigen!
                        hier fragt er dich doch noch.

                        was sagt iob diag in der Langfassung?
                        möglich dass für dich noch 18 irgendwo eingetragen ist.

                        1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @mooly last edited by

                          @mooly

                          Die Meldung kommt im Moment noch falsch rein, weil das im ioBroker noch so drin ist.
                          Es wird trotzdem die 20 installiert.

                          Du kannst aber auch per

                          iob nodejs-update 20
                          

                          eine Version fest vorgeben.

                          M 2 Replies Last reply Reply Quote 0
                          • M
                            mooly @Thomas Braun last edited by

                            @thomas-braun
                            @Homoran

                            Super! Er ist am installieren...

                            1 Reply Last reply Reply Quote 0
                            • M
                              mooly @Thomas Braun last edited by

                              @thomas-braun

                              Es scheint, dass da etwas nicht geklappt hat. -v gibt mir einen Fehler, iobroker läuft nicht.

                              Problem:

                              ioBroker nodejs fixer 2024-05-23
                              You requested to install latest version from nodejs v20 tree.
                              
                              Your current setup is:
                              nodejs: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
                              /usr/bin/nodejs 	
                              node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                              /usr/bin/node 		
                              node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                              /usr/bin/npm 		
                              node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                              /usr/bin/npx 		
                              node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                              /usr/bin/corepack 	
                              nodejs: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
                              node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                              node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                              node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                              
                              We found these nodejs versions available for installation:
                              
                              nodejs:
                                Installed: 20.14.0-1nodesource1
                                Candidate: 20.14.0-1nodesource1
                                Version table:
                               *** 20.14.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                      100 /var/lib/dpkg/status
                                   20.13.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.13.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.12.2-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.12.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.12.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.11.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.11.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.10.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.9.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.8.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.8.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.7.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.6.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.6.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.5.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.5.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.4.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.3.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.3.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.2.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.1.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   20.0.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                   10.24.0~dfsg-1~deb10u3 500
                                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                              
                              
                              
                              Nothing to do - Your installation is using the correct paths.
                              node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                              
                              You are running nodejs . Do you want to install latest version from nodejs v.20 tree? 
                              
                              Press <y> to continue or any other key to quit
                              Trying to fix your installation now. Please be patient.
                              Waiting for ioBroker to shut down - Give me a minute...
                              ############################################################
                              
                              *** These repos are active on your system:
                              Hit:1 http://archive.raspberrypi.org/debian buster InRelease
                              Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease          
                              Hit:3 https://repo.homebridge.io stable InRelease                        
                              Reading package lists... Done                      
                              
                              *** Installing ca-certificates, curl and gnupg, just in case they are missing.
                              
                              *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source
                              
                              deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main
                              Package: nodejs
                              Pin: origin deb.nodesource.com
                              Pin-Priority: 1001
                              
                              *** These repos are active after the adjustments:
                              Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                              Hit:2 http://archive.raspberrypi.org/debian buster InRelease                   
                              Get:3 https://deb.nodesource.com/node_20.x nodistro InRelease [12.1 kB]        
                              Hit:4 https://repo.homebridge.io stable InRelease                              
                              Get:5 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages [7805 B]
                              Fetched 19.9 kB in 1s (18.8 kB/s)
                              Reading package lists... Done
                              
                              Installing nodejs now!
                              
                              /home/iobroker/.nodejs-update.sh: line 370: [: : integer expression expected
                              Exact recommended version unknown, installing a fallback!
                              dpkg: warning: downgrading nodejs from 20.14.0-1nodesource1 to 20.0.0-1nodesource1
                              (Reading database ... 127364 files and directories currently installed.)
                              Preparing to unpack .../nodejs_20.0.0-1nodesource1_armhf.deb ...
                              Detected old npm client, removing...
                              Unpacking nodejs (20.0.0-1nodesource1) over (20.14.0-1nodesource1) ...
                              Setting up nodejs (20.0.0-1nodesource1) ...
                              Processing triggers for man-db (2.8.5-2+deb10u1) ...
                              
                              Updating fallback to latest nodejs v20 release
                              (Reading database ... 127448 files and directories currently installed.)
                              Preparing to unpack .../nodejs_20.14.0-1nodesource1_armhf.deb ...
                              Detected old npm client, removing...
                              Unpacking nodejs (20.14.0-1nodesource1) over (20.0.0-1nodesource1) ...
                              Setting up nodejs (20.14.0-1nodesource1) ...
                              Processing triggers for man-db (2.8.5-2+deb10u1) ...
                              node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                               has been installed! You are using the latest version now!
                              /home/iobroker/.nodejs-update.sh: line 387: [: : integer expression expected
                              Installing the nodejs!
                              
                              We tried our best to fix your nodejs. Please run iob diag again to verify.
                              
                              *** RESTARTING ioBroker NOW! *** 
                               Please refresh or restart your browser in a few moments.
                              
                              pi@raspberrypi:~ $ node -v
                              node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                              
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @mooly last edited by

                                @mooly

                                Dein Problem ist, das du mit einem veralteten Betreibssyystem herumfährst. Das hat keinen TÜV mehr.
                                Ersetz das durch ein aktuelles Debain 12 'Bookworm'.

                                M 1 Reply Last reply Reply Quote 0
                                • M
                                  mooly @Thomas Braun last edited by mooly

                                  @thomas-braun

                                  Kann ich sonst nichts mehr machen? kann ich zurück auf version 18?
                                  Ich muss mich damit beschäftigen wenn das jetzt in ein komplettes update ausartet... shit

                                  Hab ich jetzt das ganze System zerschossen...

                                  Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @mooly last edited by Thomas Braun

                                    @mooly sagte in NPM komplettes Update machen?:

                                    Hab ich jetzt das ganze System zerschossen...

                                    Du hast das System durch deine Untätigkeit zerschossen. Buster ist schon geraume Zeit nicht mehr angezeigt gewesen.

                                    iob nodejs-update 18
                                    

                                    Dann mit einem Backup von der Kiste auf was lebendiges umziehen...

                                    M 1 Reply Last reply Reply Quote 0
                                    • M
                                      mooly @Thomas Braun last edited by mooly

                                      @thomas-braun

                                      Ja, das stimmt wohl.

                                      pi@raspberrypi:/opt/iobroker $ node -v
                                      node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                                      
                                      

                                      18.19.0 hat nicht funktioniert, gleicher Fehler.

                                      ioBroker nodejs fixer 2024-05-23
                                      You requested to install latest version from nodejs v18 tree.
                                      
                                      Your current setup is:
                                      nodejs: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
                                      /usr/bin/nodejs 	
                                      node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                                      /usr/bin/node 		
                                      node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                                      /usr/bin/npm 		
                                      node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                                      /usr/bin/npx 		
                                      node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                                      /usr/bin/corepack 	
                                      nodejs: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
                                      node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                                      node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                                      node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                                      
                                      We found these nodejs versions available for installation:
                                      
                                      nodejs:
                                        Installed: 20.14.0-1nodesource1
                                        Candidate: 20.14.0-1nodesource1
                                        Version table:
                                       *** 20.14.0-1nodesource1 100
                                              100 /var/lib/dpkg/status
                                           10.24.0~dfsg-1~deb10u3 500
                                              500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                      
                                      
                                      
                                      Nothing to do - Your installation is using the correct paths.
                                      node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                                      
                                      You are running nodejs . Do you want to install latest version from nodejs v.18 tree? 
                                      
                                      
                                      

                                      @Thomas-Braun er scheint die alte Version nicht zu installieren...

                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @mooly last edited by

                                        @mooly sagte in NPM komplettes Update machen?:

                                        Hab ich jetzt das ganze System zerschossen...

                                        @homoran sagte in NPM komplettes Update machen?:

                                        was sagt iob diag in der Langfassung?

                                        damit wüssten wir deutlich mehr.

                                        M 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @mooly last edited by

                                          @mooly

                                          Dann was aktuelles installieren, mit deinem Backup umziehen.

                                          M 1 Reply Last reply Reply Quote 0
                                          • M
                                            mooly @Homoran last edited by Homoran

                                            @homoran

                                            ======== Start marking the full check here =========

                                            Skript v.2024-05-22
                                            
                                            *** BASE SYSTEM ***
                                               Static hostname: raspberrypi
                                                     Icon name: computer
                                              Operating System: Raspbian GNU/Linux 10 (buster)
                                                        Kernel: Linux 5.10.103-v7l+
                                                  Architecture: arm
                                            
                                            Model		: Raspberry Pi 4 Model B Rev 1.4
                                            Docker          : false
                                            Virtualization  : none
                                            Kernel          : armv7l
                                            Userland        : 32 bit
                                            
                                            Systemuptime and Load:
                                             14:52:03 up 2 min,  1 user,  load average: 3.02, 1.11, 0.41
                                            CPU threads: 4
                                            
                                            
                                            *** RASPBERRY THROTTLING ***
                                            Current issues:
                                            No throttling issues detected.
                                            
                                            Previously detected issues:
                                            No throttling issues detected.
                                            
                                            *** Time and Time Zones ***
                                                           Local time: Thu 2024-06-20 14:52:03 CEST
                                                       Universal time: Thu 2024-06-20 12:52:03 UTC
                                                             RTC time: n/a
                                                            Time zone: Europe/Berlin (CEST, +0200)
                                            System clock synchronized: yes
                                                          NTP service: active
                                                      RTC in local TZ: no
                                            
                                            *** Users and Groups ***
                                            User that called 'iob diag':
                                            pi
                                            HOME=/home/pi
                                            GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input netdev lpadmin gpio i2c spi iobroker
                                            
                                            User that is running 'js-controller':
                                            iobroker
                                            HOME=/home/iobroker
                                            GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                                            
                                            *** Display-Server-Setup ***
                                            Display-Server: false
                                            Desktop: 	
                                            Terminal: 	tty
                                            Boot Target: 	graphical.target
                                            
                                            *** MEMORY ***
                                                          total        used        free      shared  buff/cache   available
                                            Mem:           3.8G        1.3G        1.8G        8.0M        672M        2.3G
                                            Swap:           99M          0B         99M
                                            Total:         3.9G        1.3G        1.9G
                                            
                                            Active iob-Instances: 	15
                                            
                                                     3837 M total memory
                                                     1342 M used memory
                                                      214 M active memory
                                                     1666 M inactive memory
                                                     1822 M free memory
                                                      115 M buffer memory
                                                      557 M swap cache
                                                       99 M total swap
                                                        0 M used swap
                                                       99 M free swap
                                            
                                            *** top - Table Of Processes  ***
                                            top - 14:52:04 up 2 min,  1 user,  load average: 3.02, 1.11, 0.41
                                            Tasks: 162 total,   5 running, 157 sleeping,   0 stopped,   0 zombie
                                            %Cpu(s): 68.5 us, 12.3 sy,  0.0 ni, 17.8 id,  0.0 wa,  0.0 hi,  1.4 si,  0.0 st
                                            MiB Mem :   3837.7 total,   1797.7 free,   1367.4 used,    672.6 buff/cache
                                            MiB Swap:    100.0 total,    100.0 free,      0.0 used.   2310.0 avail Mem 
                                            
                                            *** FAILED SERVICES ***
                                            
                                              UNIT            LOAD   ACTIVE SUB    DESCRIPTION          
                                            * lightdm.service loaded failed failed Light Display Manager
                                            
                                            LOAD   = Reflects whether the unit definition was properly loaded.
                                            ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                                            SUB    = The low-level unit activation state, values depend on unit type.
                                            
                                            1 loaded units listed. Pass --all to see loaded but inactive units, too.
                                            To show all installed unit files use 'systemctl list-unit-files'.
                                            
                                            *** FILESYSTEM ***
                                            Filesystem     Type      Size  Used Avail Use% Mounted on
                                            /dev/root      ext4      110G   17G   89G  16% /
                                            devtmpfs       devtmpfs  1.8G     0  1.8G   0% /dev
                                            tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                            tmpfs          tmpfs     1.9G  8.5M  1.9G   1% /run
                                            tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                            tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
                                            /dev/sda1      vfat      253M   49M  204M  20% /boot
                                            tmpfs          tmpfs     384M     0  384M   0% /run/user/1000
                                            
                                            Messages concerning ext4 filesystem in dmesg:
                                            [Thu Jun 20 14:49:59 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=E4:5F:01:14:A2:2C vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=a372f35c-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                                            [Thu Jun 20 14:50:01 2024] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                                            [Thu Jun 20 14:50:01 2024] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                                            [Thu Jun 20 14:50:02 2024] EXT4-fs (sda2): re-mounted. Opts: (null)
                                            
                                            Show mounted filesystems:
                                            TARGET                                SOURCE     FSTYPE     OPTIONS
                                            /                                     /dev/sda2  ext4       rw,noatime
                                            |-/dev                                devtmpfs   devtmpfs   rw,relatime,size=1800056k,nr_inodes=84157,mode=755
                                            | |-/dev/shm                          tmpfs      tmpfs      rw,nosuid,nodev
                                            | |-/dev/pts                          devpts     devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                                            | `-/dev/mqueue                       mqueue     mqueue     rw,relatime
                                            |-/sys                                sysfs      sysfs      rw,nosuid,nodev,noexec,relatime
                                            | |-/sys/kernel/security              securityfs securityfs rw,nosuid,nodev,noexec,relatime
                                            | |-/sys/fs/cgroup                    tmpfs      tmpfs      ro,nosuid,nodev,noexec,mode=755
                                            | | |-/sys/fs/cgroup/unified          cgroup2    cgroup2    rw,nosuid,nodev,noexec,relatime,nsdelegate
                                            | | |-/sys/fs/cgroup/systemd          cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,xattr,name=systemd
                                            | | |-/sys/fs/cgroup/cpu,cpuacct      cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,cpu,cpuacct
                                            | | |-/sys/fs/cgroup/cpuset           cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,cpuset
                                            | | |-/sys/fs/cgroup/net_cls,net_prio cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,net_cls,net_prio
                                            | | |-/sys/fs/cgroup/blkio            cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,blkio
                                            | | |-/sys/fs/cgroup/perf_event       cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,perf_event
                                            | | |-/sys/fs/cgroup/freezer          cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,freezer
                                            | | |-/sys/fs/cgroup/devices          cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,devices
                                            | | `-/sys/fs/cgroup/pids             cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,pids
                                            | |-/sys/fs/bpf                       none       bpf        rw,nosuid,nodev,noexec,relatime,mode=700
                                            | |-/sys/kernel/debug                 debugfs    debugfs    rw,relatime
                                            | `-/sys/kernel/config                configfs   configfs   rw,relatime
                                            |-/proc                               proc       proc       rw,relatime
                                            | `-/proc/sys/fs/binfmt_misc          systemd-1  autofs     rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct
                                            |-/run                                tmpfs      tmpfs      rw,nosuid,nodev,mode=755
                                            | |-/run/lock                         tmpfs      tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k
                                            | |-/run/rpc_pipefs                   sunrpc     rpc_pipefs rw,relatime
                                            | `-/run/user/1000                    tmpfs      tmpfs      rw,nosuid,nodev,relatime,size=392984k,mode=700,uid=1000,gid=1000
                                            `-/boot                               /dev/sda1  vfat       rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                            
                                            Files in neuralgic directories:
                                            
                                            /var:
                                            2.5G	/var/
                                            2.0G	/var/cache/apt/archives
                                            2.0G	/var/cache/apt
                                            2.0G	/var/cache
                                            260M	/var/lib
                                            
                                            Archived and active journals take up 8.0M in the file system.
                                            
                                            /opt/iobroker/backups:
                                            287M	/opt/iobroker/backups/
                                            
                                            /opt/iobroker/iobroker-data:
                                            743M	/opt/iobroker/iobroker-data/
                                            360M	/opt/iobroker/iobroker-data/files
                                            204M	/opt/iobroker/iobroker-data/history
                                            126M	/opt/iobroker/iobroker-data/backup-objects
                                            57M	/opt/iobroker/iobroker-data/files/javascript.admin
                                            
                                            The five largest files in iobroker-data are:
                                            38M	/opt/iobroker/iobroker-data/files/iot.admin/static/js/main.3d563dc9.js.map
                                            28M	/opt/iobroker/iobroker-data/objects.jsonl
                                            22M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.c05ba1d3.js.map
                                            13M	/opt/iobroker/iobroker-data/states.jsonl
                                            9.6M	/opt/iobroker/iobroker-data/files/vis.0/WohnEss301022.png
                                            
                                            USB-Devices by-id:
                                            USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                            
                                            /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
                                            /dev/serial/by-id/usb-EnOcean_GmbH_USB_300_DE_EO75C42C-if00-port0
                                            
                                            HINT:
                                            Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                            /dev/ttyUSB0
                                            
                                            
                                            
                                            *** NodeJS-Installation ***
                                            
                                            /usr/bin/nodejs 	v18.20.3
                                            /usr/bin/node 		v18.20.3
                                            /usr/bin/npm 		10.7.0
                                            /usr/bin/npx 		10.7.0
                                            /usr/bin/corepack 	0.28.0
                                            
                                            
                                            nodejs:
                                              Installed: 18.20.3-1nodesource1
                                              Candidate: 18.20.3-1nodesource1
                                              Version table:
                                             *** 18.20.3-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                                    100 /var/lib/dpkg/status
                                                 18.20.2-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                                 18.20.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                                 18.20.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                                 18.19.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                                 18.19.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                                 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
                                                 10.24.0~dfsg-1~deb10u3 500
                                                    500 http://raspbian.raspberrypi.org/raspbian buster/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: jsonl
                                            
                                            Core adapters versions
                                            js-controller: 	6.0.5
                                            admin: 		6.17.14
                                            javascript: 	7.8.0
                                            
                                            nodejs modules from github: 	0
                                            
                                            Adapter State
                                            + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                              system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                                            + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                              system.adapter.cloud.0                  : cloud                 : raspberrypi                              - disabled
                                            + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                                              system.adapter.enocean.0                : enocean               : raspberrypi                              -  enabled
                                              system.adapter.eusec.0                  : eusec                 : raspberrypi                              -  enabled
                                              system.adapter.flot.0                   : flot                  : raspberrypi                              -  enabled
                                              system.adapter.ham.0                    : ham                   : raspberrypi                              - disabled
                                            + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                                              system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              -  enabled
                                            + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                                              system.adapter.iot.0                    : iot                   : raspberrypi                              -  enabled
                                            + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                            + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                              system.adapter.opendtu.0                : opendtu               : raspberrypi                              -  enabled
                                            + system.adapter.pushover.0               : pushover              : raspberrypi                              -  enabled
                                              system.adapter.pvforecast.0             : pvforecast            : raspberrypi                              -  enabled
                                            + system.adapter.radar2.0                 : radar2                : raspberrypi                              -  enabled
                                            + system.adapter.scenes.0                 : scenes                : raspberrypi                              -  enabled
                                            + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1888, bind: 0.0.0.0
                                              system.adapter.tado.0                   : tado                  : raspberrypi                              -  enabled
                                            + system.adapter.tahoma.0                 : tahoma                : raspberrypi                              -  enabled
                                              system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : raspberrypi                              -  enabled
                                              system.adapter.vis-google-fonts.0       : vis-google-fonts      : raspberrypi                              -  enabled
                                              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              -  enabled
                                              system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              -  enabled
                                              system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                                              system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              -  enabled
                                              system.adapter.vis-map.0                : vis-map               : raspberrypi                              -  enabled
                                              system.adapter.vis-material-advanced.0  : vis-material-advanced : raspberrypi                              -  enabled
                                              system.adapter.vis-materialdesign.0     : vis-materialdesign    : raspberrypi                              -  enabled
                                              system.adapter.vis-weather.0            : vis-weather           : raspberrypi                              -  enabled
                                              system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                                            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                              system.adapter.yahka.0                  : yahka                 : raspberrypi                              -  enabled
                                            + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/ttyUSB0
                                            
                                            + instance is alive
                                            
                                            Enabled adapters with bindings
                                            + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                            + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                            + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1888, bind: 0.0.0.0
                                            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/ttyUSB0
                                            
                                            ioBroker-Repositories
                                            stable        : http://download.iobroker.net/sources-dist.json
                                            beta          : http://download.iobroker.net/sources-dist-latest.json
                                            
                                            Active repo(s): beta
                                            
                                            Installed ioBroker-Instances
                                            Used repository: beta
                                            Adapter    "admin"        : 6.17.14  , installed 6.17.14
                                            Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                            Adapter    "backitup"     : 3.0.5    , installed 2.11.0 [Updatable]
                                            Adapter    "cloud"        : 5.0.1    , installed 4.4.1  [Updatable]
                                            Adapter    "discovery"    : 4.5.0    , installed 4.4.0  [Updatable]
                                            Adapter    "enocean"      : 0.9.3    , installed 0.9.3
                                            Adapter    "eusec"        : 1.2.1    , installed 1.2.1
                                            Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                            Adapter    "ham"          : 5.3.1    , installed 5.3.1
                                            Adapter    "history"      : 3.0.1    , installed 3.0.1
                                            Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                            Adapter    "iot"          : 3.3.0    , installed 3.2.2  [Updatable]
                                            Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                                            Adapter    "javascript"   : 8.6.0    , installed 7.8.0  [Updatable]
                                            Controller "js-controller": 6.0.5    , installed 6.0.5
                                            Adapter    "mihome"       : 1.4.0    , installed 1.4.0
                                            Adapter    "mihome-vacuum": 4.2.0    , installed 4.1.1  [Updatable]
                                            Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                                            Adapter    "nuki"         : 2.0.0    , installed 1.6.0  [Updatable]
                                            Adapter    "nuki-extended": 2.7.0    , installed 2.7.0
                                            Adapter    "opendtu"      : 1.0.1    , installed 1.0.1
                                            Adapter    "pushover"     : 3.0.6    , installed 3.0.6
                                            Adapter    "pvforecast"   : 2.9.1    , installed 2.9.1
                                            Adapter    "radar2"       : 2.2.0    , installed 2.1.0  [Updatable]
                                            Adapter    "ring"         : 5.0.10   , installed 5.0.10
                                            Adapter    "scenes"       : 3.0.4    , installed 2.4.2  [Updatable]
                                            Adapter    "shelly"       : 7.0.0    , installed 6.8.0  [Updatable]
                                            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                            Adapter    "socketio"     : 6.7.0    , installed 6.6.0  [Updatable]
                                            Adapter    "tado"         : 0.5.4    , installed 0.5.4
                                            Adapter    "tahoma"       : 0.10.4   , installed 0.10.4
                                            Adapter    "tankerkoenig" : 3.4.0    , installed 3.3.7  [Updatable]
                                            Adapter    "tr-064"       : 4.3.0    , installed 4.2.18 [Updatable]
                                            Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                            Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                            Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                                            Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                            Adapter    "vis-icontwo"  : 1.5.0    , installed 1.5.0
                                            Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.3  [Updatable]
                                            Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.0.12 [Updatable]
                                            Adapter    "vis-map"      : 1.1.0    , installed 1.0.5  [Updatable]
                                            Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                                            Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                            Adapter    "vis-weather"  : 2.5.9    , installed 2.5.9
                                            Adapter    "weatherunderground": 3.7.0, installed 3.6.0 [Updatable]
                                            Adapter    "web"          : 6.2.6    , installed 6.2.3  [Updatable]
                                            Adapter    "ws"           : 2.6.1    , installed 2.5.10 [Updatable]
                                            Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                                            Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                                            
                                            Objects and States
                                            Please stand by - This may take a while
                                            Objects: 	6795
                                            States: 	5643
                                            
                                            *** OS-Repositories and Updates ***
                                            Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                            Hit:2 http://archive.raspberrypi.org/debian buster InRelease
                                            Hit:3 https://repo.homebridge.io stable InRelease
                                            Hit:4 https://deb.nodesource.com/node_18.x nodistro 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 127.0.0.1:39793         0.0.0.0:*               LISTEN      1001       22982      1144/io.yahka.0     
                                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          17272      625/sshd            
                                            tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          16965      439/cupsd           
                                            tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       20193      940/io.mqtt.0       
                                            tcp        0      0 127.0.0.1:34751         0.0.0.0:*               LISTEN      1001       22978      1144/io.yahka.0     
                                            tcp        0      0 0.0.0.0:1888            0.0.0.0:*               LISTEN      1001       21698      960/io.shelly.0     
                                            tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       19732      613/iobroker.js-con 
                                            tcp        0      0 127.0.0.1:38473         0.0.0.0:*               LISTEN      1001       23309      1144/io.yahka.0     
                                            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       20777      613/iobroker.js-con 
                                            tcp        0      0 127.0.0.1:41775         0.0.0.0:*               LISTEN      1001       23166      1144/io.yahka.0     
                                            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       21089      710/io.admin.0      
                                            tcp6       0      0 :::8082                 :::*                    LISTEN      1001       22650      1064/io.web.0       
                                            tcp6       0      0 :::38389                :::*                    LISTEN      1001       24210      1144/io.yahka.0     
                                            tcp6       0      0 :::22                   :::*                    LISTEN      0          17274      625/sshd            
                                            tcp6       0      0 ::1:631                 :::*                    LISTEN      0          16964      439/cupsd           
                                            tcp6       0      0 :::1984                 :::*                    LISTEN      1001       29129      2768/go2rtc         
                                            tcp6       0      0 :::8581                 :::*                    LISTEN      116        19012      683/hb-service      
                                            tcp6       0      0 :::51399                :::*                    LISTEN      116        19063      717/homebridge      
                                            tcp6       0      0 :::8554                 :::*                    LISTEN      1001       29123      2768/go2rtc         
                                            tcp6       0      0 :::8555                 :::*                    LISTEN      1001       29126      2768/go2rtc         
                                            udp        0      0 0.0.0.0:43996           0.0.0.0:*                           1001       29045      1791/io.eusec.0     
                                            udp        0      0 0.0.0.0:67              0.0.0.0:*                           1001       21600      893/io.radar2.0     
                                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          17043      612/dhcpcd          
                                            udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          17531      472/cups-browsed    
                                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           116        19064      717/homebridge      
                                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           116        19009      683/hb-service      
                                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        15689      418/avahi-daemon: r 
                                            udp        0      0 0.0.0.0:60685           0.0.0.0:*                           108        15691      418/avahi-daemon: r 
                                            udp        0      0 0.0.0.0:35679           0.0.0.0:*                           1001       29040      1791/io.eusec.0     
                                            udp6       0      0 :::5353                 :::*                                108        15690      418/avahi-daemon: r 
                                            udp6       0      0 :::58643                :::*                                108        15692      418/avahi-daemon: r 
                                            udp6       0      0 :::8555                 :::*                                1001       29127      2768/go2rtc         
                                            
                                            *** Log File - Last 25 Lines ***
                                            
                                            2024-06-20 14:51:58.764  - info: host.raspberrypi instance system.adapter.vis-google-fonts.0 terminated while should be started once
                                            2024-06-20 14:52:00.990  - info: iot.0 (1244) Connection changed: connect "pascal_pbennoit_de"
                                            2024-06-20 14:52:01.369  - info: host.raspberrypi instance system.adapter.pvforecast.0 started with pid 2067
                                            2024-06-20 14:52:01.733  - info: tado.0 (1508) starting. Version 0.5.4 in /opt/iobroker/node_modules/iobroker.tado, node: v18.20.3, js-controller: 6.0.5
                                            2024-06-20 14:52:01.867  - info: tado.0 (1508) Started with JSON-Explorer version 0.1.15
                                            2024-06-20 14:52:04.148  - info: tado.0 (1508) Connected to Tado cloud, initialyzing... 
                                            2024-06-20 14:52:05.940  - info: host.raspberrypi instance system.adapter.enocean.0 started with pid 2313
                                            2024-06-20 14:52:07.712  - info: vis-inventwo.0 (1769) starting. Version 3.3.3 in /opt/iobroker/node_modules/iobroker.vis-inventwo, node: v18.20.3, js-controller: 6.0.5
                                            2024-06-20 14:52:08.078  - info: opendtu.0 (1794) starting. Version 1.0.1 in /opt/iobroker/node_modules/iobroker.opendtu, node: v18.20.3, js-controller: 6.0.5
                                            2024-06-20 14:52:08.596  - info: eusec.0 (1791) starting. Version 1.2.1 in /opt/iobroker/node_modules/iobroker.eusec, node: v18.20.3, js-controller: 6.0.5
                                            2024-06-20 14:52:09.044  - info: info.0 (1031) Reading network data every 3 seconds.
                                            2024-06-20 14:52:09.147  - info: opendtu.0 (1794) Connect to OpenDTU over websocket connection.
                                            2024-06-20 14:52:18.398  - info: eusec.0 (1791) Connected to station T8010P2322101A9A on host 192.168.0.24 and port 16267
                                            2024-06-20 14:52:19.340  - info: enocean.0 (2313) starting. Version 0.9.3 in /opt/iobroker/node_modules/iobroker.enocean, node: v18.20.3, js-controller: 6.0.5
                                            2024-06-20 14:52:19.429  - info: pvforecast.0 (2067) starting. Version 2.9.1 in /opt/iobroker/node_modules/iobroker.pvforecast, node: v18.20.3, js-controller: 6.0.5
                                            2024-06-20 14:52:19.417  - error: eusec.0 (1791) Station: T8010P2322101A9A command CMD_SDINFO_EX failed with error: undefined (-148)
                                            2024-06-20 14:52:20.116  - warn: enocean.0 (2313) An error occured at serial port: Error: Error Resource temporarily unavailable Cannot lock port
                                            2024-06-20 14:52:20.358  - info: eusec.0 (1791) go2rtc started: 14:52:19.735 INF go2rtc version 1.8.5 linux/arm
                                            14:52:19.738 INF [rtsp] listen addr=:8554
                                            14:52:19.739 INF [api] listen addr=:1984
                                            14:52:19.741 INF [webrtc] listen addr=:8555
                                            
                                            2024-06-20 14:52:25.111  - info: tado.0 (1508) Initialisation finished, connected to Tado cloud service refreshing every 30 seconds
                                            2024-06-20 14:52:28.793  - info: pvforecast.0 (2067) Starting internal update cron (every 15 Minutes) for timezone: Europe/Berlin
                                            2024-06-20 14:52:32.628  - info: eusec.0 (1791) Push notification connection successfully established
                                            
                                            

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

                                            iob diag has finished.

                                            Press any key for a summary

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            505
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            32
                                            2097
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo