From d43ede5498a70597c84262a2c68586b45decb2ef Mon Sep 17 00:00:00 2001 From: tupol <> Date: Thu, 22 Mar 2018 18:06:34 +0000 Subject: [PATCH] PROPLANTA: docu git-svn-id: https://svn.fhem.de/fhem/trunk@16468 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/59_PROPLANTA.pm | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/fhem/FHEM/59_PROPLANTA.pm b/fhem/FHEM/59_PROPLANTA.pm index 3ef817eae..e7f1c4f56 100644 --- a/fhem/FHEM/59_PROPLANTA.pm +++ b/fhem/FHEM/59_PROPLANTA.pm @@ -826,9 +826,9 @@ PROPLANTA_Html(@)
The website provides a forecast for 12 days, for the first 7 days in a 3-hours-interval.
- This modul causes a high CPU load. It is recommended to reduce the number of captured forecast days. + This module causes a high CPU load. It is recommended to reduce the number of captured forecast days.
- It uses the perl moduls HTTP::Request, LWP::UserAgent and HTML::Parse. + It uses the perl modules HTTP::Request, LWP::UserAgent and HTML::Parse.

Define @@ -905,12 +905,13 @@ PROPLANTA_Html(@)
  • fc0_dew - dew formation today (0=none, 1=small, 2=medium, 3=strong)
  • fc0_evapor - evaporation today (0=none, 1=small, 2=medium, 3=strong)
  • fc0_frost - ground frost today (0=no, 1=yes)
  • +
  • fc0_gust15 - maximal wind gusts today at 15:00 o'clock in km/h
  • fc0_moonRise|Set - moon rise|set today
  • fc0_rad - global radiation today
  • -
  • fc0_rain15 - amount of rainfall today at 15:00 o'clock in mm
  • +
  • fc0_rain15 - amount of rainfall today at 15:00 o'clock in mm
  • fc0_sun - relative sun shine duration today in % (between sun rise and set)
  • fc0_tempMin|Max - minimal|maximal temperature today in °C
  • -
  • fc0_temp15 - temperatur today at 15:00 o'clock in °C
  • +
  • fc0_temp15 - temperatur today at 15:00 o'clock in °C
  • fc0_uv - UV-Index today
  • fc0_weatherMorning|Day|Evening|Night - weather situation today morning|during day|in the evening|during night
  • fc0_weatherDayIcon - icon of weather situation today by day
  • @@ -956,8 +957,7 @@ PROPLANTA_Html(@)
    Optional. Die Stadt muss auf www.proplanta.de auswählbar sein.
    - Wichtig!! Auf die großen Anfangsbuchstaben achten. - Leerzeichen im Stadtnamen werden durch ein + (Plus) ersetzt. + Wichtig!! Auf die großen Anfangsbuchstaben achten. Leerzeichen im Stadtnamen werden durch ein + (Plus) ersetzt.
  • [Ländercode]
    @@ -1015,6 +1015,7 @@ PROPLANTA_Html(@)
  • fc0_dew - Taubildung heute (0=keine, 1=leicht, 2=mäßig, 3=stark)
  • fc0_evapor - Verdunstung heute (0=keine, 1=gering, 2=mäßig, 3=stark)
  • fc0_frost - Bodenfrost heute (0=nein, 1=ja)
  • +
  • fc0_gust15 - maximale Windböen heute um 15:00 Uhr in km/h
  • fc1_moonRise|Set - Mondauf|untergang morgen
  • fc0_rad - Globalstrahlung heute
  • fc0_rain15 - Niederschlagsmenge heute um 15:00 Uhr in mm
  • @@ -1025,7 +1026,7 @@ PROPLANTA_Html(@)
  • fc0_weatherMorning|Day|Evening|Night - Wetterzustand heute morgen|tagsüber|abends|nachts
  • fc0_weatherDayIcon - Icon Wetterzustand heute tagsüber
  • fc0_wind15 - Windgeschwindigkeit heute um 15:00 Uhr in km/h
  • -
  • fc0_windDir15 - Windrichtung heute um 15:00 Uhr in °
  • +
  • fc0_windDir15 - Windrichtung heute um 15:00 Uhr in ° (Grad)
  • etc.

  • @@ -1042,7 +1043,7 @@ PROPLANTA_Html(@)
  • weather - Wetterzustand
  • weatherIcon - Icon Wetterzustand
  • wind - Windgeschwindigkeit in km/h
  • -
  • windDir - Windrichtung in °
  • +
  • windDir - Windrichtung in ° (Grad)