]> git.basschouten.com Git - openhab-addons.git/commitdiff
Fix ForecastSolar Plane default values in documentation. (#16814)
authorMartin <5703553+pre-martin@users.noreply.github.com>
Mon, 27 May 2024 19:58:36 +0000 (21:58 +0200)
committerGitHub <noreply@github.com>
Mon, 27 May 2024 19:58:36 +0000 (21:58 +0200)
Signed-off-by: Martin Renner <martin+github@planet-renner.net>
bundles/org.openhab.binding.solarforecast/README.md

index bf835f5e71fe62143ed125a59faf666ba9ba9473..8378ef4a032d0fe02249a17fc695ea5a5881104b 100644 (file)
@@ -113,8 +113,8 @@ In case of empty the location configured in openHAB is obtained.
 | 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                                              | N/A     | no       | true     |
-| dampPM          | decimal | Damping factor of evening hours                                              | N/A     | no       | true     |
+| dampAM          | decimal | Damping factor of morning hours                                              | 0.25    | no       | true     |
+| dampPM          | decimal | Damping factor of evening hours                                              | 0.25    | 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.