Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Betatest Bright Sky v0.3.x

    NEWS

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    Betatest Bright Sky v0.3.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      ticaki Developer @ilovegym last edited by

      @ilovegym
      Ich hab die aktuell erstmal nur als "Warnung" gedacht - dafür sind die in 5,10,15... Minuten states - für das darzustellen müsste sich wohl mal einer das hier angucken https://brightsky.dev/demo/radar/ es zerpflücken und mir sagen was er wie an daten braucht - jetzt ist das mehr eine Liste von Infos zum maschinellen Verarbeiten oder aber um Aktion abhängig von möglichem Regen in X Minuten zu starten.

      Da könnte man bestimmt ein nettes widget bauen - ich hab davon aber keinen plan

      arteck 1 Reply Last reply Reply Quote 1
      • arteck
        arteck Developer Most Active @ticaki last edited by arteck

        @ticaki joa .. mit der aktion .. hmm.. Rasenmähen ..

        wobei 9d072c94-f8e1-4a97-8954-8cf8121b987b-grafik.png

        80mm können nicht stimmen.. hmm

        T 1 Reply Last reply Reply Quote 1
        • T
          ticaki Developer @arteck last edited by ticaki

          @arteck

          bitte aktiviere den data zweig im Admin und gucke mal da rein - in den next_ steht das max aus data im entsprechenden Zeitraum.

          Edit: Ich hatte bisher noch keine unplausibenZahlen - ok bis auf jetzt - sagt 0 und das Wetter draußen ist echt mies. Scheint aber tatsächlich nicht zu regnen.

          EDIT2: Chatgpt meint - das ist für ein kurzfristiges ereignis durchaus Möglich - ich sollte die Einheit wohl auf 80 mm/5m ändern - das versteht aber keiner - also 80 mm/h und überall noch ne Beschreibung in common.desc

          Values represent 0.01 mm / 5 min. I.e., if a pixel has a value of 45, then 0.45 mm of precipitation fell in the corresponding square kilometer in the past five minutes.

          Danke für den Hinweis, dass da hatte ich überlesen Muß mir mal überlegen was ich da am besten draus mache mm/h oder mm/min - Vorschläge?

          Chris76e 1 Reply Last reply Reply Quote 0
          • Chris76e
            Chris76e @ticaki last edited by

            @ticaki die Daten von Buienradar.nl sehen ähnlich aus, da habe ich die mit dieser formel umgerechnet, aber keine Ahnung wo die herkommt, hatte ChatGPT damals gefuden

            function precip(value) {
                return Math.pow(10, (value - 109) / 32);
            }
            

            API Werte Buienradar.nl

            104|10:30
            106|10:35
            109|10:40
            104|10:45
            096|10:50
            096|10:55
            087|11:00
            092|11:05
            104|11:10
            106|11:15
            087|11:20
            087|11:25
            087|11:30
            087|11:35
            092|11:40
            099|11:45
            106|11:50
            087|11:55
            087|12:00
            000|12:05
            000|12:10
            000|12:15
            000|12:20
            000|12:25
            

            Umgerechnet

            10:30	0.7
            10:35	0.81
            10:40	1
            10:45	0.7
            10:50	0.39
            10:55	0.39
            11:00	0.21
            11:05	0.29
            11:10	0.7
            11:15	0.81
            11:20	0.21
            11:25	0.21
            11:30	0.21
            11:35	0.21
            11:40	0.29
            11:45	0.49
            11:50	0.81
            11:55	0.21
            12:00	0.21
            12:05	0
            12:10	0
            12:15	0
            12:20	0
            12:25	0
            

            Vieleicht hilft dir das

            T 1 Reply Last reply Reply Quote 0
            • T
              ticaki Developer @Chris76e last edited by

              @chris76e sagte in Betatest Bright Sky v0.3.x:

              function precip(value) { return Math.pow(10, (value - 109) / 32); }

              chatgpt meint das wäre für reflextionswerte in mm/h umzurechnen - ich bekomme aber mm pro 5 Minuten

              1 Reply Last reply Reply Quote 1
              • T
                ticaki Developer last edited by

                0.6.3 (2025-10-04)

                • (ticaki) Added Beaufort wind force scale datapoints (wind_force and wind_force_desc) based on wind_speed_10
                • (ticaki) Fixed radar precipitation unit conversion - API values are in 0.01mm per 5 minutes, now correctly converted to mm
                • (ticaki) Added cumulative precipitation states (next_Xmin_sum) showing maximum precipitation sum across all grid areas
                • (ticaki) Added descriptions to max_precipitation_forecast states indicating "mm per 5 minutes"
                1 Reply Last reply Reply Quote 1
                • T
                  ticaki Developer last edited by ticaki

                  0.6.5 (2025-10-04)

                  • (ticaki) Added leading zero to 5-minute radar datapoint folders for correct sorting in UI

                  @Armilar habs erst gelesen als release schon raus war

                  EDIT:

                  Bitte die beiden States next_5... löschen - das ist jetzt next_05....

                  Armilar 1 Reply Last reply Reply Quote 0
                  • Armilar
                    Armilar Most Active Forum Testing @ticaki last edited by

                    @ticaki

                    kein Problem 😊

                    Sieht einfach besser aus, wemms oben steht 👍

                    T 1 Reply Last reply Reply Quote 0
                    • T
                      ticaki Developer @Armilar last edited by

                      @armilar
                      Ich hab gedacht die 5 würde es nicht geben, weil ich sowas immer mit führender 0 einbaue - aber copilot hats größtenteils gemacht 🙂

                      Armilar 1 Reply Last reply Reply Quote 0
                      • Armilar
                        Armilar Most Active Forum Testing @ticaki last edited by Armilar

                        @ticaki

                        Die kleine Azubi KI lernt ja noch 😉

                        EDIT:

                        Aber passt jetzt:

                        d6100dd6-48d5-4b1a-92d4-c01d7627cd1e-image.png

                        1 Reply Last reply Reply Quote 2
                        • First post
                          Last post

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        787
                        Online

                        32.2k
                        Users

                        80.8k
                        Topics

                        1.3m
                        Posts

                        13
                        131
                        5117
                        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