diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 68bf5829b..589264c36 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -20682,11 +20682,11 @@ to ensure that the system configuration is correct.
pcurr | Reading which returns the current generation as a positive value |
etotal | Reading which supplies the total energy generated (a continuously ascending counter) |
If the reading violates the specification of a continuously rising counter, | |
SolarForecast handles this error and reports the situation that has occurred with a log entry. | |
Einheit | the respective unit (W,kW,Wh,kWh) |
pcurr | Reading which returns the current generation as a positive value or a self-consumption (special case) as a negative value |
etotal | Reading which supplies the total energy generated (a continuously ascending counter) |
If the reading violates the specification of a continuously rising counter, | |
SolarForecast handles this error and reports the situation that has occurred with a log entry. | |
Einheit | the respective unit (W,kW,Wh,kWh) |
pcurr | Reading welches die aktuelle Erzeugung als positiven Wert liefert |
etotal | Reading welches die gesamte erzeugte Energie liefert (ein stetig aufsteigender Zähler) |
Sollte des Reading die Vorgabe eines stetig aufsteigenden Zählers verletzen, behandelt | |
SolarForecast diesen Fehler und meldet die aufgetretene Situation durch einen Logeintrag. | |
Einheit | die jeweilige Einheit (W,kW,Wh,kWh) |
pcurr | Reading welches die aktuelle Erzeugung als positiven Wert oder einen Eigenverbrauch (Sonderfall) als negativen Wert liefert |
etotal | Reading welches die gesamte erzeugte Energie liefert (ein stetig aufsteigender Zähler) |
Sollte des Reading die Vorgabe eines stetig aufsteigenden Zählers verletzen, behandelt | |
SolarForecast diesen Fehler und meldet die aufgetretene Situation durch einen Logeintrag. | |
Einheit | die jeweilige Einheit (W,kW,Wh,kWh) |