Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Praktische Anwendungen (Showcase)
    4. [Linux Shell-Skript] WLAN-Wetterstation

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    [Linux Shell-Skript] WLAN-Wetterstation

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

      @skokarl etwas in der Art?
      https://forum.iobroker.net/topic/28384/linux-shell-skript-wlan-wetterstation/229

      1 Reply Last reply Reply Quote 0
      • S
        skokarl last edited by

        ja,
        wenn das alles Daten vom Script sind ...... super.
        Ich muss ja noch nen paar Tage bis zum Geburtstag warten. 😬

        Latzi 1 Reply Last reply Reply Quote 0
        • Latzi
          Latzi @skokarl last edited by

          @skokarl eigentlich, ganz genau genommen, werden folgende Daten übertragen:

          • Innentemperatur
          • Aussentemperatur
          • Taupunkt
          • Chillfaktor
          • Innenfeuchtigkeit
          • Aussenfeuchtigkeit
          • Wind
          • Wind_max
          • Windrichtung
          • Druck_absolut
          • Druck_relativ
          • Regenrate
          • Regen_Tag
          • Regen_Woche
          • Regen_Monat
          • Regen_Jahr (abhängig von Station, kann nicht jede automatisch)
          • Sonnenstrahlung
          • UV_Index

          Mehr Info´s findest du unter: https://github.com/SBorg2014/WLAN-Wetterstation
          Sowie dem dazugehörigen Wiki: https://github.com/SBorg2014/WLAN-Wetterstation/wiki

          1 Reply Last reply Reply Quote 1
          • SBorg
            SBorg Forum Testing Most Active last edited by

            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 😉

            Nashra S 2 Replies Last reply Reply Quote 5
            • Nashra
              Nashra Most Active Forum Testing @SBorg last edited by

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

              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 😉

              Dann mal flotti, ist gerade schönes Wetter zum aufstellen, jedenfalls hier 🙂

              SBorg 1 Reply Last reply Reply Quote 0
              • SBorg
                SBorg Forum Testing Most Active @Nashra last edited by

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

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

                  @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

                  crunchip 1 Reply Last reply Reply Quote 0
                  • crunchip
                    crunchip Forum Testing Most Active @Nashra last edited by 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

                    Nashra 1 Reply Last reply Reply Quote 1
                    • Nashra
                      Nashra Most Active Forum Testing @SBorg last edited by

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

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

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

                        1 Reply Last reply Reply Quote 2
                        • S
                          skokarl @SBorg last edited by

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

                          Neuschwansteini 1 Reply Last reply Reply Quote 1
                          • Neuschwansteini
                            Neuschwansteini @skokarl last edited by Neuschwansteini

                            @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

                            crunchip 1 Reply Last reply Reply Quote 2
                            • SBorg
                              SBorg Forum Testing Most Active last edited by

                              🙂
                              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 1 Reply Last reply Reply Quote 2
                              • S
                                skokarl @SBorg last edited by

                                @SBorg

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

                                einfach nur anschliessen ...... 😀 😀

                                Glasfaser 1 Reply Last reply Reply Quote 0
                                • Glasfaser
                                  Glasfaser @skokarl last edited by

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

                                  👍 😎

                                  SBorg 1 Reply Last reply Reply Quote 1
                                  • Glasfaser
                                    Glasfaser @skokarl last edited by

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

                                    hat mal jemand ne View

                                    Siehe Anfang vom Thread

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

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

                                      Glasfaser Neuschwansteini 2 Replies Last reply Reply Quote 0
                                      • Glasfaser
                                        Glasfaser @crunchip last edited by

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

                                        1 Reply Last reply Reply Quote 1
                                        • Nashra
                                          Nashra Most Active Forum Testing last edited by

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

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

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

                                            Glasfaser crunchip 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            827
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            linux shell-script wetterstation wlan-wetterstation
                                            143
                                            5478
                                            3294270
                                            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