Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. Visualisierung
  4. Grafana - Problem

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    7
    1
    283

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    9
    1
    261

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    910

Grafana - Problem

Geplant Angeheftet Gesperrt Verschoben Visualisierung
vis
24 Beiträge 3 Kommentatoren 2.5k Aufrufe 4 Beobachtet
  • Ä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.
  • H Hicki

    @crunchip sagte in Grafana - Problem:

    SELECT non_negative_difference(last(cumulative_sum))FROM (

    vielen Dank.

    jetzt sieht es so aus.

    Grafana11.png

    {
      "datasource": "InfluxDB",
      "aliasColors": {
        "Genesen": "dark-green",
        "Kritisch": "dark-purple",
        "Sterbefälle": "dark-red",
        "aktiv": "dark-orange",
        "infiziert": "dark-blue"
      },
      "bars": true,
      "dashLength": 10,
      "dashes": false,
      "fill": 1,
      "fillGradient": 0,
      "gridPos": {
        "h": 6,
        "w": 12,
        "x": 0,
        "y": 13
      },
      "hiddenSeries": false,
      "id": 26,
      "legend": {
        "avg": false,
        "current": true,
        "hideEmpty": false,
        "hideZero": false,
        "max": false,
        "min": false,
        "show": true,
        "total": false,
        "values": true
      },
      "lines": false,
      "linewidth": 1,
      "nullPointMode": "null",
      "options": {
        "dataLinks": []
      },
      "percentage": false,
      "pointradius": 2,
      "points": false,
      "renderer": "flot",
      "seriesOverrides": [
        {
          "alias": "Sterbefälle"
        },
        {
          "alias": "Kritisch"
        },
        {
          "alias": "aktiv"
        },
        {
          "alias": "infiziert"
        },
        {
          "alias": "Genesen"
        }
      ],
      "spaceLength": 10,
      "stack": true,
      "steppedLine": false,
      "targets": [
        {
          "alias": "Kritisch",
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "orderByTime": "ASC",
          "policy": "default",
          "query": "SELECT non_negative_difference(last(cumulative_sum))FROM ( \nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.critical\" WHERE $timeFilter GROUP BY time($__interval) \n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
          "rawQuery": true,
          "refId": "D",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "value"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "infiziert",
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "orderByTime": "ASC",
          "policy": "default",
          "query": "SELECT non_negative_difference(last(cumulative_sum))FROM ( \nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.cases\" WHERE $timeFilter GROUP BY time($__interval) \n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')\n",
          "rawQuery": true,
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "value"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "aktiv",
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "orderByTime": "ASC",
          "policy": "default",
          "query": "SELECT non_negative_difference(last(cumulative_sum))FROM ( \nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.active\" WHERE $timeFilter GROUP BY time($__interval) \n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
          "rawQuery": true,
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "value"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Sterbefälle",
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "orderByTime": "ASC",
          "policy": "default",
          "query": "SELECT non_negative_difference(last(cumulative_sum))FROM ( \nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.deaths\" WHERE $timeFilter GROUP BY time($__interval) \n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
          "rawQuery": true,
          "refId": "C",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "value"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Genesen",
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "orderByTime": "ASC",
          "policy": "default",
          "query": "SELECT non_negative_difference(last(cumulative_sum))FROM ( \nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.recovered\" WHERE $timeFilter GROUP BY time($__interval) \n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
          "rawQuery": true,
          "refId": "E",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "value"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        }
      ],
      "thresholds": [],
      "timeFrom": "7d",
      "timeRegions": [],
      "timeShift": null,
      "title": "Tageswerte Deutschland",
      "tooltip": {
        "shared": true,
        "sort": 0,
        "value_type": "individual"
      },
      "transparent": true,
      "type": "graph",
      "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": []
      },
      "yaxes": [
        {
          "format": "short",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": null,
          "show": true
        },
        {
          "format": "short",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": null,
          "show": true
        }
      ],
      "yaxis": {
        "align": false,
        "alignLevel": null
      }
    }
    

    Das ist doch auch nicht richtig, Oder?

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

    @Hicki habs mal mit meinem verglichen, du hast ein Leerzeichen zu viel drin, weiss nicht ob das was ausmacht

    ($__interval) \n)
    ($__interval)\n)
    

    umgestiegen von Proxmox auf Unraid

    H 1 Antwort Letzte Antwort
    0
    • crunchipC crunchip

      @Hicki habs mal mit meinem verglichen, du hast ein Leerzeichen zu viel drin, weiss nicht ob das was ausmacht

      ($__interval) \n)
      ($__interval)\n)
      
      H Offline
      H Offline
      Hicki
      schrieb am zuletzt editiert von
      #7

      @crunchip

      macht keine Änderung

      crunchipC 1 Antwort Letzte Antwort
      0
      • H Hicki

        @crunchip

        macht keine Änderung

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

        @Hicki nimm mal meine komplette Json

        {
         "datasource": "InfluxDB-corona",
         "aliasColors": {
           "Genesen": "dark-green",
           "Kritisch": "dark-purple",
           "Sterbefälle": "dark-red",
           "aktiv": "dark-orange",
           "infiziert": "dark-blue"
         },
         "bars": true,
         "dashLength": 10,
         "dashes": false,
         "fill": 1,
         "fillGradient": 0,
         "gridPos": {
           "h": 6,
           "w": 12,
           "x": 0,
           "y": 14
         },
         "hiddenSeries": false,
         "id": 26,
         "legend": {
           "avg": false,
           "current": true,
           "hideEmpty": false,
           "hideZero": false,
           "max": false,
           "min": false,
           "show": true,
           "total": false,
           "values": true
         },
         "lines": false,
         "linewidth": 1,
         "nullPointMode": "null",
         "options": {
           "dataLinks": []
         },
         "percentage": false,
         "pointradius": 2,
         "points": false,
         "renderer": "flot",
         "seriesOverrides": [
           {
             "alias": "Sterbefälle"
           },
           {
             "alias": "Kritisch"
           },
           {
             "alias": "aktiv"
           },
           {
             "alias": "infiziert"
           },
           {
             "alias": "Genesen"
           }
         ],
         "spaceLength": 10,
         "stack": true,
         "steppedLine": false,
         "targets": [
           {
             "alias": "Kritisch",
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "null"
                 ],
                 "type": "fill"
               }
             ],
             "orderByTime": "ASC",
             "policy": "default",
             "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.critical\" WHERE $timeFilter GROUP BY time($__interval)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
             "rawQuery": true,
             "refId": "D",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "mean"
                 }
               ]
             ],
             "tags": []
           },
           {
             "alias": "infiziert",
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "null"
                 ],
                 "type": "fill"
               }
             ],
             "orderByTime": "ASC",
             "policy": "default",
             "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.cases\" WHERE $timeFilter GROUP BY time($__interval)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
             "rawQuery": true,
             "refId": "A",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "mean"
                 }
               ]
             ],
             "tags": []
           },
           {
             "alias": "aktiv",
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "null"
                 ],
                 "type": "fill"
               }
             ],
             "orderByTime": "ASC",
             "policy": "default",
             "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.active\" WHERE $timeFilter GROUP BY time($__interval)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
             "rawQuery": true,
             "refId": "B",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "mean"
                 }
               ]
             ],
             "tags": []
           },
           {
             "alias": "Sterbefälle",
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "null"
                 ],
                 "type": "fill"
               }
             ],
             "orderByTime": "ASC",
             "policy": "default",
             "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.deaths\" WHERE $timeFilter GROUP BY time($__interval)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
             "rawQuery": true,
             "refId": "C",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "mean"
                 }
               ]
             ],
             "tags": []
           },
           {
             "alias": "Genesen",
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "null"
                 ],
                 "type": "fill"
               }
             ],
             "orderByTime": "ASC",
             "policy": "default",
             "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.recovered\" WHERE $timeFilter GROUP BY time($__interval)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
             "rawQuery": true,
             "refId": "E",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "mean"
                 }
               ]
             ],
             "tags": []
           }
         ],
         "thresholds": [],
         "timeFrom": "14d",
         "timeRegions": [],
         "timeShift": null,
         "title": "Tageswerte Deutschland",
         "tooltip": {
           "shared": true,
           "sort": 0,
           "value_type": "individual"
         },
         "transparent": true,
         "type": "graph",
         "xaxis": {
           "buckets": null,
           "mode": "time",
           "name": null,
           "show": true,
           "values": []
         },
         "yaxes": [
           {
             "format": "short",
             "label": null,
             "logBase": 1,
             "max": null,
             "min": null,
             "show": true
           },
           {
             "format": "short",
             "label": null,
             "logBase": 1,
             "max": null,
             "min": null,
             "show": true
           }
         ],
         "yaxis": {
           "align": false,
           "alignLevel": null
         }
        }
        

        umgestiegen von Proxmox auf Unraid

        1 Antwort Letzte Antwort
        0
        • H Offline
          H Offline
          Hicki
          schrieb am zuletzt editiert von
          #9

          @crunchip sagte in Grafana - Problem:

          {

          Zeile 298 ist doch falsch, oder?

          crunchipC 1 Antwort Letzte Antwort
          0
          • H Hicki

            @crunchip sagte in Grafana - Problem:

            {

            Zeile 298 ist doch falsch, oder?

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

            @Hicki war die Zeile falsch, beimkopieren in den Spoiler passiert, habs oben geändert

            umgestiegen von Proxmox auf Unraid

            1 Antwort Letzte Antwort
            0
            • H Offline
              H Offline
              Hicki
              schrieb am zuletzt editiert von
              #11

              jetzt sieht es so aus

              Grafana12.png

              crunchipC 1 Antwort Letzte Antwort
              0
              • H Hicki

                jetzt sieht es so aus

                Grafana12.png

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

                @Hicki du zeigst gerade Global, das war die Json für Deutschland und meine Einstellung bezieht sich auf 14 days und nicht auf 7 days

                umgestiegen von Proxmox auf Unraid

                1 Antwort Letzte Antwort
                0
                • H Offline
                  H Offline
                  Hicki
                  schrieb am zuletzt editiert von
                  #13

                  @crunchip sagte in Grafana - Problem:

                  upps
                  habe es geändert - sieht aber aus wie vorher

                  Grafana13.png

                  crunchipC 1 Antwort Letzte Antwort
                  0
                  • H Hicki

                    @crunchip sagte in Grafana - Problem:

                    upps
                    habe es geändert - sieht aber aus wie vorher

                    Grafana13.png

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

                    @Hicki das füllt sich erst noch pro Tag/ein Balken, du hast ja erst Werte von Heute

                    umgestiegen von Proxmox auf Unraid

                    1 Antwort Letzte Antwort
                    0
                    • H Offline
                      H Offline
                      Hicki
                      schrieb am zuletzt editiert von
                      #15

                      Ich habe aber auch schon Daten von gestern. Wo änderst Du eigentlich die Zeitspanne(zB 14 Tage)?

                      crunchipC 1 Antwort Letzte Antwort
                      0
                      • H Hicki

                        Ich habe aber auch schon Daten von gestern. Wo änderst Du eigentlich die Zeitspanne(zB 14 Tage)?

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

                        @Hicki laut deinem Dashboard hast du nur Werte von heute, siehe ROTE LINIE
                        d1e0cfa2-4ce6-4c54-b2a7-5b891e65a78f-image.png
                        ändern kannst du hier
                        c4f2fa07-0568-4e9a-82e4-53ff09609153-image.png

                        umgestiegen von Proxmox auf Unraid

                        1 Antwort Letzte Antwort
                        0
                        • H Offline
                          H Offline
                          Hicki
                          schrieb am zuletzt editiert von
                          #17

                          Du hast Recht. Ich habe mir gerade die Werte in der InfluxDB angeschaut, und sind von heute. Obwohl gestern Abend auch schon Werte sichtbar waren.
                          Da warten wir mal ab.
                          Vielen Dank für Deine Hilfe.

                          Gruß Hicki

                          1 Antwort Letzte Antwort
                          0
                          • H Offline
                            H Offline
                            Hicki
                            schrieb am zuletzt editiert von
                            #18

                            Funktioniert alles prima. Nochmals vielen Dank für Deine Hilfe.
                            Eine Frage hätte ich da noch. Wie kann man die Datumsanzeige ändern?
                            zB. von 05/08 (Monat/Tag) zu 08/05 (Tag/Monat)

                            Gruß Hicki

                            crunchipC 1 Antwort Letzte Antwort
                            0
                            • H Hicki

                              Funktioniert alles prima. Nochmals vielen Dank für Deine Hilfe.
                              Eine Frage hätte ich da noch. Wie kann man die Datumsanzeige ändern?
                              zB. von 05/08 (Monat/Tag) zu 08/05 (Tag/Monat)

                              Gruß Hicki

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

                              @Hicki Welche Datums-Anzeige meinst du?

                              umgestiegen von Proxmox auf Unraid

                              1 Antwort Letzte Antwort
                              0
                              • H Offline
                                H Offline
                                Hicki
                                schrieb am zuletzt editiert von
                                #20

                                siehe Bild zB. alles was ich rot markiert habe unter den Grafiken.

                                Grafana14.png

                                crunchipC 1 Antwort Letzte Antwort
                                0
                                • H Hicki

                                  siehe Bild zB. alles was ich rot markiert habe unter den Grafiken.

                                  Grafana14.png

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

                                  @Hicki achso, das ist eher Schwierig, da es direkt von Grafana kommt und so nicht einfach umzustellen ist.
                                  Hab mal auf die schnelle in google das gefunden
                                  https://community.grafana.com/t/change-date-format-in-x-axis-in-graph-pannel/24742/6

                                  umgestiegen von Proxmox auf Unraid

                                  H 1 Antwort Letzte Antwort
                                  0
                                  • crunchipC crunchip

                                    @Hicki achso, das ist eher Schwierig, da es direkt von Grafana kommt und so nicht einfach umzustellen ist.
                                    Hab mal auf die schnelle in google das gefunden
                                    https://community.grafana.com/t/change-date-format-in-x-axis-in-graph-pannel/24742/6

                                    H Offline
                                    H Offline
                                    Hicki
                                    schrieb am zuletzt editiert von
                                    #22

                                    @crunchip ich habe da auch was gefunden, aber ich weiß nicht wie man das anwendet.

                                    https://git.nukon.com.au/snippets/15

                                    crunchipC 1 Antwort Letzte Antwort
                                    0
                                    • H Hicki

                                      @crunchip ich habe da auch was gefunden, aber ich weiß nicht wie man das anwendet.

                                      https://git.nukon.com.au/snippets/15

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

                                      @Hicki das ist schon 2 Jahre alt, dein link
                                      hab hier etwas
                                      https://github.com/grafana/grafana/issues/1459 bzw
                                      https://github.com/adriankumpf/teslamate/issues/692

                                      umgestiegen von Proxmox auf Unraid

                                      1 Antwort Letzte Antwort
                                      0
                                      • H Offline
                                        H Offline
                                        Hicki
                                        schrieb am zuletzt editiert von Hicki
                                        #24

                                        Vielen Dank.
                                        Ja, wie gesagt ich weiß nicht wie man das anwendet.

                                        1 Antwort Letzte Antwort
                                        0

                                        Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                        Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                        Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                        Registrieren Anmelden
                                        Antworten
                                        • In einem neuen Thema antworten
                                        Anmelden zum Antworten
                                        • Älteste zuerst
                                        • Neuste zuerst
                                        • Meiste Stimmen


                                        Support us

                                        ioBroker
                                        Community Adapters
                                        Donate

                                        593

                                        Online

                                        32.8k

                                        Benutzer

                                        82.8k

                                        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