| declination | integer | Plane Declination: 0 for horizontal till 90 for vertical declination | N/A | yes | false |
| azimuth | integer | Plane Azimuth: -180 = north, -90 = east, 0 = south, 90 = west, 180 = north | N/A | yes | false |
| kwp | decimal | Installed Kilowatt Peak | N/A | yes | false |
-| dampAM | decimal | Damping factor of morning hours | 0.25 | no | true |
-| dampPM | decimal | Damping factor of evening hours | 0.25 | no | true |
+| dampAM | decimal | Damping factor of morning hours | 0 | no | true |
+| dampPM | decimal | Damping factor of evening hours | 0 | no | true |
| horizon | text | Horizon definition as comma separated integer values | N/A | no | true |
`refreshInterval` of forecast data needs to respect the throttling of the ForecastSolar service.
<parameter name="dampAM" type="decimal" step="0.01" min="0" max="1">
<label>Morning Damping Factor</label>
<description>Damping factor of morning hours</description>
- <default>0.25</default>
+ <default>0</default>
<advanced>true</advanced>
</parameter>
<parameter name="dampPM" type="decimal" step="0.01" min="0" max="1">
<label>Evening Damping Factor</label>
<description>Damping factor of evening hours</description>
- <default>0.25</default>
+ <default>0</default>
<advanced>true</advanced>
</parameter>
<parameter name="horizon" type="text">