NEWS
Benötige Hilfe bei Influx DB
-
@djmarc75 sagte in Benötige Hilfe bei Influx DB:
Hast Du denn gestern oder heute einen Benutzer admin angelegt ?
Das ist noch der Benutzer aus der alten Installation.
Benutzer von Grafana jetzt ist auch admininfluxdann
CREATE USER admin WITH PASSWORD '<password>' WITH ALL PRIVILEGESpassword durch ein eigenes ersetzen aber < und > belassen
exitich gehe davon aus dass Du die Schritte
sudo systemctl unmask influxdb sudo systemctl enable influxdb sudo systemctl start influxdbauch gemacht hast ?!
-
influxdann
CREATE USER admin WITH PASSWORD '<password>' WITH ALL PRIVILEGESpassword durch ein eigenes ersetzen aber < und > belassen
exitich gehe davon aus dass Du die Schritte
sudo systemctl unmask influxdb sudo systemctl enable influxdb sudo systemctl start influxdbauch gemacht hast ?!
@djmarc75
nein habe ich nicht
nur sosudo apt-get update sudo apt install -y influxdb sudo systemctl unmask influxdb.service sudo systemctl start influxdb.service sudo systemctl enable influxdb.serviceKann man die Passwörter irgendwo sehen?
-
@djmarc75
nein habe ich nicht
nur sosudo apt-get update sudo apt install -y influxdb sudo systemctl unmask influxdb.service sudo systemctl start influxdb.service sudo systemctl enable influxdb.serviceKann man die Passwörter irgendwo sehen?
@altersrentner sagte in Benötige Hilfe bei Influx DB:
nur so
passt!
@altersrentner sagte in Benötige Hilfe bei Influx DB:
Kann man die Passwörter irgendwo sehen?
Natürlich nicht.
User jetzt nochmal nach meiner Vorlage angelegt ?
-
@altersrentner Geh mal danach bitte vor um Dein PW zurückzusetzen
https://forum.iobroker.net/post/667113 -
@thomas-braun
Danke für Deine Hilfe.pi@raspberrypiioBroker:~ $ wget -q https://repos.influxdata.com/influxdb.key pi@raspberrypiioBroker:~ $ echo '23a1c8836f0afc5ed24e0486339d7cc8f6790b83886c4c96995b88a061c5bb5d influxdb.key' | sha256sum -c && cat influxdb.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg > /dev/null influxdb.key: OK pi@raspberrypiioBroker:~ $ echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg] https://repos.influxdata.com/debian stable main pi@raspberrypiioBroker:~ $ sudo apt update && sudo apt install influxdb2 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease Hit:2 http://deb.debian.org/debian bullseye InRelease Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease Get:5 https://repos.influxdata.com/debian stable InRelease [4,645 B] Hit:6 https://deb.nodesource.com/node_16.x bullseye InRelease Hit:7 https://packages.grafana.com/oss/deb stable InRelease Get:8 https://repos.influxdata.com/debian stable/main armhf Packages [779 B] Get:9 https://repos.influxdata.com/debian stable/main arm64 Packages [1,260 B] Fetched 50.8 kB in 2s (26.0 kB/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date. Reading package lists... Done Building dependency tree... Done Reading state information... Done The following additional packages will be installed: influxdb2-cli The following NEW packages will be installed: influxdb2 influxdb2-cli 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 94.3 MB of archives. After this operation, 160 MB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 https://repos.influxdata.com/debian stable/main arm64 influxdb2 arm64 2.3.0-1 [89.4 MB] Get:2 https://repos.influxdata.com/debian stable/main arm64 influxdb2-cli arm64 2.3.0 [4,953 kB] Fetched 94.3 MB in 17s (5,603 kB/s) Selecting previously unselected package influxdb2. (Reading database ... 45845 files and directories currently installed.) Preparing to unpack .../influxdb2_2.3.0-1_arm64.deb ... Unpacking influxdb2 (2.3.0-1) ... Selecting previously unselected package influxdb2-cli. Preparing to unpack .../influxdb2-cli_2.3.0_arm64.deb ... Unpacking influxdb2-cli (2.3.0) ... Setting up influxdb2 (2.3.0-1) ... Created symlink /etc/systemd/system/influxd.service → /lib/systemd/system/influxdb.service. Created symlink /etc/systemd/system/multi-user.target.wants/influxdb.service → /lib/systemd/system/influxdb.service. Setting up influxdb2-cli (2.3.0) ... pi@raspberrypiioBroker:~ $ sudo service influxdb2 start Failed to start influxdb2.service: Unit influxdb2.service not found. pi@raspberrypiioBroker:~ $ sudo service influxdb start pi@raspberrypiioBroker:~ $ sudo influx NAME: influx - Influx Client USAGE: influx [command] COMMANDS: version Print the influx CLI version write Write points to InfluxDB bucket Bucket management commands completion Generates completion scripts query Execute a Flux query config Config management commands org, organization Organization management commands delete Delete points from InfluxDB user User management commands task Task management commands telegrafs List Telegraf configuration(s). Subcommands manage Telegraf configurations. dashboards List Dashboard(s). export Export existing resources as a template secret Secret management commands v1 InfluxDB v1 management commands auth, authorization Authorization management commands apply Apply a template to manage resources stacks List stack(s) and associated templates. Subcommands manage stacks. template Summarize the provided template bucket-schema Bucket schema management commands ping Check the InfluxDB /health endpoint setup Setup instance with initial user, org, bucket backup Backup database restore Restores a backup directory to InfluxDB remote Remote connection management commands replication Replication stream management commands server-config Display server config help, h Shows a list of commands or help for one command GLOBAL OPTIONS: --help, -h show help pi@raspberrypiioBroker:~ $Muss ich jetzt noch Rechte einfügen? Etwa so?
CREATE USER "admin" WITH PASSWORD '<adminpassword>' WITH ALL PRIVILEGES CREATE USER "user" WITH PASSWORD '<userpassword>' CREATE DATABASE "iobroker" GRANT ALL ON "iobroker" TO "user" -
@altersrentner sagte in Benötige Hilfe bei Influx DB:
nur so
passt!
@altersrentner sagte in Benötige Hilfe bei Influx DB:
Kann man die Passwörter irgendwo sehen?
Natürlich nicht.
User jetzt nochmal nach meiner Vorlage angelegt ?
@djmarc75 sagte in Benötige Hilfe bei Influx DB:
User jetzt nochmal nach meiner Vorlage angelegt ?
Ist gemacht,
jetztsudo reboot?
-
@djmarc75 sagte in Benötige Hilfe bei Influx DB:
User jetzt nochmal nach meiner Vorlage angelegt ?
Ist gemacht,
jetztsudo reboot?
@altersrentner sagte in Benötige Hilfe bei Influx DB:
sudo reboot
brauch es nicht aber den Service neu starten.
Und falls das nix gebracht hat probiere es so aus
-
@altersrentner sagte in Benötige Hilfe bei Influx DB:
sudo reboot
brauch es nicht aber den Service neu starten.
Und falls das nix gebracht hat probiere es so aus
@djmarc75
So Grafana ist gespeichert - Datenquelle aktualisiert.
Werde dann mal heute Abend sehen ob ich ein paar Daten
eingearbeitet bekomme.
Danke euch.
Melde mich wieder
MfG Michael -
@altersrentner sagte in Benötige Hilfe bei Influx DB:
sudo reboot
brauch es nicht aber den Service neu starten.
Und falls das nix gebracht hat probiere es so aus
@djmarc75
Hallo,
Doch nicht alles gut.
Habe jetzt in Grafana das erste Bord angelegt.
Kann es aber nicht in die VIS laden.
Habe gesehen, das es Verbinungsprobleme ( Bild ) gibt.

Hast Du eine Idee?
Mir ist noch aufgefallen, das ioBroker auf zwei unterschiedlichen IPs läuft.
120 und 41, das ist doch auch nicht normal, oder?
Gruß MIchael -
@djmarc75
Hallo,
Doch nicht alles gut.
Habe jetzt in Grafana das erste Bord angelegt.
Kann es aber nicht in die VIS laden.
Habe gesehen, das es Verbinungsprobleme ( Bild ) gibt.

Hast Du eine Idee?
Mir ist noch aufgefallen, das ioBroker auf zwei unterschiedlichen IPs läuft.
120 und 41, das ist doch auch nicht normal, oder?
Gruß MIchael@altersrentner sagte in Benötige Hilfe bei Influx DB:
Mir ist noch aufgefallen, das ioBroker auf zwei unterschiedlichen IPs läuft.
120 und 41, das ist doch auch nicht normal, oder?Na klar ist das normal. Einmal per LAN und einmal per WLAN.
Bitte aber nicht das LANKabel ziehen weil der ioBroker per LAN arbeiten sollte.Thema Verbindungsfehler --> Suchfunktion ergibt etliche Ergebnisse mit Lösungen
z.B. https://forum.iobroker.net/topic/56618/vis-editor-meldet-immer-verbindungsfehler?_=1659436666712
oder auch https://forum.iobroker.net/topic/56596/gelöst-vis-edit-meldet-verbindungsfehler?_=1659436666714Das nochmal hier durchzukauen macht wenig Sinn.
-
@djmarc75
Hallo,
Doch nicht alles gut.
Habe jetzt in Grafana das erste Bord angelegt.
Kann es aber nicht in die VIS laden.
Habe gesehen, das es Verbinungsprobleme ( Bild ) gibt.

Hast Du eine Idee?
Mir ist noch aufgefallen, das ioBroker auf zwei unterschiedlichen IPs läuft.
120 und 41, das ist doch auch nicht normal, oder?
Gruß MIchael@altersrentner sagte in Benötige Hilfe bei Influx DB:
Mir ist noch aufgefallen, das ioBroker auf zwei unterschiedlichen IPs läuft.
120 und 41, das ist doch auch nicht normal, oder?nein, ist es nicht.
wie ist es dir aufgefallen?
hast du LAN und WLAN am RasPi aktiviert?
-
@djmarc75
Hallo,
Doch nicht alles gut.
Habe jetzt in Grafana das erste Bord angelegt.
Kann es aber nicht in die VIS laden.
Habe gesehen, das es Verbinungsprobleme ( Bild ) gibt.

Hast Du eine Idee?
Mir ist noch aufgefallen, das ioBroker auf zwei unterschiedlichen IPs läuft.
120 und 41, das ist doch auch nicht normal, oder?
Gruß MIchael@altersrentner sagte in Benötige Hilfe bei Influx DB:
120 und 41, das ist doch auch nicht normal, oder?
ip asagt dir welches Netzwerk-Interface da mit welchen IPs versehen wurde.
-
@altersrentner sagte in Benötige Hilfe bei Influx DB:
Mir ist noch aufgefallen, das ioBroker auf zwei unterschiedlichen IPs läuft.
120 und 41, das ist doch auch nicht normal, oder?nein, ist es nicht.
wie ist es dir aufgefallen?
hast du LAN und WLAN am RasPi aktiviert?
@homoran sagte in Benötige Hilfe bei Influx DB:
hast du LAN und WLAN am RasPi aktiviert?
Im Moment habe ich das LAN angesteckt
@thomas-braun sagte in Benötige Hilfe bei Influx DB:
sagt dir welches Netzwerk-Interface da mit welchen IPs versehen wurde.
pi@raspberrypiioBroker:~ $ ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether dc:a6:32:1b:bd:83 brd ff:ff:ff:ff:ff:ff inet 192.168.178.41/24 brd 192.168.178.255 scope global dynamic noprefixroute eth0 valid_lft 848809sec preferred_lft 740809sec inet6 2003:dc:9f19:4a00:5d01:c0bf:b13b:f74d/64 scope global dynamic mngtmpaddr noprefixroute valid_lft 6942sec preferred_lft 1542sec inet6 fe80::75a5:b9b4:6580:a932/64 scope link valid_lft forever preferred_lft forever 3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether dc:a6:32:1b:bd:85 brd ff:ff:ff:ff:ff:ff inet 192.168.178.120/24 brd 192.168.178.255 scope global dynamic noprefixroute wlan0 valid_lft 848811sec preferred_lft 740811sec inet6 2003:dc:9f19:4a00:d056:5ceb:f82:19e1/64 scope global dynamic mngtmpaddr noprefixroute valid_lft 6942sec preferred_lft 1542sec inet6 fe80::8424:c480:f6e8:d77a/64 scope link valid_lft forever preferred_lft forever pi@raspberrypiioBroker:~ $ -
@homoran sagte in Benötige Hilfe bei Influx DB:
hast du LAN und WLAN am RasPi aktiviert?
Im Moment habe ich das LAN angesteckt
@thomas-braun sagte in Benötige Hilfe bei Influx DB:
sagt dir welches Netzwerk-Interface da mit welchen IPs versehen wurde.
pi@raspberrypiioBroker:~ $ ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether dc:a6:32:1b:bd:83 brd ff:ff:ff:ff:ff:ff inet 192.168.178.41/24 brd 192.168.178.255 scope global dynamic noprefixroute eth0 valid_lft 848809sec preferred_lft 740809sec inet6 2003:dc:9f19:4a00:5d01:c0bf:b13b:f74d/64 scope global dynamic mngtmpaddr noprefixroute valid_lft 6942sec preferred_lft 1542sec inet6 fe80::75a5:b9b4:6580:a932/64 scope link valid_lft forever preferred_lft forever 3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether dc:a6:32:1b:bd:85 brd ff:ff:ff:ff:ff:ff inet 192.168.178.120/24 brd 192.168.178.255 scope global dynamic noprefixroute wlan0 valid_lft 848811sec preferred_lft 740811sec inet6 2003:dc:9f19:4a00:d056:5ceb:f82:19e1/64 scope global dynamic mngtmpaddr noprefixroute valid_lft 6942sec preferred_lft 1542sec inet6 fe80::8424:c480:f6e8:d77a/64 scope link valid_lft forever preferred_lft forever pi@raspberrypiioBroker:~ $@altersrentner
41 - LAN
120 - WLANAlso alles i.O.
-
@altersrentner
41 - LAN
120 - WLANAlso alles i.O.
-
@homoran sagte in Benötige Hilfe bei Influx DB:
hast du LAN und WLAN am RasPi aktiviert?
Im Moment habe ich das LAN angesteckt
@thomas-braun sagte in Benötige Hilfe bei Influx DB:
sagt dir welches Netzwerk-Interface da mit welchen IPs versehen wurde.
pi@raspberrypiioBroker:~ $ ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether dc:a6:32:1b:bd:83 brd ff:ff:ff:ff:ff:ff inet 192.168.178.41/24 brd 192.168.178.255 scope global dynamic noprefixroute eth0 valid_lft 848809sec preferred_lft 740809sec inet6 2003:dc:9f19:4a00:5d01:c0bf:b13b:f74d/64 scope global dynamic mngtmpaddr noprefixroute valid_lft 6942sec preferred_lft 1542sec inet6 fe80::75a5:b9b4:6580:a932/64 scope link valid_lft forever preferred_lft forever 3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether dc:a6:32:1b:bd:85 brd ff:ff:ff:ff:ff:ff inet 192.168.178.120/24 brd 192.168.178.255 scope global dynamic noprefixroute wlan0 valid_lft 848811sec preferred_lft 740811sec inet6 2003:dc:9f19:4a00:d056:5ceb:f82:19e1/64 scope global dynamic mngtmpaddr noprefixroute valid_lft 6942sec preferred_lft 1542sec inet6 fe80::8424:c480:f6e8:d77a/64 scope link valid_lft forever preferred_lft forever pi@raspberrypiioBroker:~ $@altersrentner sagte in Benötige Hilfe bei Influx DB:
Im Moment habe ich das LAN angesteckt
Zusätzlich zum WLAN! :blush:
-
@altersrentner sagte in Benötige Hilfe bei Influx DB:
Im Moment habe ich das LAN angesteckt
Zusätzlich zum WLAN! :blush:
@homoran
Das Problem ist behoben.
Leider bekomme ich kein Deshboard von Grafana in die VIS integriert
Das habe ich eingestellt:sudo nano /etc/grafana/grafana.ini [security] allow_embedding = true [auth.anonymous] enabled = true org_name = Main Org. org_role = Viewer [user] allow_sign_up = false sudo service grafana-server stop sudo service grafana-server startNormal sollte der Link dann unter VIS Allgemein Quelle eingefügt werden.
Was ich auch gemacht habe

Aber das I Frame bleibt weiß -
@homoran
Das Problem ist behoben.
Leider bekomme ich kein Deshboard von Grafana in die VIS integriert
Das habe ich eingestellt:sudo nano /etc/grafana/grafana.ini [security] allow_embedding = true [auth.anonymous] enabled = true org_name = Main Org. org_role = Viewer [user] allow_sign_up = false sudo service grafana-server stop sudo service grafana-server startNormal sollte der Link dann unter VIS Allgemein Quelle eingefügt werden.
Was ich auch gemacht habe

Aber das I Frame bleibt weiß@altersrentner sieht der Eintrag in der grafana.ini bei Dir tatsächlich so aus ?
# set to true if you want to allow browsers to render Grafana in a <frame>, <iframe>, <embed> or <object>. default is false. allow_embedding = truenicht dass da noch ein ";" davor steht.
Ansonsten mal einfach die Kiste neu starten und dann nochmal testen.
-
@altersrentner sieht der Eintrag in der grafana.ini bei Dir tatsächlich so aus ?
# set to true if you want to allow browsers to render Grafana in a <frame>, <iframe>, <embed> or <object>. default is false. allow_embedding = truenicht dass da noch ein ";" davor steht.
Ansonsten mal einfach die Kiste neu starten und dann nochmal testen.
@djmarc75 sagte in Benötige Hilfe bei Influx DB:
nicht dass da noch ein ";" davor steht.
Das stand davor
Habe ich entfernt
Bei den anderen Eintragungen steht ";" auch vor -
@djmarc75 sagte in Benötige Hilfe bei Influx DB:
nicht dass da noch ein ";" davor steht.
Das stand davor
Habe ich entfernt
Bei den anderen Eintragungen steht ";" auch vor@altersrentner sagte in Benötige Hilfe bei Influx DB:
Bei den anderen Eintragungen steht ";" auch vor
Das muss da natürlich auch weg
[auth.anonymous] enabled = true org_name = Main Org. org_role = Viewer [users] allow_sign_up = falseabspeichern und danach nochmal den service stoppen und starten