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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. InfluxDB
  5. InfluxDB installieren wie

NEWS

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

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

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

InfluxDB installieren wie

Scheduled Pinned Locked Moved InfluxDB
48 Posts 3 Posters 4.8k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Laser

    @thomas-braun ja, ich bin ganz zurückgegangen und da lassen sich diese 5 Zeilen fehlerfrei ausführen.
    versuche jetzt weiter:

    Zum Installieren von InfluxDB genügen zwei Befehle im Terminal. 
    1. wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | 
    sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg > /dev/null export 
    DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release 
    sc) echo "deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg] 
    https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} 
    stable" | sudo tee /etc/apt/sources.list.d/influxdb.list > /dev/null
    

    aber:

    wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor |
    sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg > /dev/null export
    DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release
    sc) echo "deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg]
    https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME}
    stable" | sudo tee /etc/apt/sources.list.d/influxdb.list > /dev/null
    -bash: sc: command not found
    -bash: export: `deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg]
    https://repos.influxdata.com/debian
    stable': not a valid identifier
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #17

    @laser

    ???
    WAS tust du da?
    Den key hast du doch gerade mit meinen fünf Zeilen angelegt, jetzt ziehst du da wieder 'irgendwas' anderes rein.
    Kann ja nicht funktionieren, wenn du kreuz und quer irgendwas da reinklatschst.

    Noch mal meine fünf Zeilen. Und dann ist auch influx über den Paketmanager installierbar:

    sudo apt update
    apt policy influxdb2
    

    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

    L 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @laser

      ???
      WAS tust du da?
      Den key hast du doch gerade mit meinen fünf Zeilen angelegt, jetzt ziehst du da wieder 'irgendwas' anderes rein.
      Kann ja nicht funktionieren, wenn du kreuz und quer irgendwas da reinklatschst.

      Noch mal meine fünf Zeilen. Und dann ist auch influx über den Paketmanager installierbar:

      sudo apt update
      apt policy influxdb2
      
      L Offline
      L Offline
      Laser
      wrote on last edited by Laser
      #18

      @thomas-braun Habe ich gemacht (ne die 5 Zeilen).Ein Problem gibt es noch (Influxdb läßt sich auch nicht starten).

      $ apt policy influxdb2
      influxdb2:
        Installed: 2.7.11-1
        Candidate: 2.7.11-1
        Version table:
       *** 2.7.11-1 500
              500 https://repos.influxdata.com/debian stable/main arm64 Packages
              100 /var/lib/dpkg/status
           2.7.10-1 500
              500 https://repos.influxdata.com/debian stable/main arm64 Packages
           2.7.9-1 500
              500 https://repos.influxdata.com/debian stable/main arm64 Packages
           2.7.8-1 500
              500 https://repos.influxdata.com/debian stable/main arm64 Packages
           2.7.7-1 500
              500 https://repos.influxdata.com/debian stable/main arm64 Packages
           2.7.6-1 500
              500 https://repos.influxdata.com/debian stable/main arm64 Packages
           2.7.5-1 500
              500 https://repos.influxdata.com/debian stable/main arm64 Packages
           2.7.4-1 500
              500 https://repos.influxdata.com/debian stable/main arm64 Packages
           2.7.3-1 500
              500 https://repos.influxdata.com/debian stable/main arm64 Packages
           2.7.1-1 500
              500 https://repos.influxdata.com/debian stable/main arm64 Packages
           2.7.0-1 500
              500 https://repos.influxdata.com/debian stable/main arm64 Packages
           2.6.1-1 500
              500 https://repos.influxdata.com/debian stable/main arm64 Packages
           2.6.0-1 500
              500 https://repos.influxdata.com/debian stable/main arm64 Packages
           2.5.1-1 500
              500 https://repos.influxdata.com/debian stable/main arm64 Packages
           2.4.0-1 500
              500 https://repos.influxdata.com/debian stable/main arm64 Packages
           2.3.0-1 500
              500 https://repos.influxdata.com/debian stable/main arm64 Packages
           2.2.0 500
              500 https://repos.influxdata.com/debian stable/main arm64 Packages
      N: Ignoring file 'export' in directory '/etc/apt/sources.list.d/' as it has no filename extension
      
      
      Thomas BraunT 1 Reply Last reply
      0
      • L Laser

        @thomas-braun Habe ich gemacht (ne die 5 Zeilen).Ein Problem gibt es noch (Influxdb läßt sich auch nicht starten).

        $ apt policy influxdb2
        influxdb2:
          Installed: 2.7.11-1
          Candidate: 2.7.11-1
          Version table:
         *** 2.7.11-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                100 /var/lib/dpkg/status
             2.7.10-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
             2.7.9-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
             2.7.8-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
             2.7.7-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
             2.7.6-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
             2.7.5-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
             2.7.4-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
             2.7.3-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
             2.7.1-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
             2.7.0-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
             2.6.1-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
             2.6.0-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
             2.5.1-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
             2.4.0-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
             2.3.0-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
             2.2.0 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
        N: Ignoring file 'export' in directory '/etc/apt/sources.list.d/' as it has no filename extension
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #19

        @laser sagte in InfluxDB installieren wie:

        /etc/apt/sources.list.d/
        Da haste dir jetzt irgendwelchen Unfug in das Verzeichnis geballert.

        ls -lh /etc/apt/sources.list.d/
        

        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

        L 1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @laser sagte in InfluxDB installieren wie:

          /etc/apt/sources.list.d/
          Da haste dir jetzt irgendwelchen Unfug in das Verzeichnis geballert.

          ls -lh /etc/apt/sources.list.d/
          
          L Offline
          L Offline
          Laser
          wrote on last edited by Laser
          #20

          @thomas-braun sagte in InfluxDB installieren wie:

          ls -lh /etc/apt/sources.list.d/

           ls -lh /etc/apt/sources.list.d/
          total 20K
          -rw-r--r-- 1 root root 2.8K Jan  1 14:53 export
          -rw-r--r-- 1 root root   60 Nov 20  2023 grafana.list
          -rw-r--r-- 1 root root  114 Jan  1 15:18 influxdata.list
          -rw-r--r-- 1 root root  100 Oct 15 18:10 nodesource.list
          -rw-r--r-- 1 root root  191 Oct 10  2023 raspi.list
          
          

          in influxdata.list steht:

          deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
          
          
          Thomas BraunT 1 Reply Last reply
          0
          • L Laser

            @thomas-braun sagte in InfluxDB installieren wie:

            ls -lh /etc/apt/sources.list.d/

             ls -lh /etc/apt/sources.list.d/
            total 20K
            -rw-r--r-- 1 root root 2.8K Jan  1 14:53 export
            -rw-r--r-- 1 root root   60 Nov 20  2023 grafana.list
            -rw-r--r-- 1 root root  114 Jan  1 15:18 influxdata.list
            -rw-r--r-- 1 root root  100 Oct 15 18:10 nodesource.list
            -rw-r--r-- 1 root root  191 Oct 10  2023 raspi.list
            
            

            in influxdata.list steht:

            deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
            
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #21

            @laser sagte in InfluxDB installieren wie:

            /etc/apt/sources.list.d/

            sudo rm /etc/apt/sources.list.d/export
            

            Und gewöhn dir bitte an, die Ein- und Ausgaben aus der Konsole VOLLSTÄNDIG zu posten.
            Dann würde man nämlich eher sehen, mit welchem user du da in welchem Verzeichnis herumhampelst.

            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

            L 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @laser sagte in InfluxDB installieren wie:

              /etc/apt/sources.list.d/

              sudo rm /etc/apt/sources.list.d/export
              

              Und gewöhn dir bitte an, die Ein- und Ausgaben aus der Konsole VOLLSTÄNDIG zu posten.
              Dann würde man nämlich eher sehen, mit welchem user du da in welchem Verzeichnis herumhampelst.

              L Offline
              L Offline
              Laser
              wrote on last edited by Laser
              #22

              @thomas-braun OK, mache ich. habe aus Datenschutzgründen meinen streng geheimen Usernamen weg gelassen.

              otto@neuheizung:~ $  ls -lh /etc/apt/sources.list.d/
              total 20K
              -rw-r--r-- 1 root root 2.8K Jan  1 14:53 export
              -rw-r--r-- 1 root root   60 Nov 20  2023 grafana.list
              -rw-r--r-- 1 root root  114 Jan  1 15:18 influxdata.list
              -rw-r--r-- 1 root root  100 Oct 15 18:10 nodesource.list
              -rw-r--r-- 1 root root  191 Oct 10  2023 raspi.list
              
              

              Jetzt:

              
              otto@neuheizung:~ $ ls -lh /etc/apt/sources.list.d/
              total 16K
              -rw-r--r-- 1 root root  60 Nov 20  2023 grafana.list
              -rw-r--r-- 1 root root 114 Jan  1 15:18 influxdata.list
              -rw-r--r-- 1 root root 100 Oct 15 18:10 nodesource.list
              -rw-r--r-- 1 root root 191 Oct 10  2023 raspi.list
              
              
              Thomas BraunT 1 Reply Last reply
              0
              • L Laser

                @thomas-braun OK, mache ich. habe aus Datenschutzgründen meinen streng geheimen Usernamen weg gelassen.

                otto@neuheizung:~ $  ls -lh /etc/apt/sources.list.d/
                total 20K
                -rw-r--r-- 1 root root 2.8K Jan  1 14:53 export
                -rw-r--r-- 1 root root   60 Nov 20  2023 grafana.list
                -rw-r--r-- 1 root root  114 Jan  1 15:18 influxdata.list
                -rw-r--r-- 1 root root  100 Oct 15 18:10 nodesource.list
                -rw-r--r-- 1 root root  191 Oct 10  2023 raspi.list
                
                

                Jetzt:

                
                otto@neuheizung:~ $ ls -lh /etc/apt/sources.list.d/
                total 16K
                -rw-r--r-- 1 root root  60 Nov 20  2023 grafana.list
                -rw-r--r-- 1 root root 114 Jan  1 15:18 influxdata.list
                -rw-r--r-- 1 root root 100 Oct 15 18:10 nodesource.list
                -rw-r--r-- 1 root root 191 Oct 10  2023 raspi.list
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #23

                @laser

                Dann sollte das nun richtig funktionieren.

                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

                L 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @laser

                  Dann sollte das nun richtig funktionieren.

                  L Offline
                  L Offline
                  Laser
                  wrote on last edited by
                  #24

                  @thomas-braun eine Fehlermeldung kommt schon mal nicht mehr.

                  Thomas BraunT 1 Reply Last reply
                  0
                  • L Laser

                    @thomas-braun eine Fehlermeldung kommt schon mal nicht mehr.

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

                    @laser

                    sudo apt update
                    

                    läuft sauber durch?

                    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

                    L 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @laser

                      sudo apt update
                      

                      läuft sauber durch?

                      L Offline
                      L Offline
                      Laser
                      wrote on last edited by Laser
                      #26

                      @thomas-braun sudo apt update und apt policy influxdb2 läuft durch, die influxdb läßt sich aber noch nicht starten. Muß ich noch mehr installieren? in meiner alten Anleitung stand noch:

                       sudo apt-get install -y apt-transport-https
                       sudo apt-get install -y software-properties-common wget
                      
                       evtl. zwischendurch "reboot"
                      
                      sudo apt install influxdb-client
                      sudo service influxdb start
                      sudo service influxdb status
                      
                      sudo systemctl unmask influxdb.service
                      sudo systemctl start influxdb.service
                      sudo systemctl enable influxdb.service
                      
                      Thomas BraunT 1 Reply Last reply
                      0
                      • L Laser

                        @thomas-braun sudo apt update und apt policy influxdb2 läuft durch, die influxdb läßt sich aber noch nicht starten. Muß ich noch mehr installieren? in meiner alten Anleitung stand noch:

                         sudo apt-get install -y apt-transport-https
                         sudo apt-get install -y software-properties-common wget
                        
                         evtl. zwischendurch "reboot"
                        
                        sudo apt install influxdb-client
                        sudo service influxdb start
                        sudo service influxdb status
                        
                        sudo systemctl unmask influxdb.service
                        sudo systemctl start influxdb.service
                        sudo systemctl enable influxdb.service
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #27

                        @laser

                        Ist doch installiert:

                        influxdb2:
                          Installed: 2.7.11-1
                          Candidate: 2.7.11-1
                        
                        systemctl status influxdb*
                        

                        sagt?

                        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

                        L 1 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

                          @laser

                          Ist doch installiert:

                          influxdb2:
                            Installed: 2.7.11-1
                            Candidate: 2.7.11-1
                          
                          systemctl status influxdb*
                          

                          sagt?

                          L Offline
                          L Offline
                          Laser
                          wrote on last edited by Laser
                          #28

                          @thomas-braun sagte in InfluxDB installieren wie:

                          systemctl status influxdb*

                          otto@neuheizung:~ $ systemctl status influxdb*
                          × influxdb.service - InfluxDB is an open-source, distributed, time series database
                               Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; preset: enabled)
                               Active: failed (Result: exit-code) since Wed 2025-01-01 15:33:58 CET; 4min 27s ago
                                 Docs: https://docs.influxdata.com/influxdb/
                              Process: 12396 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=127)
                                  CPU: 8ms
                          
                          Jan 01 15:33:58 neuheizung systemd[1]: influxdb.service: Scheduled restart job, restart counter is at 5.
                          Jan 01 15:33:58 neuheizung systemd[1]: Stopped influxdb.service - InfluxDB is an open-source, distributed, time series databa>
                          Jan 01 15:33:58 neuheizung systemd[1]: influxdb.service: Start request repeated too quickly.
                          Jan 01 15:33:58 neuheizung systemd[1]: influxdb.service: Failed with result 'exit-code'.
                          Jan 01 15:33:58 neuheizung systemd[1]: Failed to start influxdb.service - InfluxDB is an open-source, distributed, time serie>
                          
                          
                          

                          werde noch ein reboot machen. Hat aber nicht geholfen.

                          
                          otto@neuheizung:~ $ systemctl status influxdb*
                          × influxdb.service - InfluxDB is an open-source, distributed, time series database
                               Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; preset: enabled)
                               Active: failed (Result: exit-code) since Wed 2025-01-01 15:42:56 CET; 5s ago
                                 Docs: https://docs.influxdata.com/influxdb/
                              Process: 799 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=127)
                                  CPU: 7ms
                          
                          Jan 01 15:42:56 neuheizung systemd[1]: influxdb.service: Scheduled restart job, restart counter is at 5.
                          Jan 01 15:42:56 neuheizung systemd[1]: Stopped influxdb.service - InfluxDB is an open-source, distributed, time series database.
                          Jan 01 15:42:56 neuheizung systemd[1]: influxdb.service: Start request repeated too quickly.
                          Jan 01 15:42:56 neuheizung systemd[1]: influxdb.service: Failed with result 'exit-code'.
                          Jan 01 15:42:56 neuheizung systemd[1]: Failed to start influxdb.service - InfluxDB is an open-source, distributed, time series database.
                          otto@neuheizung:~ $ sudo service influxdb start
                          Job for influxdb.service failed because the control process exited with error code.
                          See "systemctl status influxdb.service" and "journalctl -xeu influxdb.service" for details.
                          
                          

                          da fehlt noch was...

                          otto@neuheizung:~ $ journalctl -xeu influxdb.service
                          ░░ Subject: A stop job for unit influxdb.service has finished
                          ░░ Defined-By: systemd
                          ░░ Support: https://www.debian.org/support
                          ░░
                          ░░ A stop job for unit influxdb.service has finished.
                          ░░
                          ░░ The job identifier is 1512 and the job result is done.
                          Jan 01 15:51:25 neuheizung systemd[1]: influxdb.service: Start request repeated too quickly.
                          Jan 01 15:51:25 neuheizung systemd[1]: influxdb.service: Failed with result 'exit-code'.
                          ░░ Subject: Unit failed
                          ░░ Defined-By: systemd
                          ░░ Support: https://www.debian.org/support
                          ░░
                          ░░ The unit influxdb.service has entered the 'failed' state with result 'exit-code'.
                          Jan 01 15:51:25 neuheizung systemd[1]: Failed to start influxdb.service - InfluxDB is an open-source, distributed, time series database.
                          ░░ Subject: A start job for unit influxdb.service has failed
                          ░░ Defined-By: systemd
                          ░░ Support: https://www.debian.org/support
                          ░░
                          ░░ A start job for unit influxdb.service has finished with a failure.
                          ░░
                          ░░ The job identifier is 1512 and the job result is failed.
                          
                          
                          Thomas BraunT 1 Reply Last reply
                          0
                          • L Laser

                            @thomas-braun sagte in InfluxDB installieren wie:

                            systemctl status influxdb*

                            otto@neuheizung:~ $ systemctl status influxdb*
                            × influxdb.service - InfluxDB is an open-source, distributed, time series database
                                 Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; preset: enabled)
                                 Active: failed (Result: exit-code) since Wed 2025-01-01 15:33:58 CET; 4min 27s ago
                                   Docs: https://docs.influxdata.com/influxdb/
                                Process: 12396 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=127)
                                    CPU: 8ms
                            
                            Jan 01 15:33:58 neuheizung systemd[1]: influxdb.service: Scheduled restart job, restart counter is at 5.
                            Jan 01 15:33:58 neuheizung systemd[1]: Stopped influxdb.service - InfluxDB is an open-source, distributed, time series databa>
                            Jan 01 15:33:58 neuheizung systemd[1]: influxdb.service: Start request repeated too quickly.
                            Jan 01 15:33:58 neuheizung systemd[1]: influxdb.service: Failed with result 'exit-code'.
                            Jan 01 15:33:58 neuheizung systemd[1]: Failed to start influxdb.service - InfluxDB is an open-source, distributed, time serie>
                            
                            
                            

                            werde noch ein reboot machen. Hat aber nicht geholfen.

                            
                            otto@neuheizung:~ $ systemctl status influxdb*
                            × influxdb.service - InfluxDB is an open-source, distributed, time series database
                                 Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; preset: enabled)
                                 Active: failed (Result: exit-code) since Wed 2025-01-01 15:42:56 CET; 5s ago
                                   Docs: https://docs.influxdata.com/influxdb/
                                Process: 799 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=127)
                                    CPU: 7ms
                            
                            Jan 01 15:42:56 neuheizung systemd[1]: influxdb.service: Scheduled restart job, restart counter is at 5.
                            Jan 01 15:42:56 neuheizung systemd[1]: Stopped influxdb.service - InfluxDB is an open-source, distributed, time series database.
                            Jan 01 15:42:56 neuheizung systemd[1]: influxdb.service: Start request repeated too quickly.
                            Jan 01 15:42:56 neuheizung systemd[1]: influxdb.service: Failed with result 'exit-code'.
                            Jan 01 15:42:56 neuheizung systemd[1]: Failed to start influxdb.service - InfluxDB is an open-source, distributed, time series database.
                            otto@neuheizung:~ $ sudo service influxdb start
                            Job for influxdb.service failed because the control process exited with error code.
                            See "systemctl status influxdb.service" and "journalctl -xeu influxdb.service" for details.
                            
                            

                            da fehlt noch was...

                            otto@neuheizung:~ $ journalctl -xeu influxdb.service
                            ░░ Subject: A stop job for unit influxdb.service has finished
                            ░░ Defined-By: systemd
                            ░░ Support: https://www.debian.org/support
                            ░░
                            ░░ A stop job for unit influxdb.service has finished.
                            ░░
                            ░░ The job identifier is 1512 and the job result is done.
                            Jan 01 15:51:25 neuheizung systemd[1]: influxdb.service: Start request repeated too quickly.
                            Jan 01 15:51:25 neuheizung systemd[1]: influxdb.service: Failed with result 'exit-code'.
                            ░░ Subject: Unit failed
                            ░░ Defined-By: systemd
                            ░░ Support: https://www.debian.org/support
                            ░░
                            ░░ The unit influxdb.service has entered the 'failed' state with result 'exit-code'.
                            Jan 01 15:51:25 neuheizung systemd[1]: Failed to start influxdb.service - InfluxDB is an open-source, distributed, time series database.
                            ░░ Subject: A start job for unit influxdb.service has failed
                            ░░ Defined-By: systemd
                            ░░ Support: https://www.debian.org/support
                            ░░
                            ░░ A start job for unit influxdb.service has finished with a failure.
                            ░░
                            ░░ The job identifier is 1512 and the job result is failed.
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            wrote on last edited by
                            #29

                            @laser

                            Lt. offizieller Anleitung war es das:

                            If InfluxDB was installed as a systemd service, systemd manages the influxd daemon and no further action is required.

                            Was du da nun unterdessen noch nebenher anders gemacht hast weißt nur du.

                            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

                            L 1 Reply Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @laser

                              Lt. offizieller Anleitung war es das:

                              If InfluxDB was installed as a systemd service, systemd manages the influxd daemon and no further action is required.

                              Was du da nun unterdessen noch nebenher anders gemacht hast weißt nur du.

                              L Offline
                              L Offline
                              Laser
                              wrote on last edited by Laser
                              #30

                              @thomas-braun Ich habe versucht, influxdb zu deinstallieren und wieder neu zu installieren. Die Daten waren mir erst mal egal. Von der letzten Installation vor 1 Jahr weiß ich noch schwach, daß z.B. ein influx-CLI gebraucht wird. Ist das nicht so? Wie das geht, habe ich mir nicht aufgeschrieben.

                              Thomas BraunT 1 Reply Last reply
                              0
                              • L Laser

                                @thomas-braun Ich habe versucht, influxdb zu deinstallieren und wieder neu zu installieren. Die Daten waren mir erst mal egal. Von der letzten Installation vor 1 Jahr weiß ich noch schwach, daß z.B. ein influx-CLI gebraucht wird. Ist das nicht so? Wie das geht, habe ich mir nicht aufgeschrieben.

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

                                @laser

                                Das dürfte entweder influxdb2-cli oder influxdb2-client sein.

                                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

                                L 1 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @laser

                                  Das dürfte entweder influxdb2-cli oder influxdb2-client sein.

                                  L Offline
                                  L Offline
                                  Laser
                                  wrote on last edited by
                                  #32

                                  @thomas-braun ein Influx CLI habe ich installiert. Ein Befehl scheint auch zu funktionieren:

                                  
                                  otto@neuheizung:~ $ influx config
                                  Active  Name    URL                     Org
                                  *       default http://localhost:8086
                                  
                                  

                                  allerdings kann ich influxdb immer noch nicht starten.

                                  Thomas BraunT 1 Reply Last reply
                                  0
                                  • L Laser

                                    @thomas-braun ein Influx CLI habe ich installiert. Ein Befehl scheint auch zu funktionieren:

                                    
                                    otto@neuheizung:~ $ influx config
                                    Active  Name    URL                     Org
                                    *       default http://localhost:8086
                                    
                                    

                                    allerdings kann ich influxdb immer noch nicht starten.

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

                                    @laser

                                    Was läuft da sonst noch so?

                                    Steht in der Langversion von

                                    iob diag
                                    

                                    drin. Und lösch da nichts raus oder veränder in irgendeiner Form die Ausgabe!

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    1 Reply Last reply
                                    0
                                    • L Offline
                                      L Offline
                                      Laser
                                      wrote on last edited by Laser
                                      #34

                                      @thomas-braun

                                      ========== Start marking the full check here ===========
                                      
                                      ```bash
                                      Script v.2024-10-19
                                      
                                      *** BASE SYSTEM ***
                                       Static hostname: neuheizung
                                             Icon name: computer
                                      Operating System: Debian GNU/Linux 12 (bookworm)
                                                Kernel: Linux 6.6.62+rpt-rpi-v8
                                          Architecture: arm64
                                      OS is similar to:
                                      
                                      Model           : Raspberry Pi 4 Model B Rev 1.5
                                      Docker          : false
                                      Virtualization  : none
                                      Kernel          : aarch64
                                      Userland        : 64 bit
                                      
                                      Systemuptime and Load:
                                       17:24:25 up  1:41,  2 users,  load average: 0.80, 0.78, 0.84
                                      CPU threads: 4
                                      
                                      
                                      *** LIFE CYCLE STATUS ***
                                      Operating System is the current Debian stable version codenamed 'bookworm'!
                                      
                                      *** RASPBERRY THROTTLING ***
                                      Current issues:
                                      No throttling issues detected.
                                      
                                      Previously detected issues:
                                      No throttling issues detected.
                                      
                                      *** TIME AND TIMEZONES ***
                                                     Local time: Wed 2025-01-01 17:24:25 CET
                                                 Universal time: Wed 2025-01-01 16:24:25 UTC
                                                       RTC time: n/a
                                                      Time zone: Europe/Berlin (CET, +0100)
                                      System clock synchronized: yes
                                                    NTP service: active
                                                RTC in local TZ: no
                                      
                                      *** Users and Groups ***
                                      User that called 'iob diag':
                                      otto
                                      HOME=/home/otto
                                      GROUPS=otto adm dialout cdrom sudo audio video plugdev games users input render netdev 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
                                      
                                      *** MEMORY ***
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            8.2G        2.2G        4.9G        1.3M        1.2G        6.0G
                                      Swap:           209M          0B        209M
                                      Total:          8.4G        2.2G        5.1G
                                      
                                      Active iob-Instances:   32
                                      
                                               7808 M total memory
                                               2118 M used memory
                                               2338 M active memory
                                                687 M inactive memory
                                               4638 M free memory
                                                 69 M buffer memory
                                               1105 M swap cache
                                                199 M total swap
                                                  0 M used swap
                                                199 M free swap
                                      
                                      *** top - Table Of Processes  ***
                                      top - 17:24:26 up  1:41,  2 users,  load average: 0.80, 0.78, 0.84
                                      Tasks: 206 total,   1 running, 205 sleeping,   0 stopped,   0 zombie
                                      %Cpu(s):  0.0 us, 20.0 sy,  0.0 ni, 80.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                      MiB Mem :   7808.9 total,   4637.0 free,   2119.7 used,   1175.3 buff/cache
                                      MiB Swap:    200.0 total,    200.0 free,      0.0 used.   5689.2 avail Mem
                                      
                                      *** FAILED SERVICES ***
                                      
                                        UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                                      * influxdb.service loaded failed failed InfluxDB is an open-source, distributed, time series database
                                      
                                      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.
                                      
                                      
                                      *** DMESG CRITICAL ERRORS ***
                                      No critical errors detected
                                      
                                      *** FILESYSTEM ***
                                      Filesystem     Type      Size  Used Avail Use% Mounted on
                                      udev           devtmpfs  3.6G     0  3.6G   0% /dev
                                      tmpfs          tmpfs     781M  1.2M  780M   1% /run
                                      /dev/sda2      ext4      110G   16G   89G  15% /
                                      tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                                      tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                                      /dev/sda1      vfat      510M   65M  446M  13% /boot/firmware
                                      tmpfs          tmpfs     781M     0  781M   0% /run/user/1000
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      [Wed Jan  1 15:42:54 2025] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory numa_policy=interleave snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=D8:3A:DD:0D:3B:C5 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyS0,115200 console=tty1 root=PARTUUID=522926e5-02 rootfstype=ext4 fsck.repair=yes rootwait
                                      [Wed Jan  1 15:42:58 2025] EXT4-fs (sda2): mounted filesystem 6835594d-a5f3-459f-a244-318060e7e0ab ro with ordered data mode. Quota mode: none.
                                      [Wed Jan  1 15:43:00 2025] EXT4-fs (sda2): re-mounted 6835594d-a5f3-459f-a244-318060e7e0ab r/w. Quota mode: none.
                                      
                                      Show mounted filesystems:
                                      TARGET           SOURCE    FSTYPE OPTIONS
                                      /                /dev/sda2 ext4   rw,noatime
                                      `-/boot/firmware /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      3.5G    /var/
                                      2.6G    /var/log/journal/dd88a5e009d84a8992e10dbb99d7e583
                                      2.6G    /var/log/journal
                                      2.6G    /var/log
                                      473M    /var/cache
                                      
                                      Archived and active journals take up 2.5G in the file system.
                                      
                                      /opt/iobroker/backups:
                                      8.0K    /opt/iobroker/backups/
                                      4.0K    /opt/iobroker/backups/influxDB_2023_11_20-10_53_21_backupiobroker
                                      
                                      /opt/iobroker/iobroker-data:
                                      5.9G    /opt/iobroker/iobroker-data/
                                      4.7G    /opt/iobroker/iobroker-data/history
                                      1.1G    /opt/iobroker/iobroker-data/files
                                      617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                      560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                      
                                      The five largest files in iobroker-data are:
                                      30M     /opt/iobroker/iobroker-data/objects.jsonl
                                      26M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                                      26M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.js.map
                                      24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.f305bc29.js.map
                                      24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.8e80ccb0.js.map
                                      
                                      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-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001CCDE649-if00
                                      /dev/serial/by-id/usb-VictronEnergy_BV_VE_Direct_cable_VE82E1IJ-if00-port0
                                      /dev/serial/by-id/usb-1a86_USB2.0-Ser_-if00-port0
                                      
                                      HINT:
                                      Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                      /dev/ttyACM0
                                      
                                      *** NodeJS-Installation ***
                                      
                                      /usr/bin/nodejs         v20.18.1
                                      /usr/bin/node           v20.18.1
                                      /usr/bin/npm            10.8.2
                                      /usr/bin/npx            10.8.2
                                      /usr/bin/corepack       0.29.4
                                      
                                      nodejs:
                                        Installed: 20.18.1-1nodesource1
                                        Candidate: 20.18.1-1nodesource1
                                        Version table:
                                       *** 20.18.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                              100 /var/lib/dpkg/status
                                           20.18.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.17.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.16.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.15.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.15.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.14.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.13.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.13.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.12.2-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.12.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.12.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.11.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.11.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.10.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.9.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.8.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.8.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.7.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.6.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.6.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.5.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.5.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.4.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.3.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.3.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.2.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.1.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           20.0.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                           18.19.0+dfsg-6~deb12u2 500
                                              500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                           18.19.0+dfsg-6~deb12u1 500
                                              500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                      
                                      Temp directories causing deletion problem: 0
                                      No problems detected
                                      
                                      Errors in npm tree: 0
                                      No problems detected
                                      
                                      *** ioBroker-Installation ***
                                      
                                      ioBroker Status
                                      iobroker is running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Hosts:
                                      debian11            debian11 (version: 4.0.24, hostname: debian11      , dead, uptime: 198)
                                      neuheizung          neuheizung (version: 7.0.6, hostname: neuheizung    , alive, uptime: 6072)
                                      
                                      Core adapters versions
                                      js-controller:  7.0.6
                                      admin:          7.1.5
                                      javascript:     8.8.3
                                      
                                      nodejs modules from github:     1
                                      +-- iobroker.vedirect@0.3.3 (git+ssh://git@github.com/DrozmotiX/ioBroker.vedirect.git#0a83b8b987ee94d0c49f2ee7299bbb8d5d329dde)
                                      
                                      Adapter State
                                      + system.adapter.admin.1                  : admin                 : neuheizung                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        system.adapter.alias-manager.0          : alias-manager         : neuheizung                               - disabled
                                      + system.adapter.backitup.0               : backitup              : neuheizung                               -  enabled
                                      + system.adapter.discovery.0              : discovery             : neuheizung                               -  enabled
                                      + system.adapter.echarts.0                : echarts               : neuheizung                               -  enabled
                                      + system.adapter.email.0                  : email                 : neuheizung                               -  enabled
                                      + system.adapter.energiefluss.0           : energiefluss          : neuheizung                               -  enabled
                                        system.adapter.flot.0                   : flot                  : neuheizung                               - disabled
                                      + system.adapter.history.0                : history               : neuheizung                               -  enabled
                                      + system.adapter.hm-rega.0                : hm-rega               : neuheizung                               -  enabled
                                      + system.adapter.hm-rpc.0                 : hm-rpc                : neuheizung                               -  enabled, port: 0
                                      + system.adapter.hm-rpc.1                 : hm-rpc                : neuheizung                               -  enabled, port: 0
                                        system.adapter.i2c.0                    : i2c                   : neuheizung                               - disabled
                                      + system.adapter.influxdb.0               : influxdb              : neuheizung                               -  enabled, port: 8086
                                      + system.adapter.javascript.0             : javascript            : neuheizung                               -  enabled
                                      + system.adapter.logparser.0              : logparser             : neuheizung                               -  enabled
                                      + system.adapter.modbus.0                 : modbus                : neuheizung                               -  enabled
                                      + system.adapter.mqtt.0                   : mqtt                  : neuheizung                               -  enabled, port: 1883, bind: 0.0.0.0
                                      + system.adapter.mqtt.1                   : mqtt                  : neuheizung                               -  enabled, port: 1886, bind: 0.0.0.0
                                      + system.adapter.mqtt.2                   : mqtt                  : neuheizung                               -  enabled, port: 1888, bind: 0.0.0.0
                                      + system.adapter.mqtt.3                   : mqtt                  : neuheizung                               -  enabled, port: 1890, bind: 0.0.0.0
                                      + system.adapter.opendtu.0                : opendtu               : neuheizung                               -  enabled
                                      + system.adapter.opendtu.1                : opendtu               : neuheizung                               -  enabled
                                      + system.adapter.opendtu.2                : opendtu               : neuheizung                               -  enabled
                                      + system.adapter.owfs.0                   : owfs                  : neuheizung                               -  enabled, port: 4304
                                      + system.adapter.rpi2.0                   : rpi2                  : neuheizung                               -  enabled
                                      + system.adapter.shelly.0                 : shelly                : neuheizung                               -  enabled, port: 1882, bind: 0.0.0.0
                                      + system.adapter.shelly.1                 : shelly                : neuheizung                               -  enabled, port: 1884, bind: 0.0.0.0
                                      + system.adapter.shuttercontrol.0         : shuttercontrol        : neuheizung                               -  enabled
                                      + system.adapter.simple-api.0             : simple-api            : neuheizung                               -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                        system.adapter.sourceanalytix.0         : sourceanalytix        : neuheizung                               - disabled
                                      + system.adapter.vedirect.0               : vedirect              : neuheizung                               -  enabled
                                      + system.adapter.vis-2.0                  : vis-2                 : neuheizung                               -  enabled
                                        system.adapter.vis-colorpicker.0        : vis-colorpicker       : neuheizung                               -  enabled
                                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : neuheizung                               - disabled
                                        system.adapter.vis-material.0           : vis-material          : neuheizung                               - disabled
                                        system.adapter.vis-metro.0              : vis-metro             : neuheizung                               - disabled
                                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : neuheizung                               - disabled
                                        system.adapter.vis.0                    : vis                   : neuheizung                               -  enabled
                                      + system.adapter.web.0                    : web                   : neuheizung                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      + system.adapter.zigbee.0                 : zigbee                : neuheizung                               -  enabled, port: /dev/ttyACM0
                                      
                                      + instance is alive
                                      
                                      Enabled adapters with bindings
                                      + system.adapter.admin.1                  : admin                 : neuheizung                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      + system.adapter.hm-rpc.0                 : hm-rpc                : neuheizung                               -  enabled, port: 0
                                      + system.adapter.hm-rpc.1                 : hm-rpc                : neuheizung                               -  enabled, port: 0
                                      + system.adapter.influxdb.0               : influxdb              : neuheizung                               -  enabled, port: 8086
                                      + system.adapter.mqtt.0                   : mqtt                  : neuheizung                               -  enabled, port: 1883, bind: 0.0.0.0
                                      + system.adapter.mqtt.1                   : mqtt                  : neuheizung                               -  enabled, port: 1886, bind: 0.0.0.0
                                      + system.adapter.mqtt.2                   : mqtt                  : neuheizung                               -  enabled, port: 1888, bind: 0.0.0.0
                                      + system.adapter.mqtt.3                   : mqtt                  : neuheizung                               -  enabled, port: 1890, bind: 0.0.0.0
                                      + system.adapter.owfs.0                   : owfs                  : neuheizung                               -  enabled, port: 4304
                                      + system.adapter.shelly.0                 : shelly                : neuheizung                               -  enabled, port: 1882, bind: 0.0.0.0
                                      + system.adapter.shelly.1                 : shelly                : neuheizung                               -  enabled, port: 1884, bind: 0.0.0.0
                                      + system.adapter.simple-api.0             : simple-api            : neuheizung                               -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                      + system.adapter.web.0                    : web                   : neuheizung                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      + system.adapter.zigbee.0                 : zigbee                : neuheizung                               -  enabled, port: /dev/ttyACM0
                                      
                                      ioBroker-Repositories
                                      ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                      │ (index) │ name     │ url                                                     │ auto upgrade │
                                      ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                      │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                      │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                      └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                      
                                      Active repo(s): stable
                                      Upgrade policy: none
                                      
                                      Installed ioBroker-Instances
                                      Used repository: stable
                                      Adapter    "admin"        : 7.1.5    , installed 7.1.5
                                      Adapter    "alias-manager": 2.0.0    , installed 2.0.0
                                      Adapter    "backitup"     : 3.0.25   , installed 3.0.25
                                      Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                      Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                                      Adapter    "email"        : 1.3.1    , installed 1.3.1
                                      Adapter    "energiefluss" : 3.6.2    , installed 3.6.2
                                      Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                      Adapter    "history"      : 3.0.1    , installed 3.0.1
                                      Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                                      Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
                                      Adapter    "i2c"          : 1.2.1    , installed 1.2.1
                                      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                      Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                      Controller "js-controller": 7.0.6    , installed 7.0.6
                                      Adapter    "logparser"    : 2.2.2    , installed 2.2.2
                                      Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                                      Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                                      Adapter    "opendtu"      : 3.1.0    , installed 3.1.0
                                      Adapter    "owfs"         : 0.7.0    , installed 0.7.0
                                      Adapter    "rpi2"         : 2.2.1    , installed 2.2.2
                                      Adapter    "shelly"       : 8.2.1    , installed 8.3.0
                                      Adapter    "shuttercontrol": 1.8.5   , installed 1.8.5
                                      Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                      Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                      Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                      Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
                                      Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                                      Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                      Adapter    "vis-material" : 0.1.3    , installed 0.1.3
                                      Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                      Adapter    "web"          : 6.2.5    , installed 6.3.1
                                      Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                      Adapter    "zigbee"       : 1.10.13  , installed 1.10.13
                                      
                                      Objects and States
                                      Please stand by - This may take a while
                                      Objects:        4489
                                      States:         3667
                                      
                                      *** OS-Repositories and Updates ***
                                      W: https://packages.grafana.com/enterprise/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                                      Hit:1 http://deb.debian.org/debian bookworm InRelease
                                      Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                      Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                      Hit:4 https://packages.grafana.com/enterprise/deb stable InRelease
                                      Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
                                      Hit:6 http://archive.raspberrypi.com/debian bookworm InRelease
                                      Reading package lists...
                                      W: https://packages.grafana.com/enterprise/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                                      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.54:2001       0.0.0.0:*               LISTEN      1001       8299       1072/io.hm-rpc.1
                                      tcp        0      0 192.168.2.54:2010       0.0.0.0:*               LISTEN      1001       6882       1057/io.hm-rpc.0
                                      tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       923        787/iobroker.js-con
                                      tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       918        787/iobroker.js-con
                                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          4572       722/sshd: /usr/sbin
                                      tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       7529       1213/io.shelly.0
                                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       7570       1250/io.mqtt.0
                                      tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       8574       1270/io.mqtt.1
                                      tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       7627       1300/io.shelly.1
                                      tcp        0      0 0.0.0.0:1890            0.0.0.0:*               LISTEN      1001       7677       1315/io.mqtt.3
                                      tcp        0      0 0.0.0.0:1888            0.0.0.0:*               LISTEN      1001       9226       1289/io.mqtt.2
                                      tcp6       0      0 :::3000                 :::*                    LISTEN      106        6135       786/grafana
                                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       9500       1424/io.web.0
                                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       6745       876/io.admin.1
                                      tcp6       0      0 :::8087                 :::*                    LISTEN      1001       8696       1394/io.simple-api.
                                      tcp6       0      0 :::22                   :::*                    LISTEN      0          4574       722/sshd: /usr/sbin
                                      udp        0      0 0.0.0.0:56980           0.0.0.0:*                           104        625        588/avahi-daemon: r
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        623        588/avahi-daemon: r
                                      udp6       0      0 fe80::75d1:70aa:4ea:546 :::*                                0          6578       665/NetworkManager
                                      udp6       0      0 :::42177                :::*                                104        626        588/avahi-daemon: r
                                      udp6       0      0 :::5353                 :::*                                104        624        588/avahi-daemon: r
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2025-01-01 17:23:21.360  - error: modbus.0 (8223) Request timed out.
                                      2025-01-01 17:23:21.361  - warn: modbus.0 (8223) [DevID_1] Poll error count: 6 code: {"err":"timeout","timeout":5000}
                                      2025-01-01 17:23:25.886  - warn: shelly.0 (1213) [Mqtt.statusNotifications] 192.168.2.13 (shelly1pmminig3 / shelly1pmminig3-543204508220 / shelly1pmminig3#543204508220#1): "General Status Notifications" are disabled (see adapter documentation for details)
                                      2025-01-01 17:23:27.016  - error: influxdb.0 (7260) AggregateError
                                      2025-01-01 17:23:37.021  - error: influxdb.0 (7260) AggregateError
                                      2025-01-01 17:23:41.186  - warn: shelly.0 (1213) [Mqtt.statusNotifications] 192.168.2.13 (shelly1pmminig3 / shelly1pmminig3-543204508220 / shelly1pmminig3#543204508220#1): "General Status Notifications" are disabled (see adapter documentation for details)
                                      2025-01-01 17:23:47.026  - error: influxdb.0 (7260) AggregateError
                                      2025-01-01 17:23:56.423  - warn: shelly.0 (1213) [Mqtt.statusNotifications] 192.168.2.13 (shelly1pmminig3 / shelly1pmminig3-543204508220 / shelly1pmminig3#543204508220#1): "General Status Notifications" are disabled (see adapter documentation for details)
                                      2025-01-01 17:23:57.030  - error: influxdb.0 (7260) AggregateError
                                      2025-01-01 17:24:07.033  - error: influxdb.0 (7260) AggregateError
                                      2025-01-01 17:24:11.720  - warn: shelly.0 (1213) [Mqtt.statusNotifications] 192.168.2.13 (shelly1pmminig3 / shelly1pmminig3-543204508220 / shelly1pmminig3#543204508220#1): "General Status Notifications" are disabled (see adapter documentation for details)
                                      2025-01-01 17:24:17.039  - error: influxdb.0 (7260) AggregateError
                                      2025-01-01 17:24:27.045  - error: influxdb.0 (7260) AggregateError
                                      2025-01-01 17:24:27.046  - warn: shelly.0 (1213) [Mqtt.statusNotifications] 192.168.2.13 (shelly1pmminig3 / shelly1pmminig3-543204508220 / shelly1pmminig3#543204508220#1): "General Status Notifications" are disabled (see adapter documentation for details)
                                      2025-01-01 17:24:27.370  - warn: modbus.0 (8223) Error: undefined
                                      2025-01-01 17:24:27.371  - error: modbus.0 (8223) Request timed out.
                                      2025-01-01 17:24:27.372  - warn: modbus.0 (8223) [DevID_1] Poll error count: 7 code: {"err":"timeout","timeout":5000}
                                      2025-01-01 17:24:37.050  - error: influxdb.0 (7260) AggregateError
                                      2025-01-01 17:24:42.327  - warn: shelly.0 (1213) [Mqtt.statusNotifications] 192.168.2.13 (shelly1pmminig3 / shelly1pmminig3-543204508220 / shelly1pmminig3#543204508220#1): "General Status Notifications" are disabled (see adapter documentation for details)
                                      2025-01-01 17:24:47.055  - error: influxdb.0 (7260) AggregateError
                                      2025-01-01 17:24:57.065  - error: influxdb.0 (7260) AggregateError
                                      2025-01-01 17:25:01.026  - warn: shelly.0 (1213) [Mqtt.statusNotifications] 192.168.2.13 (shelly1pmminig3 / shelly1pmminig3-543204508220 / shelly1pmminig3#543204508220#1): "General Status Notifications" are disabled (see adapter documentation for details)
                                      2025-01-01 17:25:07.075  - error: influxdb.0 (7260) AggregateError
                                      2025-01-01 17:25:17.081  - error: influxdb.0 (7260) AggregateError
                                      2025-01-01 17:25:17.910  - warn: shelly.0 (1213) [Mqtt.statusNotifications] 192.168.2.13 (shelly1pmminig3 / shelly1pmminig3-543204508220 / shelly1pmminig3#543204508220#1): "General Status Notifications" are disabled (see adapter documentation for details)
                                      
                                      

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

                                      iob diag has finished.

                                      PS: ich habe influxdb mit "autoremove" gelöscht und die 5 Befehlszeilen nochmal ausgeführt. Jetzt:
                                      

                                      otto@neuheizung:~ $ apt policy influxdb2
                                      influxdb2:
                                      Installed: (none)
                                      Candidate: (none)
                                      Version table:
                                      2.7.11-1 -1
                                      100 /var/lib/dpkg/status

                                      
                                      
                                      otto@neuheizung:~ $ sudo apt-get update && sudo apt-get install influxdb2
                                      Hit:1 http://deb.debian.org/debian bookworm InRelease
                                      Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                      Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                                      Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                                      Hit:5 https://packages.grafana.com/enterprise/deb stable InRelease
                                      Hit:6 https://deb.nodesource.com/node_20.x nodistro InRelease
                                      Reading package lists... Done
                                      W: https://packages.grafana.com/enterprise/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                                      Reading package lists... Done
                                      Building dependency tree... Done
                                      Reading state information... Done
                                      Package influxdb2 is not available, but is referred to by another package.
                                      This may mean that the package is missing, has been obsoleted, or
                                      is only available from another source
                                      
                                      E: Package 'influxdb2' has no installation candidate
                                      otto@neuheizung:~ $
                                      
                                      
                                      Thomas BraunT 1 Reply Last reply
                                      0
                                      • L Laser

                                        @thomas-braun

                                        ========== Start marking the full check here ===========
                                        
                                        ```bash
                                        Script v.2024-10-19
                                        
                                        *** BASE SYSTEM ***
                                         Static hostname: neuheizung
                                               Icon name: computer
                                        Operating System: Debian GNU/Linux 12 (bookworm)
                                                  Kernel: Linux 6.6.62+rpt-rpi-v8
                                            Architecture: arm64
                                        OS is similar to:
                                        
                                        Model           : Raspberry Pi 4 Model B Rev 1.5
                                        Docker          : false
                                        Virtualization  : none
                                        Kernel          : aarch64
                                        Userland        : 64 bit
                                        
                                        Systemuptime and Load:
                                         17:24:25 up  1:41,  2 users,  load average: 0.80, 0.78, 0.84
                                        CPU threads: 4
                                        
                                        
                                        *** LIFE CYCLE STATUS ***
                                        Operating System is the current Debian stable version codenamed 'bookworm'!
                                        
                                        *** RASPBERRY THROTTLING ***
                                        Current issues:
                                        No throttling issues detected.
                                        
                                        Previously detected issues:
                                        No throttling issues detected.
                                        
                                        *** TIME AND TIMEZONES ***
                                                       Local time: Wed 2025-01-01 17:24:25 CET
                                                   Universal time: Wed 2025-01-01 16:24:25 UTC
                                                         RTC time: n/a
                                                        Time zone: Europe/Berlin (CET, +0100)
                                        System clock synchronized: yes
                                                      NTP service: active
                                                  RTC in local TZ: no
                                        
                                        *** Users and Groups ***
                                        User that called 'iob diag':
                                        otto
                                        HOME=/home/otto
                                        GROUPS=otto adm dialout cdrom sudo audio video plugdev games users input render netdev 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
                                        
                                        *** MEMORY ***
                                                       total        used        free      shared  buff/cache   available
                                        Mem:            8.2G        2.2G        4.9G        1.3M        1.2G        6.0G
                                        Swap:           209M          0B        209M
                                        Total:          8.4G        2.2G        5.1G
                                        
                                        Active iob-Instances:   32
                                        
                                                 7808 M total memory
                                                 2118 M used memory
                                                 2338 M active memory
                                                  687 M inactive memory
                                                 4638 M free memory
                                                   69 M buffer memory
                                                 1105 M swap cache
                                                  199 M total swap
                                                    0 M used swap
                                                  199 M free swap
                                        
                                        *** top - Table Of Processes  ***
                                        top - 17:24:26 up  1:41,  2 users,  load average: 0.80, 0.78, 0.84
                                        Tasks: 206 total,   1 running, 205 sleeping,   0 stopped,   0 zombie
                                        %Cpu(s):  0.0 us, 20.0 sy,  0.0 ni, 80.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                        MiB Mem :   7808.9 total,   4637.0 free,   2119.7 used,   1175.3 buff/cache
                                        MiB Swap:    200.0 total,    200.0 free,      0.0 used.   5689.2 avail Mem
                                        
                                        *** FAILED SERVICES ***
                                        
                                          UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                                        * influxdb.service loaded failed failed InfluxDB is an open-source, distributed, time series database
                                        
                                        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.
                                        
                                        
                                        *** DMESG CRITICAL ERRORS ***
                                        No critical errors detected
                                        
                                        *** FILESYSTEM ***
                                        Filesystem     Type      Size  Used Avail Use% Mounted on
                                        udev           devtmpfs  3.6G     0  3.6G   0% /dev
                                        tmpfs          tmpfs     781M  1.2M  780M   1% /run
                                        /dev/sda2      ext4      110G   16G   89G  15% /
                                        tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                                        tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                                        /dev/sda1      vfat      510M   65M  446M  13% /boot/firmware
                                        tmpfs          tmpfs     781M     0  781M   0% /run/user/1000
                                        
                                        Messages concerning ext4 filesystem in dmesg:
                                        [Wed Jan  1 15:42:54 2025] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory numa_policy=interleave snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=D8:3A:DD:0D:3B:C5 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyS0,115200 console=tty1 root=PARTUUID=522926e5-02 rootfstype=ext4 fsck.repair=yes rootwait
                                        [Wed Jan  1 15:42:58 2025] EXT4-fs (sda2): mounted filesystem 6835594d-a5f3-459f-a244-318060e7e0ab ro with ordered data mode. Quota mode: none.
                                        [Wed Jan  1 15:43:00 2025] EXT4-fs (sda2): re-mounted 6835594d-a5f3-459f-a244-318060e7e0ab r/w. Quota mode: none.
                                        
                                        Show mounted filesystems:
                                        TARGET           SOURCE    FSTYPE OPTIONS
                                        /                /dev/sda2 ext4   rw,noatime
                                        `-/boot/firmware /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                        
                                        Files in neuralgic directories:
                                        
                                        /var:
                                        3.5G    /var/
                                        2.6G    /var/log/journal/dd88a5e009d84a8992e10dbb99d7e583
                                        2.6G    /var/log/journal
                                        2.6G    /var/log
                                        473M    /var/cache
                                        
                                        Archived and active journals take up 2.5G in the file system.
                                        
                                        /opt/iobroker/backups:
                                        8.0K    /opt/iobroker/backups/
                                        4.0K    /opt/iobroker/backups/influxDB_2023_11_20-10_53_21_backupiobroker
                                        
                                        /opt/iobroker/iobroker-data:
                                        5.9G    /opt/iobroker/iobroker-data/
                                        4.7G    /opt/iobroker/iobroker-data/history
                                        1.1G    /opt/iobroker/iobroker-data/files
                                        617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                        560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                        
                                        The five largest files in iobroker-data are:
                                        30M     /opt/iobroker/iobroker-data/objects.jsonl
                                        26M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                                        26M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.js.map
                                        24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.f305bc29.js.map
                                        24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.8e80ccb0.js.map
                                        
                                        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-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001CCDE649-if00
                                        /dev/serial/by-id/usb-VictronEnergy_BV_VE_Direct_cable_VE82E1IJ-if00-port0
                                        /dev/serial/by-id/usb-1a86_USB2.0-Ser_-if00-port0
                                        
                                        HINT:
                                        Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                        /dev/ttyACM0
                                        
                                        *** NodeJS-Installation ***
                                        
                                        /usr/bin/nodejs         v20.18.1
                                        /usr/bin/node           v20.18.1
                                        /usr/bin/npm            10.8.2
                                        /usr/bin/npx            10.8.2
                                        /usr/bin/corepack       0.29.4
                                        
                                        nodejs:
                                          Installed: 20.18.1-1nodesource1
                                          Candidate: 20.18.1-1nodesource1
                                          Version table:
                                         *** 20.18.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                100 /var/lib/dpkg/status
                                             20.18.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.17.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.16.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.15.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.15.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.14.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.13.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.13.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.12.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.12.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.12.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.11.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.11.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.10.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.9.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.8.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.8.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.7.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.6.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.6.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.5.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.5.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.4.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.3.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.3.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.2.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.1.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             20.0.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             18.19.0+dfsg-6~deb12u2 500
                                                500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                             18.19.0+dfsg-6~deb12u1 500
                                                500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                        
                                        Temp directories causing deletion problem: 0
                                        No problems detected
                                        
                                        Errors in npm tree: 0
                                        No problems detected
                                        
                                        *** ioBroker-Installation ***
                                        
                                        ioBroker Status
                                        iobroker is running on this host.
                                        
                                        
                                        Objects type: jsonl
                                        States  type: jsonl
                                        
                                        Hosts:
                                        debian11            debian11 (version: 4.0.24, hostname: debian11      , dead, uptime: 198)
                                        neuheizung          neuheizung (version: 7.0.6, hostname: neuheizung    , alive, uptime: 6072)
                                        
                                        Core adapters versions
                                        js-controller:  7.0.6
                                        admin:          7.1.5
                                        javascript:     8.8.3
                                        
                                        nodejs modules from github:     1
                                        +-- iobroker.vedirect@0.3.3 (git+ssh://git@github.com/DrozmotiX/ioBroker.vedirect.git#0a83b8b987ee94d0c49f2ee7299bbb8d5d329dde)
                                        
                                        Adapter State
                                        + system.adapter.admin.1                  : admin                 : neuheizung                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          system.adapter.alias-manager.0          : alias-manager         : neuheizung                               - disabled
                                        + system.adapter.backitup.0               : backitup              : neuheizung                               -  enabled
                                        + system.adapter.discovery.0              : discovery             : neuheizung                               -  enabled
                                        + system.adapter.echarts.0                : echarts               : neuheizung                               -  enabled
                                        + system.adapter.email.0                  : email                 : neuheizung                               -  enabled
                                        + system.adapter.energiefluss.0           : energiefluss          : neuheizung                               -  enabled
                                          system.adapter.flot.0                   : flot                  : neuheizung                               - disabled
                                        + system.adapter.history.0                : history               : neuheizung                               -  enabled
                                        + system.adapter.hm-rega.0                : hm-rega               : neuheizung                               -  enabled
                                        + system.adapter.hm-rpc.0                 : hm-rpc                : neuheizung                               -  enabled, port: 0
                                        + system.adapter.hm-rpc.1                 : hm-rpc                : neuheizung                               -  enabled, port: 0
                                          system.adapter.i2c.0                    : i2c                   : neuheizung                               - disabled
                                        + system.adapter.influxdb.0               : influxdb              : neuheizung                               -  enabled, port: 8086
                                        + system.adapter.javascript.0             : javascript            : neuheizung                               -  enabled
                                        + system.adapter.logparser.0              : logparser             : neuheizung                               -  enabled
                                        + system.adapter.modbus.0                 : modbus                : neuheizung                               -  enabled
                                        + system.adapter.mqtt.0                   : mqtt                  : neuheizung                               -  enabled, port: 1883, bind: 0.0.0.0
                                        + system.adapter.mqtt.1                   : mqtt                  : neuheizung                               -  enabled, port: 1886, bind: 0.0.0.0
                                        + system.adapter.mqtt.2                   : mqtt                  : neuheizung                               -  enabled, port: 1888, bind: 0.0.0.0
                                        + system.adapter.mqtt.3                   : mqtt                  : neuheizung                               -  enabled, port: 1890, bind: 0.0.0.0
                                        + system.adapter.opendtu.0                : opendtu               : neuheizung                               -  enabled
                                        + system.adapter.opendtu.1                : opendtu               : neuheizung                               -  enabled
                                        + system.adapter.opendtu.2                : opendtu               : neuheizung                               -  enabled
                                        + system.adapter.owfs.0                   : owfs                  : neuheizung                               -  enabled, port: 4304
                                        + system.adapter.rpi2.0                   : rpi2                  : neuheizung                               -  enabled
                                        + system.adapter.shelly.0                 : shelly                : neuheizung                               -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.shelly.1                 : shelly                : neuheizung                               -  enabled, port: 1884, bind: 0.0.0.0
                                        + system.adapter.shuttercontrol.0         : shuttercontrol        : neuheizung                               -  enabled
                                        + system.adapter.simple-api.0             : simple-api            : neuheizung                               -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                          system.adapter.sourceanalytix.0         : sourceanalytix        : neuheizung                               - disabled
                                        + system.adapter.vedirect.0               : vedirect              : neuheizung                               -  enabled
                                        + system.adapter.vis-2.0                  : vis-2                 : neuheizung                               -  enabled
                                          system.adapter.vis-colorpicker.0        : vis-colorpicker       : neuheizung                               -  enabled
                                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : neuheizung                               - disabled
                                          system.adapter.vis-material.0           : vis-material          : neuheizung                               - disabled
                                          system.adapter.vis-metro.0              : vis-metro             : neuheizung                               - disabled
                                          system.adapter.vis-timeandweather.0     : vis-timeandweather    : neuheizung                               - disabled
                                          system.adapter.vis.0                    : vis                   : neuheizung                               -  enabled
                                        + system.adapter.web.0                    : web                   : neuheizung                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        + system.adapter.zigbee.0                 : zigbee                : neuheizung                               -  enabled, port: /dev/ttyACM0
                                        
                                        + instance is alive
                                        
                                        Enabled adapters with bindings
                                        + system.adapter.admin.1                  : admin                 : neuheizung                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.hm-rpc.0                 : hm-rpc                : neuheizung                               -  enabled, port: 0
                                        + system.adapter.hm-rpc.1                 : hm-rpc                : neuheizung                               -  enabled, port: 0
                                        + system.adapter.influxdb.0               : influxdb              : neuheizung                               -  enabled, port: 8086
                                        + system.adapter.mqtt.0                   : mqtt                  : neuheizung                               -  enabled, port: 1883, bind: 0.0.0.0
                                        + system.adapter.mqtt.1                   : mqtt                  : neuheizung                               -  enabled, port: 1886, bind: 0.0.0.0
                                        + system.adapter.mqtt.2                   : mqtt                  : neuheizung                               -  enabled, port: 1888, bind: 0.0.0.0
                                        + system.adapter.mqtt.3                   : mqtt                  : neuheizung                               -  enabled, port: 1890, bind: 0.0.0.0
                                        + system.adapter.owfs.0                   : owfs                  : neuheizung                               -  enabled, port: 4304
                                        + system.adapter.shelly.0                 : shelly                : neuheizung                               -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.shelly.1                 : shelly                : neuheizung                               -  enabled, port: 1884, bind: 0.0.0.0
                                        + system.adapter.simple-api.0             : simple-api            : neuheizung                               -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                        + system.adapter.web.0                    : web                   : neuheizung                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        + system.adapter.zigbee.0                 : zigbee                : neuheizung                               -  enabled, port: /dev/ttyACM0
                                        
                                        ioBroker-Repositories
                                        ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                        │ (index) │ name     │ url                                                     │ auto upgrade │
                                        ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                        │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                        │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                        └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                        
                                        Active repo(s): stable
                                        Upgrade policy: none
                                        
                                        Installed ioBroker-Instances
                                        Used repository: stable
                                        Adapter    "admin"        : 7.1.5    , installed 7.1.5
                                        Adapter    "alias-manager": 2.0.0    , installed 2.0.0
                                        Adapter    "backitup"     : 3.0.25   , installed 3.0.25
                                        Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                        Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                                        Adapter    "email"        : 1.3.1    , installed 1.3.1
                                        Adapter    "energiefluss" : 3.6.2    , installed 3.6.2
                                        Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                        Adapter    "history"      : 3.0.1    , installed 3.0.1
                                        Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                                        Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
                                        Adapter    "i2c"          : 1.2.1    , installed 1.2.1
                                        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                        Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                        Controller "js-controller": 7.0.6    , installed 7.0.6
                                        Adapter    "logparser"    : 2.2.2    , installed 2.2.2
                                        Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                                        Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                                        Adapter    "opendtu"      : 3.1.0    , installed 3.1.0
                                        Adapter    "owfs"         : 0.7.0    , installed 0.7.0
                                        Adapter    "rpi2"         : 2.2.1    , installed 2.2.2
                                        Adapter    "shelly"       : 8.2.1    , installed 8.3.0
                                        Adapter    "shuttercontrol": 1.8.5   , installed 1.8.5
                                        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                        Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                        Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                        Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
                                        Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                                        Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                        Adapter    "vis-material" : 0.1.3    , installed 0.1.3
                                        Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                        Adapter    "web"          : 6.2.5    , installed 6.3.1
                                        Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                        Adapter    "zigbee"       : 1.10.13  , installed 1.10.13
                                        
                                        Objects and States
                                        Please stand by - This may take a while
                                        Objects:        4489
                                        States:         3667
                                        
                                        *** OS-Repositories and Updates ***
                                        W: https://packages.grafana.com/enterprise/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                                        Hit:1 http://deb.debian.org/debian bookworm InRelease
                                        Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                        Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                        Hit:4 https://packages.grafana.com/enterprise/deb stable InRelease
                                        Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
                                        Hit:6 http://archive.raspberrypi.com/debian bookworm InRelease
                                        Reading package lists...
                                        W: https://packages.grafana.com/enterprise/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                                        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.54:2001       0.0.0.0:*               LISTEN      1001       8299       1072/io.hm-rpc.1
                                        tcp        0      0 192.168.2.54:2010       0.0.0.0:*               LISTEN      1001       6882       1057/io.hm-rpc.0
                                        tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       923        787/iobroker.js-con
                                        tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       918        787/iobroker.js-con
                                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          4572       722/sshd: /usr/sbin
                                        tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       7529       1213/io.shelly.0
                                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       7570       1250/io.mqtt.0
                                        tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       8574       1270/io.mqtt.1
                                        tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       7627       1300/io.shelly.1
                                        tcp        0      0 0.0.0.0:1890            0.0.0.0:*               LISTEN      1001       7677       1315/io.mqtt.3
                                        tcp        0      0 0.0.0.0:1888            0.0.0.0:*               LISTEN      1001       9226       1289/io.mqtt.2
                                        tcp6       0      0 :::3000                 :::*                    LISTEN      106        6135       786/grafana
                                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       9500       1424/io.web.0
                                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       6745       876/io.admin.1
                                        tcp6       0      0 :::8087                 :::*                    LISTEN      1001       8696       1394/io.simple-api.
                                        tcp6       0      0 :::22                   :::*                    LISTEN      0          4574       722/sshd: /usr/sbin
                                        udp        0      0 0.0.0.0:56980           0.0.0.0:*                           104        625        588/avahi-daemon: r
                                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        623        588/avahi-daemon: r
                                        udp6       0      0 fe80::75d1:70aa:4ea:546 :::*                                0          6578       665/NetworkManager
                                        udp6       0      0 :::42177                :::*                                104        626        588/avahi-daemon: r
                                        udp6       0      0 :::5353                 :::*                                104        624        588/avahi-daemon: r
                                        
                                        *** Log File - Last 25 Lines ***
                                        
                                        2025-01-01 17:23:21.360  - error: modbus.0 (8223) Request timed out.
                                        2025-01-01 17:23:21.361  - warn: modbus.0 (8223) [DevID_1] Poll error count: 6 code: {"err":"timeout","timeout":5000}
                                        2025-01-01 17:23:25.886  - warn: shelly.0 (1213) [Mqtt.statusNotifications] 192.168.2.13 (shelly1pmminig3 / shelly1pmminig3-543204508220 / shelly1pmminig3#543204508220#1): "General Status Notifications" are disabled (see adapter documentation for details)
                                        2025-01-01 17:23:27.016  - error: influxdb.0 (7260) AggregateError
                                        2025-01-01 17:23:37.021  - error: influxdb.0 (7260) AggregateError
                                        2025-01-01 17:23:41.186  - warn: shelly.0 (1213) [Mqtt.statusNotifications] 192.168.2.13 (shelly1pmminig3 / shelly1pmminig3-543204508220 / shelly1pmminig3#543204508220#1): "General Status Notifications" are disabled (see adapter documentation for details)
                                        2025-01-01 17:23:47.026  - error: influxdb.0 (7260) AggregateError
                                        2025-01-01 17:23:56.423  - warn: shelly.0 (1213) [Mqtt.statusNotifications] 192.168.2.13 (shelly1pmminig3 / shelly1pmminig3-543204508220 / shelly1pmminig3#543204508220#1): "General Status Notifications" are disabled (see adapter documentation for details)
                                        2025-01-01 17:23:57.030  - error: influxdb.0 (7260) AggregateError
                                        2025-01-01 17:24:07.033  - error: influxdb.0 (7260) AggregateError
                                        2025-01-01 17:24:11.720  - warn: shelly.0 (1213) [Mqtt.statusNotifications] 192.168.2.13 (shelly1pmminig3 / shelly1pmminig3-543204508220 / shelly1pmminig3#543204508220#1): "General Status Notifications" are disabled (see adapter documentation for details)
                                        2025-01-01 17:24:17.039  - error: influxdb.0 (7260) AggregateError
                                        2025-01-01 17:24:27.045  - error: influxdb.0 (7260) AggregateError
                                        2025-01-01 17:24:27.046  - warn: shelly.0 (1213) [Mqtt.statusNotifications] 192.168.2.13 (shelly1pmminig3 / shelly1pmminig3-543204508220 / shelly1pmminig3#543204508220#1): "General Status Notifications" are disabled (see adapter documentation for details)
                                        2025-01-01 17:24:27.370  - warn: modbus.0 (8223) Error: undefined
                                        2025-01-01 17:24:27.371  - error: modbus.0 (8223) Request timed out.
                                        2025-01-01 17:24:27.372  - warn: modbus.0 (8223) [DevID_1] Poll error count: 7 code: {"err":"timeout","timeout":5000}
                                        2025-01-01 17:24:37.050  - error: influxdb.0 (7260) AggregateError
                                        2025-01-01 17:24:42.327  - warn: shelly.0 (1213) [Mqtt.statusNotifications] 192.168.2.13 (shelly1pmminig3 / shelly1pmminig3-543204508220 / shelly1pmminig3#543204508220#1): "General Status Notifications" are disabled (see adapter documentation for details)
                                        2025-01-01 17:24:47.055  - error: influxdb.0 (7260) AggregateError
                                        2025-01-01 17:24:57.065  - error: influxdb.0 (7260) AggregateError
                                        2025-01-01 17:25:01.026  - warn: shelly.0 (1213) [Mqtt.statusNotifications] 192.168.2.13 (shelly1pmminig3 / shelly1pmminig3-543204508220 / shelly1pmminig3#543204508220#1): "General Status Notifications" are disabled (see adapter documentation for details)
                                        2025-01-01 17:25:07.075  - error: influxdb.0 (7260) AggregateError
                                        2025-01-01 17:25:17.081  - error: influxdb.0 (7260) AggregateError
                                        2025-01-01 17:25:17.910  - warn: shelly.0 (1213) [Mqtt.statusNotifications] 192.168.2.13 (shelly1pmminig3 / shelly1pmminig3-543204508220 / shelly1pmminig3#543204508220#1): "General Status Notifications" are disabled (see adapter documentation for details)
                                        
                                        

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

                                        iob diag has finished.

                                        PS: ich habe influxdb mit "autoremove" gelöscht und die 5 Befehlszeilen nochmal ausgeführt. Jetzt:
                                        

                                        otto@neuheizung:~ $ apt policy influxdb2
                                        influxdb2:
                                        Installed: (none)
                                        Candidate: (none)
                                        Version table:
                                        2.7.11-1 -1
                                        100 /var/lib/dpkg/status

                                        
                                        
                                        otto@neuheizung:~ $ sudo apt-get update && sudo apt-get install influxdb2
                                        Hit:1 http://deb.debian.org/debian bookworm InRelease
                                        Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                        Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                                        Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                                        Hit:5 https://packages.grafana.com/enterprise/deb stable InRelease
                                        Hit:6 https://deb.nodesource.com/node_20.x nodistro InRelease
                                        Reading package lists... Done
                                        W: https://packages.grafana.com/enterprise/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                                        Reading package lists... Done
                                        Building dependency tree... Done
                                        Reading state information... Done
                                        Package influxdb2 is not available, but is referred to by another package.
                                        This may mean that the package is missing, has been obsoleted, or
                                        is only available from another source
                                        
                                        E: Package 'influxdb2' has no installation candidate
                                        otto@neuheizung:~ $
                                        
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        wrote on last edited by
                                        #35

                                        @laser sagte in InfluxDB installieren wie:

                                        Stell im zigbee-Adapter den richtigen 'by-id'-Link ein, nicht /dev/ttyACM0

                                        HINT:

                                        Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:

                                        /dev/ttyACM0

                                        Der Host 'debian11' muss mal auf Vordermann gebracht werden.

                                        Ich breche hier ab. Kannst du mal aufhören die Ausgabe ständig zu verändern?

                                        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

                                        L 1 Reply Last reply
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @laser sagte in InfluxDB installieren wie:

                                          Stell im zigbee-Adapter den richtigen 'by-id'-Link ein, nicht /dev/ttyACM0

                                          HINT:

                                          Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:

                                          /dev/ttyACM0

                                          Der Host 'debian11' muss mal auf Vordermann gebracht werden.

                                          Ich breche hier ab. Kannst du mal aufhören die Ausgabe ständig zu verändern?

                                          L Offline
                                          L Offline
                                          Laser
                                          wrote on last edited by
                                          #36

                                          @thomas-braun der Host Debian 11 war nur ein Versuchsobjekt. Den gibt es erst mal nicht mehr.
                                          Die Ausgabe habe ich ergänzt, weil ich glaube das es wichtig sein könnte.

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          635

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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