From 75da5832390d2fd5e4799576a57a827c9ddc4d7f Mon Sep 17 00:00:00 2001
From: tpoitzsch <>
Date: Fri, 14 Nov 2014 07:27:21 +0000
Subject: [PATCH] OPENWEATHER: docu
git-svn-id: https://svn.fhem.de/fhem/trunk@6967 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/59_OPENWEATHER.pm | 46 +++++++++++++++++++------------------
1 file changed, 24 insertions(+), 22 deletions(-)
diff --git a/fhem/FHEM/59_OPENWEATHER.pm b/fhem/FHEM/59_OPENWEATHER.pm
index 387959be5..a503fed47 100644
--- a/fhem/FHEM/59_OPENWEATHER.pm
+++ b/fhem/FHEM/59_OPENWEATHER.pm
@@ -501,19 +501,20 @@ OPENWEATHER_UpdateAborted($)
Forecast readings
- Note! The forecast values have first to be selected on the project setup page on wetter.com.
-
- - fc0|1|2_... - forecast values for today|tommorrow|in 2 days
+ Note! The forecast values (in brackets) have first to be selected on the project setup page on wetter.com.
+
+
fc0|1|2_... - forecast values for today|tommorrow|in 2 days
- fc0_...06|11|17|23 - forecast values for today at 06|11|17|23 o'clock
- - fc1_tempMin|Max - minimal|maximal temperature for tommorrow in °C
+ - fc1_tempMin|Max - minimal|maximal temperature for tommorrow in °C (tn,tx)
- fc0_tempMin06 - minimal temperatur today at 06:00 o'clock in °C
- - fc0_chOfRain - chance of rain today in %
- - fc0_valHours06 - validity period in hours of the forecast values starting at 06:00 o'clock
- - fc0_weather - weather situation today
- - fc0_wday - week day of today
- - fc0_wind - wind speed today in km/h
- - fc0_windDir - wind direction today in ° (degree)
- - fc0_windDirTxt - wind direction today in text form
+ - fc0_chOfRain - chance of rain today in % (pc)
+ - fc0_valHours06 - validity period in hours of the forecast values starting at 06:00 o'clock (p)
+ - fc0_weather - weather situation today (w_txt)
+ - fc0_weatherCode - code of weather situation today (w)
+ - fc0_wday - week day of today (d)
+ - fc0_wind - wind speed today in km/h (ws)
+ - fc0_windDir - wind direction today in ° (degree) (wd)
+ - fc0_windDirTxt - wind direction today in text form (wd_txt
- etc.
@@ -593,19 +594,20 @@ OPENWEATHER_UpdateAborted($)
Vorhersagewerte
- Wichtig! Die Vorhersagewerte müssen zuerst in den Vorhersageeinstellungen des Projektes auf wetter.com ausgewählt werden.
-
- - fc0|1|2_... - Vorhersagewerte für heute|morgen|übermorgen
+ Wichtig! Die Vorhersagewerte müssen zuerst in den Vorhersageeinstellungen (in Klammern) des Projektes auf wetter.com ausgewählt werden.
+
+
fc0|1|2_... - Vorhersagewerte für heute|morgen|übermorgen
- fc0_...06|11|17|23 - Vorhersagewerte für heute um 06|11|17|23 Uhr
- - fc0_chOfRain - heutige Niederschlagswahrscheinlichkeit in %
- - fc0_tempMin|Max - Mindest|Maximaltemperatur heute in °C
+ - fc0_chOfRain - heutige Niederschlagswahrscheinlichkeit in % (PC)
+ - fc0_tempMin|Max - Mindest|Maximaltemperatur heute in °C (tn, tx)
- fc0_tempMin06 - Mindesttemperatur heute um 06:00 Uhr in °C
- - fc0_valHours06 - Gültigkeitszeitraum der Prognose von heute ab 6:00 Uhr in Stunden
- - fc0_weather - Wetterzustand heute
- - fc0_wday - Wochentag von heute
- - fc0_wind - Windgeschwindigkeit heute in km/h
- - fc0_windDir - Windrichtung heute in ° (Grad)
- - fc0_windDirTxt - Windrichtung heute in Textform
+ - fc0_valHours06 - Gültigkeitszeitraum der Prognose von heute ab 6:00 Uhr in Stunden (p)
+ - fc0_weather - Wetterzustand heute (w_txt)
+ - fc0_weatherCode - Code des Wetterzustand heute (w)
+ - fc0_wday - Wochentag von heute (d)
+ - fc0_wind - Windgeschwindigkeit heute in km/h (ws)
+ - fc0_windDir - Windrichtung heute in ° (Grad) (wd)
+ - fc0_windDirTxt - Windrichtung heute in Textform (wd_txt)
- etc.