NEWS
Frage : Migrate MySQL nach Influxdb
-
@marco-mh Ohne
<
und>
das<DATABASE>
war nur als Platzhalter gedacht. -
@jackgruber ich glaub ich lösche die Datenbank nochmal und spiele erst das von SQL ein und dann logge ich mit Infux. macht das sinn?
-
@marco-mh Sind die Daten nicht in der Datenbank?
-
@jackgruber er zeigt nix an
-
@marco-mh Schau mal in die
autogen
, wenn es nicht geändert hast, steht die in der json vom import als policy drin. -
@jackgruber jetzt zeigt er das an, aber keine Messwerte. wahrscheinlich soll ich jetzt den Datenpunkt auswählen
-
@marco-mh Die spalte
value
sind die messwerte -
@jackgruber jetzt gehts, und die Date von 2 Jahren werden angezeigt.
Speichert Influx die Daten auch unter autogen? -
@jackgruber hab ich jetzt auch gemerkt. mein Gott ist das kompliziert grrr
-
@marco-mh das kommt auf die konfig an. Die policys geben an wie lange die Daten in der Datenbank bleiben sollen.
Ich hab policys für 1 Woche, 1 Monat, 2 Monate, 1 Jahr, 2 Jahre und 10 Jahre. -
@jackgruber in Iobroker hab ich auf nie löschen eingestellt
-
@marco-mh Ich vermute mal er nutzt die global da diese auf default bei dir steht.
-
@jackgruber kann ich das umstellen?
-
@marco-mh In ioBroker InfluxDB Adapter, keine Ahnung, ich nutze den nicht.
-
@jackgruber eine Grafische Oberfläche über den Browser gibt es nicht für Influx oder?
-
@marco-mh Keine ahnung, ich arbeit auf fast allen systemen nur auf der console.
-
@jackgruber ich dank dir erstmal für heute. Super Arbeit und Support von dir.
-
@jackgruber sagte in Frage : Migrate MySQL nach Influxdb:
@marco-mh Verschiedene kennwörter für den user
iobroker
je nach dem von wo er kommt, oder das kennwort in der Json falsch?
Meld dich mal im phpMyAdmin mit demiobroker
an.Ich hab mir jetzt auch ne InfluxDB auf einer LXC aufgesetzt, Datenbank angelegt, User etc, was halt sein muss. Ich habe den User für MySQL eben via phpMyAdmin geprüft (user & Passwort), diese auch in der JSON eingetragen, IP & Ports geprüft, ich erhalte trotzdem folgende Fehlermeldung:
C:\GitHub>migrate.py ALL (1045, "Access denied for user 'admin'@'Houston-OLD.fritz.box' (using password: YES)")
Die Requirements hab ich installiert wie in der Readme steht, Python 3.8.10 hab ich drauf. Hab mich jetzt mehrere Stunden damit befasst und komm nicht weiter
Das Skript will ich auf meinem Windows10-PC ausführen, MySQL = VM Proxmox, InfluxDB = LXC Proxmox unpriviligiert
Die Eingabeaufforderung unter Win10 hab ich als Admin ausgeführt.
Und hier das, was ich auf dem Win-PC in der Eingabeaufforderung alles gemacht hab:
C:\GitHub>dir Volume in Laufwerk C: hat keine Bezeichnung. Volumeseriennummer: 507A-0C37 Verzeichnis von C:\GitHub 08.06.2021 20:25 <DIR> . 08.06.2021 20:25 <DIR> .. 08.06.2021 20:25 38 .gitignore 08.06.2021 20:25 353 database.json.example 08.06.2021 20:24 4.038 iobroker_mysql_2_influxdb-master.zip 08.06.2021 20:25 6.811 migrate.py 08.06.2021 20:25 1.143 README.md 08.06.2021 20:25 33 requirements.txt 6 Datei(en), 12.416 Bytes 2 Verzeichnis(se), 34.135.502.848 Bytes frei C:\GitHub>python --version Python 3.8.10 C:\GitHub>python -m pip install -U pip Requirement already satisfied: pip in c:\users\thorsten\appdata\local\programs\python\python38\lib\site-packages (21.1.1) Collecting pip Downloading pip-21.1.2-py3-none-any.whl (1.5 MB) |████████████████████████████████| 1.5 MB 3.3 MB/s Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 21.1.1 Uninstalling pip-21.1.1: Successfully uninstalled pip-21.1.1 Successfully installed pip-21.1.2 C:\GitHub>pip install -r requirements.txt Collecting influxdb>=5.3.1 Downloading influxdb-5.3.1-py2.py3-none-any.whl (77 kB) |████████████████████████████████| 77 kB 1.2 MB/s Collecting PyMySQL>=1.0.2 Downloading PyMySQL-1.0.2-py3-none-any.whl (43 kB) |████████████████████████████████| 43 kB 709 kB/s Collecting requests>=2.17.0 Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB) |████████████████████████████████| 61 kB 3.8 MB/s Collecting six>=1.10.0 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting pytz Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB) |████████████████████████████████| 510 kB 6.8 MB/s Collecting msgpack Downloading msgpack-1.0.2-cp38-cp38-win_amd64.whl (69 kB) |████████████████████████████████| 69 kB 2.0 MB/s Collecting python-dateutil>=2.6.0 Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) |████████████████████████████████| 227 kB 6.8 MB/s Collecting idna<3,>=2.5 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) |████████████████████████████████| 58 kB 3.0 MB/s Collecting urllib3<1.27,>=1.21.1 Downloading urllib3-1.26.5-py2.py3-none-any.whl (138 kB) |████████████████████████████████| 138 kB 6.8 MB/s Collecting chardet<5,>=3.0.2 Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB) |████████████████████████████████| 178 kB 6.8 MB/s Collecting certifi>=2017.4.17 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) |████████████████████████████████| 145 kB ... Installing collected packages: urllib3, six, idna, chardet, certifi, requests, pytz, python-dateutil, msgpack, PyMySQL, influxdb Successfully installed PyMySQL-1.0.2 certifi-2021.5.30 chardet-4.0.0 idna-2.10 influxdb-5.3.1 msgpack-1.0.2 python-dateutil-2.8.1 pytz-2021.1 requests-2.25.1 six-1.16.0 urllib3-1.26.5 C:\GitHub>migrate.py ALL (1045, "Access denied for user 'iobroker'@'Houston-OLD.fritz.box' (using password: YES)") C:\GitHub>migrate.py ALL (1045, "Access denied for user 'admin'@'Houston-OLD.fritz.box' (using password: YES)") C:\GitHub>migrate.py ALL (1045, "Access denied for user 'admin'@'Houston-OLD.fritz.box' (using password: YES)") C:\GitHub>
-
LÄÄÄÄÄÄÄÄÄÄÄÄUFT, ich werd bekloppt...hab nen anderen User genommen. Habe bei diesem User unter phpMyAdmin => Benutzerkonten => Anmeldeinformationen unter "Hostname" = Jeder Host % eingetragen:
Falls jmd mal das gleiche Problem haben sollte
-
Hmmmm....hab nur jetzt, wo ich in die InfluxDB schreiben will, echt bei jedem Objekt, das ich logge, Fehlermeldungen im LOG
influxdb.0 2021-06-08 22:11:28.416 warn Add alias.0.Spritpreise.JETDiesel to conflicting Points (4 now) influxdb.0 2021-06-08 22:11:28.413 warn Error on writePoint("{"value":"1,29","time":"2021-06-08T20:11:28.392Z","from":"system.adapter.tankerkoenig.0","q":0,"ack":true}): Error: {"error":"partial write: field type conflict: input field \"value\" on measurement \"alias.0.Spritpreise.JETDiesel\" is type string, already exists as type float dropped=1"} / "{\"error\":\"partial write: field type conflict: input field \\\"value\\\" on measurement \\\"alias.0.Spritpreise.JETDiesel\\\" is type string, already exists as type float dropped=1\"}\n" influxdb.0 2021-06-08 22:11:28.310 warn Add alias.0.Spritpreise.ESSODiesel to conflicting Points (4 now) influxdb.0 2021-06-08 22:11:28.308 warn Error on writePoint("{"value":"1,32","time":"2021-06-08T20:11:28.238Z","from":"system.adapter.tankerkoenig.0","q":0,"ack":true}): Error: {"error":"partial write: field type conflict: input field \"value\" on measurement \"alias.0.Spritpreise.ESSODiesel\" is type string, already exists as type float dropped=1"} / "{\"error\":\"partial write: field type conflict: input field \\\"value\\\" on measurement \\\"alias.0.Spritpreise.ESSODiesel\\\" is type string, already exists as type float dropped=1\"}\n" influxdb.0 2021-06-08 22:10:16.094 warn Add alias.0.Spritpreise.JETDiesel to conflicting Points (4 now) influxdb.0 2021-06-08 22:10:16.093 warn Error on writePoint("{"value":"1,29","time":"2021-06-08T20:01:28.348Z","from":"system.adapter.tankerkoenig.0","q":0,"ack":true}): Error: {"error":"partial write: field type conflict: input field \"value\" on measurement \"alias.0.Spritpreise.JETDiesel\" is type string, already exists as type float dropped=1"} / "{\"error\":\"partial write: field type conflict: input field \\\"value\\\" on measurement \\\"alias.0.Spritpreise.JETDiesel\\\" is type string, already exists as type float dropped=1\"}\n" influxdb.0 2021-06-08 22:10:16.070 warn Add alias.0.Spritpreise.JETDiesel to conflicting Points (4 now) influxdb.0 2021-06-08 22:10:16.069 warn Error on writePoint("{"value":"1,29","time":"2021-06-08T19:56:28.376Z","from":"system.adapter.tankerkoenig.0","q":0,"ack":true}): Error: {"error":"partial write: field type conflict: input field \"value\" on measurement \"alias.0.Spritpreise.JETDiesel\" is type string, already exists as type float dropped=1"} / "{\"error\":\"partial write: field type conflict: input field \\\"value\\\" on measurement \\\"alias.0.Spritpreise.JETDiesel\\\" is type string, already exists as type float dropped=1\"}\n" influxdb.0 2021-06-08 22:10:16.039 warn Add alias.0.Spritpreise.JETDiesel to conflicting Points (4 now) influxdb.0 2021-06-08 22:10:16.038 warn Error on writePoint("{"value":"1,29","time":"2021-06-08T19:51:28.283Z","from":"system.adapter.tankerkoenig.0","q":0,"ack":true}): Error: {"error":"partial write: field type conflict: input field \"value\" on measurement \"alias.0.Spritpreise.JETDiesel\" is type string, already exists as type float dropped=1"} / "{\"error\":\"partial write: field type conflict: input field \\\"value\\\" on measurement \\\"alias.0.Spritpreise.JETDiesel\\\" is type string, already exists as type float dropped=1\"}\n" influxdb.0 2021-06-08 22:10:16.007 warn Try to write 3 Points separate to find the conflicting one influxdb.0 2021-06-08 22:10:16.006 warn Error on writePoints for alias.0.Spritpreise.JETDiesel: Error: {"error":"partial write: field type conflict: input field \"value\" on measurement \"alias.0.Spritpreise.JETDiesel\" is type string, already exists as type float dropped=3"} influxdb.0 2021-06-08 22:10:15.982 warn Add alias.0.Spritpreise.ESSODiesel to conflicting Points (4 now) influxdb.0 2021-06-08 22:10:15.980 warn Error on writePoint("{"value":"1,32","time":"2021-06-08T20:01:28.220Z","from":"system.adapter.tankerkoenig.0","q":0,"ack":true}): Error: {"error":"partial write: field type conflict: input field \"value\" on measurement \"alias.0.Spritpreise.ESSODiesel\" is type string, already exists as type float dropped=1"} / "{\"error\":\"partial write: field type conflict: input field \\\"value\\\" on measurement \\\"alias.0.Spritpreise.ESSODiesel\\\" is type string, already exists as type float dropped=1\"}\n" influxdb.0 2021-06-08 22:10:15.952 warn Add alias.0.Spritpreise.ESSODiesel to conflicting Points (4 now) influxdb.0 2021-06-08 22:10:15.945 warn Error on writePoint("{"value":"1,32","time":"2021-06-08T19:56:28.229Z","from":"system.adapter.tankerkoenig.0","q":0,"ack":true}): Error: {"error":"partial write: field type conflict: input field \"value\" on measurement \"alias.0.Spritpreise.ESSODiesel\" is type string, already exists as type float dropped=1"} / "{\"error\":\"partial write: field type conflict: input field \\\"value\\\" on measurement \\\"alias.0.Spritpreise.ESSODiesel\\\" is type string, already exists as type float dropped=1\"}\n" influxdb.0 2021-06-08 22:10:15.476 warn Error on writePoint("{"value":true,"time":"2021-06-08T20:06:06.182Z","from":"system.adapter.sonoff.0","q":0,"ack":true}): Error: {"error":"partial write: field type conflict: input field \"value\" on measurement \"alias.0.Steckdosen.Serverschrank\" is type boolean, already exists as type float dropped=1"} / "{\"error\":\"partial write: field type conflict: input field \\\"value\\\" on measurement \\\"alias.0.Steckdosen.Serverschrank\\\" is type boolean, already exists as type float dropped=1\"}\n"
Hab nur einige wenige gepostet...wie bekomm ich das behoben?