Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst]Hilfe InfluxDB

    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

    [gelöst]Hilfe InfluxDB

    This topic has been deleted. Only users with topic management privileges can see it.
    • ostseereiter
      ostseereiter @Dominik F. last edited by

      @Dominik-F Hier ist eine Superanleitung!

      Dominik F. 1 Reply Last reply Reply Quote 0
      • Dominik F.
        Dominik F. @ostseereiter last edited by

        @ostseereiter

        Das ist die Anleitung wo ich oben beschriebenen Fehler bekomme

        ostseereiter harrym 2 Replies Last reply Reply Quote 0
        • ostseereiter
          ostseereiter @Dominik F. last edited by

          @Dominik-F ok ich habe das noch nicht gemacht wollte es noch.

          Dominik F. 1 Reply Last reply Reply Quote 0
          • crunchip
            crunchip Forum Testing Most Active @Dominik F. last edited by

            @Dominik-F machs so wie hier beschrieben

            1 Reply Last reply Reply Quote 0
            • Dominik F.
              Dominik F. @ostseereiter last edited by

              @ostseereiter

              die gleiche Beschreibung hab ich jetzt schon öfters gelesen daher denke ich das das Problem ab mir oder meinem system liegt 😕

              1 Reply Last reply Reply Quote 0
              • harrym
                harrym @Dominik F. last edited by harrym

                @Dominik-F für die Datenbankbefehle musst du in der flux sein ... also erstmal die flux cli aufrufen (sudo influx) ....

                Dominik F. 1 Reply Last reply Reply Quote 0
                • Dominik F.
                  Dominik F. @harrym last edited by

                  @harrym

                  Wenn ich das eingebe kommt folgendes:

                  pi@raspberrypi4-io:~ $ sudo influx
                  Failed to connect to http://localhost:8086: Get http://localhost:8086/ping: dial tcp [::1]:8086: connect: connection refused
                  Please check your connection settings and ensure 'influxd' is running.
                  

                  @crunchip
                  also hab mir die ersten Minuten mal angeschaut und da müsste ich irgendwas installieren was Proxmos heisst und dann elexe oder sowas erstellen. Da ich den Anfang schon nicht verstehe hoffe ich, dass es auch eine Möglichkeit gibt ohne diese beiden sachen

                  harrym crunchip 2 Replies Last reply Reply Quote 0
                  • harrym
                    harrym @Dominik F. last edited by harrym

                    @Dominik-F deine influx läuft nicht! versuch mal "sudo systemctl enable --now influxdb" und dann ein "systemctl status influxdb"

                    gugg mal ==> https://computingforgeeks.com/install-influxdb-on-debian-10-buster-linux/ ... ist die standardinstallation unter Debian ohne Proxmox und co .

                    Dominik F. 1 Reply Last reply Reply Quote 0
                    • Dominik F.
                      Dominik F. @harrym last edited by

                      @harrym
                      Ich schau mir die Seite gleich an, danke.
                      das spuckt er dann aus :

                      pi@raspberrypi4-io:~ $ sudo systemctl enable --now influxdb
                      pi@raspberrypi4-io:~ $ systemctl status influxdb
                      ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                         Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
                         Active: active (running) since Sun 2020-02-16 00:24:46 CET; 5s ago
                           Docs: https://docs.influxdata.com/influxdb/
                       Main PID: 1843 (influxd)
                          Tasks: 8 (limit: 4915)
                         Memory: 7.3M
                         CGroup: /system.slice/influxdb.service
                                 └─1843 /usr/bin/influxd -config /etc/influxdb/influxdb.conf
                      
                      Feb 16 00:24:46 raspberrypi4-io systemd[1]: Started InfluxDB is an open-source, distributed, time series database.
                      
                      
                      harrym 1 Reply Last reply Reply Quote 0
                      • harrym
                        harrym @Dominik F. last edited by

                        @Dominik-F Jetzt läuft die Datenbank. somit jetzt via CLI anmelden ... und dann kannste deine CREATES und Grants ausführen ... wobei die sich auf ne mySQL Datenbank beziehen ... mMn ....

                        Dominik F. 1 Reply Last reply Reply Quote 0
                        • Dominik F.
                          Dominik F. @harrym last edited by

                          @harrym

                          bekommen wieder den gleichen Fehler

                          pi@raspberrypi4-io:~ $ influx
                          Failed to connect to http://localhost:8086: Get http://localhost:8086/ping: dial tcp [::1]:8086: connect: connection refused
                          Please check your connection settings and ensure 'influxd' is running.
                          pi@raspberrypi4-io:~ $ sudo influx
                          Failed to connect to http://localhost:8086: Get http://localhost:8086/ping: dial tcp [::1]:8086: connect: connection refused
                          Please check your connection settings and ensure 'influxd' is running.
                          pi@raspberrypi4-io:~ $
                          
                          
                          harrym 1 Reply Last reply Reply Quote 0
                          • harrym
                            harrym @Dominik F. last edited by

                            @Dominik-F dein Problem dürfte in den Netzwerksettings von deinem PI liegen .... hosts und ip settings alle richtig?

                            Dominik F. 1 Reply Last reply Reply Quote 0
                            • Dominik F.
                              Dominik F. @harrym last edited by

                              @harrym

                              ich hab den pi vor nem halben Jahr nach Anleitungen im Internet installiert. Ich kann dir nicht sagen ob die hosts und ip settings richtig sind weil ich nicht weiß wie sie richtig sein sollten. Ich kann nur sagen das bisher alles lief.
                              Wie sollten die Settings denn sein und wo kann ich überprüfen ob die richtig sind?

                              harrym 1 Reply Last reply Reply Quote 0
                              • harrym
                                harrym @Dominik F. last edited by

                                @Dominik-F mach mal ein ===> sudo netstat -antp | grep "influx"

                                Dominik F. 1 Reply Last reply Reply Quote 0
                                • Dominik F.
                                  Dominik F. @harrym last edited by

                                  @harrym

                                  wenn ich das eingebe passiert gar nichts und der Fehler bleibt

                                  1 Reply Last reply Reply Quote 0
                                  • crunchip
                                    crunchip Forum Testing Most Active @Dominik F. last edited by

                                    @Dominik-F proxmox ist nur das system....wichtig sind die befehle....ab minute 32 ,
                                    unabhängig davon, alles auf einen raspberry laufen zu lassen, macht meines Erachtens eher wenig Sinn

                                    harrym Dominik F. 2 Replies Last reply Reply Quote 0
                                    • harrym
                                      harrym @crunchip last edited by

                                      @crunchip proxmox ist eine visualisierung! und in soeinem zusammenhang nur verwirrend.

                                      1 Reply Last reply Reply Quote 0
                                      • Dominik F.
                                        Dominik F. @crunchip last edited by

                                        @crunchip

                                        Okay, kannst du das weiter erläutern warum das keinen Sinn macht? Wie du sicher bemerkt hast bin ich absoluter anfänger.....ich fand die Grafana Grafiken schön und wollte die auch haben 😄

                                        harrym 1 Reply Last reply Reply Quote 0
                                        • harrym
                                          harrym @Dominik F. last edited by harrym

                                          @Dominik-F wennste schöne grafiken haben willst ... geht auch über history und rickshaw

                                          Dominik F. 1 Reply Last reply Reply Quote 0
                                          • Dominik F.
                                            Dominik F. @harrym last edited by

                                            @harrym

                                            also ist das jetzt nicht gut für mein System wenn ich Grafana nutze? ist rickshaw sinnvoller?

                                            harrym crunchip 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

                                            919
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            influxdb
                                            4
                                            62
                                            8710
                                            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