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

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

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Praktische Anwendungen (Showcase)
  4. [Linux Shell-Skript] WLAN-Wetterstation

NEWS

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

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

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

[Linux Shell-Skript] WLAN-Wetterstation

Geplant Angeheftet Gesperrt Verschoben Praktische Anwendungen (Showcase)
linuxshell-scriptwetterstationwlan-wetterstation
5.7k Beiträge 152 Kommentatoren 3.8m Aufrufe 134 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.
  • NashraN Nashra

    @crunchip sagte in [Linux Shell-Skript] WLAN-Wetterstation:

    @Rushmed für die Windrichtung logge ich übrigens noch den Datenpunkt weatherunderground.0.forecast.current.windDirection
    a374710a-d27b-413c-84ef-70de60a1976d-image.png

    Hey @crunchip , wie hast Du das hinbekommen mit der Regenmenge. Du hattest mir ja mal die Json
    zukommen lassen, aber ich bekomme das wie gesagt nicht mit der Regenmenge hin bzw. geändert.
    Auch will er nicht beim UV Index
    wetterstation-grafana.PNG

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

    @Nashra hier mal das einzelne json nur für Regenmenge


    {
    "datasource": null,
    "gridPos": {
    "h": 4,
    "w": 6,
    "x": 9,
    "y": 8
    },
    "hideTimeOverride": true,
    "id": 5,
    "options": {
    "displayMode": "lcd",
    "orientation": "horizontal",
    "fieldOptions": {
    "values": false,
    "calcs": [
    "lastNotNull"
    ],
    "defaults": {
    "min": 0,
    "max": 1200,
    "thresholds": [
    {
    "color": "rgb(15, 31, 171)",
    "value": null
    }
    ],
    "mappings": [],
    "unit": "lengthmm"
    },
    "override": {}
    }
    },
    "pluginVersion": "6.5.2",
    "targets": [
    {
    "alias": "Jahr",
    "groupBy": [
    {
    "params": [
    "$__interval"
    ],
    "type": "time"
    },
    {
    "params": [
    "null"
    ],
    "type": "fill"
    }
    ],
    "measurement": "javascript.0.Wetterstation.Regen_Jahr_kumuliert",
    "orderByTime": "ASC",
    "policy": "default",
    "refId": "A",
    "resultFormat": "time_series",
    "select": [
    [
    {
    "params": [
    "value"
    ],
    "type": "field"
    },
    {
    "params": [],
    "type": "mean"
    }
    ]
    ],
    "tags": []
    },
    {
    "alias": "Monat",
    "groupBy": [
    {
    "params": [
    "$__interval"
    ],
    "type": "time"
    },
    {
    "params": [
    "null"
    ],
    "type": "fill"
    }
    ],
    "measurement": "javascript.0.Wetterstation.Regen_Monat",
    "orderByTime": "ASC",
    "policy": "default",
    "refId": "D",
    "resultFormat": "time_series",
    "select": [
    [
    {
    "params": [
    "value"
    ],
    "type": "field"
    },
    {
    "params": [],
    "type": "mean"
    }
    ]
    ],
    "tags": []
    },
    {
    "alias": "Woche",
    "groupBy": [
    {
    "params": [
    "$__interval"
    ],
    "type": "time"
    },
    {
    "params": [
    "null"
    ],
    "type": "fill"
    }
    ],
    "measurement": "javascript.0.Wetterstation.Regen_Woche",
    "orderByTime": "ASC",
    "policy": "default",
    "refId": "B",
    "resultFormat": "time_series",
    "select": [
    [
    {
    "params": [
    "value"
    ],
    "type": "field"
    },
    {
    "params": [],
    "type": "mean"
    }
    ]
    ],
    "tags": []
    },
    {
    "alias": "Tag",
    "groupBy": [
    {
    "params": [
    "$__interval"
    ],
    "type": "time"
    },
    {
    "params": [
    "null"
    ],
    "type": "fill"
    }
    ],
    "measurement": "javascript.0.Wetterstation.Regen_Tag",
    "orderByTime": "ASC",
    "policy": "default",
    "refId": "C",
    "resultFormat": "time_series",
    "select": [
    [
    {
    "params": [
    "value"
    ],
    "type": "field"
    },
    {
    "params": [],
    "type": "mean"
    }
    ]
    ],
    "tags": []
    }
    ],
    "timeFrom": "1d",
    "timeShift": null,
    "title": "Regenmenge",
    "transparent": true,
    "type": "bargauge"
    }

    aktuelle view und json ist oben im Beitrag

    umgestiegen von Proxmox auf Unraid

    NashraN 1 Antwort Letzte Antwort
    1
    • SBorgS SBorg

      @Nashra 😀 Ich teste erst mal nur Indoor. Muss mir zuerst noch einen "Mast" suchen. Das beiliegende 20cm Rohr ist zwar nett, aber damit komme ich nicht sehr weit.

      NashraN Offline
      NashraN Offline
      Nashra
      Most Active Forum Testing
      schrieb am zuletzt editiert von
      #386

      @SBorg sagte in [Linux Shell-Skript] WLAN-Wetterstation:

      @Nashra 😀 Ich teste erst mal nur Indoor. Muss mir zuerst noch einen "Mast" suchen. Das beiliegende 20cm Rohr ist zwar nett, aber damit komme ich nicht sehr weit.

      Ich habe mir noch ne Halterung für eine Sat-Schüssel geholt Link Text
      und die dann am Hühnerstall montiert 😄

      Gruß Ralf
      Mir egal, wer Dein Vater ist! Wenn ich hier angel, wird nicht übers Wasser gelaufen!!

      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

      1 Antwort Letzte Antwort
      1
      • crunchipC Abwesend
        crunchipC Abwesend
        crunchip
        Forum Testing Most Active
        schrieb am zuletzt editiert von
        #387

        Meine hab ich an der Terrassenüberdachung mit nem Fahnenmastrohr das übrig war, befestigt
        20200307_104144.jpg

        umgestiegen von Proxmox auf Unraid

        1 Antwort Letzte Antwort
        2
        • SBorgS SBorg

          Nochmals Danke an alle Unterstützer 🙂
          Bild 1.png
          Ich werde sie mal kurz testen bevor ich sie zerlege. Man sind das viele Schrauben für so ein kleines Teil 😉

          S Offline
          S Offline
          skokarl
          schrieb am zuletzt editiert von
          #388

          @SBorg

          Ganz ehrlich, ...... eigentlich ist es schon ein Hammer, dass jemand der keine Wetterstation hat, ein Script dafür schreibt, oder überhaupt schreiben kann. Auf sowas verrücktes muss man erstmal kommen.....😀 😀
          Von daher hast Du sie Dir mehr als verdient. 👍

          IOBroker mit Proxmox auf Celeron Nuc mit 16 GB und Debian11, Sonos API, Echo Show 15 als Wandtablet, Homematic IP, HUE, Sonos, Echos, DS718+ als Backup

          ? 1 Antwort Letzte Antwort
          1
          • S skokarl

            @SBorg

            Ganz ehrlich, ...... eigentlich ist es schon ein Hammer, dass jemand der keine Wetterstation hat, ein Script dafür schreibt, oder überhaupt schreiben kann. Auf sowas verrücktes muss man erstmal kommen.....😀 😀
            Von daher hast Du sie Dir mehr als verdient. 👍

            ? Offline
            ? Offline
            Ein ehemaliger Benutzer
            schrieb am zuletzt editiert von Ein ehemaliger Benutzer
            #389

            @skokarl sagte in [Linux Shell-Skript] WLAN-Wetterstation:

            @SBorg

            Ganz ehrlich, ...... eigentlich ist es schon ein Hammer, dass jemand der keine Wetterstation hat, ein Script dafür schreibt, oder überhaupt schreiben kann. Auf sowas verrücktes muss man erstmal kommen.....😀 😀
            Von daher hast Du sie Dir mehr als verdient. 👍

            Genau das sehe ich auch so! Super vielen Dank für den Einsatz!

            Update: So ist sie bei mir installiert, war ne Regen-Aktion diese Woche, musste schnell gehen.. 😉
            20200307_145258.png

            crunchipC 1 Antwort Letzte Antwort
            2
            • SBorgS Offline
              SBorgS Offline
              SBorg
              Forum Testing Most Active
              schrieb am zuletzt editiert von
              #390

              🙂
              Hmm, dass macht Lust auf mehr... Interessant was sich im Inneren verbirgt:

              Bild 1.png

              1: ja, es ist ein ESP 😀
              2: ja, es ist eine FTDI-Schnittstelle (Brücken für den Flash-Modus sind auch vorhanden)
              3: (leider) 864 MHz Funkmodul

              zu 3. (leider): es gibt keine WLAN-Antenne, was eigentlich auch nicht weiter verwunderlich ist. Selbst mit der GoldCap/Solar-Unterstützung wäre bei einem WLAN-Betrieb einfach die Batterielaufzeit zu kurz.

              Falls die Messdaten ebenfalls an (2) anstehen, könnte man mittels eines ESP-01 die Station direkt WLAN fähig bekommen, ohne einen größeren Umbau durchführen zu müssen. Wäre toll, da mir für mein "Pimp up your weatherstation" sowieso noch Solar und mindestens Luftgüte vorschwebt.

              LG SBorg ( SBorg auf GitHub)
              Projekte: Lebensmittelwarnung.de | WLAN-Wetterstation | PimpMyStation

              S 1 Antwort Letzte Antwort
              1
              • SBorgS SBorg

                🙂
                Hmm, dass macht Lust auf mehr... Interessant was sich im Inneren verbirgt:

                Bild 1.png

                1: ja, es ist ein ESP 😀
                2: ja, es ist eine FTDI-Schnittstelle (Brücken für den Flash-Modus sind auch vorhanden)
                3: (leider) 864 MHz Funkmodul

                zu 3. (leider): es gibt keine WLAN-Antenne, was eigentlich auch nicht weiter verwunderlich ist. Selbst mit der GoldCap/Solar-Unterstützung wäre bei einem WLAN-Betrieb einfach die Batterielaufzeit zu kurz.

                Falls die Messdaten ebenfalls an (2) anstehen, könnte man mittels eines ESP-01 die Station direkt WLAN fähig bekommen, ohne einen größeren Umbau durchführen zu müssen. Wäre toll, da mir für mein "Pimp up your weatherstation" sowieso noch Solar und mindestens Luftgüte vorschwebt.

                S Offline
                S Offline
                skokarl
                schrieb am zuletzt editiert von
                #391

                @SBorg

                Du sollst das Ding nicht gleich umprogrammieren ...... 😁

                einfach nur anschliessen ...... 😀 😀

                IOBroker mit Proxmox auf Celeron Nuc mit 16 GB und Debian11, Sonos API, Echo Show 15 als Wandtablet, Homematic IP, HUE, Sonos, Echos, DS718+ als Backup

                GlasfaserG 1 Antwort Letzte Antwort
                0
                • S skokarl

                  @SBorg

                  Du sollst das Ding nicht gleich umprogrammieren ...... 😁

                  einfach nur anschliessen ...... 😀 😀

                  GlasfaserG Offline
                  GlasfaserG Offline
                  Glasfaser
                  schrieb am zuletzt editiert von
                  #392

                  @SBorg sagte in [Linux Shell-Skript] WLAN-Wetterstation:

                  Wäre toll, da mir für mein "Pimp up your weatherstation"

                  Dann würde ich aber einen neuen Thread dafür aufmachen 😂

                  @skokarl sagte in [Linux Shell-Skript] WLAN-Wetterstation:

                  Du sollst das Ding nicht gleich umprogrammieren ......

                  👍 😎

                  Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                  SBorgS 1 Antwort Letzte Antwort
                  1
                  • S skokarl

                    Moin,
                    hat mal jemand ne View von dem Script, dass ich mal sehen kann was das Script alles liefert ?
                    Mir gehts hier nicht um das Bereitstellen der View, ich möchte nur mal sehen welche Daten das
                    Script liefert, allerdings am liebsten in Form einer View.
                    Danke

                    GlasfaserG Offline
                    GlasfaserG Offline
                    Glasfaser
                    schrieb am zuletzt editiert von
                    #393

                    @skokarl sagte in [Linux Shell-Skript] WLAN-Wetterstation:

                    hat mal jemand ne View

                    Siehe Anfang vom Thread

                    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                    1 Antwort Letzte Antwort
                    0
                    • ? Ein ehemaliger Benutzer

                      @skokarl sagte in [Linux Shell-Skript] WLAN-Wetterstation:

                      @SBorg

                      Ganz ehrlich, ...... eigentlich ist es schon ein Hammer, dass jemand der keine Wetterstation hat, ein Script dafür schreibt, oder überhaupt schreiben kann. Auf sowas verrücktes muss man erstmal kommen.....😀 😀
                      Von daher hast Du sie Dir mehr als verdient. 👍

                      Genau das sehe ich auch so! Super vielen Dank für den Einsatz!

                      Update: So ist sie bei mir installiert, war ne Regen-Aktion diese Woche, musste schnell gehen.. 😉
                      20200307_145258.png

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

                      @ilovegym Der Ostwind geht dir dann aber flöten?

                      umgestiegen von Proxmox auf Unraid

                      GlasfaserG ? 2 Antworten Letzte Antwort
                      0
                      • crunchipC crunchip

                        @ilovegym Der Ostwind geht dir dann aber flöten?

                        GlasfaserG Offline
                        GlasfaserG Offline
                        Glasfaser
                        schrieb am zuletzt editiert von
                        #395

                        @crunchip sagte in [Linux Shell-Skript] WLAN-Wetterstation:

                        @ilovegym Der Ostwind geht dir dann aber flöten?

                        Der Mast ist bei ihm Variabel , der fährt dann Nachts aus , damit der Flugbetrieb nicht gestört wird 😎

                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                        1 Antwort Letzte Antwort
                        1
                        • NashraN Offline
                          NashraN Offline
                          Nashra
                          Most Active Forum Testing
                          schrieb am zuletzt editiert von
                          #396

                          Da baut der das Teil erstmal auseinander. @SBorg du bist mir einer 😂

                          Gruß Ralf
                          Mir egal, wer Dein Vater ist! Wenn ich hier angel, wird nicht übers Wasser gelaufen!!

                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                          1 Antwort Letzte Antwort
                          0
                          • crunchipC crunchip

                            @Nashra hier mal das einzelne json nur für Regenmenge


                            {
                            "datasource": null,
                            "gridPos": {
                            "h": 4,
                            "w": 6,
                            "x": 9,
                            "y": 8
                            },
                            "hideTimeOverride": true,
                            "id": 5,
                            "options": {
                            "displayMode": "lcd",
                            "orientation": "horizontal",
                            "fieldOptions": {
                            "values": false,
                            "calcs": [
                            "lastNotNull"
                            ],
                            "defaults": {
                            "min": 0,
                            "max": 1200,
                            "thresholds": [
                            {
                            "color": "rgb(15, 31, 171)",
                            "value": null
                            }
                            ],
                            "mappings": [],
                            "unit": "lengthmm"
                            },
                            "override": {}
                            }
                            },
                            "pluginVersion": "6.5.2",
                            "targets": [
                            {
                            "alias": "Jahr",
                            "groupBy": [
                            {
                            "params": [
                            "$__interval"
                            ],
                            "type": "time"
                            },
                            {
                            "params": [
                            "null"
                            ],
                            "type": "fill"
                            }
                            ],
                            "measurement": "javascript.0.Wetterstation.Regen_Jahr_kumuliert",
                            "orderByTime": "ASC",
                            "policy": "default",
                            "refId": "A",
                            "resultFormat": "time_series",
                            "select": [
                            [
                            {
                            "params": [
                            "value"
                            ],
                            "type": "field"
                            },
                            {
                            "params": [],
                            "type": "mean"
                            }
                            ]
                            ],
                            "tags": []
                            },
                            {
                            "alias": "Monat",
                            "groupBy": [
                            {
                            "params": [
                            "$__interval"
                            ],
                            "type": "time"
                            },
                            {
                            "params": [
                            "null"
                            ],
                            "type": "fill"
                            }
                            ],
                            "measurement": "javascript.0.Wetterstation.Regen_Monat",
                            "orderByTime": "ASC",
                            "policy": "default",
                            "refId": "D",
                            "resultFormat": "time_series",
                            "select": [
                            [
                            {
                            "params": [
                            "value"
                            ],
                            "type": "field"
                            },
                            {
                            "params": [],
                            "type": "mean"
                            }
                            ]
                            ],
                            "tags": []
                            },
                            {
                            "alias": "Woche",
                            "groupBy": [
                            {
                            "params": [
                            "$__interval"
                            ],
                            "type": "time"
                            },
                            {
                            "params": [
                            "null"
                            ],
                            "type": "fill"
                            }
                            ],
                            "measurement": "javascript.0.Wetterstation.Regen_Woche",
                            "orderByTime": "ASC",
                            "policy": "default",
                            "refId": "B",
                            "resultFormat": "time_series",
                            "select": [
                            [
                            {
                            "params": [
                            "value"
                            ],
                            "type": "field"
                            },
                            {
                            "params": [],
                            "type": "mean"
                            }
                            ]
                            ],
                            "tags": []
                            },
                            {
                            "alias": "Tag",
                            "groupBy": [
                            {
                            "params": [
                            "$__interval"
                            ],
                            "type": "time"
                            },
                            {
                            "params": [
                            "null"
                            ],
                            "type": "fill"
                            }
                            ],
                            "measurement": "javascript.0.Wetterstation.Regen_Tag",
                            "orderByTime": "ASC",
                            "policy": "default",
                            "refId": "C",
                            "resultFormat": "time_series",
                            "select": [
                            [
                            {
                            "params": [
                            "value"
                            ],
                            "type": "field"
                            },
                            {
                            "params": [],
                            "type": "mean"
                            }
                            ]
                            ],
                            "tags": []
                            }
                            ],
                            "timeFrom": "1d",
                            "timeShift": null,
                            "title": "Regenmenge",
                            "transparent": true,
                            "type": "bargauge"
                            }

                            aktuelle view und json ist oben im Beitrag

                            NashraN Offline
                            NashraN Offline
                            Nashra
                            Most Active Forum Testing
                            schrieb am zuletzt editiert von
                            #397

                            @crunchip sagte in [Linux Shell-Skript] WLAN-Wetterstation:

                            @Nashra hier mal das einzelne json nur für Regenmenge


                            {
                            "datasource": null,
                            "gridPos": {
                            "h": 4,
                            "w": 6,
                            "x": 9,
                            "y": 8
                            },
                            "hideTimeOverride": true,
                            "id": 5,
                            "options": {
                            "displayMode": "lcd",
                            "orientation": "horizontal",
                            "fieldOptions": {
                            "values": false,
                            "calcs": [
                            "lastNotNull"
                            ],
                            "defaults": {
                            "min": 0,
                            "max": 1200,
                            "thresholds": [
                            {
                            "color": "rgb(15, 31, 171)",
                            "value": null
                            }
                            ],
                            "mappings": [],
                            "unit": "lengthmm"
                            },
                            "override": {}
                            }
                            },
                            "pluginVersion": "6.5.2",
                            "targets": [
                            {
                            "alias": "Jahr",
                            "groupBy": [
                            {
                            "params": [
                            "$__interval"
                            ],
                            "type": "time"
                            },
                            {
                            "params": [
                            "null"
                            ],
                            "type": "fill"
                            }
                            ],
                            "measurement": "javascript.0.Wetterstation.Regen_Jahr_kumuliert",
                            "orderByTime": "ASC",
                            "policy": "default",
                            "refId": "A",
                            "resultFormat": "time_series",
                            "select": [
                            [
                            {
                            "params": [
                            "value"
                            ],
                            "type": "field"
                            },
                            {
                            "params": [],
                            "type": "mean"
                            }
                            ]
                            ],
                            "tags": []
                            },
                            {
                            "alias": "Monat",
                            "groupBy": [
                            {
                            "params": [
                            "$__interval"
                            ],
                            "type": "time"
                            },
                            {
                            "params": [
                            "null"
                            ],
                            "type": "fill"
                            }
                            ],
                            "measurement": "javascript.0.Wetterstation.Regen_Monat",
                            "orderByTime": "ASC",
                            "policy": "default",
                            "refId": "D",
                            "resultFormat": "time_series",
                            "select": [
                            [
                            {
                            "params": [
                            "value"
                            ],
                            "type": "field"
                            },
                            {
                            "params": [],
                            "type": "mean"
                            }
                            ]
                            ],
                            "tags": []
                            },
                            {
                            "alias": "Woche",
                            "groupBy": [
                            {
                            "params": [
                            "$__interval"
                            ],
                            "type": "time"
                            },
                            {
                            "params": [
                            "null"
                            ],
                            "type": "fill"
                            }
                            ],
                            "measurement": "javascript.0.Wetterstation.Regen_Woche",
                            "orderByTime": "ASC",
                            "policy": "default",
                            "refId": "B",
                            "resultFormat": "time_series",
                            "select": [
                            [
                            {
                            "params": [
                            "value"
                            ],
                            "type": "field"
                            },
                            {
                            "params": [],
                            "type": "mean"
                            }
                            ]
                            ],
                            "tags": []
                            },
                            {
                            "alias": "Tag",
                            "groupBy": [
                            {
                            "params": [
                            "$__interval"
                            ],
                            "type": "time"
                            },
                            {
                            "params": [
                            "null"
                            ],
                            "type": "fill"
                            }
                            ],
                            "measurement": "javascript.0.Wetterstation.Regen_Tag",
                            "orderByTime": "ASC",
                            "policy": "default",
                            "refId": "C",
                            "resultFormat": "time_series",
                            "select": [
                            [
                            {
                            "params": [
                            "value"
                            ],
                            "type": "field"
                            },
                            {
                            "params": [],
                            "type": "mean"
                            }
                            ]
                            ],
                            "tags": []
                            }
                            ],
                            "timeFrom": "1d",
                            "timeShift": null,
                            "title": "Regenmenge",
                            "transparent": true,
                            "type": "bargauge"
                            }

                            aktuelle view und json ist oben im Beitrag

                            Irgendwie stehe ich heute auf dem Schlauch, wie bekomme ich das ausgetauscht?

                            Gruß Ralf
                            Mir egal, wer Dein Vater ist! Wenn ich hier angel, wird nicht übers Wasser gelaufen!!

                            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                            GlasfaserG crunchipC 2 Antworten Letzte Antwort
                            0
                            • NashraN Nashra

                              @crunchip sagte in [Linux Shell-Skript] WLAN-Wetterstation:

                              @Nashra hier mal das einzelne json nur für Regenmenge


                              {
                              "datasource": null,
                              "gridPos": {
                              "h": 4,
                              "w": 6,
                              "x": 9,
                              "y": 8
                              },
                              "hideTimeOverride": true,
                              "id": 5,
                              "options": {
                              "displayMode": "lcd",
                              "orientation": "horizontal",
                              "fieldOptions": {
                              "values": false,
                              "calcs": [
                              "lastNotNull"
                              ],
                              "defaults": {
                              "min": 0,
                              "max": 1200,
                              "thresholds": [
                              {
                              "color": "rgb(15, 31, 171)",
                              "value": null
                              }
                              ],
                              "mappings": [],
                              "unit": "lengthmm"
                              },
                              "override": {}
                              }
                              },
                              "pluginVersion": "6.5.2",
                              "targets": [
                              {
                              "alias": "Jahr",
                              "groupBy": [
                              {
                              "params": [
                              "$__interval"
                              ],
                              "type": "time"
                              },
                              {
                              "params": [
                              "null"
                              ],
                              "type": "fill"
                              }
                              ],
                              "measurement": "javascript.0.Wetterstation.Regen_Jahr_kumuliert",
                              "orderByTime": "ASC",
                              "policy": "default",
                              "refId": "A",
                              "resultFormat": "time_series",
                              "select": [
                              [
                              {
                              "params": [
                              "value"
                              ],
                              "type": "field"
                              },
                              {
                              "params": [],
                              "type": "mean"
                              }
                              ]
                              ],
                              "tags": []
                              },
                              {
                              "alias": "Monat",
                              "groupBy": [
                              {
                              "params": [
                              "$__interval"
                              ],
                              "type": "time"
                              },
                              {
                              "params": [
                              "null"
                              ],
                              "type": "fill"
                              }
                              ],
                              "measurement": "javascript.0.Wetterstation.Regen_Monat",
                              "orderByTime": "ASC",
                              "policy": "default",
                              "refId": "D",
                              "resultFormat": "time_series",
                              "select": [
                              [
                              {
                              "params": [
                              "value"
                              ],
                              "type": "field"
                              },
                              {
                              "params": [],
                              "type": "mean"
                              }
                              ]
                              ],
                              "tags": []
                              },
                              {
                              "alias": "Woche",
                              "groupBy": [
                              {
                              "params": [
                              "$__interval"
                              ],
                              "type": "time"
                              },
                              {
                              "params": [
                              "null"
                              ],
                              "type": "fill"
                              }
                              ],
                              "measurement": "javascript.0.Wetterstation.Regen_Woche",
                              "orderByTime": "ASC",
                              "policy": "default",
                              "refId": "B",
                              "resultFormat": "time_series",
                              "select": [
                              [
                              {
                              "params": [
                              "value"
                              ],
                              "type": "field"
                              },
                              {
                              "params": [],
                              "type": "mean"
                              }
                              ]
                              ],
                              "tags": []
                              },
                              {
                              "alias": "Tag",
                              "groupBy": [
                              {
                              "params": [
                              "$__interval"
                              ],
                              "type": "time"
                              },
                              {
                              "params": [
                              "null"
                              ],
                              "type": "fill"
                              }
                              ],
                              "measurement": "javascript.0.Wetterstation.Regen_Tag",
                              "orderByTime": "ASC",
                              "policy": "default",
                              "refId": "C",
                              "resultFormat": "time_series",
                              "select": [
                              [
                              {
                              "params": [
                              "value"
                              ],
                              "type": "field"
                              },
                              {
                              "params": [],
                              "type": "mean"
                              }
                              ]
                              ],
                              "tags": []
                              }
                              ],
                              "timeFrom": "1d",
                              "timeShift": null,
                              "title": "Regenmenge",
                              "transparent": true,
                              "type": "bargauge"
                              }

                              aktuelle view und json ist oben im Beitrag

                              Irgendwie stehe ich heute auf dem Schlauch, wie bekomme ich das ausgetauscht?

                              GlasfaserG Offline
                              GlasfaserG Offline
                              Glasfaser
                              schrieb am zuletzt editiert von Glasfaser
                              #398

                              @Nashra

                              Das Dashboard Json von crunchip klappte auf anhieb , brauchte nur die influxdb anwählen wo ich es Importiert habe .

                              No Date würde bei dir heißen , das nichts in Influx geloggt ist bei den Datenpunkten .

                              Hier der Screenshot von der Regenmenge :
                              1.JPG

                              @crunchip kannst du es als Textdatei hinterlegen

                              Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                              crunchipC 1 Antwort Letzte Antwort
                              0
                              • GlasfaserG Glasfaser

                                @Nashra

                                Das Dashboard Json von crunchip klappte auf anhieb , brauchte nur die influxdb anwählen wo ich es Importiert habe .

                                No Date würde bei dir heißen , das nichts in Influx geloggt ist bei den Datenpunkten .

                                Hier der Screenshot von der Regenmenge :
                                1.JPG

                                @crunchip kannst du es als Textdatei hinterlegen

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

                                @Glasfaser @Nashra hier als Textdatei. Datenpunkte sind alle Original gelassen, wie auch im Script, also javascript.0.Wetterstation.xyz
                                Regenmenge.txt

                                umgestiegen von Proxmox auf Unraid

                                1 Antwort Letzte Antwort
                                1
                                • NashraN Nashra

                                  @crunchip sagte in [Linux Shell-Skript] WLAN-Wetterstation:

                                  @Nashra hier mal das einzelne json nur für Regenmenge


                                  {
                                  "datasource": null,
                                  "gridPos": {
                                  "h": 4,
                                  "w": 6,
                                  "x": 9,
                                  "y": 8
                                  },
                                  "hideTimeOverride": true,
                                  "id": 5,
                                  "options": {
                                  "displayMode": "lcd",
                                  "orientation": "horizontal",
                                  "fieldOptions": {
                                  "values": false,
                                  "calcs": [
                                  "lastNotNull"
                                  ],
                                  "defaults": {
                                  "min": 0,
                                  "max": 1200,
                                  "thresholds": [
                                  {
                                  "color": "rgb(15, 31, 171)",
                                  "value": null
                                  }
                                  ],
                                  "mappings": [],
                                  "unit": "lengthmm"
                                  },
                                  "override": {}
                                  }
                                  },
                                  "pluginVersion": "6.5.2",
                                  "targets": [
                                  {
                                  "alias": "Jahr",
                                  "groupBy": [
                                  {
                                  "params": [
                                  "$__interval"
                                  ],
                                  "type": "time"
                                  },
                                  {
                                  "params": [
                                  "null"
                                  ],
                                  "type": "fill"
                                  }
                                  ],
                                  "measurement": "javascript.0.Wetterstation.Regen_Jahr_kumuliert",
                                  "orderByTime": "ASC",
                                  "policy": "default",
                                  "refId": "A",
                                  "resultFormat": "time_series",
                                  "select": [
                                  [
                                  {
                                  "params": [
                                  "value"
                                  ],
                                  "type": "field"
                                  },
                                  {
                                  "params": [],
                                  "type": "mean"
                                  }
                                  ]
                                  ],
                                  "tags": []
                                  },
                                  {
                                  "alias": "Monat",
                                  "groupBy": [
                                  {
                                  "params": [
                                  "$__interval"
                                  ],
                                  "type": "time"
                                  },
                                  {
                                  "params": [
                                  "null"
                                  ],
                                  "type": "fill"
                                  }
                                  ],
                                  "measurement": "javascript.0.Wetterstation.Regen_Monat",
                                  "orderByTime": "ASC",
                                  "policy": "default",
                                  "refId": "D",
                                  "resultFormat": "time_series",
                                  "select": [
                                  [
                                  {
                                  "params": [
                                  "value"
                                  ],
                                  "type": "field"
                                  },
                                  {
                                  "params": [],
                                  "type": "mean"
                                  }
                                  ]
                                  ],
                                  "tags": []
                                  },
                                  {
                                  "alias": "Woche",
                                  "groupBy": [
                                  {
                                  "params": [
                                  "$__interval"
                                  ],
                                  "type": "time"
                                  },
                                  {
                                  "params": [
                                  "null"
                                  ],
                                  "type": "fill"
                                  }
                                  ],
                                  "measurement": "javascript.0.Wetterstation.Regen_Woche",
                                  "orderByTime": "ASC",
                                  "policy": "default",
                                  "refId": "B",
                                  "resultFormat": "time_series",
                                  "select": [
                                  [
                                  {
                                  "params": [
                                  "value"
                                  ],
                                  "type": "field"
                                  },
                                  {
                                  "params": [],
                                  "type": "mean"
                                  }
                                  ]
                                  ],
                                  "tags": []
                                  },
                                  {
                                  "alias": "Tag",
                                  "groupBy": [
                                  {
                                  "params": [
                                  "$__interval"
                                  ],
                                  "type": "time"
                                  },
                                  {
                                  "params": [
                                  "null"
                                  ],
                                  "type": "fill"
                                  }
                                  ],
                                  "measurement": "javascript.0.Wetterstation.Regen_Tag",
                                  "orderByTime": "ASC",
                                  "policy": "default",
                                  "refId": "C",
                                  "resultFormat": "time_series",
                                  "select": [
                                  [
                                  {
                                  "params": [
                                  "value"
                                  ],
                                  "type": "field"
                                  },
                                  {
                                  "params": [],
                                  "type": "mean"
                                  }
                                  ]
                                  ],
                                  "tags": []
                                  }
                                  ],
                                  "timeFrom": "1d",
                                  "timeShift": null,
                                  "title": "Regenmenge",
                                  "transparent": true,
                                  "type": "bargauge"
                                  }

                                  aktuelle view und json ist oben im Beitrag

                                  Irgendwie stehe ich heute auf dem Schlauch, wie bekomme ich das ausgetauscht?

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

                                  @Nashra willst du die ganze View oder nur Regen austauschen?

                                  umgestiegen von Proxmox auf Unraid

                                  GlasfaserG NashraN 2 Antworten Letzte Antwort
                                  0
                                  • crunchipC crunchip

                                    @Nashra willst du die ganze View oder nur Regen austauschen?

                                    GlasfaserG Offline
                                    GlasfaserG Offline
                                    Glasfaser
                                    schrieb am zuletzt editiert von
                                    #401

                                    @crunchip

                                    Bei mir passt es .... war nur für @Nashra
                                    👍

                                    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                    1 Antwort Letzte Antwort
                                    0
                                    • crunchipC crunchip

                                      @Nashra willst du die ganze View oder nur Regen austauschen?

                                      NashraN Offline
                                      NashraN Offline
                                      Nashra
                                      Most Active Forum Testing
                                      schrieb am zuletzt editiert von
                                      #402

                                      @crunchip sagte in [Linux Shell-Skript] WLAN-Wetterstation:

                                      @Nashra willst du die ganze View oder nur Regen austauschen?

                                      Bitte die ganze View, habe mir gerade alles zerschossen 🙄

                                      Gruß Ralf
                                      Mir egal, wer Dein Vater ist! Wenn ich hier angel, wird nicht übers Wasser gelaufen!!

                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                      crunchipC 1 Antwort Letzte Antwort
                                      0
                                      • NashraN Nashra

                                        @crunchip sagte in [Linux Shell-Skript] WLAN-Wetterstation:

                                        @Nashra willst du die ganze View oder nur Regen austauschen?

                                        Bitte die ganze View, habe mir gerade alles zerschossen 🙄

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

                                        @Nashra allerdings sind in dieser View zusätzliche plugins, die benötigt werden

                                        • Boom Theme (Oben rechts im Dashboard)...ist für Hindergrund
                                        • Bar Gauge
                                        • Windrose
                                        • Table
                                        • Singlestat
                                        • Graph

                                        Wetterstation mit Hintergrund.txt
                                        806b3bab-133e-4675-beb3-df820be06beb-image.png

                                        umgestiegen von Proxmox auf Unraid

                                        GlasfaserG S NashraN 3 Antworten Letzte Antwort
                                        5
                                        • crunchipC crunchip

                                          @Nashra allerdings sind in dieser View zusätzliche plugins, die benötigt werden

                                          • Boom Theme (Oben rechts im Dashboard)...ist für Hindergrund
                                          • Bar Gauge
                                          • Windrose
                                          • Table
                                          • Singlestat
                                          • Graph

                                          Wetterstation mit Hintergrund.txt
                                          806b3bab-133e-4675-beb3-df820be06beb-image.png

                                          GlasfaserG Offline
                                          GlasfaserG Offline
                                          Glasfaser
                                          schrieb am zuletzt editiert von Glasfaser
                                          #404

                                          @crunchip

                                          Das sieht mal Geil aus 😎

                                          Wie schaltet man den Hintergrund ein , habe gerade einen neuen Import von "Wetterstation mit Hintergrund " der Hintergrund ist schwarz

                                          Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                          crunchipC 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

                                          749

                                          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