Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test PV Forecast Adapter

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test PV Forecast Adapter

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

      @PatrickWalther
      Bist du hier noch aktiv und könntest eventuell Änderungen vornehmen?

      1 Reply Last reply Reply Quote 0
      • JLeg
        JLeg @warp735 last edited by JLeg

        Pls.ignore.

        1 Reply Last reply Reply Quote 0
        • M
          markus397 last edited by

          Der Adapter liefert seit ein paar Tagen keine Daten mehr Issues auf Github dazu ist ja schon offen. Kann man das Problem fixen?

          Samson71 1 Reply Last reply Reply Quote 0
          • Samson71
            Samson71 Global Moderator @markus397 last edited by

            @markus397 sagte in Test PV Forecast Adapter:

            Der Adapter liefert seit ein paar Tagen keine Daten mehr

            Ganz neue Erkenntnis 😉

            https://forum.iobroker.net/topic/77375/pv-forecast-probleme-mit-solcast

            1 Reply Last reply Reply Quote 0
            • icebear
              icebear last edited by

              Ich denke der einzigste der da jetzt noch was dran tun kann ist @haus-automatisierung Matthias.

              Der hatte damals auch schon mal ein Problem gefixt. Ohne seine Hilfe wird das wohl nix mehr werden mit 'solcast' . Dann bleibt leider nur die Option 'forcast-solar'.

              Ich bin momentan dran den 'solcast' Part über Node-Red zu realisieren, die grafische Darstellung in Grafana hab ich schon, leider gehen meine Kentnisse nicht soweit das ich das mal eben aus dem Ärmel schütteln kann wie ich in Node-Red jetzt ein json mit den Werten erzeugen kann und die Werte dann nach IOB bekomme.

              haus-automatisierung 1 Reply Last reply Reply Quote 0
              • haus-automatisierung
                haus-automatisierung Developer Most Active @icebear last edited by

                @icebear Ich nutze aktuell forecast.solar (die Bezahlversion). Muss mal gucken ob die API einfach anpassen kann oder ob das mehr Aufwand wird.

                icebear M 2 Replies Last reply Reply Quote 3
                • icebear
                  icebear @haus-automatisierung last edited by

                  @haus-automatisierung

                  Also wie gesagt, ich mach das bei solcast im Moment über Node-Red mittels der (wie im Github zum Adapter beim Issue von einem Erwähnt wurde) Abfrage der Rooftop_id's

                  Dazu habe ich zwei Flow's, einen für NE und einen für SW und dann über die Abfrage URL

                  https://api.solcast.com.au/rooftop_sites/<rooftop-id>/estimated_actuals?format=json
                  

                  und der Solcast-API Id bei 'Benutzerdaten'.

                  Das müsste man ja dann beim Adapter so einbauen, das man das in der Konfiguration so eingibt (also Die jeweilige 'Rooftop-ID' und der wie jetzt auch schon zugehörige API-Key.

                  Dadurch würde die Abfrage nach der PV-Ausrichtung im Adapter entfallen, da die ja duch die Rooftop-ID festgelegt ist.

                  Ich hab mittlerweile auch schon ein JSON aus meinen Node-Red Flows, das wie folgt aussieht:

                  {
                      "forecasts": [
                          {
                              "pv_estimate": 0.5877,
                              "pv_estimate10": 0.4438,
                              "pv_estimate90": 0.686,
                              "period_end": "2024-10-12T09:30:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0.593,
                              "pv_estimate10": 0.4029,
                              "pv_estimate90": 0.7882,
                              "period_end": "2024-10-12T10:00:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0.6933,
                              "pv_estimate10": 0.4774,
                              "pv_estimate90": 0.8427,
                              "period_end": "2024-10-12T10:30:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0.7427,
                              "pv_estimate10": 0.5796,
                              "pv_estimate90": 0.7877,
                              "period_end": "2024-10-12T11:00:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0.6969,
                              "pv_estimate10": 0.5447,
                              "pv_estimate90": 0.7216,
                              "period_end": "2024-10-12T11:30:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0.6204,
                              "pv_estimate10": 0.4745,
                              "pv_estimate90": 0.6686,
                              "period_end": "2024-10-12T12:00:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0.5564,
                              "pv_estimate10": 0.4214,
                              "pv_estimate90": 0.6139,
                              "period_end": "2024-10-12T12:30:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0.5214,
                              "pv_estimate10": 0.374,
                              "pv_estimate90": 0.5641,
                              "period_end": "2024-10-12T13:00:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0.4715,
                              "pv_estimate10": 0.3144,
                              "pv_estimate90": 0.5118,
                              "period_end": "2024-10-12T13:30:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0.4029,
                              "pv_estimate10": 0.247,
                              "pv_estimate90": 0.4556,
                              "period_end": "2024-10-12T14:00:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0.303,
                              "pv_estimate10": 0.1602,
                              "pv_estimate90": 0.3944,
                              "period_end": "2024-10-12T14:30:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0.1968,
                              "pv_estimate10": 0.0853,
                              "pv_estimate90": 0.3189,
                              "period_end": "2024-10-12T15:00:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0.1006,
                              "pv_estimate10": 0.0467,
                              "pv_estimate90": 0.2197,
                              "period_end": "2024-10-12T15:30:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0.0521,
                              "pv_estimate10": 0.0198,
                              "pv_estimate90": 0.1006,
                              "period_end": "2024-10-12T16:00:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0.0198,
                              "pv_estimate10": 0.0072,
                              "pv_estimate90": 0.0431,
                              "period_end": "2024-10-12T16:30:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0.0018,
                              "pv_estimate10": 0,
                              "pv_estimate90": 0.0036,
                              "period_end": "2024-10-12T17:00:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0,
                              "pv_estimate10": 0,
                              "pv_estimate90": 0,
                              "period_end": "2024-10-12T17:30:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0,
                              "pv_estimate10": 0,
                              "pv_estimate90": 0,
                              "period_end": "2024-10-12T18:00:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0,
                              "pv_estimate10": 0,
                              "pv_estimate90": 0,
                              "period_end": "2024-10-12T18:30:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0,
                              "pv_estimate10": 0,
                              "pv_estimate90": 0,
                              "period_end": "2024-10-12T19:00:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0,
                              "pv_estimate10": 0,
                              "pv_estimate90": 0,
                              "period_end": "2024-10-12T19:30:00.0000000Z",
                              "period": "PT30M"
                          },
                          {
                              "pv_estimate": 0,
                              "pv_estimate10": 0,
                              "pv_estimate90": 0,
                              "period_end": "2024-10-12T20:00:00.0000000Z",
                              "period": "PT30M"
                          }
                  

                  Musste halt mal schaun ob es den Aufwand lohnt, schön wärs schon, da z.B. bei mir die Solcastwerte besser gepasst haben als die von Forcast-Solar.

                  1 Reply Last reply Reply Quote 2
                  • K
                    Krys last edited by

                    Hi, ich benötige leider eure Hilfe.
                    Auch ich verstehe es noch nicht so ganz mit dem Azimut.

                    Meine Panele schauen dem Bild nach auf so auf 155 Grad Süd-Südost.

                    Was ist der richtige Azimutwert im Adapter? -40 pipapo?

                    IMG_3519.png

                    icebear 1 Reply Last reply Reply Quote 0
                    • icebear
                      icebear @Krys last edited by

                      @krys

                      Also wenn ich jetzt nicht ganz falsch liege, dann müßte das -25 sein.

                      Da der Adapter ja Süden bei =0° nimmt und du ja weiter nach Osten mußt also in den Minus-Bereich so wie es im Adapter auf der Einstellungsseite zusehen ist.

                      Und 155+25 sind 180(bzw 0). Also müßte -25 richtig sein.

                      Das brauchst du ja auch nur bei Forecast Solar. Wenn du den Adapter (in der neuesten Version 4.0.0) mit 'solcast' nutzt dann gibt es das ja nicht mehr.

                      K 1 Reply Last reply Reply Quote -1
                      • K
                        Krys @icebear last edited by

                        @icebear

                        Vielen Dank für den Hinweis. Es läuft nun denke ich mal.

                        1 Reply Last reply Reply Quote 0
                        • M
                          markus397 @haus-automatisierung last edited by

                          @haus-automatisierung Danke für deine Arbeit

                          1 Reply Last reply Reply Quote 1
                          • JB_Sullivan
                            JB_Sullivan last edited by

                            Für den Fall das die Meldung wichtig sein könnte - kam direkt nach Update auf die 4er Version

                            
                            
                            admin.0
                            548	2024-10-16 21:17:17.205	warn	pvforecast has an invalid jsonConfig: [{"instancePath":"/items/_pvsystems/items/devices/items/6","schemaPath":"#/items/allOf/6/then/allOf/1/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"width"},"message":"must NOT have additional properties"},{"instancePath":"/items/_pvsystems/items/devices","schemaPath":"#/patternProperties/%5E.%2B/allOf/27/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"/items/_pvsystems","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/9/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]
                            
                            
                            haus-automatisierung 1 Reply Last reply Reply Quote 0
                            • haus-automatisierung
                              haus-automatisierung Developer Most Active @JB_Sullivan last edited by

                              @jb_sullivan sagte in Test PV Forecast Adapter:

                              kam direkt nach Update auf die 4er Version

                              Kam auch vorher schon - und jedes Mal wenn man die Instanz-Einstellungen öffnet.
                              Ich habe bis heute nicht verstanden, warum man diese Meldungen den Endnutzern präsentiert, ...

                              Einfach ignorieren.

                              mcBirne 1 Reply Last reply Reply Quote 0
                              • mcBirne
                                mcBirne @haus-automatisierung last edited by mcBirne

                                @haus-automatisierung
                                Seit dem Update auf Version 4 habe ich ein Problem mit dem Summery Diagramm. Es wird nur eine PV Anlage angezeigt. meine zweite leider nicht. Ist das ein Bug oder muss ich an meinen Einstellungen was ändern?
                                Auch die Prognose von Solcast funktioniert nicht mehr. Alle vorhandenen Anlagen sind nicht mehr im Adapter und man muss eine ID eingeben. Ich bin zurück zu Version 3 gewechselt. Da funktioniert alles wieder.

                                1 Reply Last reply Reply Quote 0
                                • M
                                  maxpd last edited by

                                  Was für ein Huddle hat der Adapter? Ich habe noch keine Daten für Forecast.solar erhalten können. (kein API Key, nur die Free Version)

                                  Axios Error AxiosError: Request failed with status code 400
                                  

                                  38f038d0-4917-4bfc-8a62-4ef9c78da78b-image.png

                                  c0e0b5f7-4bff-4008-bc14-40896694cbec-image.png

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    maxpd @maxpd last edited by

                                    @maxpd @haus-automatisierung soll ich ein GitHub issue eröffnen?

                                    haus-automatisierung 1 Reply Last reply Reply Quote 0
                                    • haus-automatisierung
                                      haus-automatisierung Developer Most Active @maxpd last edited by

                                      @maxpd sagte in Test PV Forecast Adapter:

                                      soll ich ein GitHub issue eröffnen?

                                      Gern mit einem Log auf Debug Log-Level (bitte aktuelle Beta-Version nutzen).

                                      M 1 Reply Last reply Reply Quote 0
                                      • M
                                        maxpd @haus-automatisierung last edited by

                                        @haus-automatisierung Ursache gefunden. Vor den Koordinaten waren Leerzeichen. Sorry.

                                        1 Reply Last reply Reply Quote 0
                                        • maduuto
                                          maduuto last edited by

                                          Hallo. PV Forecast läuft über Solcast. Scheinbar scheint sich das aber nicht zu aktualisieren. Also doch, einmal am Tag, aber im Laufe des Tages nicht. Wenn aber Solcast die Prognose ändert, bekommt das aber PV Forecast nur mit wenn ich manuell aktualisiere (Instanz neustarten). Kann man das irgendwie manuell ändern?

                                          haus-automatisierung 1 Reply Last reply Reply Quote 0
                                          • L
                                            luckyheiko last edited by

                                            Hallo
                                            welche der 3 Auswahlmöglichkeiten ist die 'beste' (genaueste) was den Forcast angeht?
                                            habt ihr schon mal https://solarprognose.de probiert?
                                            gibt es hier einen Adapter oder könnte es hier eingepflegt werden?

                                            mcBirne 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            627
                                            Online

                                            31.6k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            forecast photovoltaik
                                            113
                                            879
                                            194512
                                            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