Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. influxdb 3.0.0 verfügbar - eine Zusammenfassung

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    influxdb 3.0.0 verfügbar - eine Zusammenfassung

    This topic has been deleted. Only users with topic management privileges can see it.
    • apollon77
      apollon77 @oFbEQnpoLKKl6mbY5e13 last edited by

      @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

      Segway 1 Reply Last reply Reply Quote 0
      • Segway
        Segway @apollon77 last edited by

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

        apollon77 1 Reply Last reply Reply Quote 0
        • apollon77
          apollon77 @Segway last edited by

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

          Segway O 2 Replies Last reply Reply Quote 0
          • Segway
            Segway @apollon77 last edited by

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

            1 Reply Last reply Reply Quote 0
            • O
              oFbEQnpoLKKl6mbY5e13 @apollon77 last edited by

              @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
              
              apollon77 1 Reply Last reply Reply Quote 0
              • E
                Einstein2002 last edited by

                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 1 Reply Last reply Reply Quote 0
                • O
                  oFbEQnpoLKKl6mbY5e13 @Einstein2002 last edited by

                  @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 Reply Last reply Reply Quote 0
                  • E
                    Einstein2002 @oFbEQnpoLKKl6mbY5e13 last edited by

                    @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 crunchip 2 Replies Last reply Reply Quote 0
                    • O
                      oFbEQnpoLKKl6mbY5e13 @Einstein2002 last edited by

                      @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 Reply Last reply Reply Quote 0
                      • E
                        Einstein2002 @oFbEQnpoLKKl6mbY5e13 last edited by

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

                        O 1 Reply Last reply Reply Quote 0
                        • O
                          oFbEQnpoLKKl6mbY5e13 @Einstein2002 last edited by

                          @einstein2002

                          Dein Problem ist hier beschrieben:

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

                          E 1 Reply Last reply Reply Quote 0
                          • crunchip
                            crunchip Forum Testing Most Active @Einstein2002 last edited by

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

                            1 Reply Last reply Reply Quote 0
                            • E
                              Einstein2002 last edited by

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

                              1 Reply Last reply Reply Quote 0
                              • E
                                Einstein2002 @oFbEQnpoLKKl6mbY5e13 last edited by

                                @ofbeqnpolkkl6mby5e13 54679e38-8041-49c2-adfe-0e042a97a416-image.pngDer Button ist jetzt aktiv , hatte vergessen den Adapter zu starten..😱
                                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.

                                crunchip 1 Reply Last reply Reply Quote 0
                                • crunchip
                                  crunchip Forum Testing Most Active @Einstein2002 last edited by

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

                                  E 2 Replies Last reply Reply Quote 0
                                  • E
                                    Einstein2002 @crunchip last edited by

                                    @crunchip geändert

                                    1 Reply Last reply Reply Quote 0
                                    • E
                                      Einstein2002 @crunchip last edited by

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

                                      1 Reply Last reply Reply Quote 0
                                      • apollon77
                                        apollon77 @oFbEQnpoLKKl6mbY5e13 last edited by

                                        @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 1 Reply Last reply Reply Quote 0
                                        • O
                                          oFbEQnpoLKKl6mbY5e13 @apollon77 last edited by

                                          @apollon77

                                          Okay, danke.

                                          E 1 Reply Last reply Reply Quote 0
                                          • E
                                            Einstein2002 @oFbEQnpoLKKl6mbY5e13 last edited by

                                            @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

                                            crunchip E 2 Replies Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

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

                                            894
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            18
                                            132
                                            13697
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo