diff --git a/fhem/FHEM/76_SolarForecast.pm b/fhem/FHEM/76_SolarForecast.pm
index ff88a0b70..0d6e0891d 100644
--- a/fhem/FHEM/76_SolarForecast.pm
+++ b/fhem/FHEM/76_SolarForecast.pm
@@ -22543,7 +22543,7 @@ to ensure that the system configuration is correct.
The 'exportToCsv' specification exports the entire content of the pvHistory to a CSV file.
The hour specifications refer to the respective hour of the day, e.g. the hour 09 refers to the time from
- 08 o'clock to 09 o'clock.
+ 08 o'clock to 09 o'clock. The hour '99' contains daily values.
@@ -22562,6 +22562,7 @@ to ensure that the system configuration is correct.
csmtXX | total energy consumption of ConsumerXX |
csmeXX | Energy consumption of ConsumerXX in the hour of the day (hour 99 = daily energy consumption) |
cyclescsmXX | Number of active cycles of ConsumerXX of the day |
+ dayname | short name of the day (locale-dependent) |
DoN | Sunrise and sunset status (0 - night, 1 - day) |
etotaliXX | PV meter reading “Total energy yield” (Wh) of inverter XX at the beginning of the hour |
etotalpXX | Meter reading “Total energy yield” (Wh) of producer XX at the beginning of the hour |
@@ -25028,7 +25029,7 @@ die ordnungsgemäße Anlagenkonfiguration geprüft werden.
Die Angabe 'exportToCsv' exportiert den gesamten Inhalt der pvHistory in eine CSV-Datei.
Die Stundenangaben beziehen sich auf die jeweilige Stunde des Tages, z.B. bezieht sich die Stunde 09 auf die Zeit
- von 08 Uhr bis 09 Uhr.
+ von 08 Uhr bis 09 Uhr. Die Stunde '99' enthält Tageswerte.
@@ -25047,6 +25048,7 @@ die ordnungsgemäße Anlagenkonfiguration geprüft werden.
con | realer Energieverbrauch (Wh) des Hauses |
conprice | Preis für den Bezug einer kWh. Die Einheit des Preises ist im setupMeterDev definiert. |
cyclescsmXX | Anzahl aktive Zyklen von ConsumerXX des Tages |
+ dayname | Kurzname des Tages (locale-abhängig) |
DoN | Sonnenauf- und untergangsstatus (0 - Nacht, 1 - Tag) |
etotaliXX | PV Zählerstand "Energieertrag total" (Wh) von Inverter XX zu Beginn der Stunde |
etotalpXX | Zählerstand "Energieertrag total" (Wh) des Produzenten XX zu Beginn der Stunde |