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. Tester
  4. Test PV Forecast Adapter

NEWS

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

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

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

Test PV Forecast Adapter

Geplant Angeheftet Gesperrt Verschoben Tester
forecastphotovoltaik
881 Beiträge 114 Kommentatoren 285.7k Aufrufe 108 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.
  • T Offline
    T Offline
    Taddy81
    schrieb am zuletzt editiert von
    #760

    @haus-automatisierung

    Ja, so etwas wäre von mir präferiert. Ich habe den Code mittlerweile so umgewandelt und die Anzeige funktioniert

    SELECT mean("value")
    FROM "Solar"."autogen"."pvforecast.0.summary.power"
    WHERE time >= now() - 1d AND time <= now() + 1d
    GROUP BY time(15m) fill(null)

    Proxmox 3Node Cluster, IOBroker in LXC

    PV Visualisierung und Steuerung mit NodeRed und Grafana

    1 Antwort Letzte Antwort
    0
    • O Offline
      O Offline
      oxident
      schrieb am zuletzt editiert von
      #761

      Sagt mal, werden bei Euch eigentlich die energy/hoursToday-DP gefüllt?

      Bei mir ist zwar die Gesamtprognose ("today") gefüllt und auch die JSON-Strings enthalten die stündlichen Werte, aber die einzelnen Datenpunkte stehen alle auf 0 kWh und werden auch nicht aktualisiert.

      7ada1390-a5e1-4fa5-aeca-0dd4b7cbc2d0-image.png

      haus-automatisierungH 1 Antwort Letzte Antwort
      0
      • O oxident

        Sagt mal, werden bei Euch eigentlich die energy/hoursToday-DP gefüllt?

        Bei mir ist zwar die Gesamtprognose ("today") gefüllt und auch die JSON-Strings enthalten die stündlichen Werte, aber die einzelnen Datenpunkte stehen alle auf 0 kWh und werden auch nicht aktualisiert.

        7ada1390-a5e1-4fa5-aeca-0dd4b7cbc2d0-image.png

        haus-automatisierungH Online
        haus-automatisierungH Online
        haus-automatisierung
        Developer Most Active
        schrieb am zuletzt editiert von
        #762

        @oxident Mit einem Debug-Log könnte man sogar sehen was falsch läuft 😉

        Ja, die sollten Werte enthalten

        🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
        🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
        📚 Meine inoffizielle ioBroker Dokumentation

        O 1 Antwort Letzte Antwort
        0
        • haus-automatisierungH haus-automatisierung

          @oxident Mit einem Debug-Log könnte man sogar sehen was falsch läuft 😉

          Ja, die sollten Werte enthalten

          O Offline
          O Offline
          oxident
          schrieb am zuletzt editiert von oxident
          #763

          @haus-automatisierung Sorry, wollte den Thread nicht mit dem Log fluten. Debug-Log sieht für mich jedoch okay aus...

          Issue bei Github ist offen:
          https://github.com/iobroker-community-adapters/ioBroker.pvforecast/issues/118

          P 1 Antwort Letzte Antwort
          1
          • O oxident

            @haus-automatisierung Sorry, wollte den Thread nicht mit dem Log fluten. Debug-Log sieht für mich jedoch okay aus...

            Issue bei Github ist offen:
            https://github.com/iobroker-community-adapters/ioBroker.pvforecast/issues/118

            P Offline
            P Offline
            pingo
            schrieb am zuletzt editiert von
            #764

            Wenn man die letzten Tage Solcast auswählt, kommen keine Prognosedaten über den Adapter rein (mit API).
            Ist das nur bei mir so?

            Danke

            DiginixD 1 Antwort Letzte Antwort
            0
            • P pingo

              Wenn man die letzten Tage Solcast auswählt, kommen keine Prognosedaten über den Adapter rein (mit API).
              Ist das nur bei mir so?

              Danke

              DiginixD Offline
              DiginixD Offline
              Diginix
              schrieb am zuletzt editiert von
              #765

              @pingo Ich bekomme Werte mit Solcast und API Key. Mit dem letzten Update sogar stündliche Wh.

              ..:: So long! Tom ::..

              NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

              O 1 Antwort Letzte Antwort
              1
              • DiginixD Diginix

                @pingo Ich bekomme Werte mit Solcast und API Key. Mit dem letzten Update sogar stündliche Wh.

                O Offline
                O Offline
                oxident
                schrieb am zuletzt editiert von
                #766

                @diginix said in Test PV Forecast Adapter:

                @pingo Ich bekomme Werte mit Solcast und API Key. Mit dem letzten Update sogar stündliche Wh.

                Bei mir (jetzt) auch

                P 1 Antwort Letzte Antwort
                1
                • O oxident

                  @diginix said in Test PV Forecast Adapter:

                  @pingo Ich bekomme Werte mit Solcast und API Key. Mit dem letzten Update sogar stündliche Wh.

                  Bei mir (jetzt) auch

                  P Offline
                  P Offline
                  pingo
                  schrieb am zuletzt editiert von
                  #767

                  @oxident ich habe Version 2.8.1 und Ihr?

                  haus-automatisierungH 1 Antwort Letzte Antwort
                  0
                  • P pingo

                    @oxident ich habe Version 2.8.1 und Ihr?

                    haus-automatisierungH Online
                    haus-automatisierungH Online
                    haus-automatisierung
                    Developer Most Active
                    schrieb am zuletzt editiert von
                    #768

                    @pingo sagte in Test PV Forecast Adapter:

                    @oxident ich habe Version 2.8.1

                    2.9.0 beta: https://github.com/iobroker-community-adapters/ioBroker.pvforecast

                    Zumindest habe ich dort den Fix für Solcast hinzugefügt

                    🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
                    🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
                    📚 Meine inoffizielle ioBroker Dokumentation

                    P 1 Antwort Letzte Antwort
                    2
                    • K Offline
                      K Offline
                      k_b
                      schrieb am zuletzt editiert von
                      #769

                      Ich habe seit einigen Wochen mit jedem Aufruf der Instanz (alle 30 Minuten) log-Einträge:
                      a6d8993a-c22a-400c-a440-de1db95311ef-grafik.png
                      Abgefragt wird eine in Solcast angelegte PV-Anlage und die Werte werden auch korrekt auf die iobroker-Objekte geschrieben. Lief auch lange Zeit ohne diesen log-Einträge.
                      Ich habe auf 2.9.0 aktualisiert, InfluxDB steht auf "kein". Es laufen aber auf dem System 4 InfluxDB-Inszanzen (1.x). System ist ansonsten aktuell (node.JS 18.18.2).
                      Kann mir jemand bei der Beseitigung dieses Missstandes helfen?
                      Danke und Gruß

                      haus-automatisierungH 1 Antwort Letzte Antwort
                      0
                      • K k_b

                        Ich habe seit einigen Wochen mit jedem Aufruf der Instanz (alle 30 Minuten) log-Einträge:
                        a6d8993a-c22a-400c-a440-de1db95311ef-grafik.png
                        Abgefragt wird eine in Solcast angelegte PV-Anlage und die Werte werden auch korrekt auf die iobroker-Objekte geschrieben. Lief auch lange Zeit ohne diesen log-Einträge.
                        Ich habe auf 2.9.0 aktualisiert, InfluxDB steht auf "kein". Es laufen aber auf dem System 4 InfluxDB-Inszanzen (1.x). System ist ansonsten aktuell (node.JS 18.18.2).
                        Kann mir jemand bei der Beseitigung dieses Missstandes helfen?
                        Danke und Gruß

                        haus-automatisierungH Online
                        haus-automatisierungH Online
                        haus-automatisierung
                        Developer Most Active
                        schrieb am zuletzt editiert von
                        #770

                        @k_b Welche js-controller Version?

                        🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
                        🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
                        📚 Meine inoffizielle ioBroker Dokumentation

                        K 2 Antworten Letzte Antwort
                        0
                        • haus-automatisierungH haus-automatisierung

                          @k_b Welche js-controller Version?

                          K Offline
                          K Offline
                          k_b
                          schrieb am zuletzt editiert von
                          #771

                          @haus-automatisierung Aktuell die 5.0.12 (war aber auch unter der letzten 4.x schon Thema)

                          1 Antwort Letzte Antwort
                          0
                          • haus-automatisierungH haus-automatisierung

                            @k_b Welche js-controller Version?

                            K Offline
                            K Offline
                            k_b
                            schrieb am zuletzt editiert von
                            #772

                            @haus-automatisierung Ich muss seitens der Log-Einträge wohl weiter greifen.
                            Die Einträge von admin.0, sind mir seither (vor 2.9.0?) nicht in Erinnerung. Kann aber sein,
                            dass die Meldungen in der Menge der pvforecast-Einträge zu Tagesende nicht bemerkt habe:
                            938d79cb-47bb-49b3-b312-23590a9f6142-image.png

                            arteckA 1 Antwort Letzte Antwort
                            0
                            • K k_b

                              @haus-automatisierung Ich muss seitens der Log-Einträge wohl weiter greifen.
                              Die Einträge von admin.0, sind mir seither (vor 2.9.0?) nicht in Erinnerung. Kann aber sein,
                              dass die Meldungen in der Menge der pvforecast-Einträge zu Tagesende nicht bemerkt habe:
                              938d79cb-47bb-49b3-b312-23590a9f6142-image.png

                              arteckA Offline
                              arteckA Offline
                              arteck
                              Developer Most Active
                              schrieb am zuletzt editiert von
                              #773

                              @k_b die bei admin ist es ein Bug in der config... ... hat aber nix mit dem error zu tun..da sind die states un objects nicht da...

                              zigbee hab ich, zwave auch, nuc's genauso und HA auch

                              1 Antwort Letzte Antwort
                              0
                              • oldi-2000O Offline
                                oldi-2000O Offline
                                oldi-2000
                                schrieb am zuletzt editiert von
                                #774

                                Hallo
                                habe eine grundsätzliche Frage zu Forecast.Solar weil ich das mit der Anzahl der Plants nicht verstehe.
                                Ich habe eine Ost - West Anlange mit unterschiedlichen Winkeln durch 2 Gauben d.h. Ich habe in den Einstellungen des Adapters 4 "Anlagen" angelegt014094ee-13cb-4cc0-af43-08cd277ecdab-image.png
                                Werden die 4 Anlagen überhaupt ausgewertet?
                                Läuft das als eine Plant?
                                Bringt es mehr Genauigkeit wenn ich auf eine Personal Lizenz bei forecast.solar wechsle?
                                Ich habe irgendwo gelesen ohne Lizenz gehen max. 10kWp, stimmt das?
                                Sorry ich weis das hat nicht viel mit dem Adapter zu tun, aber vllt. kann mir jemand die Infos geben.

                                Grüße Daniel

                                1 Antwort Letzte Antwort
                                0
                                • haus-automatisierungH haus-automatisierung

                                  @pingo sagte in Test PV Forecast Adapter:

                                  @oxident ich habe Version 2.8.1

                                  2.9.0 beta: https://github.com/iobroker-community-adapters/ioBroker.pvforecast

                                  Zumindest habe ich dort den Fix für Solcast hinzugefügt

                                  P Offline
                                  P Offline
                                  pingo
                                  schrieb am zuletzt editiert von
                                  #775

                                  @haus-automatisierung Wie bekomme ich denn bitte 2.9.0 beta statt 2.9.0 installiert (seit 1 Monat keine PV Forecasts bei Solcast mit API)

                                  Danke

                                  haus-automatisierungH 1 Antwort Letzte Antwort
                                  0
                                  • P pingo

                                    @haus-automatisierung Wie bekomme ich denn bitte 2.9.0 beta statt 2.9.0 installiert (seit 1 Monat keine PV Forecasts bei Solcast mit API)

                                    Danke

                                    haus-automatisierungH Online
                                    haus-automatisierungH Online
                                    haus-automatisierung
                                    Developer Most Active
                                    schrieb am zuletzt editiert von
                                    #776

                                    @pingo Mh? Es gibt nur eine 2.9.0

                                    🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
                                    🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
                                    📚 Meine inoffizielle ioBroker Dokumentation

                                    P 1 Antwort Letzte Antwort
                                    0
                                    • haus-automatisierungH haus-automatisierung

                                      @pingo Mh? Es gibt nur eine 2.9.0

                                      P Offline
                                      P Offline
                                      pingo
                                      schrieb am zuletzt editiert von pingo
                                      #777

                                      @haus-automatisierung Bildschirmfoto 2023-11-28 um 17.19.16.jpg

                                      Da schreibst Du 2.9.0 beta :face_with_rolling_eyes:

                                      Wie auch immer. Ich bekomme seit 1 Monat immer nur NULL als Prognose für today und tomorrow:
                                      Bildschirmfoto 2023-11-28 um 17.21.57.jpg

                                      Wie bekomme ich wieder eine Zahl?

                                      Bildschirmfoto 2023-11-28 um 17.24.40.jpg

                                      danke

                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.773	debug	[updateActualDataCron] next execution:
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.758	info	Starting internal update cron (every 15 Minutes) for timezone: Europe/Berlin
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.478	debug	global time: {"pvgarage":[],"pvdach":[]}
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.476	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.21:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.475	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.21:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.474	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.20:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.473	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.20:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.471	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.19:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.470	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.19:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.469	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.18:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.468	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.18:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.467	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.17:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.466	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.17:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.463	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.16:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.456	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.16:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.455	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.15:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.453	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.15:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.452	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.14:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.451	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.14:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.450	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.13:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.449	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.13:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.447	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.12:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.446	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.12:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.445	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.11:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.444	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.11:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.443	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.10:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.441	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.10:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.440	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.09:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.439	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.09:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.437	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.08:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.436	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.08:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.435	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.07:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.434	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.07:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.433	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.06:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.431	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.06:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.430	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.05:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.429	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.05:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.428	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.21:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.426	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.21:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.425	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.20:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.424	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.20:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.423	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.19:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.421	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.19:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.420	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.18:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.419	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.18:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.418	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.17:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.417	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.17:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.416	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.16:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.415	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.16:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.414	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.15:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.413	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.15:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.412	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.14:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.410	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.14:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.409	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.13:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.407	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.13:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.405	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.12:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.403	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.12:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.401	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.11:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.399	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.11:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.396	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.10:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.394	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.10:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.390	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.09:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.388	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.09:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.387	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.08:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.386	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.08:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.384	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.07:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.383	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.07:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.382	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.06:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.380	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.06:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.379	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.05:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.378	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.05:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.377	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.21:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.376	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.21:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.375	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.20:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.374	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.20:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.372	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.19:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.371	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.19:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.370	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.18:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.368	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.18:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.367	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.17:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.366	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.17:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.365	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.16:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.364	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.16:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.363	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.15:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.361	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.15:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.360	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.14:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.358	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.14:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.357	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.13:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.356	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.13:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.354	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.12:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.352	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.12:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.351	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.11:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.350	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.11:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.349	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.10:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.348	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.10:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.347	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.09:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.347	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.09:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.345	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.08:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.344	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.08:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.343	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.07:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.342	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.07:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.341	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.06:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.340	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.06:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.339	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.05:30:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.338	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.05:00:00 (29) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.336	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.21:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.335	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.21:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.334	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.20:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.333	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.20:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.332	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.19:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.331	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.19:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.330	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.18:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.329	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.18:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.328	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.17:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.327	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.17:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.326	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.16:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.325	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.16:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.324	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.15:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.322	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.15:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.321	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.14:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.320	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.14:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.319	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.13:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.318	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.13:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.316	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.12:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.315	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.12:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.313	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.11:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.312	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.11:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.311	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.10:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.310	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.10:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.308	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.09:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.307	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.09:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.306	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.08:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.304	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.08:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.303	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.07:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.302	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.07:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.300	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.06:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.298	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.06:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.297	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.05:30:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.254	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.05:00:00 (28) - value: 0
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.253	debug	finished plants update
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.253	debug	finished plant update: "PVDach"
                                      
                                      pvforecast.0
                                      14579	2023-11-28 17:24:39.246	debug	generated JSON graph of "PVDach": {"data":[],"type":"bar","legendText":"PVDach","displayOrder":2,"color":"#dc1d1d","too
                                      
                                      haus-automatisierungH 1 Antwort Letzte Antwort
                                      0
                                      • P pingo

                                        @haus-automatisierung Bildschirmfoto 2023-11-28 um 17.19.16.jpg

                                        Da schreibst Du 2.9.0 beta :face_with_rolling_eyes:

                                        Wie auch immer. Ich bekomme seit 1 Monat immer nur NULL als Prognose für today und tomorrow:
                                        Bildschirmfoto 2023-11-28 um 17.21.57.jpg

                                        Wie bekomme ich wieder eine Zahl?

                                        Bildschirmfoto 2023-11-28 um 17.24.40.jpg

                                        danke

                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.773	debug	[updateActualDataCron] next execution:
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.758	info	Starting internal update cron (every 15 Minutes) for timezone: Europe/Berlin
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.478	debug	global time: {"pvgarage":[],"pvdach":[]}
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.476	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.21:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.475	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.21:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.474	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.20:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.473	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.20:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.471	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.19:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.470	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.19:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.469	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.18:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.468	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.18:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.467	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.17:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.466	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.17:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.463	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.16:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.456	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.16:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.455	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.15:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.453	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.15:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.452	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.14:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.451	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.14:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.450	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.13:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.449	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.13:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.447	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.12:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.446	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.12:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.445	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.11:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.444	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.11:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.443	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.10:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.441	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.10:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.440	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.09:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.439	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.09:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.437	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.08:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.436	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.08:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.435	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.07:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.434	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.07:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.433	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.06:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.431	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.06:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.430	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.05:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.429	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursTomorrow.05:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.428	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.21:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.426	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.21:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.425	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.20:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.424	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.20:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.423	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.19:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.421	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.19:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.420	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.18:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.419	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.18:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.418	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.17:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.417	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.17:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.416	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.16:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.415	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.16:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.414	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.15:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.413	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.15:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.412	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.14:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.410	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.14:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.409	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.13:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.407	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.13:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.405	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.12:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.403	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.12:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.401	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.11:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.399	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.11:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.396	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.10:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.394	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.10:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.390	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.09:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.388	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.09:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.387	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.08:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.386	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.08:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.384	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.07:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.383	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.07:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.382	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.06:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.380	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.06:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.379	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.05:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.378	debug	[saveEveryHourSummary] calculated total power for "power" time summary.power.hoursToday.05:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.377	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.21:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.376	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.21:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.375	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.20:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.374	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.20:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.372	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.19:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.371	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.19:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.370	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.18:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.368	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.18:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.367	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.17:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.366	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.17:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.365	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.16:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.364	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.16:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.363	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.15:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.361	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.15:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.360	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.14:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.358	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.14:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.357	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.13:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.356	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.13:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.354	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.12:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.352	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.12:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.351	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.11:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.350	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.11:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.349	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.10:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.348	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.10:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.347	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.09:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.347	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.09:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.345	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.08:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.344	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.08:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.343	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.07:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.342	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.07:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.341	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.06:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.340	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.06:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.339	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.05:30:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.338	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursTomorrow.05:00:00 (29) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.336	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.21:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.335	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.21:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.334	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.20:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.333	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.20:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.332	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.19:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.331	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.19:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.330	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.18:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.329	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.18:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.328	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.17:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.327	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.17:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.326	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.16:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.325	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.16:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.324	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.15:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.322	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.15:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.321	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.14:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.320	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.14:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.319	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.13:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.318	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.13:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.316	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.12:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.315	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.12:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.313	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.11:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.312	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.11:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.311	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.10:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.310	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.10:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.308	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.09:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.307	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.09:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.306	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.08:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.304	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.08:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.303	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.07:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.302	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.07:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.300	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.06:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.298	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.06:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.297	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.05:30:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.254	debug	[saveEveryHourSummary] calculated total power for "energy" time summary.energy.hoursToday.05:00:00 (28) - value: 0
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.253	debug	finished plants update
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.253	debug	finished plant update: "PVDach"
                                        
                                        pvforecast.0
                                        14579	2023-11-28 17:24:39.246	debug	generated JSON graph of "PVDach": {"data":[],"type":"bar","legendText":"PVDach","displayOrder":2,"color":"#dc1d1d","too
                                        
                                        haus-automatisierungH Online
                                        haus-automatisierungH Online
                                        haus-automatisierung
                                        Developer Most Active
                                        schrieb am zuletzt editiert von
                                        #778

                                        @pingo sagte in Test PV Forecast Adapter:

                                        Da schreibst Du 2.9.0 beta

                                        Richtig, zu dem Zeitpunkt war die Version 2.9.0 nur über das Beta-Repository verfügbar.

                                        🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
                                        🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
                                        📚 Meine inoffizielle ioBroker Dokumentation

                                        P 1 Antwort Letzte Antwort
                                        0
                                        • haus-automatisierungH haus-automatisierung

                                          @pingo sagte in Test PV Forecast Adapter:

                                          Da schreibst Du 2.9.0 beta

                                          Richtig, zu dem Zeitpunkt war die Version 2.9.0 nur über das Beta-Repository verfügbar.

                                          P Offline
                                          P Offline
                                          pingo
                                          schrieb am zuletzt editiert von
                                          #779

                                          @haus-automatisierung ok. Es gibt also aktuell nur 2.9.0
                                          Hast Du vielleicht eine Idee, warum ich keinen Forecast mehr bekomme?

                                          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

                                          521

                                          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