Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Einrichtung Multihost klappt nicht - Meldung Slave

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Einrichtung Multihost klappt nicht - Meldung Slave

    This topic has been deleted. Only users with topic management privileges can see it.
    • SMS
      SMS @Thomas Braun last edited by SMS

      @thomas-braun
      Laut Log:

      influxdb.0
      	2024-05-30 22:15:09.943	info	Influx DB Version used: 1.x
      influxdb.0
      	2024-05-30 22:15:09.942	info	Connecting http://192.168.178.58:8086/ ...
      influxdb.0
      	2024-05-30 22:14:59.942	error	Error: connect ECONNREFUSED 192.168.178.58:8086
      

      a2c1f34b-d15a-4bd8-a12b-dddfd0dd6902-grafik.png

      denke ich muss influxdb neu installieren. Aber nach welcher Anleitung?

      DS18B20 funktioniert auch nicht mehr

      ds18b20.1
      	2024-05-30 22:16:52.044	warn	Error reading sensor 28-01144f959aaa: Error: ENOENT: no such file or directory, open '/sys/bus/w1/devices/28-01144f959aaa/w1_slave'
      ds18b20.1
      	2024-05-30 22:16:51.936	info	starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.ds18b20, node: v20.14.0, js-controller: 5.0.19
      ds18b20.1
      	2024-05-30 22:16:43.026	info	terminating
      ds18b20.1
      	2024-05-30 22:16:42.899	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
      ds18b20.1
      	2024-05-30 22:16:42.895	info	terminating
      ds18b20.1
      	2024-05-30 22:16:42.844	info	Got terminate signal TERMINATE_YOURSELF
      ds18b20.1
      	2024-05-30 22:16:42.839	info	Got terminate signal TERMINATE_YOURSELF
      ds18b20.1
      	2024-05-30 22:16:42.834	info	Got terminate signal TERMINATE_YOURSELF
      ds18b20.1
      	2024-05-30 22:16:42.528	info	Got terminate signal TERMINATE_YOURSELF
      ds18b20.1
      	2024-05-30 22:16:42.521	info	Got terminate signal TERMINATE_YOURSELF
      

      4b32b876-abd2-4baa-b40b-4f42b57170cb-grafik.png

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

        @sms sagte in Einrichtung Multihost klappt nicht - Meldung Slave:

        denke ich muss influxdb neu installieren.

        Die Anleitung findet sich hier:
        https://docs.influxdata.com/influxdb/v1/introduction/install/

        Wobei ich 'meinen' Weg vorziehen würde, da sind die Verzeichnisse für den key 'näher am Debian-Standard'.

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

          @thomas-braun du meinst das hier sollte reichen? Da ist doch keine Installation dabei, oder sehe ich das falsch? Denke das ich ein Port Problem habe, das ich nicht auf dem Standard-Port bin.

          
          sudo rm /etc/apt/sources.list.d/influ*
          wget -q https://repos.influxdata.com/influxdata-archive_compat.key
          echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
          echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
          rm influxdata-archive_compat.key
          
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @SMS last edited by Thomas Braun

            @sms sagte in Einrichtung Multihost klappt nicht - Meldung Slave:

            Nein, da ist die Paktinstallation nicht dabei, das ist lediglich die sauberste Konfiguration der Softwarequelle.
            Installiert wird das dann wie üblich.

            sudo apt update
            sudo apt install PAKETNAME
            

            Denke das ich ein Port Problem habe, das ich nicht auf dem Standard-Port bin.

            Ist influxdb denn installiert? Wenn ja, auch welchem Port läuft das dann?

            1 Reply Last reply Reply Quote 0
            • SMS
              SMS last edited by SMS

              @thomas-braun ich habe das das backup eingespielt. Extra installiert habe ich influxdb nicht nach Neuinstallation des Betriebssystems!

              a7603282-d479-41b9-975c-8b877248eca1-grafik.png

              Port 8086

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

                @sms sagte in Einrichtung Multihost klappt nicht - Meldung Slave:

                Extra installiert habe ich influxdb nicht nach Neuinstallation des Betriebssystems!

                Da das kein default package ist wirst du das dann erst noch installieren müssen...

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

                  @sms

                  Repository drin?

                  sudo apt update
                  apt policy influx*
                  

                  sagt?

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

                    @thomas-braun

                    pi@Homee:~ $ sudo apt update
                    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://repos.influxdata.com/debian 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... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    All packages are up to date.
                    pi@Homee:~ $ apt policy influx*
                    influxdb2-cli:
                      Installed: (none)
                      Candidate: 2.7.5-1
                      Version table:
                         2.7.5-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-2 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.6.1 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.6.0 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.5.0 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.4.0 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.3.0 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                    influxdb-client:
                      Installed: (none)
                      Candidate: 1.6.7~rc0-1+b13
                      Version table:
                         1.6.7~rc0-1+b13 500
                            500 http://deb.debian.org/debian bookworm/main arm64 Packages
                    influxdb-dev:
                      Installed: (none)
                      Candidate: (none)
                      Version table:
                    influxdb2-client:
                      Installed: (none)
                      Candidate: 2.7.1-1
                      Version table:
                         2.7.1-1 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                    influxdb:
                      Installed: 1.8.10-1
                      Candidate: 1.8.10-1
                      Version table:
                     *** 1.8.10-1 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                            100 /var/lib/dpkg/status
                         1.6.7~rc0-1+b13 500
                            500 http://deb.debian.org/debian bookworm/main arm64 Packages
                    influxctl:
                      Installed: (none)
                      Candidate: 2.9.0
                      Version table:
                         2.9.0 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.8.0 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.7.1 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.7.0 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.6.0 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.5.0 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.4.4 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.4.3 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.4.2 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.4.1 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.4.0 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.3.1 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.3.0 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
                         2.1.0 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.0.4 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.0.3 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.0.2 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.0.1 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                         2.0.0 500
                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                    influxdb2:
                      Installed: (none)
                      Candidate: 2.7.6-1
                      Version table:
                         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
                    pi@Homee:~ $
                    
                    

                    muss ich erst den Adapter löschen?

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

                      @sms sagte in Einrichtung Multihost klappt nicht - Meldung Slave:

                      systemctl status influxdb
                      

                      sagt?

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

                        @thomas-braun

                        pi@Homee:~ $ 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: inactive (dead)
                               Docs: https://docs.influxdata.com/influxdb/
                        pi@Homee:~ $
                        
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @SMS last edited by

                          @sms

                          Das Ding läuft nicht.

                          sudo systemctl start influxdb
                          
                          SMS 1 Reply Last reply Reply Quote 0
                          • SMS
                            SMS @Thomas Braun last edited by

                            @thomas-braun ich habe den doch jetzt aber mehrfach neu gestartet? Woran hast du das erkannt (für die Zukunft)?

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

                              @sms

                               Active: inactive (dead)
                              

                              Also ziemlich inaktiv... 😉

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

                                @thomas-braun eindeutig!

                                jetzt läuft nur der Adapter DS18B20 nicht mehr.

                                ds18b20.1
                                	2024-05-30 22:52:51.757	warn	Error reading sensor 28-0120506f240b: Error: ENOENT: no such file or directory, open '/sys/bus/w1/devices/28-0120506f240b/w1_slave'
                                ds18b20.1
                                	2024-05-30 22:52:51.705	warn	Error reading sensor 28-0316a279ee0c: Error: ENOENT: no such file or directory, open '/sys/bus/w1/devices/28-0316a279ee0c/w1_slave'
                                ds18b20.1
                                	2024-05-30 22:52:51.656	warn	Error reading sensor 28-0316a2793d5d: Error: ENOENT: no such file or directory, open '/sys/bus/w1/devices/28-0316a2793d5d/w1_slave'
                                ds18b20.1
                                	2024-05-30 22:52:51.608	warn	Error reading sensor 28-01144fc984aa: Error: ENOENT: no such file or directory, open '/sys/bus/w1/devices/28-01144fc984aa/w1_slave'
                                ds18b20.1
                                	2024-05-30 22:52:51.560	warn	Error reading sensor 28-01144fb5fcaa: Error: ENOENT: no such file or directory, open '/sys/bus/w1/devices/28-01144fb5fcaa/w1_slave'
                                ds18b20.1
                                	2024-05-30 22:52:51.512	warn	Error reading sensor 28-01144fb07eaa: Error: ENOENT: no such file or directory, open '/sys/bus/w1/devices/28-01144fb07eaa/w1_slave'
                                ds18b20.1
                                	2024-05-30 22:52:51.464	warn	Error reading sensor 28-01144fa090aa: Error: ENOENT: no such file or directory, open '/sys/bus/w1/devices/28-01144fa090aa/w1_slave'
                                ds18b20.1
                                	2024-05-30 22:52:51.413	warn	Error reading sensor 28-01144f9dd2aa: Error: ENOENT: no such file or directory, open '/sys/bus/w1/devices/28-01144f9dd2aa/w1_slave'
                                ds18b20.1
                                	2024-05-30 22:52:51.360	warn	Error reading sensor 28-01144f959aaa: Error: ENOENT: no such file or directory, open '/sys/bus/w1/devices/28-01144f959aaa/w1_slave'
                                ds18b20.1
                                	2024-05-30 22:52:51.253	info	starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.ds18b20, node: v20.14.0, js-controller: 5.0.19
                                ds18b20.1
                                	2024-05-30 22:52:43.051	info	terminating
                                ds18b20.1
                                	2024-05-30 22:52:42.619	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                ds18b20.1
                                	2024-05-30 22:52:42.617	info	terminating
                                ds18b20.1
                                	2024-05-30 22:52:42.567	info	Got terminate signal TERMINATE_YOURSELF
                                ds18b20.1
                                	2024-05-30 22:52:42.562	info	Got terminate signal TERMINATE_YOURSELF
                                ds18b20.1
                                	2024-05-30 22:52:42.558	info	Got terminate signal TERMINATE_YOURSELF
                                ds18b20.1
                                	2024-05-30 22:52:42.556	info	Got terminate signal TERMINATE_YOURSELF
                                ds18b20.1
                                	2024-05-30 22:52:42.545	info	Got terminate signal TERMINATE_YOURSELF
                                

                                da fehlt bestimmt auch irgendwas

                                9e65c809-6a38-4c06-928d-a3acda89f969-grafik.png

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

                                  @sms sagte in Einrichtung Multihost klappt nicht - Meldung Slave:

                                  Ist das ein Raspberry da? Ist das '1-wire'-Interface aktiv?

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

                                    @thomas-braun sagte in Einrichtung Multihost klappt nicht - Meldung Slave:

                                    @sms sagte in Einrichtung Multihost klappt nicht - Meldung Slave:

                                    Ist das ein Raspberry da? Ist das '1-wire'-Interface aktiv?

                                    laut username ein pi und ein bookworm.

                                    SMS Thomas Braun 2 Replies Last reply Reply Quote 0
                                    • SMS
                                      SMS @Homoran last edited by

                                      @homoran hier habe ich es aktiviert:

                                      sudo raspi-config
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @Homoran last edited by

                                        @homoran sagte in Einrichtung Multihost klappt nicht - Meldung Slave:

                                        laut username ein pi

                                        Auf usernames geb ich nix. Scheinbar wird pi für alles mögliche verwendet. Wobei das selbst auf Raspberry OS nicht mehr verwendet werden soll sondern individuelle usernames empfohlen werden.

                                        Homoran 1 Reply Last reply Reply Quote 0
                                        • haselchen
                                          haselchen Most Active @SMS last edited by

                                          @sms sagte in Einrichtung Multihost klappt nicht - Meldung Slave:

                                          ds18b20.1

                                          Hast du noch eine andere Instanz davon?

                                          ds18b20.1

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

                                            @thomas-braun sagte in Einrichtung Multihost klappt nicht - Meldung Slave:

                                            Scheinbar wird pi für alles mögliche verwendet.

                                            jepp, ist auch bei mir der Standard Username, egal wo. Abet mit anderen Passworten

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

                                            Support us

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

                                            786
                                            Online

                                            31.9k
                                            Users

                                            80.3k
                                            Topics

                                            1.3m
                                            Posts

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