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.
    • 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
                                          • SMS
                                            SMS @Homoran last edited by SMS

                                            @homoran also der pi hat schon einen eigenen Namen. Nur beim anmelden ist der Benutzername pi.

                                            Auf einem anderen pi läuft die Instanz. Denke das ich ein Spannungsproblem habe. 4 von den 8 Sensoren zeigen Werte an. Muss ich morgen mal schauen

                                            jetzt muss ich noch grafana installieren. Nach deiner Anleitung:

                                            pi@Homee:~ $ sudo apt-get install -y apt-transport-https
                                            Reading package lists... Done
                                            Building dependency tree... Done
                                            Reading state information... Done
                                            The following packages were automatically installed and are no longer required:
                                              libraspberrypi0 libwpe-1.0-1 libwpebackend-fdo-1.0-1
                                            Use 'sudo apt autoremove' to remove them.
                                            The following NEW packages will be installed:
                                              apt-transport-https
                                            0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
                                            Need to get 25.2 kB of archives.
                                            After this operation, 35.8 kB of additional disk space will be used.
                                            Get:1 http://deb.debian.org/debian bookworm/main arm64 apt-transport-https all 2.6.1 [25.2 kB]
                                            Fetched 25.2 kB in 0s (295 kB/s)
                                            Selecting previously unselected package apt-transport-https.
                                            (Reading database ... 158457 files and directories currently installed.)
                                            Preparing to unpack .../apt-transport-https_2.6.1_all.deb ...
                                            Unpacking apt-transport-https (2.6.1) ...
                                            Setting up apt-transport-https (2.6.1) ...
                                            pi@Homee:~ $ sudo apt-get install -y software-properties-common wget
                                            Reading package lists... Done
                                            Building dependency tree... Done
                                            Reading state information... Done
                                            wget is already the newest version (1.21.3-1+b1).
                                            wget set to manually installed.
                                            The following packages were automatically installed and are no longer required:
                                              libraspberrypi0 libwpe-1.0-1 libwpebackend-fdo-1.0-1
                                            Use 'sudo apt autoremove' to remove them.
                                            The following additional packages will be installed:
                                              python3-httplib2 python3-lazr.restfulclient python3-lazr.uri python3-pyparsing python3-software-properties python3-wadllib
                                            Suggested packages:
                                              python-pyparsing-doc
                                            The following NEW packages will be installed:
                                              python3-httplib2 python3-lazr.restfulclient python3-lazr.uri python3-pyparsing python3-software-properties python3-wadllib
                                              software-properties-common
                                            0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
                                            Need to get 370 kB of archives.
                                            After this operation, 1,836 kB of additional disk space will be used.
                                            Get:1 http://deb.debian.org/debian bookworm/main arm64 python3-pyparsing all 3.0.9-1 [138 kB]
                                            Get:2 http://deb.debian.org/debian bookworm/main arm64 python3-httplib2 all 0.20.4-3 [36.0 kB]
                                            Get:3 http://deb.debian.org/debian bookworm/main arm64 python3-lazr.uri all 1.0.6-3 [13.7 kB]
                                            Get:4 http://deb.debian.org/debian bookworm/main arm64 python3-wadllib all 1.3.6-4 [37.2 kB]
                                            Get:5 http://deb.debian.org/debian bookworm/main arm64 python3-lazr.restfulclient all 0.14.5-1 [50.4 kB]
                                            Get:6 http://deb.debian.org/debian bookworm/main arm64 python3-software-properties all 0.99.30-4 [32.7 kB]
                                            Get:7 http://deb.debian.org/debian bookworm/main arm64 software-properties-common all 0.99.30-4 [62.0 kB]
                                            Fetched 370 kB in 0s (4,820 kB/s)
                                            Selecting previously unselected package python3-pyparsing.
                                            (Reading database ... 158461 files and directories currently installed.)
                                            Preparing to unpack .../0-python3-pyparsing_3.0.9-1_all.deb ...
                                            Unpacking python3-pyparsing (3.0.9-1) ...
                                            Selecting previously unselected package python3-httplib2.
                                            Preparing to unpack .../1-python3-httplib2_0.20.4-3_all.deb ...
                                            Unpacking python3-httplib2 (0.20.4-3) ...
                                            Selecting previously unselected package python3-lazr.uri.
                                            Preparing to unpack .../2-python3-lazr.uri_1.0.6-3_all.deb ...
                                            Unpacking python3-lazr.uri (1.0.6-3) ...
                                            Selecting previously unselected package python3-wadllib.
                                            Preparing to unpack .../3-python3-wadllib_1.3.6-4_all.deb ...
                                            Unpacking python3-wadllib (1.3.6-4) ...
                                            Selecting previously unselected package python3-lazr.restfulclient.
                                            Preparing to unpack .../4-python3-lazr.restfulclient_0.14.5-1_all.deb ...
                                            Unpacking python3-lazr.restfulclient (0.14.5-1) ...
                                            Selecting previously unselected package python3-software-properties.
                                            Preparing to unpack .../5-python3-software-properties_0.99.30-4_all.deb ...
                                            Unpacking python3-software-properties (0.99.30-4) ...
                                            Selecting previously unselected package software-properties-common.
                                            Preparing to unpack .../6-software-properties-common_0.99.30-4_all.deb ...
                                            Unpacking software-properties-common (0.99.30-4) ...
                                            Setting up python3-lazr.uri (1.0.6-3) ...
                                            Setting up python3-pyparsing (3.0.9-1) ...
                                            Setting up python3-wadllib (1.3.6-4) ...
                                            Setting up python3-httplib2 (0.20.4-3) ...
                                            Setting up python3-lazr.restfulclient (0.14.5-1) ...
                                            Setting up python3-software-properties (0.99.30-4) ...
                                            Setting up software-properties-common (0.99.30-4) ...
                                            Processing triggers for man-db (2.11.2-2) ...
                                            Processing triggers for dbus (1.14.10-1~deb12u1) ...
                                            pi@Homee:~ $ sudo wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
                                            pi@Homee:~ $ echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | sudo tee /etc/apt/sources.list.d/grafana.list
                                            deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main
                                            pi@Homee:~ $
                                            
                                            

                                            Alles richtig?

                                            Thomas Braun 2 Replies 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

                                            804
                                            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