diff --git a/fhem/FHEM/55_GDS.pm b/fhem/FHEM/55_GDS.pm index d3f34626f..ef9f0aa38 100644 --- a/fhem/FHEM/55_GDS.pm +++ b/fhem/FHEM/55_GDS.pm @@ -553,7 +553,6 @@ sub GDS_Get($@) { when("rereadcfg"){ DoTrigger($name, "REREAD", 1); $hash->{GDS_REREAD} = int(time()); - retrieveData($hash,'conditions') if AttrVal($name,'gdsSetCond',0); if (AttrVal($name,'gdsUseAlerts',0)) { %capCityHash = (); %capCellHash = (); @@ -1998,10 +1997,9 @@ sub getListForecastStations($) { set <name> update

- +
-
  • condition readings generated by SET use prefix "c_"
  • forecast readings generated by SET use prefix "fcd_" and a postfix of "hh"
    with d=relative day (0=today) and hh=last hour of forecast (exclusive)
  • readings generated by SET will be updated automatically every 20 minutes
  • @@ -2116,8 +2114,6 @@ sub getListForecastStations($) { that will be increased for every valid alert message in selected area
  • a_count - number of currently valid alert messages, can be used for own loop iterations on alert messages
  • a_valid - returns 1 if at least one of decoded alert messages is valid
  • -
  • c_<readingName> - weather data from SET weather conditions. - Readings will be updated every 20 minutes.
  • fc?_<readingName>?? - weather data from SET weather forecasts, prefix by relative day and postfixed by last hour. Readings will be updated every 20 minutes.
  • -
  • g_<readingName> - weather data from GET weather conditions. - Readings will NOT be updated automatically