Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. influxdb 3.0.0 verfügbar - eine Zusammenfassung

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.4k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.5k

influxdb 3.0.0 verfügbar - eine Zusammenfassung

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
132 Beiträge 18 Kommentatoren 21.1k Aufrufe 23 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • E Offline
    E Offline
    Einstein2002
    schrieb am zuletzt editiert von
    #95

    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.

    Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
    Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

    1 Antwort Letzte Antwort
    0
    • apollon77A apollon77

      @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

      O Abwesend
      O Abwesend
      oFbEQnpoLKKl6mbY5e13
      schrieb am zuletzt editiert von oFbEQnpoLKKl6mbY5e13
      #96

      @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)

      apollon77A 1 Antwort Letzte Antwort
      0
      • O oFbEQnpoLKKl6mbY5e13

        @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)

        apollon77A Offline
        apollon77A Offline
        apollon77
        schrieb am zuletzt editiert von
        #97

        @ofbeqnpolkkl6mby5e13

        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

        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
        SegwayS 1 Antwort Letzte Antwort
        0
        • apollon77A apollon77

          @ofbeqnpolkkl6mby5e13

          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

          SegwayS Offline
          SegwayS Offline
          Segway
          schrieb am zuletzt editiert von
          #98

          @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" ?

          Gruß Dirk
          Intel Proxmox Cluster (3x NUC) mit Debian & Proxmox / IoB als VM unter Debian / 60+ Adapter installiert

          apollon77A 1 Antwort Letzte Antwort
          0
          • SegwayS Segway

            @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" ?

            apollon77A Offline
            apollon77A Offline
            apollon77
            schrieb am zuletzt editiert von
            #99

            @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.

            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
            SegwayS O 2 Antworten Letzte Antwort
            0
            • apollon77A apollon77

              @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.

              SegwayS Offline
              SegwayS Offline
              Segway
              schrieb am zuletzt editiert von
              #100

              @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 !

              Gruß Dirk
              Intel Proxmox Cluster (3x NUC) mit Debian & Proxmox / IoB als VM unter Debian / 60+ Adapter installiert

              1 Antwort Letzte Antwort
              0
              • apollon77A apollon77

                @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.

                O Abwesend
                O Abwesend
                oFbEQnpoLKKl6mbY5e13
                schrieb am zuletzt editiert von
                #101

                @apollon77

                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  - info: host.iobroker "system.adapter.influxdb.0" disabled
                2022-06-01 13:29:19.639  - info: host.iobroker stopInstance system.adapter.influxdb.0 (force=false, process=true)
                2022-06-01 13:29:19.667  - info: influxdb.0 (17356) Adapter is disabled => stop
                2022-06-01 13:29:19.931  - info: influxdb.0 (17356) terminating
                2022-06-01 13:29:19.935  - info: influxdb.0 (17356) Terminated (NO_ERROR): Without reason
                2022-06-01 13:29:20.624  - error: 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  - error: 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  - error: host.iobroker Caught by controller[0]:     at IncomingMessage.emit (events.js:412:35)
                2022-06-01 13:29:20.627  - error: host.iobroker Caught by controller[0]:     at endReadableNT (internal/streams/readable.js:1334:12)
                2022-06-01 13:29:20.628  - error: host.iobroker Caught by controller[0]:     at processTicksAndRejections (internal/process/task_queues.js:82:21) {
                2022-06-01 13:29:20.628  - error: host.iobroker Caught by controller[0]:   statusCode: 500,
                2022-06-01 13:29:20.630  - error: host.iobroker Caught by controller[0]:   statusMessage: 'Internal Server Error',
                2022-06-01 13:29:20.633  - error: 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  - error: host.iobroker Caught by controller[0]:   contentType: 'application/json; charset=utf-8',
                2022-06-01 13:29:20.634  - error: host.iobroker Caught by controller[0]:   json: {
                2022-06-01 13:29:20.635  - error: host.iobroker Caught by controller[0]:     code: 'internal error',
                2022-06-01 13:29:20.635  - error: host.iobroker Caught by controller[0]:     message: 'unexpected error writing points to database: timeout'
                2022-06-01 13:29:20.636  - error: host.iobroker Caught by controller[0]:   },
                2022-06-01 13:29:20.636  - error: host.iobroker Caught by controller[0]:   code: 'internal error',
                2022-06-01 13:29:20.637  - error: host.iobroker Caught by controller[0]:   _retryAfter: 0
                2022-06-01 13:29:20.637  - error: host.iobroker Caught by controller[0]: }
                2022-06-01 13:29:20.639  - error: 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  - error: 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  - error: host.iobroker Caught by controller[1]:     at IncomingMessage.emit (events.js:412:35)
                2022-06-01 13:29:20.642  - error: host.iobroker Caught by controller[1]:     at endReadableNT (internal/streams/readable.js:1334:12)
                2022-06-01 13:29:20.643  - error: host.iobroker Caught by controller[1]:     at processTicksAndRejections (internal/process/task_queues.js:82:21) {
                2022-06-01 13:29:20.643  - error: host.iobroker Caught by controller[1]:   statusCode: 500,
                2022-06-01 13:29:20.644  - error: host.iobroker Caught by controller[1]:   statusMessage: 'Internal Server Error',
                2022-06-01 13:29:20.644  - error: 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  - error: host.iobroker Caught by controller[1]:   contentType: 'application/json; charset=utf-8',
                2022-06-01 13:29:20.646  - error: host.iobroker Caught by controller[1]:   json: {
                2022-06-01 13:29:20.646  - error: host.iobroker Caught by controller[1]:     code: 'internal error',
                2022-06-01 13:29:20.647  - error: host.iobroker Caught by controller[1]:     message: 'unexpected error writing points to database: timeout'
                2022-06-01 13:29:20.647  - error: host.iobroker Caught by controller[1]:   },
                2022-06-01 13:29:20.648  - error: host.iobroker Caught by controller[1]:   code: 'internal error',
                2022-06-01 13:29:20.648  - error: host.iobroker Caught by controller[1]:   _retryAfter: 0
                2022-06-01 13:29:20.649  - error: host.iobroker Caught by controller[1]: }
                2022-06-01 13:29:20.649  - error: 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  - error: 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  - error: host.iobroker Caught by controller[2]:     at IncomingMessage.emit (events.js:412:35)
                2022-06-01 13:29:20.650  - error: host.iobroker Caught by controller[2]:     at endReadableNT (internal/streams/readable.js:1334:12)
                2022-06-01 13:29:20.651  - error: host.iobroker Caught by controller[2]:     at processTicksAndRejections (internal/process/task_queues.js:82:21) {
                2022-06-01 13:29:20.651  - error: host.iobroker Caught by controller[2]:   statusCode: 500,
                2022-06-01 13:29:20.652  - error: host.iobroker Caught by controller[2]:   statusMessage: 'Internal Server Error',
                2022-06-01 13:29:20.652  - error: 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  - error: host.iobroker Caught by controller[2]:   contentType: 'application/json; charset=utf-8',
                2022-06-01 13:29:20.653  - error: host.iobroker Caught by controller[2]:   json: {
                2022-06-01 13:29:20.653  - error: host.iobroker Caught by controller[2]:     code: 'internal error',
                2022-06-01 13:29:20.654  - error: host.iobroker Caught by controller[2]:     message: 'unexpected error writing points to database: timeout'
                2022-06-01 13:29:20.654  - error: host.iobroker Caught by controller[2]:   },
                2022-06-01 13:29:20.660  - error: host.iobroker Caught by controller[2]:   code: 'internal error',
                2022-06-01 13:29:20.661  - error: host.iobroker Caught by controller[2]:   _retryAfter: 0
                2022-06-01 13:29:20.661  - error: host.iobroker Caught by controller[2]: }
                2022-06-01 13:29:20.661  - error: 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  - error: 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  - error: host.iobroker Caught by controller[3]:     at IncomingMessage.emit (events.js:412:35)
                2022-06-01 13:29:20.667  - error: host.iobroker Caught by controller[3]:     at endReadableNT (internal/streams/readable.js:1334:12)
                2022-06-01 13:29:20.667  - error: host.iobroker Caught by controller[3]:     at processTicksAndRejections (internal/process/task_queues.js:82:21) {
                2022-06-01 13:29:20.668  - error: host.iobroker Caught by controller[3]:   statusCode: 500,
                2022-06-01 13:29:20.668  - error: host.iobroker Caught by controller[3]:   statusMessage: 'Internal Server Error',
                2022-06-01 13:29:20.669  - error: 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  - error: host.iobroker Caught by controller[3]:   contentType: 'application/json; charset=utf-8',
                2022-06-01 13:29:20.670  - error: host.iobroker Caught by controller[3]:   json: {
                2022-06-01 13:29:20.671  - error: host.iobroker Caught by controller[3]:     code: 'internal error',
                2022-06-01 13:29:20.671  - error: host.iobroker Caught by controller[3]:     message: 'unexpected error writing points to database: timeout'
                2022-06-01 13:29:20.672  - error: host.iobroker Caught by controller[3]:   },
                2022-06-01 13:29:20.672  - error: host.iobroker Caught by controller[3]:   code: 'internal error',
                2022-06-01 13:29:20.672  - error: host.iobroker Caught by controller[3]:   _retryAfter: 0
                2022-06-01 13:29:20.673  - error: host.iobroker Caught by controller[3]: }
                2022-06-01 13:29:20.673  - error: 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  - error: 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  - error: host.iobroker Caught by controller[4]:     at IncomingMessage.emit (events.js:412:35)
                2022-06-01 13:29:20.675  - error: host.iobroker Caught by controller[4]:     at endReadableNT (internal/streams/readable.js:1334:12)
                2022-06-01 13:29:20.675  - error: host.iobroker Caught by controller[4]:     at processTicksAndRejections (internal/process/task_queues.js:82:21) {
                2022-06-01 13:29:20.676  - error: host.iobroker Caught by controller[4]:   statusCode: 500,
                2022-06-01 13:29:20.676  - error: host.iobroker Caught by controller[4]:   statusMessage: 'Internal Server Error',
                2022-06-01 13:29:20.677  - error: 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  - error: host.iobroker Caught by controller[4]:   contentType: 'application/json; charset=utf-8',
                2022-06-01 13:29:20.678  - error: host.iobroker Caught by controller[4]:   json: {
                2022-06-01 13:29:20.678  - error: host.iobroker Caught by controller[4]:     code: 'internal error',
                2022-06-01 13:29:20.678  - error: host.iobroker Caught by controller[4]:     message: 'unexpected error writing points to database: timeout'
                2022-06-01 13:29:20.679  - error: host.iobroker Caught by controller[4]:   },
                2022-06-01 13:29:20.679  - error: host.iobroker Caught by controller[4]:   code: 'internal error',
                2022-06-01 13:29:20.680  - error: host.iobroker Caught by controller[4]:   _retryAfter: 0
                2022-06-01 13:29:20.680  - error: host.iobroker Caught by controller[4]: }
                2022-06-01 13:29:20.681  - error: 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  - error: 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  - error: host.iobroker Caught by controller[5]:     at IncomingMessage.emit (events.js:412:35)
                2022-06-01 13:29:20.682  - error: host.iobroker Caught by controller[5]:     at endReadableNT (internal/streams/readable.js:1334:12)
                2022-06-01 13:29:20.683  - error: host.iobroker Caught by controller[5]:     at processTicksAndRejections (internal/process/task_queues.js:82:21) {
                2022-06-01 13:29:20.683  - error: host.iobroker Caught by controller[5]:   statusCode: 500,
                2022-06-01 13:29:20.683  - error: host.iobroker Caught by controller[5]:   statusMessage: 'Internal Server Error',
                2022-06-01 13:29:20.684  - error: 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  - error: host.iobroker Caught by controller[5]:   contentType: 'application/json; charset=utf-8',
                2022-06-01 13:29:20.685  - error: host.iobroker Caught by controller[5]:   json: {
                2022-06-01 13:29:20.685  - error: host.iobroker Caught by controller[5]:     code: 'internal error',
                2022-06-01 13:29:20.686  - error: host.iobroker Caught by controller[5]:     message: 'unexpected error writing points to database: timeout'
                2022-06-01 13:29:20.686  - error: host.iobroker Caught by controller[5]:   },
                2022-06-01 13:29:20.686  - error: host.iobroker Caught by controller[5]:   code: 'internal error',
                2022-06-01 13:29:20.695  - error: host.iobroker Caught by controller[5]:   _retryAfter: 0
                2022-06-01 13:29:20.696  - error: host.iobroker Caught by controller[5]: }
                2022-06-01 13:29:20.697  - error: 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  - error: 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  - error: host.iobroker Caught by controller[6]:     at IncomingMessage.emit (events.js:412:35)
                2022-06-01 13:29:20.700  - error: host.iobroker Caught by controller[6]:     at endReadableNT (internal/streams/readable.js:1334:12)
                2022-06-01 13:29:20.701  - error: host.iobroker Caught by controller[6]:     at processTicksAndRejections (internal/process/task_queues.js:82:21) {
                2022-06-01 13:29:20.701  - error: host.iobroker Caught by controller[6]:   statusCode: 500,
                2022-06-01 13:29:20.703  - error: host.iobroker Caught by controller[6]:   statusMessage: 'Internal Server Error',
                2022-06-01 13:29:20.703  - error: 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  - error: host.iobroker Caught by controller[6]:   contentType: 'application/json; charset=utf-8',
                2022-06-01 13:29:20.704  - error: host.iobroker Caught by controller[6]:   json: {
                2022-06-01 13:29:20.706  - error: host.iobroker Caught by controller[6]:     code: 'internal error',
                2022-06-01 13:29:20.706  - error: host.iobroker Caught by controller[6]:     message: 'unexpected error writing points to database: timeout'
                2022-06-01 13:29:20.706  - error: host.iobroker Caught by controller[6]:   },
                2022-06-01 13:29:20.707  - error: host.iobroker Caught by controller[6]:   code: 'internal error',
                2022-06-01 13:29:20.708  - error: host.iobroker Caught by controller[6]:   _retryAfter: 0
                2022-06-01 13:29:20.708  - error: host.iobroker Caught by controller[6]: }
                2022-06-01 13:29:20.715  - info: host.iobroker instance system.adapter.influxdb.0 terminated with code 0 (NO_ERROR)
                2022-06-01 13:29:20.716  - info: host.iobroker Do not restart adapter system.adapter.influxdb.0 because disabled or deleted
                
                apollon77A 1 Antwort Letzte Antwort
                0
                • E Offline
                  E Offline
                  Einstein2002
                  schrieb am zuletzt editiert von
                  #102

                  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

                  Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
                  Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

                  O 1 Antwort Letzte Antwort
                  0
                  • E Einstein2002

                    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

                    O Abwesend
                    O Abwesend
                    oFbEQnpoLKKl6mbY5e13
                    schrieb am zuletzt editiert von
                    #103

                    @einstein2002

                    https://github.com/ioBroker/ioBroker.influxdb/blob/master/README.md

                    Also eigentlich ist das nicht sonderlich kompliziert. Hast du eine Datenbank bereits aufgesetzt?

                    E 1 Antwort Letzte Antwort
                    0
                    • O oFbEQnpoLKKl6mbY5e13

                      @einstein2002

                      https://github.com/ioBroker/ioBroker.influxdb/blob/master/README.md

                      Also eigentlich ist das nicht sonderlich kompliziert. Hast du eine Datenbank bereits aufgesetzt?

                      E Offline
                      E Offline
                      Einstein2002
                      schrieb am zuletzt editiert von
                      #104

                      @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.

                      Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
                      Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

                      O crunchipC 2 Antworten Letzte Antwort
                      0
                      • E Einstein2002

                        @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.

                        O Abwesend
                        O Abwesend
                        oFbEQnpoLKKl6mbY5e13
                        schrieb am zuletzt editiert von
                        #105

                        @einstein2002

                        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.

                        E 1 Antwort Letzte Antwort
                        0
                        • O oFbEQnpoLKKl6mbY5e13

                          @einstein2002

                          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.

                          E Offline
                          E Offline
                          Einstein2002
                          schrieb am zuletzt editiert von
                          #106

                          @ofbeqnpolkkl6mby5e13 Dann fange ich mal an zu lesen.
                          Könnte etwas dauern...:blush:

                          Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
                          Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

                          O 1 Antwort Letzte Antwort
                          0
                          • E Einstein2002

                            @ofbeqnpolkkl6mby5e13 Dann fange ich mal an zu lesen.
                            Könnte etwas dauern...:blush:

                            O Abwesend
                            O Abwesend
                            oFbEQnpoLKKl6mbY5e13
                            schrieb am zuletzt editiert von
                            #107

                            @einstein2002

                            Dein Problem ist hier beschrieben:

                            https://forum.iobroker.net/topic/46098/test-adapter-influxdb-2-0/191

                            E 1 Antwort Letzte Antwort
                            0
                            • E Einstein2002

                              @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.

                              crunchipC Abwesend
                              crunchipC Abwesend
                              crunchip
                              Forum Testing Most Active
                              schrieb am zuletzt editiert von
                              #108

                              @einstein2002 das hatte ich dir doch schon im anderen Thread verlinkt, was wie und wo eingestellt werden muss

                              umgestiegen von Proxmox auf Unraid

                              1 Antwort Letzte Antwort
                              0
                              • E Offline
                                E Offline
                                Einstein2002
                                schrieb am zuletzt editiert von
                                #109

                                @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.

                                Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
                                Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

                                1 Antwort Letzte Antwort
                                0
                                • O oFbEQnpoLKKl6mbY5e13

                                  @einstein2002

                                  Dein Problem ist hier beschrieben:

                                  https://forum.iobroker.net/topic/46098/test-adapter-influxdb-2-0/191

                                  E Offline
                                  E Offline
                                  Einstein2002
                                  schrieb am zuletzt editiert von
                                  #110

                                  @ofbeqnpolkkl6mby5e13 54679e38-8041-49c2-adfe-0e042a97a416-image.pngDer Button ist jetzt aktiv , hatte vergessen den Adapter zu starten..:scream:
                                  Aber der Token sieht anders aus wie dieser hier
                                  a2e7b37a-3667-43b4-af94-b75899daf0ee-image.png

                                  Da bin ich nicht sicher ob das der richtige ist.

                                  Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
                                  Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

                                  crunchipC 1 Antwort Letzte Antwort
                                  0
                                  • E Einstein2002

                                    @ofbeqnpolkkl6mby5e13 54679e38-8041-49c2-adfe-0e042a97a416-image.pngDer Button ist jetzt aktiv , hatte vergessen den Adapter zu starten..:scream:
                                    Aber der Token sieht anders aus wie dieser hier
                                    a2e7b37a-3667-43b4-af94-b75899daf0ee-image.png

                                    Da bin ich nicht sicher ob das der richtige ist.

                                    crunchipC Abwesend
                                    crunchipC Abwesend
                                    crunchip
                                    Forum Testing Most Active
                                    schrieb am zuletzt editiert von
                                    #111

                                    @einstein2002 localhost ist ja schonmal falsch, da gehört die ip deines Lxc rein

                                    umgestiegen von Proxmox auf Unraid

                                    E 2 Antworten Letzte Antwort
                                    0
                                    • crunchipC crunchip

                                      @einstein2002 localhost ist ja schonmal falsch, da gehört die ip deines Lxc rein

                                      E Offline
                                      E Offline
                                      Einstein2002
                                      schrieb am zuletzt editiert von
                                      #112

                                      @crunchip geändert

                                      Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
                                      Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

                                      1 Antwort Letzte Antwort
                                      0
                                      • crunchipC crunchip

                                        @einstein2002 localhost ist ja schonmal falsch, da gehört die ip deines Lxc rein

                                        E Offline
                                        E Offline
                                        Einstein2002
                                        schrieb am zuletzt editiert von
                                        #113

                                        @crunchip Habe den Token gefunden, jetzt bekomme ich ein OK

                                        Proxmox, VM`s Windows, IoBroker im unprivilegiert LXC, Openmediavault; LXC `s Tasmota, PiHole, , InfluxDB, Motioneye, WireguardVPN, UniFi:
                                        Smarthome...Sonoff, Alexa, Wled, raspberrymatic,...

                                        1 Antwort Letzte Antwort
                                        0
                                        • O oFbEQnpoLKKl6mbY5e13

                                          @apollon77

                                          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  - info: host.iobroker "system.adapter.influxdb.0" disabled
                                          2022-06-01 13:29:19.639  - info: host.iobroker stopInstance system.adapter.influxdb.0 (force=false, process=true)
                                          2022-06-01 13:29:19.667  - info: influxdb.0 (17356) Adapter is disabled => stop
                                          2022-06-01 13:29:19.931  - info: influxdb.0 (17356) terminating
                                          2022-06-01 13:29:19.935  - info: influxdb.0 (17356) Terminated (NO_ERROR): Without reason
                                          2022-06-01 13:29:20.624  - error: 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  - error: 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  - error: host.iobroker Caught by controller[0]:     at IncomingMessage.emit (events.js:412:35)
                                          2022-06-01 13:29:20.627  - error: host.iobroker Caught by controller[0]:     at endReadableNT (internal/streams/readable.js:1334:12)
                                          2022-06-01 13:29:20.628  - error: host.iobroker Caught by controller[0]:     at processTicksAndRejections (internal/process/task_queues.js:82:21) {
                                          2022-06-01 13:29:20.628  - error: host.iobroker Caught by controller[0]:   statusCode: 500,
                                          2022-06-01 13:29:20.630  - error: host.iobroker Caught by controller[0]:   statusMessage: 'Internal Server Error',
                                          2022-06-01 13:29:20.633  - error: 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  - error: host.iobroker Caught by controller[0]:   contentType: 'application/json; charset=utf-8',
                                          2022-06-01 13:29:20.634  - error: host.iobroker Caught by controller[0]:   json: {
                                          2022-06-01 13:29:20.635  - error: host.iobroker Caught by controller[0]:     code: 'internal error',
                                          2022-06-01 13:29:20.635  - error: host.iobroker Caught by controller[0]:     message: 'unexpected error writing points to database: timeout'
                                          2022-06-01 13:29:20.636  - error: host.iobroker Caught by controller[0]:   },
                                          2022-06-01 13:29:20.636  - error: host.iobroker Caught by controller[0]:   code: 'internal error',
                                          2022-06-01 13:29:20.637  - error: host.iobroker Caught by controller[0]:   _retryAfter: 0
                                          2022-06-01 13:29:20.637  - error: host.iobroker Caught by controller[0]: }
                                          2022-06-01 13:29:20.639  - error: 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  - error: 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  - error: host.iobroker Caught by controller[1]:     at IncomingMessage.emit (events.js:412:35)
                                          2022-06-01 13:29:20.642  - error: host.iobroker Caught by controller[1]:     at endReadableNT (internal/streams/readable.js:1334:12)
                                          2022-06-01 13:29:20.643  - error: host.iobroker Caught by controller[1]:     at processTicksAndRejections (internal/process/task_queues.js:82:21) {
                                          2022-06-01 13:29:20.643  - error: host.iobroker Caught by controller[1]:   statusCode: 500,
                                          2022-06-01 13:29:20.644  - error: host.iobroker Caught by controller[1]:   statusMessage: 'Internal Server Error',
                                          2022-06-01 13:29:20.644  - error: 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  - error: host.iobroker Caught by controller[1]:   contentType: 'application/json; charset=utf-8',
                                          2022-06-01 13:29:20.646  - error: host.iobroker Caught by controller[1]:   json: {
                                          2022-06-01 13:29:20.646  - error: host.iobroker Caught by controller[1]:     code: 'internal error',
                                          2022-06-01 13:29:20.647  - error: host.iobroker Caught by controller[1]:     message: 'unexpected error writing points to database: timeout'
                                          2022-06-01 13:29:20.647  - error: host.iobroker Caught by controller[1]:   },
                                          2022-06-01 13:29:20.648  - error: host.iobroker Caught by controller[1]:   code: 'internal error',
                                          2022-06-01 13:29:20.648  - error: host.iobroker Caught by controller[1]:   _retryAfter: 0
                                          2022-06-01 13:29:20.649  - error: host.iobroker Caught by controller[1]: }
                                          2022-06-01 13:29:20.649  - error: 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  - error: 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  - error: host.iobroker Caught by controller[2]:     at IncomingMessage.emit (events.js:412:35)
                                          2022-06-01 13:29:20.650  - error: host.iobroker Caught by controller[2]:     at endReadableNT (internal/streams/readable.js:1334:12)
                                          2022-06-01 13:29:20.651  - error: host.iobroker Caught by controller[2]:     at processTicksAndRejections (internal/process/task_queues.js:82:21) {
                                          2022-06-01 13:29:20.651  - error: host.iobroker Caught by controller[2]:   statusCode: 500,
                                          2022-06-01 13:29:20.652  - error: host.iobroker Caught by controller[2]:   statusMessage: 'Internal Server Error',
                                          2022-06-01 13:29:20.652  - error: 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  - error: host.iobroker Caught by controller[2]:   contentType: 'application/json; charset=utf-8',
                                          2022-06-01 13:29:20.653  - error: host.iobroker Caught by controller[2]:   json: {
                                          2022-06-01 13:29:20.653  - error: host.iobroker Caught by controller[2]:     code: 'internal error',
                                          2022-06-01 13:29:20.654  - error: host.iobroker Caught by controller[2]:     message: 'unexpected error writing points to database: timeout'
                                          2022-06-01 13:29:20.654  - error: host.iobroker Caught by controller[2]:   },
                                          2022-06-01 13:29:20.660  - error: host.iobroker Caught by controller[2]:   code: 'internal error',
                                          2022-06-01 13:29:20.661  - error: host.iobroker Caught by controller[2]:   _retryAfter: 0
                                          2022-06-01 13:29:20.661  - error: host.iobroker Caught by controller[2]: }
                                          2022-06-01 13:29:20.661  - error: 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  - error: 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  - error: host.iobroker Caught by controller[3]:     at IncomingMessage.emit (events.js:412:35)
                                          2022-06-01 13:29:20.667  - error: host.iobroker Caught by controller[3]:     at endReadableNT (internal/streams/readable.js:1334:12)
                                          2022-06-01 13:29:20.667  - error: host.iobroker Caught by controller[3]:     at processTicksAndRejections (internal/process/task_queues.js:82:21) {
                                          2022-06-01 13:29:20.668  - error: host.iobroker Caught by controller[3]:   statusCode: 500,
                                          2022-06-01 13:29:20.668  - error: host.iobroker Caught by controller[3]:   statusMessage: 'Internal Server Error',
                                          2022-06-01 13:29:20.669  - error: 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  - error: host.iobroker Caught by controller[3]:   contentType: 'application/json; charset=utf-8',
                                          2022-06-01 13:29:20.670  - error: host.iobroker Caught by controller[3]:   json: {
                                          2022-06-01 13:29:20.671  - error: host.iobroker Caught by controller[3]:     code: 'internal error',
                                          2022-06-01 13:29:20.671  - error: host.iobroker Caught by controller[3]:     message: 'unexpected error writing points to database: timeout'
                                          2022-06-01 13:29:20.672  - error: host.iobroker Caught by controller[3]:   },
                                          2022-06-01 13:29:20.672  - error: host.iobroker Caught by controller[3]:   code: 'internal error',
                                          2022-06-01 13:29:20.672  - error: host.iobroker Caught by controller[3]:   _retryAfter: 0
                                          2022-06-01 13:29:20.673  - error: host.iobroker Caught by controller[3]: }
                                          2022-06-01 13:29:20.673  - error: 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  - error: 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  - error: host.iobroker Caught by controller[4]:     at IncomingMessage.emit (events.js:412:35)
                                          2022-06-01 13:29:20.675  - error: host.iobroker Caught by controller[4]:     at endReadableNT (internal/streams/readable.js:1334:12)
                                          2022-06-01 13:29:20.675  - error: host.iobroker Caught by controller[4]:     at processTicksAndRejections (internal/process/task_queues.js:82:21) {
                                          2022-06-01 13:29:20.676  - error: host.iobroker Caught by controller[4]:   statusCode: 500,
                                          2022-06-01 13:29:20.676  - error: host.iobroker Caught by controller[4]:   statusMessage: 'Internal Server Error',
                                          2022-06-01 13:29:20.677  - error: 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  - error: host.iobroker Caught by controller[4]:   contentType: 'application/json; charset=utf-8',
                                          2022-06-01 13:29:20.678  - error: host.iobroker Caught by controller[4]:   json: {
                                          2022-06-01 13:29:20.678  - error: host.iobroker Caught by controller[4]:     code: 'internal error',
                                          2022-06-01 13:29:20.678  - error: host.iobroker Caught by controller[4]:     message: 'unexpected error writing points to database: timeout'
                                          2022-06-01 13:29:20.679  - error: host.iobroker Caught by controller[4]:   },
                                          2022-06-01 13:29:20.679  - error: host.iobroker Caught by controller[4]:   code: 'internal error',
                                          2022-06-01 13:29:20.680  - error: host.iobroker Caught by controller[4]:   _retryAfter: 0
                                          2022-06-01 13:29:20.680  - error: host.iobroker Caught by controller[4]: }
                                          2022-06-01 13:29:20.681  - error: 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  - error: 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  - error: host.iobroker Caught by controller[5]:     at IncomingMessage.emit (events.js:412:35)
                                          2022-06-01 13:29:20.682  - error: host.iobroker Caught by controller[5]:     at endReadableNT (internal/streams/readable.js:1334:12)
                                          2022-06-01 13:29:20.683  - error: host.iobroker Caught by controller[5]:     at processTicksAndRejections (internal/process/task_queues.js:82:21) {
                                          2022-06-01 13:29:20.683  - error: host.iobroker Caught by controller[5]:   statusCode: 500,
                                          2022-06-01 13:29:20.683  - error: host.iobroker Caught by controller[5]:   statusMessage: 'Internal Server Error',
                                          2022-06-01 13:29:20.684  - error: 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  - error: host.iobroker Caught by controller[5]:   contentType: 'application/json; charset=utf-8',
                                          2022-06-01 13:29:20.685  - error: host.iobroker Caught by controller[5]:   json: {
                                          2022-06-01 13:29:20.685  - error: host.iobroker Caught by controller[5]:     code: 'internal error',
                                          2022-06-01 13:29:20.686  - error: host.iobroker Caught by controller[5]:     message: 'unexpected error writing points to database: timeout'
                                          2022-06-01 13:29:20.686  - error: host.iobroker Caught by controller[5]:   },
                                          2022-06-01 13:29:20.686  - error: host.iobroker Caught by controller[5]:   code: 'internal error',
                                          2022-06-01 13:29:20.695  - error: host.iobroker Caught by controller[5]:   _retryAfter: 0
                                          2022-06-01 13:29:20.696  - error: host.iobroker Caught by controller[5]: }
                                          2022-06-01 13:29:20.697  - error: 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  - error: 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  - error: host.iobroker Caught by controller[6]:     at IncomingMessage.emit (events.js:412:35)
                                          2022-06-01 13:29:20.700  - error: host.iobroker Caught by controller[6]:     at endReadableNT (internal/streams/readable.js:1334:12)
                                          2022-06-01 13:29:20.701  - error: host.iobroker Caught by controller[6]:     at processTicksAndRejections (internal/process/task_queues.js:82:21) {
                                          2022-06-01 13:29:20.701  - error: host.iobroker Caught by controller[6]:   statusCode: 500,
                                          2022-06-01 13:29:20.703  - error: host.iobroker Caught by controller[6]:   statusMessage: 'Internal Server Error',
                                          2022-06-01 13:29:20.703  - error: 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  - error: host.iobroker Caught by controller[6]:   contentType: 'application/json; charset=utf-8',
                                          2022-06-01 13:29:20.704  - error: host.iobroker Caught by controller[6]:   json: {
                                          2022-06-01 13:29:20.706  - error: host.iobroker Caught by controller[6]:     code: 'internal error',
                                          2022-06-01 13:29:20.706  - error: host.iobroker Caught by controller[6]:     message: 'unexpected error writing points to database: timeout'
                                          2022-06-01 13:29:20.706  - error: host.iobroker Caught by controller[6]:   },
                                          2022-06-01 13:29:20.707  - error: host.iobroker Caught by controller[6]:   code: 'internal error',
                                          2022-06-01 13:29:20.708  - error: host.iobroker Caught by controller[6]:   _retryAfter: 0
                                          2022-06-01 13:29:20.708  - error: host.iobroker Caught by controller[6]: }
                                          2022-06-01 13:29:20.715  - info: host.iobroker instance system.adapter.influxdb.0 terminated with code 0 (NO_ERROR)
                                          2022-06-01 13:29:20.716  - info: host.iobroker Do not restart adapter system.adapter.influxdb.0 because disabled or deleted
                                          
                                          apollon77A Offline
                                          apollon77A Offline
                                          apollon77
                                          schrieb am zuletzt editiert von
                                          #114

                                          @ofbeqnpolkkl6mby5e13 AN der Stelle ist das missverständlich. Das beenden war ok weil sost wäre es andere in der "terminated" Meldng. Es gab nur diese Ausgaben und die hat der COntroller mit eingefangen. Also alles ok

                                          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                          O 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          251

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe