From dfe67cbcb39e1aac75b346727a956864ee603769 Mon Sep 17 00:00:00 2001
From: tpoitzsch <>
Date: Sun, 2 Nov 2014 11:26:04 +0000
Subject: [PATCH] PROPLANTA: docu
git-svn-id: https://svn.fhem.de/fhem/trunk@6866 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/59_PROPLANTA.pm | 57 ++++++++++++++++++++++++++++-----------
1 file changed, 42 insertions(+), 15 deletions(-)
diff --git a/fhem/FHEM/59_PROPLANTA.pm b/fhem/FHEM/59_PROPLANTA.pm
index 2aa05ee96..df62a3ce5 100644
--- a/fhem/FHEM/59_PROPLANTA.pm
+++ b/fhem/FHEM/59_PROPLANTA.pm
@@ -37,6 +37,7 @@ my $curReadingType = 0;
my %intensity = ( "keine" => 0
,"nein" => 0
,"gering" => 1
+ ,"leicht" => 1
,"ja" => 1
,"mäßig" => 2
,"stark" => 3
@@ -542,7 +543,7 @@ sub PROPLANTA_Aborted($)
Interval
- poll interval for weather data in seconds (default 3600)
+ poll interval for weather data in seconds (default 3600 = 1 hour)
URL
@@ -553,10 +554,21 @@ sub PROPLANTA_Aborted($)
- Generated Readings
-
- - fc?_uv - UV index
- - fc?_sun - sunshine duration
+ Forecast readings
+
+ - fc0_cloud15C - cloud coverage 15:00 today in %
+ - 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_moonRise - moon rise today
+ - fc0_moonSet - moon set today
+ - fc0_rad - global radiation today
+ - fc0_sun - relative sun shine duration today in % (between sun rise and set)
+ - fc0_tempMaxC - maximal temperature today in °C
+ - fc0_tempMaxC - minimal temperatur today in °C
+ - fc0_temp15C - temperatur at 15:00 today in °C
+ - fc0_uv - UV-Index today
+ - etc.
@@ -573,7 +585,7 @@ sub PROPLANTA_Aborted($)
Define
- define <name> PROPLANTA [Stadt] [Ländercode]
+ define <Name> PROPLANTA [Stadt] [Ländercode]
Das Modul extrahiert bestimmte Wetterdaten von der website www.proplanta.de.
@@ -598,25 +610,40 @@ sub PROPLANTA_Aborted($)
set <name> update
- The weather data are immediately polled from the website.
+ List die Wetterdaten sofort von der Webseite aus.
Attribute
- - INTERVAL - poll interval for weather data in seconds (default 3600)
- - URL - url to extract the weather data from
-
- - readingFnAttributes
+ INTERVAL <Abfrageinterval>
+
+ Abfrageinterval in Sekunden (Standard 3600 = 1 Stunde)
+
+ URL <Internetadresse>
+
Internetadresse, von der die Daten ausgelesen werden (überschreibt die Werte im 'define'-Term
+
+ - readingFnAttributes
- Generated Readings/Events
-
- - fc?_uv - the UV Index
- - fc?_sun - the sunshine duration
+ Vorhersagewerte
+
+ - fc0_cloud15C - Wolkenbedeckungsgrad 15:00 Uhr heute in %
+ - fc0_dew - Taubildung heute (0=keine, 1=leicht, 2=mä&szig;ig, 3=stark)
+ - fc0_evapor - Verdunstung heute (0=keine, 1=gering, 2=mä&szig;ig, 3=stark)
+ - fc0_frost - Bodenfrost heute (0=nein, 1=ja)
+ - fc0_moonRise - Mondaufgang heute
+ - fc0_moonSet - Monduntergang heute
+ - fc0_rad - Globalstrahlung heute
+ - fc0_sun - relative Sonnenscheindauer heute in % (zwischen Sonnenauf- und -untergang)
+ - fc0_tempMaxC - Maximaltemperatur heute in °C
+ - fc0_tempMaxC - Minimaltemperatur heute in °C
+ - fc0_temp15C - Temperatur 15:00 Uhr heute in °C
+ - fc0_uv - UV-Index heute
+ - etc.