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

donate donate
  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.5k

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

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

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.
  • 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
      • apollon77A apollon77

        @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

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

        @apollon77

        Okay, danke.

        E 1 Antwort Letzte Antwort
        0
        • O oFbEQnpoLKKl6mbY5e13

          @apollon77

          Okay, danke.

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

          @ofbeqnpolkkl6mby5e13 So ich denke das ich jetzt am Ende bin. Die Aufzeichnung funktioniert und das reicht mir erst einmal.
          Wenn ich mal wieder Zeit habe, dann werde ich noch Grafana einrichten. Aber das ist bestimmt wieder eine riesen Aufgabe.

          Vielen Vielen Dank an Euch.

          Danke

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

          crunchipC E 2 Antworten Letzte Antwort
          1
          • E Einstein2002

            @ofbeqnpolkkl6mby5e13 So ich denke das ich jetzt am Ende bin. Die Aufzeichnung funktioniert und das reicht mir erst einmal.
            Wenn ich mal wieder Zeit habe, dann werde ich noch Grafana einrichten. Aber das ist bestimmt wieder eine riesen Aufgabe.

            Vielen Vielen Dank an Euch.

            Danke

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

            @einstein2002 sagte in influxdb 3.0.0 verfügbar - eine Zusammenfassung:

            Aber das ist bestimmt wieder eine riesen Aufgabe.

            Genauso einfach wie Influx😉

            umgestiegen von Proxmox auf Unraid

            E 1 Antwort Letzte Antwort
            0
            • crunchipC crunchip

              @einstein2002 sagte in influxdb 3.0.0 verfügbar - eine Zusammenfassung:

              Aber das ist bestimmt wieder eine riesen Aufgabe.

              Genauso einfach wie Influx😉

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

              @crunchip Ja wenn man es mal gemacht hat, 100 mal gegen die Wand gelaufen ist und dann gefühlt 10000 mal etwas versucht hat, dann ist es doch sehr einfach gewesen "Ironie aus"
              Ja aber es hat Spass gemacht.
              Nun Spinnt mein WireGuard noch rum
              Da kommen andauernd Warnmeldungen.
              Habe es auf einer anderen Seite schon eingestellt.
              Irgendein Tipp??

              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
              • E Einstein2002

                @ofbeqnpolkkl6mby5e13 So ich denke das ich jetzt am Ende bin. Die Aufzeichnung funktioniert und das reicht mir erst einmal.
                Wenn ich mal wieder Zeit habe, dann werde ich noch Grafana einrichten. Aber das ist bestimmt wieder eine riesen Aufgabe.

                Vielen Vielen Dank an Euch.

                Danke

                E Offline
                E Offline
                Einstein67
                schrieb am zuletzt editiert von Einstein67
                #119

                @einstein2002 said in influxdb 3.0.0 verfügbar - eine Zusammenfassung:

                Wenn ich mal wieder Zeit habe, dann werde ich noch Grafana einrichten. Aber das ist bestimmt wieder eine riesen Aufgabe.

                Grafana ist schnell installiert. ABER dann kommt diese neue Sprache "Flux" ins Spiel!

                Bin nach 45 Minuten rumprobieren damit, wieder zurück zu Influx1.8 und "InfluxQL".

                1 Antwort Letzte Antwort
                0
                • apollon77A Offline
                  apollon77A Offline
                  apollon77
                  schrieb am zuletzt editiert von
                  #120

                  Und damit es nicht ganz langweilig wird hier noch ein kleines Update auf die 3.1.4 ... Im Zuge der Performanceoptimierungen bei History und SQL fällt für InfluxDB zwar nicht soviel abm, da viel direkt die DB macht, aber vor allem der Aggregationstyp "minmax" ist auch hier von großen Optimierungen betroffen.
                  Wenn alles klappt geht das dann demnächst auch in Stable.

                  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
                  1 Antwort Letzte Antwort
                  3
                  • JB_SullivanJ Offline
                    JB_SullivanJ Offline
                    JB_Sullivan
                    schrieb am zuletzt editiert von JB_Sullivan
                    #121

                    Kann mir ggf. jemand erklären was ich bei dem InfluxDB 3.1.5 Adapter evtl. falsch eingestellt haben könnte?

                    Der Datenpunkt ist ein "digital" Datenpunkt mit True/False. In den Influxdb Konfigurationseinstellungen zu dem Datenpunkt, habe ich ihn - so wie früher auch - als ZAHL eingestellt.

                    Das führte in Influxdb dazu, das der Datenpunkt für True = 1 und für False = 0 geschrieben bekommen hat.

                    Mit dem neuen Adapter sieht das ganze so aus. False wird auf zwei andere Datenpunkte als 0 geschrieben. Nur true wird nach wie vor auf den eigentlich "echten" DP als 1 geschrieben.

                    Was kann ich ggf. an den Instanz Einstellungen ändern, damit das wieder so läuft wie früher?

                    Interessanter Weise, funktionieren alle True/False Datenpunkte, die vor dem Adapter Update angelegt wurden, weiterhin wie oben beschrieben. Nur neue Datenpunkte die unter der aktuellen Version des InfluxDB Adapters erstmalig erstellt werden, zeigen dieses "merkürdige (?)" Verhalten.

                    00202f5d-348b-49c0-a25a-0a6eaa96b4ce-image.png

                    ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                    apollon77A 1 Antwort Letzte Antwort
                    0
                    • JB_SullivanJ JB_Sullivan

                      Kann mir ggf. jemand erklären was ich bei dem InfluxDB 3.1.5 Adapter evtl. falsch eingestellt haben könnte?

                      Der Datenpunkt ist ein "digital" Datenpunkt mit True/False. In den Influxdb Konfigurationseinstellungen zu dem Datenpunkt, habe ich ihn - so wie früher auch - als ZAHL eingestellt.

                      Das führte in Influxdb dazu, das der Datenpunkt für True = 1 und für False = 0 geschrieben bekommen hat.

                      Mit dem neuen Adapter sieht das ganze so aus. False wird auf zwei andere Datenpunkte als 0 geschrieben. Nur true wird nach wie vor auf den eigentlich "echten" DP als 1 geschrieben.

                      Was kann ich ggf. an den Instanz Einstellungen ändern, damit das wieder so läuft wie früher?

                      Interessanter Weise, funktionieren alle True/False Datenpunkte, die vor dem Adapter Update angelegt wurden, weiterhin wie oben beschrieben. Nur neue Datenpunkte die unter der aktuellen Version des InfluxDB Adapters erstmalig erstellt werden, zeigen dieses "merkürdige (?)" Verhalten.

                      00202f5d-348b-49c0-a25a-0a6eaa96b4ce-image.png

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

                      @jb_sullivan Ok,erkläre bitte mal was du hier erwarten würdest bzw was genau "anders" ist? Ich verstehe die Frage noch nicht.
                      Kann es sein das du ack und value verwechselst?

                      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
                      1 Antwort Letzte Antwort
                      0
                      • apollon77A Offline
                        apollon77A Offline
                        apollon77
                        schrieb am zuletzt editiert von
                        #123

                        Hey all,

                        von influxdb gibts jetzt die 3.1.6 mit letzten Fixes. Wenn keiner mehr was meldet wäre das die Version die die Tage in Stable geht.

                        Bitte checkt es nochmal

                        Ingo

                        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
                        1 Antwort Letzte Antwort
                        2
                        • S Offline
                          S Offline
                          SpacerX
                          schrieb am zuletzt editiert von
                          #124

                          Ich möchte mal auf mein Anliegen verlinken:

                          Problem beim loggen von Tankerkönig mit influxdb 3.x.x

                          Vielleicht hat da Jemand eine Idee dazu.

                          DS720|Nuc8i3BEH|Proxmox|RaspberryMatic|ioBroker|influxDB2|Grafana

                          1 Antwort Letzte Antwort
                          0
                          • W Offline
                            W Offline
                            wusa
                            schrieb am zuletzt editiert von wusa
                            #125

                            Leider kann ich den Adapter nicht Updaten:

                            host.iobroker
                            2022-07-29 08:27:06.981	info	iobroker exit 25
                            host.iobroker
                            2022-07-29 08:27:05.915	error	iobroker host.iobroker Cannot install iobroker.influxdb@3.1.7: 217
                            host.iobroker
                            2022-07-29 08:26:38.674	info	iobroker NPM version: 8.11.0Installing iobroker.influxdb@3.1.7... (System call)
                            host.iobroker
                            2022-07-29 08:26:34.513	info	iobroker Update influxdb from @2.6.3 to @3.1.7
                            host.iobroker
                            2022-07-29 08:26:26.935	info	iobroker upgrade influxdb@3.1.7
                            

                            Was könnte hier das Problem sein? Bzw. wo kann ich nachsehen, dass kein Update möglich ist?

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • W wusa

                              Leider kann ich den Adapter nicht Updaten:

                              host.iobroker
                              2022-07-29 08:27:06.981	info	iobroker exit 25
                              host.iobroker
                              2022-07-29 08:27:05.915	error	iobroker host.iobroker Cannot install iobroker.influxdb@3.1.7: 217
                              host.iobroker
                              2022-07-29 08:26:38.674	info	iobroker NPM version: 8.11.0Installing iobroker.influxdb@3.1.7... (System call)
                              host.iobroker
                              2022-07-29 08:26:34.513	info	iobroker Update influxdb from @2.6.3 to @3.1.7
                              host.iobroker
                              2022-07-29 08:26:26.935	info	iobroker upgrade influxdb@3.1.7
                              

                              Was könnte hier das Problem sein? Bzw. wo kann ich nachsehen, dass kein Update möglich ist?

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #126

                              @wusa sagte in influxdb 3.0.0 verfügbar - eine Zusammenfassung:

                              Cannot install iobroker.influxdb@3.1.7: 217

                              iob update
                              iob upgrade influxdb --debug
                              

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              W 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @wusa sagte in influxdb 3.0.0 verfügbar - eine Zusammenfassung:

                                Cannot install iobroker.influxdb@3.1.7: 217

                                iob update
                                iob upgrade influxdb --debug
                                
                                W Offline
                                W Offline
                                wusa
                                schrieb am zuletzt editiert von
                                #127

                                @thomas-braun

                                Update influxdb from @2.6.3 to @3.1.7
                                NPM version: 8.11.0
                                Installing iobroker.influxdb@3.1.7... (System call)
                                npm ERR! code ENOTEMPTY
                                npm ERR! syscall rename
                                npm ERR! path /opt/iobroker/node_modules/canvas
                                npm ERR! dest /opt/iobroker/node_modules/.canvas-0HrdFhcM
                                npm ERR! errno -39
                                npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/canvas' -> '/opt/iobroker/node_modules/.canvas-0HrdFhcM'
                                
                                npm ERR! A complete log of this run can be found in:
                                npm ERR!     /home/iobroker/.npm/_logs/2022-07-29T06_32_17_011Z-debug-0.log
                                host.iobroker Cannot install iobroker.influxdb@3.1.7: 217
                                
                                
                                /home/iobroker/.npm/_logs/2022-07-29T06_32_17_011Z-debug-0.log
                                
                                0 verbose cli /usr/bin/node /usr/bin/npm
                                1 info using npm@8.11.0
                                2 info using node@v16.15.1
                                3 timing npm:load:whichnode Completed in 1ms
                                4 timing config:load:defaults Completed in 16ms
                                5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 5ms
                                6 timing config:load:builtin Completed in 8ms
                                7 timing config:load:cli Completed in 21ms
                                8 timing config:load:env Completed in 2ms
                                9 timing config:load:file:/opt/iobroker/.npmrc Completed in 44ms
                                10 timing config:load:project Completed in 53ms
                                11 timing config:load:file:/home/iobroker/.npmrc Completed in 1ms
                                12 timing config:load:user Completed in 4ms
                                13 timing config:load:file:/usr/etc/npmrc Completed in 1ms
                                14 timing config:load:global Completed in 2ms
                                15 timing config:load:validate Completed in 2ms
                                16 timing config:load:credentials Completed in 9ms
                                17 timing config:load:setEnvs Completed in 9ms
                                18 timing config:load Completed in 134ms
                                19 timing npm:load:configload Completed in 136ms
                                20 timing npm:load:mkdirpcache Completed in 8ms
                                21 timing npm:load:mkdirplogs Completed in 2ms
                                22 verbose title npm install iobroker.influxdb@3.1.7
                                23 verbose argv "install" "--save-exact" "iobroker.influxdb@3.1.7"
                                24 timing npm:load:setTitle Completed in 10ms
                                25 timing config:load:flatten Completed in 30ms
                                26 timing npm:load:display Completed in 39ms
                                27 verbose logfile logs-max:10 dir:/home/iobroker/.npm/_logs
                                28 verbose logfile /home/iobroker/.npm/_logs/2022-07-29T06_32_17_011Z-debug-0.log
                                29 timing npm:load:logFile Completed in 49ms
                                30 timing npm:load:timers Completed in 1ms
                                31 timing npm:load:configScope Completed in 0ms
                                32 timing npm:load Completed in 255ms
                                33 timing arborist:ctor Completed in 8ms
                                34 silly logfile start cleaning logs, removing 2 files
                                35 silly logfile done cleaning log files
                                36 verbose shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules
                                37 timing idealTree:init Completed in 9832ms
                                38 timing idealTree:userRequests Completed in 61ms
                                39 silly idealTree buildDeps
                                40 silly fetch manifest iobroker.influxdb@3.1.7
                                41 http fetch GET 200 https://registry.npmjs.org/iobroker.influxdb 24769ms (cache revalidated)
                                42 silly placeDep ROOT iobroker.influxdb@3.1.7 REPLACE for: iobroker.inst@3.0.0 want: 3.1.7
                                43 silly fetch manifest @influxdata/influxdb-client@^1.25.0
                                44 silly fetch manifest @influxdata/influxdb-client-apis@^1.25.0
                                45 http fetch GET 200 https://registry.npmjs.org/@influxdata%2finfluxdb-client 1741ms (cache revalidated)
                                46 http fetch GET 200 https://registry.npmjs.org/@influxdata%2finfluxdb-client-apis 1813ms (cache revalidated)
                                47 timing idealTree:#root Completed in 26775ms
                                48 silly placeDep ROOT @influxdata/influxdb-client@1.27.0 OK for: iobroker.influxdb@3.1.7 want: ^1.25.0
                                49 silly placeDep ROOT @influxdata/influxdb-client-apis@1.27.0 OK for: iobroker.influxdb@3.1.7 want: ^1.25.0
                                50 timing idealTree:node_modules/iobroker.influxdb Completed in 117ms
                                51 timing idealTree:node_modules/@influxdata/influxdb-client Completed in 1ms
                                52 timing idealTree:node_modules/@influxdata/influxdb-client-apis Completed in 0ms
                                53 timing idealTree:buildDeps Completed in 26907ms
                                54 timing idealTree:fixDepFlags Completed in 225ms
                                55 timing idealTree Completed in 37196ms
                                56 timing reify:loadTrees Completed in 37205ms
                                57 timing reify:diffTrees Completed in 860ms
                                58 silly reify mark retired [ '/opt/iobroker/node_modules/fsevents' ]
                                59 silly reify mark retired [ '/opt/iobroker/node_modules/canvas' ]
                                60 silly reify mark retired [ '/opt/iobroker/node_modules/color-string' ]
                                61 silly reify mark retired [ '/opt/iobroker/node_modules/iobroker.influxdb' ]
                                62 silly reify mark retired [ '/opt/iobroker/node_modules/iobroker.iot' ]
                                63 silly reify mark retired [ '/opt/iobroker/node_modules/iobroker.type-detector' ]
                                64 silly reify mark retired [ '/opt/iobroker/node_modules/moment' ]
                                65 silly reify mark retired [ '/opt/iobroker/node_modules/node-abi' ]
                                66 silly reify mark retired [ '/opt/iobroker/node_modules/node-addon-api' ]
                                67 silly reify mark retired [
                                67 silly reify   '/opt/iobroker/node_modules/prebuild-install',
                                67 silly reify   '/opt/iobroker/node_modules/.bin/prebuild-install'
                                67 silly reify ]
                                68 silly reify mark retired [
                                68 silly reify   '/opt/iobroker/node_modules/semver',
                                68 silly reify   '/opt/iobroker/node_modules/.bin/semver'
                                68 silly reify ]
                                69 silly reify mark retired [ '/opt/iobroker/node_modules/sharp' ]
                                70 silly reify mark retired [ '/opt/iobroker/node_modules/@influxdata/influxdb-client' ]
                                71 silly reify mark retired [ '/opt/iobroker/node_modules/@influxdata/influxdb-client-apis' ]
                                72 silly reify moves {
                                72 silly reify   '/opt/iobroker/node_modules/fsevents': '/opt/iobroker/node_modules/.fsevents-yNYMVUiI',
                                72 silly reify   '/opt/iobroker/node_modules/canvas': '/opt/iobroker/node_modules/.canvas-0HrdFhcM',
                                72 silly reify   '/opt/iobroker/node_modules/color-string': '/opt/iobroker/node_modules/.color-string-TIiP9v7Y',
                                72 silly reify   '/opt/iobroker/node_modules/iobroker.influxdb': '/opt/iobroker/node_modules/.iobroker.influxdb-mtpshsVk',
                                72 silly reify   '/opt/iobroker/node_modules/iobroker.iot': '/opt/iobroker/node_modules/.iobroker.iot-wWpeDyDO',
                                72 silly reify   '/opt/iobroker/node_modules/iobroker.type-detector': '/opt/iobroker/node_modules/.iobroker.type-detector-5Nz73HNj',
                                72 silly reify   '/opt/iobroker/node_modules/moment': '/opt/iobroker/node_modules/.moment-YVTvHlwl',
                                72 silly reify   '/opt/iobroker/node_modules/node-abi': '/opt/iobroker/node_modules/.node-abi-RRzQb5v8',
                                72 silly reify   '/opt/iobroker/node_modules/node-addon-api': '/opt/iobroker/node_modules/.node-addon-api-ByQRURSs',
                                72 silly reify   '/opt/iobroker/node_modules/prebuild-install': '/opt/iobroker/node_modules/.prebuild-install-aufwnSQB',
                                72 silly reify   '/opt/iobroker/node_modules/.bin/prebuild-install': '/opt/iobroker/node_modules/.bin/.prebuild-install-CBzAgHgG',
                                72 silly reify   '/opt/iobroker/node_modules/semver': '/opt/iobroker/node_modules/.semver-n8m5lQuN',
                                72 silly reify   '/opt/iobroker/node_modules/.bin/semver': '/opt/iobroker/node_modules/.bin/.semver-LPDaIsIH',
                                72 silly reify   '/opt/iobroker/node_modules/sharp': '/opt/iobroker/node_modules/.sharp-I3mcBL1h',
                                72 silly reify   '/opt/iobroker/node_modules/@influxdata/influxdb-client': '/opt/iobroker/node_modules/@influxdata/.influxdb-client-fufjSImt',
                                72 silly reify   '/opt/iobroker/node_modules/@influxdata/influxdb-client-apis': '/opt/iobroker/node_modules/@influxdata/.influxdb-client-apis-rMNsW9vx'
                                72 silly reify }
                                73 timing reify:rollback:retireShallow Completed in 27ms
                                74 timing command:install Completed in 38344ms
                                75 verbose stack Error: ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/canvas' -> '/opt/iobroker/node_modules/.canvas-0HrdFhcM'
                                76 verbose cwd /opt/iobroker
                                77 verbose Linux 5.10.103-v7+
                                78 verbose node v16.15.1
                                79 verbose npm  v8.11.0
                                80 error code ENOTEMPTY
                                81 error syscall rename
                                82 error path /opt/iobroker/node_modules/canvas
                                83 error dest /opt/iobroker/node_modules/.canvas-0HrdFhcM
                                84 error errno -39
                                85 error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/canvas' -> '/opt/iobroker/node_modules/.canvas-0HrdFhcM'
                                86 verbose exit -39
                                87 timing npm Completed in 39933ms
                                88 verbose unfinished npm timer reify 1659076338588
                                89 verbose unfinished npm timer reify:retireShallow 1659076376729
                                90 verbose code -39
                                91 error A complete log of this run can be found in:
                                91 error     /home/iobroker/.npm/_logs/2022-07-29T06_32_17_011Z-debug-0.log
                                
                                
                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • W wusa

                                  @thomas-braun

                                  Update influxdb from @2.6.3 to @3.1.7
                                  NPM version: 8.11.0
                                  Installing iobroker.influxdb@3.1.7... (System call)
                                  npm ERR! code ENOTEMPTY
                                  npm ERR! syscall rename
                                  npm ERR! path /opt/iobroker/node_modules/canvas
                                  npm ERR! dest /opt/iobroker/node_modules/.canvas-0HrdFhcM
                                  npm ERR! errno -39
                                  npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/canvas' -> '/opt/iobroker/node_modules/.canvas-0HrdFhcM'
                                  
                                  npm ERR! A complete log of this run can be found in:
                                  npm ERR!     /home/iobroker/.npm/_logs/2022-07-29T06_32_17_011Z-debug-0.log
                                  host.iobroker Cannot install iobroker.influxdb@3.1.7: 217
                                  
                                  
                                  /home/iobroker/.npm/_logs/2022-07-29T06_32_17_011Z-debug-0.log
                                  
                                  0 verbose cli /usr/bin/node /usr/bin/npm
                                  1 info using npm@8.11.0
                                  2 info using node@v16.15.1
                                  3 timing npm:load:whichnode Completed in 1ms
                                  4 timing config:load:defaults Completed in 16ms
                                  5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 5ms
                                  6 timing config:load:builtin Completed in 8ms
                                  7 timing config:load:cli Completed in 21ms
                                  8 timing config:load:env Completed in 2ms
                                  9 timing config:load:file:/opt/iobroker/.npmrc Completed in 44ms
                                  10 timing config:load:project Completed in 53ms
                                  11 timing config:load:file:/home/iobroker/.npmrc Completed in 1ms
                                  12 timing config:load:user Completed in 4ms
                                  13 timing config:load:file:/usr/etc/npmrc Completed in 1ms
                                  14 timing config:load:global Completed in 2ms
                                  15 timing config:load:validate Completed in 2ms
                                  16 timing config:load:credentials Completed in 9ms
                                  17 timing config:load:setEnvs Completed in 9ms
                                  18 timing config:load Completed in 134ms
                                  19 timing npm:load:configload Completed in 136ms
                                  20 timing npm:load:mkdirpcache Completed in 8ms
                                  21 timing npm:load:mkdirplogs Completed in 2ms
                                  22 verbose title npm install iobroker.influxdb@3.1.7
                                  23 verbose argv "install" "--save-exact" "iobroker.influxdb@3.1.7"
                                  24 timing npm:load:setTitle Completed in 10ms
                                  25 timing config:load:flatten Completed in 30ms
                                  26 timing npm:load:display Completed in 39ms
                                  27 verbose logfile logs-max:10 dir:/home/iobroker/.npm/_logs
                                  28 verbose logfile /home/iobroker/.npm/_logs/2022-07-29T06_32_17_011Z-debug-0.log
                                  29 timing npm:load:logFile Completed in 49ms
                                  30 timing npm:load:timers Completed in 1ms
                                  31 timing npm:load:configScope Completed in 0ms
                                  32 timing npm:load Completed in 255ms
                                  33 timing arborist:ctor Completed in 8ms
                                  34 silly logfile start cleaning logs, removing 2 files
                                  35 silly logfile done cleaning log files
                                  36 verbose shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules
                                  37 timing idealTree:init Completed in 9832ms
                                  38 timing idealTree:userRequests Completed in 61ms
                                  39 silly idealTree buildDeps
                                  40 silly fetch manifest iobroker.influxdb@3.1.7
                                  41 http fetch GET 200 https://registry.npmjs.org/iobroker.influxdb 24769ms (cache revalidated)
                                  42 silly placeDep ROOT iobroker.influxdb@3.1.7 REPLACE for: iobroker.inst@3.0.0 want: 3.1.7
                                  43 silly fetch manifest @influxdata/influxdb-client@^1.25.0
                                  44 silly fetch manifest @influxdata/influxdb-client-apis@^1.25.0
                                  45 http fetch GET 200 https://registry.npmjs.org/@influxdata%2finfluxdb-client 1741ms (cache revalidated)
                                  46 http fetch GET 200 https://registry.npmjs.org/@influxdata%2finfluxdb-client-apis 1813ms (cache revalidated)
                                  47 timing idealTree:#root Completed in 26775ms
                                  48 silly placeDep ROOT @influxdata/influxdb-client@1.27.0 OK for: iobroker.influxdb@3.1.7 want: ^1.25.0
                                  49 silly placeDep ROOT @influxdata/influxdb-client-apis@1.27.0 OK for: iobroker.influxdb@3.1.7 want: ^1.25.0
                                  50 timing idealTree:node_modules/iobroker.influxdb Completed in 117ms
                                  51 timing idealTree:node_modules/@influxdata/influxdb-client Completed in 1ms
                                  52 timing idealTree:node_modules/@influxdata/influxdb-client-apis Completed in 0ms
                                  53 timing idealTree:buildDeps Completed in 26907ms
                                  54 timing idealTree:fixDepFlags Completed in 225ms
                                  55 timing idealTree Completed in 37196ms
                                  56 timing reify:loadTrees Completed in 37205ms
                                  57 timing reify:diffTrees Completed in 860ms
                                  58 silly reify mark retired [ '/opt/iobroker/node_modules/fsevents' ]
                                  59 silly reify mark retired [ '/opt/iobroker/node_modules/canvas' ]
                                  60 silly reify mark retired [ '/opt/iobroker/node_modules/color-string' ]
                                  61 silly reify mark retired [ '/opt/iobroker/node_modules/iobroker.influxdb' ]
                                  62 silly reify mark retired [ '/opt/iobroker/node_modules/iobroker.iot' ]
                                  63 silly reify mark retired [ '/opt/iobroker/node_modules/iobroker.type-detector' ]
                                  64 silly reify mark retired [ '/opt/iobroker/node_modules/moment' ]
                                  65 silly reify mark retired [ '/opt/iobroker/node_modules/node-abi' ]
                                  66 silly reify mark retired [ '/opt/iobroker/node_modules/node-addon-api' ]
                                  67 silly reify mark retired [
                                  67 silly reify   '/opt/iobroker/node_modules/prebuild-install',
                                  67 silly reify   '/opt/iobroker/node_modules/.bin/prebuild-install'
                                  67 silly reify ]
                                  68 silly reify mark retired [
                                  68 silly reify   '/opt/iobroker/node_modules/semver',
                                  68 silly reify   '/opt/iobroker/node_modules/.bin/semver'
                                  68 silly reify ]
                                  69 silly reify mark retired [ '/opt/iobroker/node_modules/sharp' ]
                                  70 silly reify mark retired [ '/opt/iobroker/node_modules/@influxdata/influxdb-client' ]
                                  71 silly reify mark retired [ '/opt/iobroker/node_modules/@influxdata/influxdb-client-apis' ]
                                  72 silly reify moves {
                                  72 silly reify   '/opt/iobroker/node_modules/fsevents': '/opt/iobroker/node_modules/.fsevents-yNYMVUiI',
                                  72 silly reify   '/opt/iobroker/node_modules/canvas': '/opt/iobroker/node_modules/.canvas-0HrdFhcM',
                                  72 silly reify   '/opt/iobroker/node_modules/color-string': '/opt/iobroker/node_modules/.color-string-TIiP9v7Y',
                                  72 silly reify   '/opt/iobroker/node_modules/iobroker.influxdb': '/opt/iobroker/node_modules/.iobroker.influxdb-mtpshsVk',
                                  72 silly reify   '/opt/iobroker/node_modules/iobroker.iot': '/opt/iobroker/node_modules/.iobroker.iot-wWpeDyDO',
                                  72 silly reify   '/opt/iobroker/node_modules/iobroker.type-detector': '/opt/iobroker/node_modules/.iobroker.type-detector-5Nz73HNj',
                                  72 silly reify   '/opt/iobroker/node_modules/moment': '/opt/iobroker/node_modules/.moment-YVTvHlwl',
                                  72 silly reify   '/opt/iobroker/node_modules/node-abi': '/opt/iobroker/node_modules/.node-abi-RRzQb5v8',
                                  72 silly reify   '/opt/iobroker/node_modules/node-addon-api': '/opt/iobroker/node_modules/.node-addon-api-ByQRURSs',
                                  72 silly reify   '/opt/iobroker/node_modules/prebuild-install': '/opt/iobroker/node_modules/.prebuild-install-aufwnSQB',
                                  72 silly reify   '/opt/iobroker/node_modules/.bin/prebuild-install': '/opt/iobroker/node_modules/.bin/.prebuild-install-CBzAgHgG',
                                  72 silly reify   '/opt/iobroker/node_modules/semver': '/opt/iobroker/node_modules/.semver-n8m5lQuN',
                                  72 silly reify   '/opt/iobroker/node_modules/.bin/semver': '/opt/iobroker/node_modules/.bin/.semver-LPDaIsIH',
                                  72 silly reify   '/opt/iobroker/node_modules/sharp': '/opt/iobroker/node_modules/.sharp-I3mcBL1h',
                                  72 silly reify   '/opt/iobroker/node_modules/@influxdata/influxdb-client': '/opt/iobroker/node_modules/@influxdata/.influxdb-client-fufjSImt',
                                  72 silly reify   '/opt/iobroker/node_modules/@influxdata/influxdb-client-apis': '/opt/iobroker/node_modules/@influxdata/.influxdb-client-apis-rMNsW9vx'
                                  72 silly reify }
                                  73 timing reify:rollback:retireShallow Completed in 27ms
                                  74 timing command:install Completed in 38344ms
                                  75 verbose stack Error: ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/canvas' -> '/opt/iobroker/node_modules/.canvas-0HrdFhcM'
                                  76 verbose cwd /opt/iobroker
                                  77 verbose Linux 5.10.103-v7+
                                  78 verbose node v16.15.1
                                  79 verbose npm  v8.11.0
                                  80 error code ENOTEMPTY
                                  81 error syscall rename
                                  82 error path /opt/iobroker/node_modules/canvas
                                  83 error dest /opt/iobroker/node_modules/.canvas-0HrdFhcM
                                  84 error errno -39
                                  85 error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/canvas' -> '/opt/iobroker/node_modules/.canvas-0HrdFhcM'
                                  86 verbose exit -39
                                  87 timing npm Completed in 39933ms
                                  88 verbose unfinished npm timer reify 1659076338588
                                  89 verbose unfinished npm timer reify:retireShallow 1659076376729
                                  90 verbose code -39
                                  91 error A complete log of this run can be found in:
                                  91 error     /home/iobroker/.npm/_logs/2022-07-29T06_32_17_011Z-debug-0.log
                                  
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #128

                                  @wusa sagte in influxdb 3.0.0 verfügbar - eine Zusammenfassung:

                                  cd /opt/iobroker/node_modules/
                                  for i in $(ls -d .[^.]*-*/); do rm -rf ${i%%/}; done
                                  

                                  Die zweite Zeile EXAKT SO eingeben, am besten kopieren.

                                  Linux-Werkzeugkasten:
                                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                  NodeJS Fixer Skript:
                                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                  W 1 Antwort Letzte Antwort
                                  1
                                  • Thomas BraunT Thomas Braun

                                    @wusa sagte in influxdb 3.0.0 verfügbar - eine Zusammenfassung:

                                    cd /opt/iobroker/node_modules/
                                    for i in $(ls -d .[^.]*-*/); do rm -rf ${i%%/}; done
                                    

                                    Die zweite Zeile EXAKT SO eingeben, am besten kopieren.

                                    W Offline
                                    W Offline
                                    wusa
                                    schrieb am zuletzt editiert von
                                    #129

                                    @thomas-braun
                                    Habe ich gemacht.
                                    Lief ohne Fehler. Jetzt nochmal installieren mit --debug?

                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • W wusa

                                      @thomas-braun
                                      Habe ich gemacht.
                                      Lief ohne Fehler. Jetzt nochmal installieren mit --debug?

                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #130

                                      @wusa
                                      Ja, probier mal.

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      W 1 Antwort Letzte Antwort
                                      1
                                      • Thomas BraunT Thomas Braun

                                        @wusa
                                        Ja, probier mal.

                                        W Offline
                                        W Offline
                                        wusa
                                        schrieb am zuletzt editiert von
                                        #131

                                        Ich habe mal eine generelle Frage bezüglich "Runden Sie bei der Abfrage die Zahlen auf".

                                        Hier die Einstellung in der Instanz:
                                        d0cf9269-833c-4490-b7e9-87edd69cfa28-image.png

                                        Bei mir ist jetzt 4 eingestellt. Es werden dann auch 4 Nachkommastellen angezeigt.
                                        Das ist soweit auch richtig.

                                        Allerdings, wenn ich einen Datenpunkt aktivieren zum loggen und dort diese Einstellung vornehme:
                                        35a69653-a128-4f45-871e-30e1c70e74c3-image.png

                                        Also dass bei diesem Datenpunkt nur 2 Nachkommastellen geloggt werden, funktioniert das nicht.
                                        76b078a4-19fa-4e33-8283-26606a52b3e6-image.png

                                        Übersteuert hier die Einstellung der Instanz? Oder ist das ein beabsichtigtes Verhalten?
                                        Oder mache ich etwas falsch?

                                        apollon77A 1 Antwort Letzte Antwort
                                        0
                                        • W wusa

                                          Ich habe mal eine generelle Frage bezüglich "Runden Sie bei der Abfrage die Zahlen auf".

                                          Hier die Einstellung in der Instanz:
                                          d0cf9269-833c-4490-b7e9-87edd69cfa28-image.png

                                          Bei mir ist jetzt 4 eingestellt. Es werden dann auch 4 Nachkommastellen angezeigt.
                                          Das ist soweit auch richtig.

                                          Allerdings, wenn ich einen Datenpunkt aktivieren zum loggen und dort diese Einstellung vornehme:
                                          35a69653-a128-4f45-871e-30e1c70e74c3-image.png

                                          Also dass bei diesem Datenpunkt nur 2 Nachkommastellen geloggt werden, funktioniert das nicht.
                                          76b078a4-19fa-4e33-8283-26606a52b3e6-image.png

                                          Übersteuert hier die Einstellung der Instanz? Oder ist das ein beabsichtigtes Verhalten?
                                          Oder mache ich etwas falsch?

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

                                          @wusa Es geht bei dem Setting nicht ums Loggen sondern ums Abfragen. Aber ja scheinbar ein Bug. Bitte ein GitHub Issue öffnen!

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

                                          789

                                          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