diff --git a/fhem/CHANGED b/fhem/CHANGED index 636dd9ced..a9208eeb0 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - change: 59_Weather: delete table options in commandref - bugfix: 73_AutoShuttersControl: fix Commandref, skip ExternalTrigger Drive from adv check - bugfix: 88_HMCCU: Fixed problems during shutdown / restart diff --git a/fhem/FHEM/59_Weather.pm b/fhem/FHEM/59_Weather.pm index dd63d4bb1..8eb7c2524 100755 --- a/fhem/FHEM/59_Weather.pm +++ b/fhem/FHEM/59_Weather.pm @@ -988,7 +988,7 @@ sub WeatherCheckOptions($@) { The parameters have the following meanings:
- +
@@ -997,7 +997,7 @@ sub WeatherCheckOptions($@) { -
APIname of the weather API, e.g. DarkSkyAPI
apioptionsindivual options for the chosen API
apikeykey for the chosen API
intervalduration in seconds between updates
langlanguage of the forecast: de, en, pl, fr, it or nl
+

A very simple definition is:

@@ -1016,7 +1016,7 @@ sub WeatherCheckOptions($@) { Dark Sky

- +
-
APIDarkSkyAPI
apioptionscachemaxage=<cachemaxage>
duration in seconds to retrieve the forecast from the cache instead from the API
extend=hourly @@ -1025,12 +1025,12 @@ sub WeatherCheckOptions($@) { geographic coordinates in degrees of the location for which the weather is forecast; if missing, the values of the attributes of the global device are taken, if these exist.
+

OpenWeatherMap

- +
@@ -1038,7 +1038,7 @@ sub WeatherCheckOptions($@) { geographic coordinates in degrees of the location for which the weather is forecast; if missing, the values of the attributes of the global device are taken, if these exist. -
APIOpenWeatherMapAPI
apioptionscachemaxage=<cachemaxage>
duration in seconds to retrieve the forecast from the cache instead from the API
+

The module provides four additional functions WeatherAsHtml, @@ -1162,7 +1162,7 @@ sub WeatherCheckOptions($@) { Die Parameter haben die folgende Bedeutung:
- +
@@ -1172,7 +1172,7 @@ sub WeatherCheckOptions($@) { Aktualisierungen der Wetterdaten -
APIName des Wetter-APIs, z.B. DarkSkyAPI
apioptionsIndividuelle Optionen für das gewählte API
apikeySchlüssel für das gewählte API
langSprache der Wettervorhersage: de, en, pl, fr, it oder nl
+

Eine ganz einfache Definition ist:

@@ -1192,7 +1192,7 @@ sub WeatherCheckOptions($@) { Dark Sky

- +
-
APIDarkSkyAPI
apioptionscachemaxage=<cachemaxage>
Zeitdauer in Sekunden, innerhalb derer die Wettervorhersage nicht neu abgerufen @@ -1202,12 +1202,12 @@ sub WeatherCheckOptions($@) { und Länge des Ortes in Grad, für den das Wetter vorhergesagt wird. Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen des global-Device genommen, sofern vorhanden.
+

OpenWeatherMap

- +
-
APIOpenWeatherMapAPI
apioptionscachemaxage=<cachemaxage> Zeitdauer in Sekunden, innerhalb derer die Wettervorhersage nicht neu abgerufen @@ -1216,7 +1216,7 @@ sub WeatherCheckOptions($@) { und Länge des Ortes in Grad, für den das Wetter vorhergesagt wird. Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen des global-Device genommen, sofern vorhanden.
+

Das Modul unterstützt zusätzlich vier verschiedene Funktionen