From aa7e57321cb8a7e996743e8daa42d3f565274d6c Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Tue, 14 Nov 2023 21:20:16 +0000 Subject: [PATCH] 76_SolarForecast: contrib 1.1.0 git-svn-id: https://svn.fhem.de/fhem/trunk@28170 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/76_SolarForecast.pm | 30 ++++++++++++++++++--- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 912694ff8..a2bc7ae65 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -10083,9 +10083,9 @@ sub __weatherOnBeam { $ret .= "$val"; #} - #else { # mit $hfcg->{$i}{weather} = undef kann man unten leicht feststellen ob für diese Spalte bereits ein Icon ausgegeben wurde oder nicht + #else { # mit $hfcg->{$i}{weather} = undef kann man unten leicht feststellen ob für diese Spalte bereits ein Icon ausgegeben wurde oder nicht # $ret .= ""; - # $hfcg->{$i}{weather} = undef; # ToDo : prüfen ob noch nötig + # $hfcg->{$i}{weather} = undef; # ToDo : prüfen ob noch nötig #} } @@ -16095,7 +16095,7 @@ to ensure that the system configuration is correct.
  • graphicHeaderOwnspec <Label>:<Reading> <Label>:<Reading> ...
    - Display of any reading values of the device.
    + Display of any readings, set commands and attributes of the device in the graphic header.
    The values to be displayed are separated by spaces. Four values (fields) are displayed per line.
    The input can be made in multiple lines. Values with the units "Wh" or "kWh" are converted according to the @@ -16125,6 +16125,17 @@ to ensure that the system configuration is correct. #Battery in&nbsp;today:statistic_todayBatIn out&nbsp;today:statistic_todayBatOut + : + : + #Settings + Autocorrection:pvCorrectionFactor_Auto : : : + Consumer
    Replanning:consumerNewPlanning : : : + Consumer
    Quickstart:consumerImmediatePlanning : : : + Weather:graphicShowWeather : : : + History:graphicHistoryHour : : : + GraphicSize:flowGraphicSize : : : + ShowNight:graphicShowNight : : : + Debug:ctrlDebug : : :
  • @@ -17957,7 +17968,7 @@ die ordnungsgemäße Anlagenkonfiguration geprüft werden.
  • graphicHeaderOwnspec <Label>:<Reading> <Label>:<Reading> ...
    - Anzeige beliebiger Readingswerte des Devices.
    + Anzeige beliebiger Readings, Set-Kommandos und Attribute des Devices im Grafikkopf.
    Die anzuzeigenden Werte werden durch Leerzeichen getrennt. Es werden vier Werte (Felder) pro Zeile dargestellt.
    Die Eingabe kann mehrzeilig erfolgen. Werte mit den Einheiten "Wh" bzw. "kWh" werden entsprechend der Einstellung @@ -17987,6 +17998,17 @@ die ordnungsgemäße Anlagenkonfiguration geprüft werden. #Batterie in&nbsp;heute:statistic_todayBatIn out&nbsp;heute:statistic_todayBatOut + : + : + #Settings + Autokorrektur:pvCorrectionFactor_Auto : : : + Consumer
    Neuplanung:consumerNewPlanning : : : + Consumer
    Sofortstart:consumerImmediatePlanning : : : + Wetter:graphicShowWeather : : : + History:graphicHistoryHour : : : + GraphicSize:flowGraphicSize : : : + ShowNight:graphicShowNight : : : + Debug:ctrlDebug : : :