NEWS
influxdb 3.0.0 verfügbar - eine Zusammenfassung
-
@palm_maniac hm … also löschen sollte der Adapter können über die Datenpunkt Einstellungen im expertenmodus. Aber hast es ja hinbekommen.
-
@apollon77 Den einzigen Löschbefehl, den ich im Adapter gefunden habe, ist der unter DB Settings. Alle Daten in Datenbank löschen. Eine andere Löschmöglichkeit hab ich nicht gefunden. Der löscht doch nur die komplette Datenbank (Bucket) und das will ich ja nicht.
-
@palm_maniac Admin5 - Expertenmodus - gehe auf den Datenpunkt den du willst - gehe auf die Tabelle - dann sollten oben rechts buttons sein
-
-
@ofbeqnpolkkl6mby5e13 Ahh mist ja ... ich sehe gerade das auch die anderen für InfluxDB 2.x noch nicht implementiert sind ... Ok da muss man wohl nochmal ran.
Wäre cool wenn Ihr die relevanten queries ggf beisteuern könntet ... weniger was man rausfinden muss
-
Hallo zusammen,
ich möchte mit Influxdb beginnen. Habe einen Proxmox Server am laufen, eine ioBroker im LXC und möchte jetzt Influxdb haben.
Sollte ich diese in einem neuen LXC installieren oder unter Docker (der auch in einem LXC läuft)?
Ich weis viele fragen auf einmal, habe auch schon einiges darüber nachgelesen oder auf YT geschaut. Aber irgendwie gehen die Meinungen dazu auseinander.
Gibt es da irgendwo ein HowTo zu diesem Thema? Ausserdem Infludb oder Influxdb2?Danke jetzt schon mal im vorab.
-
@apollon77 sagte in influxdb 3.0.0 verfügbar - eine Zusammenfassung:
Wäre cool wenn Ihr die relevanten queries ggf beisteuern könntet ... weniger was man rausfinden muss
Könntest du bitte genauer erläutern, was du genau benötigst?
Kannst du die entsprechende Stelle im Adaptercode aufzeigen?
(Am Beispiel wenn ein geloggter Wert in der Influxdb1 gelöscht wird) -
Am Ende wäre natürlich "ideal" wenn ich es nur nochzusammstecken müsste im code ... oder gleich ein PR ;-)) Aber querues und generell "geht das mit Influxdb noch so" sind die Fragen.
Code Links:
- Update State: https://github.com/ioBroker/ioBroker.influxdb/blob/master/main.js#L1604 (Am Ende hier select===suchen, dann delete und dann neu einfügen (neu einfügen ist einfach, das haben wir)
- Delete Logik: https://github.com/ioBroker/ioBroker.influxdb/blob/153bf2b7b1756b034dd0a586276ac0d810e4e9cd/main.js#L1433
Am Ende wären es die 4 Delete Queries wie hier im code zu sehen und generell die Frage ob das in InfluxDB so geht
-
@apollon77
Gibt ja schon eine 3.1.x Version aber die letzte stable ist immer noch die 2.6er
Wann kommt es ins stable oder noch zu viel "Probleme" ? -
@segway sagte in influxdb 3.0.0 verfügbar - eine Zusammenfassung:
Wann kommt es ins stable oder noch zu viel "Probleme" ?
Also wenn ich hier lese dann eher nicht "viele Probleme". Da ist aber zuletzt erst vor 4 Tagen nochmal nachgelegt habe will ich da noch paar Tage abwarten.
-
@apollon77 sagte in influxdb 3.0.0 verfügbar - eine Zusammenfassung:
Also wenn ich hier lese dann eher nicht "viele Probleme". Da ist aber zuletzt erst vor 4 Tagen nochmal nachgelegt habe will ich da noch paar Tage abwarten.
Okay, da ich eh nur stable installiere, warte ich somit noch !
-
Heute führt mein NAS mal wieder ein RAID-Scrubbing durch, was naturgemäß dazu führt, dass es träge ist. Daher erhalte ich recht häufig Meldungen von der Influxdb-Instanz, dass Daten wegen eines Timeouts nicht geschrieben werden konnten. Bis dahin ist das soweit wie gewohnt. Sollte die Instanz aber unter diesen Umständen beim Beenden so dermaßen crashen?
2022-06-01 13:29:19.618 - [32minfo[39m: host.iobroker "system.adapter.influxdb.0" disabled 2022-06-01 13:29:19.639 - [32minfo[39m: host.iobroker stopInstance system.adapter.influxdb.0 (force=false, process=true) 2022-06-01 13:29:19.667 - [32minfo[39m: influxdb.0 (17356) Adapter is disabled => stop 2022-06-01 13:29:19.931 - [32minfo[39m: influxdb.0 (17356) terminating 2022-06-01 13:29:19.935 - [32minfo[39m: influxdb.0 (17356) Terminated (NO_ERROR): Without reason 2022-06-01 13:29:20.624 - [31merror[39m: host.iobroker Caught by controller[0]: WARN: Write to InfluxDB failed (attempt: 1). v [HttpError]: unexpected error writing points to database: timeout 2022-06-01 13:29:20.626 - [31merror[39m: host.iobroker Caught by controller[0]: at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/@influxdata/influxdb-client/dist/index.js:16:3875) 2022-06-01 13:29:20.627 - [31merror[39m: host.iobroker Caught by controller[0]: at IncomingMessage.emit (events.js:412:35) 2022-06-01 13:29:20.627 - [31merror[39m: host.iobroker Caught by controller[0]: at endReadableNT (internal/streams/readable.js:1334:12) 2022-06-01 13:29:20.628 - [31merror[39m: host.iobroker Caught by controller[0]: at processTicksAndRejections (internal/process/task_queues.js:82:21) { 2022-06-01 13:29:20.628 - [31merror[39m: host.iobroker Caught by controller[0]: statusCode: 500, 2022-06-01 13:29:20.630 - [31merror[39m: host.iobroker Caught by controller[0]: statusMessage: 'Internal Server Error', 2022-06-01 13:29:20.633 - [31merror[39m: host.iobroker Caught by controller[0]: body: '{"code":"internal error","message":"unexpected error writing points to database: timeout"}', 2022-06-01 13:29:20.634 - [31merror[39m: host.iobroker Caught by controller[0]: contentType: 'application/json; charset=utf-8', 2022-06-01 13:29:20.634 - [31merror[39m: host.iobroker Caught by controller[0]: json: { 2022-06-01 13:29:20.635 - [31merror[39m: host.iobroker Caught by controller[0]: code: 'internal error', 2022-06-01 13:29:20.635 - [31merror[39m: host.iobroker Caught by controller[0]: message: 'unexpected error writing points to database: timeout' 2022-06-01 13:29:20.636 - [31merror[39m: host.iobroker Caught by controller[0]: }, 2022-06-01 13:29:20.636 - [31merror[39m: host.iobroker Caught by controller[0]: code: 'internal error', 2022-06-01 13:29:20.637 - [31merror[39m: host.iobroker Caught by controller[0]: _retryAfter: 0 2022-06-01 13:29:20.637 - [31merror[39m: host.iobroker Caught by controller[0]: } 2022-06-01 13:29:20.639 - [31merror[39m: host.iobroker Caught by controller[1]: WARN: Write to InfluxDB failed (attempt: 1). v [HttpError]: unexpected error writing points to database: timeout 2022-06-01 13:29:20.641 - [31merror[39m: host.iobroker Caught by controller[1]: at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/@influxdata/influxdb-client/dist/index.js:16:3875) 2022-06-01 13:29:20.642 - [31merror[39m: host.iobroker Caught by controller[1]: at IncomingMessage.emit (events.js:412:35) 2022-06-01 13:29:20.642 - [31merror[39m: host.iobroker Caught by controller[1]: at endReadableNT (internal/streams/readable.js:1334:12) 2022-06-01 13:29:20.643 - [31merror[39m: host.iobroker Caught by controller[1]: at processTicksAndRejections (internal/process/task_queues.js:82:21) { 2022-06-01 13:29:20.643 - [31merror[39m: host.iobroker Caught by controller[1]: statusCode: 500, 2022-06-01 13:29:20.644 - [31merror[39m: host.iobroker Caught by controller[1]: statusMessage: 'Internal Server Error', 2022-06-01 13:29:20.644 - [31merror[39m: host.iobroker Caught by controller[1]: body: '{"code":"internal error","message":"unexpected error writing points to database: timeout"}', 2022-06-01 13:29:20.645 - [31merror[39m: host.iobroker Caught by controller[1]: contentType: 'application/json; charset=utf-8', 2022-06-01 13:29:20.646 - [31merror[39m: host.iobroker Caught by controller[1]: json: { 2022-06-01 13:29:20.646 - [31merror[39m: host.iobroker Caught by controller[1]: code: 'internal error', 2022-06-01 13:29:20.647 - [31merror[39m: host.iobroker Caught by controller[1]: message: 'unexpected error writing points to database: timeout' 2022-06-01 13:29:20.647 - [31merror[39m: host.iobroker Caught by controller[1]: }, 2022-06-01 13:29:20.648 - [31merror[39m: host.iobroker Caught by controller[1]: code: 'internal error', 2022-06-01 13:29:20.648 - [31merror[39m: host.iobroker Caught by controller[1]: _retryAfter: 0 2022-06-01 13:29:20.649 - [31merror[39m: host.iobroker Caught by controller[1]: } 2022-06-01 13:29:20.649 - [31merror[39m: host.iobroker Caught by controller[2]: WARN: Write to InfluxDB failed (attempt: 1). v [HttpError]: unexpected error writing points to database: timeout 2022-06-01 13:29:20.650 - [31merror[39m: host.iobroker Caught by controller[2]: at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/@influxdata/influxdb-client/dist/index.js:16:3875) 2022-06-01 13:29:20.650 - [31merror[39m: host.iobroker Caught by controller[2]: at IncomingMessage.emit (events.js:412:35) 2022-06-01 13:29:20.650 - [31merror[39m: host.iobroker Caught by controller[2]: at endReadableNT (internal/streams/readable.js:1334:12) 2022-06-01 13:29:20.651 - [31merror[39m: host.iobroker Caught by controller[2]: at processTicksAndRejections (internal/process/task_queues.js:82:21) { 2022-06-01 13:29:20.651 - [31merror[39m: host.iobroker Caught by controller[2]: statusCode: 500, 2022-06-01 13:29:20.652 - [31merror[39m: host.iobroker Caught by controller[2]: statusMessage: 'Internal Server Error', 2022-06-01 13:29:20.652 - [31merror[39m: host.iobroker Caught by controller[2]: body: '{"code":"internal error","message":"unexpected error writing points to database: timeout"}', 2022-06-01 13:29:20.652 - [31merror[39m: host.iobroker Caught by controller[2]: contentType: 'application/json; charset=utf-8', 2022-06-01 13:29:20.653 - [31merror[39m: host.iobroker Caught by controller[2]: json: { 2022-06-01 13:29:20.653 - [31merror[39m: host.iobroker Caught by controller[2]: code: 'internal error', 2022-06-01 13:29:20.654 - [31merror[39m: host.iobroker Caught by controller[2]: message: 'unexpected error writing points to database: timeout' 2022-06-01 13:29:20.654 - [31merror[39m: host.iobroker Caught by controller[2]: }, 2022-06-01 13:29:20.660 - [31merror[39m: host.iobroker Caught by controller[2]: code: 'internal error', 2022-06-01 13:29:20.661 - [31merror[39m: host.iobroker Caught by controller[2]: _retryAfter: 0 2022-06-01 13:29:20.661 - [31merror[39m: host.iobroker Caught by controller[2]: } 2022-06-01 13:29:20.661 - [31merror[39m: host.iobroker Caught by controller[3]: WARN: Write to InfluxDB failed (attempt: 1). v [HttpError]: unexpected error writing points to database: timeout 2022-06-01 13:29:20.662 - [31merror[39m: host.iobroker Caught by controller[3]: at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/@influxdata/influxdb-client/dist/index.js:16:3875) 2022-06-01 13:29:20.666 - [31merror[39m: host.iobroker Caught by controller[3]: at IncomingMessage.emit (events.js:412:35) 2022-06-01 13:29:20.667 - [31merror[39m: host.iobroker Caught by controller[3]: at endReadableNT (internal/streams/readable.js:1334:12) 2022-06-01 13:29:20.667 - [31merror[39m: host.iobroker Caught by controller[3]: at processTicksAndRejections (internal/process/task_queues.js:82:21) { 2022-06-01 13:29:20.668 - [31merror[39m: host.iobroker Caught by controller[3]: statusCode: 500, 2022-06-01 13:29:20.668 - [31merror[39m: host.iobroker Caught by controller[3]: statusMessage: 'Internal Server Error', 2022-06-01 13:29:20.669 - [31merror[39m: host.iobroker Caught by controller[3]: body: '{"code":"internal error","message":"unexpected error writing points to database: timeout"}', 2022-06-01 13:29:20.670 - [31merror[39m: host.iobroker Caught by controller[3]: contentType: 'application/json; charset=utf-8', 2022-06-01 13:29:20.670 - [31merror[39m: host.iobroker Caught by controller[3]: json: { 2022-06-01 13:29:20.671 - [31merror[39m: host.iobroker Caught by controller[3]: code: 'internal error', 2022-06-01 13:29:20.671 - [31merror[39m: host.iobroker Caught by controller[3]: message: 'unexpected error writing points to database: timeout' 2022-06-01 13:29:20.672 - [31merror[39m: host.iobroker Caught by controller[3]: }, 2022-06-01 13:29:20.672 - [31merror[39m: host.iobroker Caught by controller[3]: code: 'internal error', 2022-06-01 13:29:20.672 - [31merror[39m: host.iobroker Caught by controller[3]: _retryAfter: 0 2022-06-01 13:29:20.673 - [31merror[39m: host.iobroker Caught by controller[3]: } 2022-06-01 13:29:20.673 - [31merror[39m: host.iobroker Caught by controller[4]: WARN: Write to InfluxDB failed (attempt: 1). v [HttpError]: unexpected error writing points to database: timeout 2022-06-01 13:29:20.674 - [31merror[39m: host.iobroker Caught by controller[4]: at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/@influxdata/influxdb-client/dist/index.js:16:3875) 2022-06-01 13:29:20.674 - [31merror[39m: host.iobroker Caught by controller[4]: at IncomingMessage.emit (events.js:412:35) 2022-06-01 13:29:20.675 - [31merror[39m: host.iobroker Caught by controller[4]: at endReadableNT (internal/streams/readable.js:1334:12) 2022-06-01 13:29:20.675 - [31merror[39m: host.iobroker Caught by controller[4]: at processTicksAndRejections (internal/process/task_queues.js:82:21) { 2022-06-01 13:29:20.676 - [31merror[39m: host.iobroker Caught by controller[4]: statusCode: 500, 2022-06-01 13:29:20.676 - [31merror[39m: host.iobroker Caught by controller[4]: statusMessage: 'Internal Server Error', 2022-06-01 13:29:20.677 - [31merror[39m: host.iobroker Caught by controller[4]: body: '{"code":"internal error","message":"unexpected error writing points to database: timeout"}', 2022-06-01 13:29:20.677 - [31merror[39m: host.iobroker Caught by controller[4]: contentType: 'application/json; charset=utf-8', 2022-06-01 13:29:20.678 - [31merror[39m: host.iobroker Caught by controller[4]: json: { 2022-06-01 13:29:20.678 - [31merror[39m: host.iobroker Caught by controller[4]: code: 'internal error', 2022-06-01 13:29:20.678 - [31merror[39m: host.iobroker Caught by controller[4]: message: 'unexpected error writing points to database: timeout' 2022-06-01 13:29:20.679 - [31merror[39m: host.iobroker Caught by controller[4]: }, 2022-06-01 13:29:20.679 - [31merror[39m: host.iobroker Caught by controller[4]: code: 'internal error', 2022-06-01 13:29:20.680 - [31merror[39m: host.iobroker Caught by controller[4]: _retryAfter: 0 2022-06-01 13:29:20.680 - [31merror[39m: host.iobroker Caught by controller[4]: } 2022-06-01 13:29:20.681 - [31merror[39m: host.iobroker Caught by controller[5]: WARN: Write to InfluxDB failed (attempt: 1). v [HttpError]: unexpected error writing points to database: timeout 2022-06-01 13:29:20.681 - [31merror[39m: host.iobroker Caught by controller[5]: at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/@influxdata/influxdb-client/dist/index.js:16:3875) 2022-06-01 13:29:20.682 - [31merror[39m: host.iobroker Caught by controller[5]: at IncomingMessage.emit (events.js:412:35) 2022-06-01 13:29:20.682 - [31merror[39m: host.iobroker Caught by controller[5]: at endReadableNT (internal/streams/readable.js:1334:12) 2022-06-01 13:29:20.683 - [31merror[39m: host.iobroker Caught by controller[5]: at processTicksAndRejections (internal/process/task_queues.js:82:21) { 2022-06-01 13:29:20.683 - [31merror[39m: host.iobroker Caught by controller[5]: statusCode: 500, 2022-06-01 13:29:20.683 - [31merror[39m: host.iobroker Caught by controller[5]: statusMessage: 'Internal Server Error', 2022-06-01 13:29:20.684 - [31merror[39m: host.iobroker Caught by controller[5]: body: '{"code":"internal error","message":"unexpected error writing points to database: timeout"}', 2022-06-01 13:29:20.684 - [31merror[39m: host.iobroker Caught by controller[5]: contentType: 'application/json; charset=utf-8', 2022-06-01 13:29:20.685 - [31merror[39m: host.iobroker Caught by controller[5]: json: { 2022-06-01 13:29:20.685 - [31merror[39m: host.iobroker Caught by controller[5]: code: 'internal error', 2022-06-01 13:29:20.686 - [31merror[39m: host.iobroker Caught by controller[5]: message: 'unexpected error writing points to database: timeout' 2022-06-01 13:29:20.686 - [31merror[39m: host.iobroker Caught by controller[5]: }, 2022-06-01 13:29:20.686 - [31merror[39m: host.iobroker Caught by controller[5]: code: 'internal error', 2022-06-01 13:29:20.695 - [31merror[39m: host.iobroker Caught by controller[5]: _retryAfter: 0 2022-06-01 13:29:20.696 - [31merror[39m: host.iobroker Caught by controller[5]: } 2022-06-01 13:29:20.697 - [31merror[39m: host.iobroker Caught by controller[6]: WARN: Write to InfluxDB failed (attempt: 1). v [HttpError]: unexpected error writing points to database: timeout 2022-06-01 13:29:20.698 - [31merror[39m: host.iobroker Caught by controller[6]: at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/@influxdata/influxdb-client/dist/index.js:16:3875) 2022-06-01 13:29:20.699 - [31merror[39m: host.iobroker Caught by controller[6]: at IncomingMessage.emit (events.js:412:35) 2022-06-01 13:29:20.700 - [31merror[39m: host.iobroker Caught by controller[6]: at endReadableNT (internal/streams/readable.js:1334:12) 2022-06-01 13:29:20.701 - [31merror[39m: host.iobroker Caught by controller[6]: at processTicksAndRejections (internal/process/task_queues.js:82:21) { 2022-06-01 13:29:20.701 - [31merror[39m: host.iobroker Caught by controller[6]: statusCode: 500, 2022-06-01 13:29:20.703 - [31merror[39m: host.iobroker Caught by controller[6]: statusMessage: 'Internal Server Error', 2022-06-01 13:29:20.703 - [31merror[39m: host.iobroker Caught by controller[6]: body: '{"code":"internal error","message":"unexpected error writing points to database: timeout"}', 2022-06-01 13:29:20.704 - [31merror[39m: host.iobroker Caught by controller[6]: contentType: 'application/json; charset=utf-8', 2022-06-01 13:29:20.704 - [31merror[39m: host.iobroker Caught by controller[6]: json: { 2022-06-01 13:29:20.706 - [31merror[39m: host.iobroker Caught by controller[6]: code: 'internal error', 2022-06-01 13:29:20.706 - [31merror[39m: host.iobroker Caught by controller[6]: message: 'unexpected error writing points to database: timeout' 2022-06-01 13:29:20.706 - [31merror[39m: host.iobroker Caught by controller[6]: }, 2022-06-01 13:29:20.707 - [31merror[39m: host.iobroker Caught by controller[6]: code: 'internal error', 2022-06-01 13:29:20.708 - [31merror[39m: host.iobroker Caught by controller[6]: _retryAfter: 0 2022-06-01 13:29:20.708 - [31merror[39m: host.iobroker Caught by controller[6]: } 2022-06-01 13:29:20.715 - [32minfo[39m: host.iobroker instance system.adapter.influxdb.0 terminated with code 0 (NO_ERROR) 2022-06-01 13:29:20.716 - [32minfo[39m: host.iobroker Do not restart adapter system.adapter.influxdb.0 because disabled or deleted
-
Hallo zusammen,
kann es sein das die Seite nicht geht? https://www.iobroker.net/#de/adapters/adapterref/iobroker.influxdb/README.md
Wer von Euch könnte mir einen Tip für ein HowTo geben.
Irgendwie finde ich keine Beschreibung und oder eine Art von Grundkonfiguration über den Adapter influxdb.0
v2.6.3 und auch über die Influxdb2.
Woher habt Ihr denn all eure Infos wo und was einzustellen ist und muss.
Und Bitte nicht gleich wieder Schimpfen.... Ich versuche ja an Infos heranzukommen, aber es ist wirklich nicht leicht.
Dankeschön -
https://github.com/ioBroker/ioBroker.influxdb/blob/master/README.md
Also eigentlich ist das nicht sonderlich kompliziert. Hast du eine Datenbank bereits aufgesetzt?
-
@ofbeqnpolkkl6mby5e13 Nein, habe es gestern erst auf einem LXC installiert und fange gerade erst an. Habe eben gerade auf YT ein Video entdeckt, das könnte mir helfen. Ist zwar in Englisch.. aber irgendwie versuche ich wenigstens ein paar Infos daraus mitzunehmen.
Also mein Wissenstand heute = 0.
Auch habe ich im Adapter influxdb.0 schon einiges eingestellt, bekomme aber den Verbindung Testen Button nicht aktiv. -
Da ich von influxdb1 nach influxdb2 migriert habe, habe ich mich an diese Anleitung gehalten:
https://forum.iobroker.net/topic/46098/test-adapter-influxdb-2-0/164
Da du neu beginnst, kannst du das mit dem Export und Import einfach weglassen.
-
@ofbeqnpolkkl6mby5e13 Dann fange ich mal an zu lesen.
Könnte etwas dauern... -
Dein Problem ist hier beschrieben:
https://forum.iobroker.net/topic/46098/test-adapter-influxdb-2-0/191
-
@einstein2002 das hatte ich dir doch schon im anderen Thread verlinkt, was wie und wo eingestellt werden muss
-
@crunchip ja durchaus möglich, versuche gerade alles irgendwie zu lesen und zu testen. Brauche einfach etwas länger dafür. Da ist jetzt soviel auf einmal. Muss ich erst einmal filtern.
Bitte um nachsicht falls ich etwas doppelt aufgemacht habe.