NEWS
Influxdb Instanz zum laufen bringen wie
-
Moin alle zusammen,
Ich würde gerne die InfluxDB Instanz im Iobroker zum laufen bringen.
Auf meinem Raspi 5 mit Bookworm habe ich diese Befehle ausgeführt.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
Die Instanz im Iobroker installiert und gestartet ohne Änderungen in der Einstellung. Nun stehlt er keine Verbindung zu dem Gerät oder Dienst her und bleibt rot.
Wie gehe ich weiter vor wie sind die Einstellungen.
Gruß
Mico -
Und welches influxdb hast du nun installiert?
Läuft das auch?
Mit den obigen Kommandos legt man ja nur das influxdb-Repo an. -
Ich dachte das das jetzt installiert ist? In der Version 2
Wie erfahre ich hob das läuft oder nicht? mit sudo influxdb start ?
Gruß
Mico -
apt policy influxdb*
-
Darauf gibt mir das System dieses zurück:
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: (none) Candidate: 1.11.7-1 Version table: 1.11.7-1 500 500 https://repos.influxdata.com/debian stable/main arm64 Packages 1.8.10-1 500 500 https://repos.influxdata.com/debian stable/main arm64 Packages 1.6.7~rc0-1+b13 500 500 http://deb.debian.org/debian bookworm/main arm64 Packages influxdb2: Installed: (none) Candidate: 2.7.10-1 Version table: 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
Gruß
Mico -
Da ist weder influxdb noch influxdb2 installiert.
Pakete werden mitsudo apt install <PAKETNAME>
installiert.
-
ok hab ich jetzt gemacht, sudo apt install influxdb2
mehr Befehle brauche ich jetzt nicht.
Gruß
Mico