diff --git a/fhem/FHEM/76_SolarForecast.pm b/fhem/FHEM/76_SolarForecast.pm
index ff7f9417c..c253919ab 100644
--- a/fhem/FHEM/76_SolarForecast.pm
+++ b/fhem/FHEM/76_SolarForecast.pm
@@ -25383,6 +25383,61 @@ to ensure that the system configuration is correct.
(default: 200)
+
+
+
beamWidth | Determines the width of the bars of the bar chart in px. |
If no attribute is set, the bar width is automatically adjusted dynamically by the module. | |
Value: Integer 20..100, default: 20 | |
energyUnit | Defines the unit for displaying the electrical power in the graph. |
The kilowatt hour is rounded to one decimal place. | |
Value: Wh | kWh, default: Wh | |
hourCount | Number of bars/hours in the bar chart. |
Value: Integer 4..24, default: 24 | |
headerDetail | Selection of the zones to be displayed in the graphic header area. The selected options are separated by commas. |
all - all zones of the header area (default) | |
co - Consumption range | |
pv - Production area | |
own - User zone (see graphicHeaderOwnspec) | |
status - Status information area | |
hourStyle | Format of the time in the bar chart. |
not set - only hours without minutes (default) | |
:00 - Hours and minutes in two digits, e.g. 10:00 | |
:0 - Hours and minutes in single digits, e.g. 8:0 | |
layoutType | Layout der Balkengrafik. Der darzustellende Inhalt der Balken wird durch die Attribute graphicBeamXContent bestimmt. |
double - shows the primary bar and the secondary bar (default) | |
single - only shows the primary bar | |
diff - Difference display. The following applies: <Difference> = <Value primary bar> - <Value secondary bar> | |
The setting of graphicControl->energyUnit is not taken into account. | |
spaceSize | Defines how much space in px is kept free above or below the bar (for display type layoutType=diff) to display the |
values. For styles with large fonts, the default value may be too small or a bar may slide over the baseline. | |
In these cases, please increase the value. | |
Value: Integer, default: 24 | |
beamWidth | Determines the width of the bars of the bar chart in px. |
If no attribute is set, the bar width is automatically adjusted dynamically by the module. | |
Value: Integer 20..100, default: 20 | |
energyUnit | Defines the unit for displaying the electrical power in the graph. |
The kilowatt hour is rounded to one decimal place. | |
Value: Wh | kWh, default: Wh | |
hourCount | Number of bars/hours in the bar chart. |
Value: Integer 4..24, default: 24 | |
headerDetail | Selection of the zones to be displayed in the graphic header area. The selected options are separated by commas. |
all - all zones of the header area (default) | |
co - Consumption range | |
pv - Production area | |
own - User zone (see graphicHeaderOwnspec) | |
status - Status information area | |
hourStyle | Format of the time in the bar chart. |
not set - only hours without minutes (default) | |
:00 - Hours and minutes in two digits, e.g. 10:00 | |
:0 - Hours and minutes in single digits, e.g. 8:0 | |
layoutType | Layout der Balkengrafik. Der darzustellende Inhalt der Balken wird durch die Attribute graphicBeamXContent bestimmt. |
double - shows the primary bar and the secondary bar (default) | |
single - only shows the primary bar | |
diff - Difference display. The following applies: <Difference> = <Value primary bar> - <Value secondary bar> | |
The setting of graphicControl->energyUnit is not taken into account. | |
spaceSize | Defines how much space in px is kept free above or below the bar (for display type layoutType=diff) to display the |
values. For styles with large fonts, the default value may be too small or a bar may slide over the baseline. | |
In these cases, please increase the value. | |
Value: Integer, default: 24 | |