From adbb27c936a3ce06b95cb6264ed15d8c5cf96f65 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Fri, 10 Jan 2025 23:19:18 +0000 Subject: [PATCH] 76_SolarForecast: new Attr ctrlNextHoursSoCForecastReadings git-svn-id: https://svn.fhem.de/fhem/trunk@29508 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/76_SolarForecast.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/76_SolarForecast.pm b/fhem/FHEM/76_SolarForecast.pm index ac969cc66..56d62001b 100644 --- a/fhem/FHEM/76_SolarForecast.pm +++ b/fhem/FHEM/76_SolarForecast.pm @@ -22517,7 +22517,7 @@ to ensure that the system configuration is correct.
  • ctrlNextHoursSoCForecastReadings <00,02,..,23>
    If set, readings of the form Battery_NextHourXX_SoCforecast_BN are created if a battery is registered in the SolarForecast device (see attr <name> setupBatteryDevXX ).
    - These readings contain the predicted SoC values (%) for the selected hours.
    + These readings contain the predicted SoC value (%) at the end of the selected hour.
    Where 'XX' is the hour in the future starting from the current hour (00) and 'BN' is the number of the registered battery.

    @@ -25018,7 +25018,7 @@ die ordnungsgemäße Anlagenkonfiguration geprüft werden.
  • ctrlNextHoursSoCForecastReadings <00,02,..,23>
    Wenn gesetzt, werden Readings der Form Battery_NextHourXX_SoCforecast_BN erstellt sofern eine Batterie im SolarForecast-Device registriert ist (siehe attr <name> setupBatteryDevXX ).
    - Diese Readings enthalten die prognostizierten SoC-Werte (%) der ausgewählten Stunden.
    + Diese Readings enthalten den prognostizierten SoC-Wert (%) zum Ende der ausgewählten Stunde.
    Dabei ist 'XX' die Stunde in der Zukunft ausgehend von der aktuellen Stunde (00) und 'BN' die Nummer der registrierten Batterie.