59_Weather, DarkSky und OpenWeatherMap API Bugfixes

Begonnen von CoolTux, 13 Januar 2019, 21:22:31

Vorheriges Thema - Nächstes Thema

CoolTux

Zitat von: errazzor am 14 Januar 2019, 11:40:17
Hallo,

bei mir ist die Ansicht etwas komisch. Ich sehe nur zwei Tage und das auch ständig wiederholt mit unterschiedlichen Prognosen, siehe Bild.

Ich nutze die Openweather API.

Du hast OpenWeatherMap genommen und die liefern nur Stundenforecast.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

Helmi55

Hi Leon
Danke - hatte nie mit update Berechtigungen Probleme.
Kam sicher durch das händische Einspielen der neuen Dateien.
Berechtigungen geändert - Update durch.
Nur die Fehlermeldung ist noch immer da

DAs steht in Zeile 272
$self->{cached}->{current}       = {

System1 fhem 6.1 auf RPi 4B mit 4GB, HMUSBConfig, DS9490R-1Wire, Busware USB 868, Pool-Solarsteuerung mit FHEM. System2 fhem 6.1 auf RPi 4B mit 4GB (Bullseye) mit Busware USB 868 und 433 und HMUARTLGW für Haussteuerung

https://www.flickr.com/photos/canonhelmi/

SouzA

Zitat von: CoolTux am 14 Januar 2019, 11:46:18
Du hast OpenWeatherMap genommen und die liefern nur Stundenforecast.

Hi,
ich hab auch openweather und sehe auch nur murks.
Laut Openweather sollte der 5 day forecast doch auch kostenlos sein? Oder?
5 day / 3 hour forecast

5 day forecast is available at any location or city
5 day forecast includes weather data every 3 hours
Forecast is available in JSON and XML
Available for Free and all other paid accounts


Bis denn
SouzA
Raspi 4, EnOcean TCM310 USB, HM-MOD-UART-USB, Jeelink, hue, AMAD, fully, FRITZBOX, Signalbot, VIERA, Presence BT/Mac, TPLink, Gassistant, Shelly, fhempy, ZigBee

CoolTux

Du hast auch ein 5 Tageforecast aber eben auf Stundenbasis.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

SouzA

Zitat von: CoolTux am 14 Januar 2019, 12:47:03
Du hast auch ein 5 Tageforecast aber eben auf Stundenbasis.
Verstehe ich nicht.
Was muss ich machen, damit ich die nächsten Tage im Weblink sehe?

Thx und bis denn
SouzA
Raspi 4, EnOcean TCM310 USB, HM-MOD-UART-USB, Jeelink, hue, AMAD, fully, FRITZBOX, Signalbot, VIERA, Presence BT/Mac, TPLink, Gassistant, Shelly, fhempy, ZigBee

CoolTux

Es sollte reichen beim Funktionsaufruf einen 2 Parameter mit zu geben. Bin nur gerade unterwegs.
Steht glaube in der Commandref.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

Frank_Huber

Zitat von: CoolTux am 14 Januar 2019, 13:11:53
Es sollte reichen beim Funktionsaufruf einen 2 Parameter mit zu geben. Bin nur gerade unterwegs.
Steht glaube in der Commandref.
defmod weblink_Weather_DarkSky weblink htmlCode {WeatherAsHtmlH("Weather_DarkSky",7)}

",7" --> 7 Datensätze anzeigen.

errazzor

Zitat von: Frank_Huber am 14 Januar 2019, 13:28:48
defmod weblink_Weather_DarkSky weblink htmlCode {WeatherAsHtmlH("Weather_DarkSky",7)}

",7" --> 7 Datensätze anzeigen.

Ja ok, er zeigt dann mehr Datensätze an. 15 geht auch. Trotzdem ist das nicht so toll, ohne Uhrzeitangabe...ich probiere mal die DarkSky API aus. Danke trotzdem für den Tipp.

CoolTux

Zitat von: errazzor am 14 Januar 2019, 14:01:17
Ja ok, er zeigt dann mehr Datensätze an. 15 geht auch. Trotzdem ist das nicht so toll, ohne Uhrzeitangabe...ich probiere mal die DarkSky API aus. Danke trotzdem für den Tipp.

Da sind wir noch dran. Uhrzeit kommt noch. Dauert aber eben.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

SouzA

Zitat von: Frank_Huber am 14 Januar 2019, 13:28:48
defmod weblink_Weather_DarkSky weblink htmlCode {WeatherAsHtmlH("Weather_DarkSky",7)}

",7" --> 7 Datensätze anzeigen.

Hi,
folgendes define habe ich für den Weblink:
define weblink_Wetter weblink htmlCode { WeatherAsHtmlV("Wetter",5) }
Deswegen werden ja 5 Werte angezeigt.
Aber überall steht Montag...

Bis denn
SouzA
Raspi 4, EnOcean TCM310 USB, HM-MOD-UART-USB, Jeelink, hue, AMAD, fully, FRITZBOX, Signalbot, VIERA, Presence BT/Mac, TPLink, Gassistant, Shelly, fhempy, ZigBee

CoolTux

Mit dem morgigen Update werden im Stundenforecast nun bei day_of_week die Uhrzeit mit angegeben.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

cotecmania

Die Tage bei Openweathermap stimmen nicht :

  2019-01-14 18:54:09   hfc1_day_of_week Mo
  2019-01-14 18:54:09   hfc2_day_of_week Mo
  2019-01-14 18:54:09   hfc3_day_of_week Di
  2019-01-14 18:54:09   hfc4_day_of_week Di
  2019-01-14 18:54:09   hfc5_day_of_week Di
...

Internals:
   API        OpenWeatherMapAPI
   APIKEY     7c89d50695b2552cb96997bfe4dabcd2
   APIOPTIONS cachemaxage:600
   CFGFN     
   DEF        API=OpenWeatherMapAPI,cachemaxage:600 apikey=7c89d50695b2552cb96997bfe4dabcd2 location=48.8572,9.7949 interval=3600 language=de
   INTERVAL   3600
   LANG       de
   LOCATION   48.8572,9.7949
   NAME       MeinWetter
   NOTIFYDEV  global
   NR         1195
   NTFY_ORDER 50-MeinWetter
   STATE      T: 2°C F: 93% W: 18km/h P: 1014hPa
   TYPE       Weather
   READINGS:
     2019-01-14 18:54:09   apiMaintainer   Leon Gaultier (<a href=https://forum.fhem.de/index.php?action=profile;u=13684>CoolTux</a>)
     2019-01-14 18:54:09   city            Durlangen
     2019-01-14 18:54:09   cloudCover      75
     2019-01-14 18:54:09   code            26
     2019-01-14 18:54:09   condition       Überwiegend bewölkt
     2019-01-14 18:54:09   country         DE
     2019-01-14 18:54:09   current_date_time Mo, 14 Jan 2019 18:54
     2019-01-14 18:54:09   hfc10_cloudCover 92
     2019-01-14 18:54:09   hfc10_code      35
     2019-01-14 18:54:09   hfc10_condition Leichter Regen
     2019-01-14 18:54:09   hfc10_day_of_week Di
     2019-01-14 18:54:09   hfc10_high_c    0
     2019-01-14 18:54:09   hfc10_humidity  96
     2019-01-14 18:54:09   hfc10_icon      heavyrain
     2019-01-14 18:54:09   hfc10_iconAPI   10n
     2019-01-14 18:54:09   hfc10_low_c     0
     2019-01-14 18:54:09   hfc10_pressure  968
     2019-01-14 18:54:09   hfc10_pubDate   Di, 15 Jan 2019 21:00
     2019-01-14 18:54:09   hfc10_tempHigh  0
     2019-01-14 18:54:09   hfc10_tempLow   0
     2019-01-14 18:54:09   hfc10_temp_c    0
     2019-01-14 18:54:09   hfc10_temperature 0
     2019-01-14 18:54:09   hfc10_wind      16
     2019-01-14 18:54:09   hfc10_wind_speed 16
     2019-01-14 18:54:09   hfc11_cloudCover 68
     2019-01-14 18:54:09   hfc11_code      35
     2019-01-14 18:54:09   hfc11_condition Leichter Regen
     2019-01-14 18:54:09   hfc11_day_of_week Mi
     2019-01-14 18:54:09   hfc11_high_c    0
     2019-01-14 18:54:09   hfc11_humidity  93
     2019-01-14 18:54:09   hfc11_icon      heavyrain
     2019-01-14 18:54:09   hfc11_iconAPI   10n
     2019-01-14 18:54:09   hfc11_low_c     0
     2019-01-14 18:54:09   hfc11_pressure  967
     2019-01-14 18:54:09   hfc11_pubDate   Mi, 16 Jan 2019 00:00
     2019-01-14 18:54:09   hfc11_tempHigh  0
     2019-01-14 18:54:09   hfc11_tempLow   0
     2019-01-14 18:54:09   hfc11_temp_c    0
     2019-01-14 18:54:09   hfc11_temperature 0
     2019-01-14 18:54:09   hfc11_wind      13
     2019-01-14 18:54:09   hfc11_wind_speed 13
     2019-01-14 18:54:09   hfc12_cloudCover 48
     2019-01-14 18:54:09   hfc12_code      35
     2019-01-14 18:54:09   hfc12_condition Leichter Regen
     2019-01-14 18:54:09   hfc12_day_of_week Mi
     2019-01-14 18:54:09   hfc12_high_c    -1
     2019-01-14 18:54:09   hfc12_humidity  87
     2019-01-14 18:54:09   hfc12_icon      heavyrain
     2019-01-14 18:54:09   hfc12_iconAPI   10n
     2019-01-14 18:54:09   hfc12_low_c     -1
     2019-01-14 18:54:09   hfc12_pressure  966
     2019-01-14 18:54:09   hfc12_pubDate   Mi, 16 Jan 2019 03:00
     2019-01-14 18:54:09   hfc12_tempHigh  -1
     2019-01-14 18:54:09   hfc12_tempLow   -1
     2019-01-14 18:54:09   hfc12_temp_c    -1
     2019-01-14 18:54:09   hfc12_temperature -1
     2019-01-14 18:54:09   hfc12_wind      8
     2019-01-14 18:54:09   hfc12_wind_speed 8
     2019-01-14 18:54:09   hfc13_cloudCover 48
     2019-01-14 18:54:09   hfc13_code      35
     2019-01-14 18:54:09   hfc13_condition Leichter Regen
     2019-01-14 18:54:09   hfc13_day_of_week Mi
     2019-01-14 18:54:09   hfc13_high_c    -5
     2019-01-14 18:54:09   hfc13_humidity  92
     2019-01-14 18:54:09   hfc13_icon      heavyrain
     2019-01-14 18:54:09   hfc13_iconAPI   10n
     2019-01-14 18:54:09   hfc13_low_c     -5
     2019-01-14 18:54:09   hfc13_pressure  965
     2019-01-14 18:54:09   hfc13_pubDate   Mi, 16 Jan 2019 06:00
     2019-01-14 18:54:09   hfc13_tempHigh  -5
     2019-01-14 18:54:09   hfc13_tempLow   -5
     2019-01-14 18:54:09   hfc13_temp_c    -5
     2019-01-14 18:54:09   hfc13_temperature -5
     2019-01-14 18:54:09   hfc13_wind      5
     2019-01-14 18:54:09   hfc13_wind_speed 5
     2019-01-14 18:54:09   hfc14_cloudCover 48
     2019-01-14 18:54:09   hfc14_code      26
     2019-01-14 18:54:09   hfc14_condition Überwiegend bewölkt
     2019-01-14 18:54:09   hfc14_day_of_week Mi
     2019-01-14 18:54:09   hfc14_high_c    -4
     2019-01-14 18:54:09   hfc14_humidity  96
     2019-01-14 18:54:09   hfc14_icon      cloudy
     2019-01-14 18:54:09   hfc14_iconAPI   03d
     2019-01-14 18:54:09   hfc14_low_c     -4
     2019-01-14 18:54:09   hfc14_pressure  963
     2019-01-14 18:54:09   hfc14_pubDate   Mi, 16 Jan 2019 09:00
     2019-01-14 18:54:09   hfc14_tempHigh  -4
     2019-01-14 18:54:09   hfc14_tempLow   -4
     2019-01-14 18:54:09   hfc14_temp_c    -4
     2019-01-14 18:54:09   hfc14_temperature -4
     2019-01-14 18:54:09   hfc14_wind      5
     2019-01-14 18:54:09   hfc14_wind_speed 5
     2019-01-14 18:54:09   hfc15_cloudCover 32
     2019-01-14 18:54:09   hfc15_code      26
     2019-01-14 18:54:09   hfc15_condition Überwiegend bewölkt
     2019-01-14 18:54:09   hfc15_day_of_week Mi
     2019-01-14 18:54:09   hfc15_high_c    0
     2019-01-14 18:54:09   hfc15_humidity  100
     2019-01-14 18:54:09   hfc15_icon      cloudy
     2019-01-14 18:54:09   hfc15_iconAPI   03d
     2019-01-14 18:54:09   hfc15_low_c     0
     2019-01-14 18:54:09   hfc15_pressure  961
     2019-01-14 18:54:09   hfc15_pubDate   Mi, 16 Jan 2019 12:00
     2019-01-14 18:54:09   hfc15_tempHigh  0
     2019-01-14 18:54:09   hfc15_tempLow   0
     2019-01-14 18:54:09   hfc15_temp_c    0
     2019-01-14 18:54:09   hfc15_temperature 0
     2019-01-14 18:54:09   hfc15_wind      6
     2019-01-14 18:54:09   hfc15_wind_speed 6
     2019-01-14 18:54:09   hfc16_cloudCover 8
     2019-01-14 18:54:09   hfc16_code      32
     2019-01-14 18:54:09   hfc16_condition Klarer Himmel
     2019-01-14 18:54:09   hfc16_day_of_week Mi
     2019-01-14 18:54:09   hfc16_high_c    0
     2019-01-14 18:54:09   hfc16_humidity  100
     2019-01-14 18:54:09   hfc16_icon      sunny
     2019-01-14 18:54:09   hfc16_iconAPI   02d
     2019-01-14 18:54:09   hfc16_low_c     0
     2019-01-14 18:54:09   hfc16_pressure  959
     2019-01-14 18:54:09   hfc16_pubDate   Mi, 16 Jan 2019 15:00
     2019-01-14 18:54:09   hfc16_tempHigh  0
     2019-01-14 18:54:09   hfc16_tempLow   0
     2019-01-14 18:54:09   hfc16_temp_c    0
     2019-01-14 18:54:09   hfc16_temperature 0
     2019-01-14 18:54:09   hfc16_wind      5
     2019-01-14 18:54:09   hfc16_wind_speed 5
     2019-01-14 18:54:09   hfc17_cloudCover 12
     2019-01-14 18:54:09   hfc17_code      30
     2019-01-14 18:54:09   hfc17_condition Ein paar Wolken
     2019-01-14 18:54:09   hfc17_day_of_week Mi
     2019-01-14 18:54:09   hfc17_high_c    -4
     2019-01-14 18:54:09   hfc17_humidity  86
     2019-01-14 18:54:09   hfc17_icon      partly_cloudy
     2019-01-14 18:54:09   hfc17_iconAPI   02n
     2019-01-14 18:54:09   hfc17_low_c     -4
     2019-01-14 18:54:09   hfc17_pressure  958
     2019-01-14 18:54:09   hfc17_pubDate   Mi, 16 Jan 2019 18:00
     2019-01-14 18:54:09   hfc17_tempHigh  -4
     2019-01-14 18:54:09   hfc17_tempLow   -4
     2019-01-14 18:54:09   hfc17_temp_c    -4
     2019-01-14 18:54:09   hfc17_temperature -4
     2019-01-14 18:54:09   hfc17_wind      9
     2019-01-14 18:54:09   hfc17_wind_speed 9
     2019-01-14 18:54:09   hfc18_cloudCover 64
     2019-01-14 18:54:09   hfc18_code      26
     2019-01-14 18:54:09   hfc18_condition Überwiegend bewölkt
     2019-01-14 18:54:09   hfc18_day_of_week Mi
     2019-01-14 18:54:09   hfc18_high_c    -1
     2019-01-14 18:54:09   hfc18_humidity  80
     2019-01-14 18:54:09   hfc18_icon      cloudy
     2019-01-14 18:54:09   hfc18_iconAPI   04n
     2019-01-14 18:54:09   hfc18_low_c     -1
     2019-01-14 18:54:09   hfc18_pressure  958
     2019-01-14 18:54:09   hfc18_pubDate   Mi, 16 Jan 2019 21:00
     2019-01-14 18:54:09   hfc18_tempHigh  -1
     2019-01-14 18:54:09   hfc18_tempLow   -1
     2019-01-14 18:54:09   hfc18_temp_c    -1
     2019-01-14 18:54:09   hfc18_temperature -1
     2019-01-14 18:54:09   hfc18_wind      14
     2019-01-14 18:54:09   hfc18_wind_speed 14
     2019-01-14 18:54:09   hfc19_cloudCover 24
     2019-01-14 18:54:09   hfc19_code      30
     2019-01-14 18:54:09   hfc19_condition Ein paar Wolken
     2019-01-14 18:54:09   hfc19_day_of_week Do
     2019-01-14 18:54:09   hfc19_high_c    0
     2019-01-14 18:54:09   hfc19_humidity  84
     2019-01-14 18:54:09   hfc19_icon      partly_cloudy
     2019-01-14 18:54:09   hfc19_iconAPI   02n
     2019-01-14 18:54:09   hfc19_low_c     0
     2019-01-14 18:54:09   hfc19_pressure  958
     2019-01-14 18:54:09   hfc19_pubDate   Do, 17 Jan 2019 00:00
     2019-01-14 18:54:09   hfc19_tempHigh  0
     2019-01-14 18:54:09   hfc19_tempLow   0
     2019-01-14 18:54:09   hfc19_temp_c    0
     2019-01-14 18:54:09   hfc19_temperature 0
     2019-01-14 18:54:09   hfc19_wind      18
     2019-01-14 18:54:09   hfc19_wind_speed 18
     2019-01-14 18:54:09   hfc1_cloudCover 88
     2019-01-14 18:54:09   hfc1_code       35
     2019-01-14 18:54:09   hfc1_condition  Leichter Regen
     2019-01-14 18:54:09   hfc1_day_of_week Mo
     2019-01-14 18:54:09   hfc1_high_c     1
     2019-01-14 18:54:09   hfc1_humidity   94
     2019-01-14 18:54:09   hfc1_icon       heavyrain
     2019-01-14 18:54:09   hfc1_iconAPI    10n
     2019-01-14 18:54:09   hfc1_low_c      1
     2019-01-14 18:54:09   hfc1_pressure   964
     2019-01-14 18:54:09   hfc1_pubDate    Mo, 14 Jan 2019 18:00
     2019-01-14 18:54:09   hfc1_tempHigh   1
     2019-01-14 18:54:09   hfc1_tempLow    1
     2019-01-14 18:54:09   hfc1_temp_c     1
     2019-01-14 18:54:09   hfc1_temperature 1
     2019-01-14 18:54:09   hfc1_wind       22
     2019-01-14 18:54:09   hfc1_wind_speed 22
     2019-01-14 18:54:09   hfc20_cloudCover 32
     2019-01-14 18:54:09   hfc20_code      26
     2019-01-14 18:54:09   hfc20_condition Überwiegend bewölkt
     2019-01-14 18:54:09   hfc20_day_of_week Do
     2019-01-14 18:54:09   hfc20_high_c    0
     2019-01-14 18:54:09   hfc20_humidity  90
     2019-01-14 18:54:09   hfc20_icon      cloudy
     2019-01-14 18:54:09   hfc20_iconAPI   03n
     2019-01-14 18:54:09   hfc20_low_c     0
     2019-01-14 18:54:09   hfc20_pressure  958
     2019-01-14 18:54:09   hfc20_pubDate   Do, 17 Jan 2019 03:00
     2019-01-14 18:54:09   hfc20_tempHigh  0
     2019-01-14 18:54:09   hfc20_tempLow   0
     2019-01-14 18:54:09   hfc20_temp_c    0
     2019-01-14 18:54:09   hfc20_temperature 0
     2019-01-14 18:54:09   hfc20_wind      20
     2019-01-14 18:54:09   hfc20_wind_speed 20
     2019-01-14 18:54:09   hfc21_cloudCover 88
     2019-01-14 18:54:09   hfc21_code      35
     2019-01-14 18:54:09   hfc21_condition Leichter Regen
     2019-01-14 18:54:09   hfc21_day_of_week Do
     2019-01-14 18:54:09   hfc21_high_c    1
     2019-01-14 18:54:09   hfc21_humidity  91
     2019-01-14 18:54:09   hfc21_icon      heavyrain
     2019-01-14 18:54:09   hfc21_iconAPI   10n
     2019-01-14 18:54:09   hfc21_low_c     1
     2019-01-14 18:54:09   hfc21_pressure  958
     2019-01-14 18:54:09   hfc21_pubDate   Do, 17 Jan 2019 06:00
     2019-01-14 18:54:09   hfc21_tempHigh  1
     2019-01-14 18:54:09   hfc21_tempLow   1
     2019-01-14 18:54:09   hfc21_temp_c    1
     2019-01-14 18:54:09   hfc21_temperature 1
     2019-01-14 18:54:09   hfc21_wind      17
     2019-01-14 18:54:09   hfc21_wind_speed 17
     2019-01-14 18:54:09   hfc22_cloudCover 88
     2019-01-14 18:54:09   hfc22_code      35
     2019-01-14 18:54:09   hfc22_condition Leichter Regen
     2019-01-14 18:54:09   hfc22_day_of_week Do
     2019-01-14 18:54:09   hfc22_high_c    2
     2019-01-14 18:54:09   hfc22_humidity  98
     2019-01-14 18:54:09   hfc22_icon      heavyrain
     2019-01-14 18:54:09   hfc22_iconAPI   10d
     2019-01-14 18:54:09   hfc22_low_c     2
     2019-01-14 18:54:09   hfc22_pressure  959
     2019-01-14 18:54:09   hfc22_pubDate   Do, 17 Jan 2019 09:00
     2019-01-14 18:54:09   hfc22_tempHigh  2
     2019-01-14 18:54:09   hfc22_tempLow   2
     2019-01-14 18:54:09   hfc22_temp_c    2
     2019-01-14 18:54:09   hfc22_temperature 2
     2019-01-14 18:54:09   hfc22_wind      15
     2019-01-14 18:54:09   hfc22_wind_speed 15
     2019-01-14 18:54:09   hfc23_cloudCover 92
     2019-01-14 18:54:09   hfc23_code      35
     2019-01-14 18:54:09   hfc23_condition Leichter Regen
     2019-01-14 18:54:09   hfc23_day_of_week Do
     2019-01-14 18:54:09   hfc23_high_c    3
     2019-01-14 18:54:09   hfc23_humidity  100
     2019-01-14 18:54:09   hfc23_icon      heavyrain
     2019-01-14 18:54:09   hfc23_iconAPI   10d
     2019-01-14 18:54:09   hfc23_low_c     3
     2019-01-14 18:54:09   hfc23_pressure  959
     2019-01-14 18:54:09   hfc23_pubDate   Do, 17 Jan 2019 12:00
     2019-01-14 18:54:09   hfc23_tempHigh  3
     2019-01-14 18:54:09   hfc23_tempLow   3
     2019-01-14 18:54:09   hfc23_temp_c    3
     2019-01-14 18:54:09   hfc23_temperature 3
     2019-01-14 18:54:09   hfc23_wind      13
     2019-01-14 18:54:09   hfc23_wind_speed 13
     2019-01-14 18:54:09   hfc24_cloudCover 92
     2019-01-14 18:54:09   hfc24_code      35
     2019-01-14 18:54:09   hfc24_condition Leichter Regen
     2019-01-14 18:54:09   hfc24_day_of_week Do
     2019-01-14 18:54:09   hfc24_high_c    2
     2019-01-14 18:54:09   hfc24_humidity  98
     2019-01-14 18:54:09   hfc24_icon      heavyrain
     2019-01-14 18:54:09   hfc24_iconAPI   10d
     2019-01-14 18:54:09   hfc24_low_c     2
     2019-01-14 18:54:09   hfc24_pressure  959
     2019-01-14 18:54:09   hfc24_pubDate   Do, 17 Jan 2019 15:00
     2019-01-14 18:54:09   hfc24_tempHigh  2
     2019-01-14 18:54:09   hfc24_tempLow   2
     2019-01-14 18:54:09   hfc24_temp_c    2
     2019-01-14 18:54:09   hfc24_temperature 2
     2019-01-14 18:54:09   hfc24_wind      14
     2019-01-14 18:54:09   hfc24_wind_speed 14
     2019-01-14 18:54:09   hfc25_cloudCover 92
     2019-01-14 18:54:09   hfc25_code      35
     2019-01-14 18:54:09   hfc25_condition Leichter Regen
     2019-01-14 18:54:09   hfc25_day_of_week Do
     2019-01-14 18:54:09   hfc25_high_c    2
     2019-01-14 18:54:09   hfc25_humidity  97
     2019-01-14 18:54:09   hfc25_icon      heavyrain
     2019-01-14 18:54:09   hfc25_iconAPI   10n
     2019-01-14 18:54:09   hfc25_low_c     2
     2019-01-14 18:54:09   hfc25_pressure  961
     2019-01-14 18:54:09   hfc25_pubDate   Do, 17 Jan 2019 18:00
     2019-01-14 18:54:09   hfc25_tempHigh  2
     2019-01-14 18:54:09   hfc25_tempLow   2
     2019-01-14 18:54:09   hfc25_temp_c    2
     2019-01-14 18:54:09   hfc25_temperature 2
     2019-01-14 18:54:09   hfc25_wind      16
     2019-01-14 18:54:09   hfc25_wind_speed 16
     2019-01-14 18:54:09   hfc26_cloudCover 88
     2019-01-14 18:54:09   hfc26_code      35
     2019-01-14 18:54:09   hfc26_condition Leichter Regen
     2019-01-14 18:54:09   hfc26_day_of_week Do
     2019-01-14 18:54:09   hfc26_high_c    2
     2019-01-14 18:54:09   hfc26_humidity  99
     2019-01-14 18:54:09   hfc26_icon      heavyrain
     2019-01-14 18:54:09   hfc26_iconAPI   10n
     2019-01-14 18:54:09   hfc26_low_c     2
     2019-01-14 18:54:09   hfc26_pressure  963
     2019-01-14 18:54:09   hfc26_pubDate   Do, 17 Jan 2019 21:00
     2019-01-14 18:54:09   hfc26_tempHigh  2
     2019-01-14 18:54:09   hfc26_tempLow   2
     2019-01-14 18:54:09   hfc26_temp_c    2
     2019-01-14 18:54:09   hfc26_temperature 2
     2019-01-14 18:54:09   hfc26_wind      17
     2019-01-14 18:54:09   hfc26_wind_speed 17
     2019-01-14 18:54:09   hfc27_cloudCover 92
     2019-01-14 18:54:09   hfc27_code      35
     2019-01-14 18:54:09   hfc27_condition Leichter Regen
     2019-01-14 18:54:09   hfc27_day_of_week Fr
     2019-01-14 18:54:09   hfc27_high_c    1
     2019-01-14 18:54:09   hfc27_humidity  100
     2019-01-14 18:54:09   hfc27_icon      heavyrain
     2019-01-14 18:54:09   hfc27_iconAPI   10n
     2019-01-14 18:54:09   hfc27_low_c     1
     2019-01-14 18:54:09   hfc27_pressure  964
     2019-01-14 18:54:09   hfc27_pubDate   Fr, 18 Jan 2019 00:00
     2019-01-14 18:54:09   hfc27_tempHigh  1
     2019-01-14 18:54:09   hfc27_tempLow   1
     2019-01-14 18:54:09   hfc27_temp_c    1
     2019-01-14 18:54:09   hfc27_temperature 1
     2019-01-14 18:54:09   hfc27_wind      11
     2019-01-14 18:54:09   hfc27_wind_speed 11
     2019-01-14 18:54:09   hfc28_cloudCover 64
     2019-01-14 18:54:09   hfc28_code      14
     2019-01-14 18:54:09   hfc28_condition Mäßiger Schnee
     2019-01-14 18:54:09   hfc28_day_of_week Fr
     2019-01-14 18:54:09   hfc28_high_c    0
     2019-01-14 18:54:09   hfc28_humidity  98
     2019-01-14 18:54:09   hfc28_icon      chance_of_snow
     2019-01-14 18:54:09   hfc28_iconAPI   13n
     2019-01-14 18:54:09   hfc28_low_c     0
     2019-01-14 18:54:09   hfc28_pressure  965
     2019-01-14 18:54:09   hfc28_pubDate   Fr, 18 Jan 2019 03:00
     2019-01-14 18:54:09   hfc28_tempHigh  0
     2019-01-14 18:54:09   hfc28_tempLow   0
     2019-01-14 18:54:09   hfc28_temp_c    0
     2019-01-14 18:54:09   hfc28_temperature 0
     2019-01-14 18:54:09   hfc28_wind      6
     2019-01-14 18:54:09   hfc28_wind_speed 6
     2019-01-14 18:54:09   hfc29_cloudCover 80
     2019-01-14 18:54:09   hfc29_code      32
     2019-01-14 18:54:09   hfc29_condition Klarer Himmel
     2019-01-14 18:54:09   hfc29_day_of_week Fr
     2019-01-14 18:54:09   hfc29_high_c    -1
     2019-01-14 18:54:09   hfc29_humidity  90
     2019-01-14 18:54:09   hfc29_icon      sunny
     2019-01-14 18:54:09   hfc29_iconAPI   01n
     2019-01-14 18:54:09   hfc29_low_c     -1
     2019-01-14 18:54:09   hfc29_pressure  966
     2019-01-14 18:54:09   hfc29_pubDate   Fr, 18 Jan 2019 06:00
     2019-01-14 18:54:09   hfc29_tempHigh  -1
     2019-01-14 18:54:09   hfc29_tempLow   -1
     2019-01-14 18:54:09   hfc29_temp_c    -1
     2019-01-14 18:54:09   hfc29_temperature -1
     2019-01-14 18:54:09   hfc29_wind      4
     2019-01-14 18:54:09   hfc29_wind_speed 4
     2019-01-14 18:54:09   hfc2_cloudCover 88
     2019-01-14 18:54:09   hfc2_code       35
     2019-01-14 18:54:09   hfc2_condition  Leichter Regen
     2019-01-14 18:54:09   hfc2_day_of_week Mo
     2019-01-14 18:54:09   hfc2_high_c     1
     2019-01-14 18:54:09   hfc2_humidity   95
     2019-01-14 18:54:09   hfc2_icon       heavyrain
     2019-01-14 18:54:09   hfc2_iconAPI    10n
     2019-01-14 18:54:09   hfc2_low_c      0
     2019-01-14 18:54:09   hfc2_pressure   966
     2019-01-14 18:54:09   hfc2_pubDate    Mo, 14 Jan 2019 21:00
     2019-01-14 18:54:09   hfc2_tempHigh   1
     2019-01-14 18:54:09   hfc2_tempLow    0
     2019-01-14 18:54:09   hfc2_temp_c     1
     2019-01-14 18:54:09   hfc2_temperature 1
     2019-01-14 18:54:09   hfc2_wind       20
     2019-01-14 18:54:09   hfc2_wind_speed 20
     2019-01-14 18:54:09   hfc30_cloudCover 80
     2019-01-14 18:54:09   hfc30_code      14
     2019-01-14 18:54:09   hfc30_condition Mäßiger Schnee
     2019-01-14 18:54:09   hfc30_day_of_week Fr
     2019-01-14 18:54:09   hfc30_high_c    0
     2019-01-14 18:54:09   hfc30_humidity  96
     2019-01-14 18:54:09   hfc30_icon      chance_of_snow
     2019-01-14 18:54:09   hfc30_iconAPI   13d
     2019-01-14 18:54:09   hfc30_low_c     0
     2019-01-14 18:54:09   hfc30_pressure  967
     2019-01-14 18:54:09   hfc30_pubDate   Fr, 18 Jan 2019 09:00
     2019-01-14 18:54:09   hfc30_tempHigh  0
     2019-01-14 18:54:09   hfc30_tempLow   0
     2019-01-14 18:54:09   hfc30_temp_c    0
     2019-01-14 18:54:09   hfc30_temperature 0
     2019-01-14 18:54:09   hfc30_wind      7
     2019-01-14 18:54:09   hfc30_wind_speed 7
     2019-01-14 18:54:09   hfc31_cloudCover 44
     2019-01-14 18:54:09   hfc31_code      14
     2019-01-14 18:54:09   hfc31_condition Mäßiger Schnee
     2019-01-14 18:54:09   hfc31_day_of_week Fr
     2019-01-14 18:54:09   hfc31_high_c    0
     2019-01-14 18:54:09   hfc31_humidity  98
     2019-01-14 18:54:09   hfc31_icon      chance_of_snow
     2019-01-14 18:54:09   hfc31_iconAPI   13d
     2019-01-14 18:54:09   hfc31_low_c     0
     2019-01-14 18:54:09   hfc31_pressure  966
     2019-01-14 18:54:09   hfc31_pubDate   Fr, 18 Jan 2019 12:00
     2019-01-14 18:54:09   hfc31_tempHigh  0
     2019-01-14 18:54:09   hfc31_tempLow   0
     2019-01-14 18:54:09   hfc31_temp_c    0
     2019-01-14 18:54:09   hfc31_temperature 0
     2019-01-14 18:54:09   hfc31_wind      7
     2019-01-14 18:54:09   hfc31_wind_speed 7
     2019-01-14 18:54:09   hfc32_cloudCover 32
     2019-01-14 18:54:09   hfc32_code      32
     2019-01-14 18:54:09   hfc32_condition Klarer Himmel
     2019-01-14 18:54:09   hfc32_day_of_week Fr
     2019-01-14 18:54:09   hfc32_high_c    -1
     2019-01-14 18:54:09   hfc32_humidity  96
     2019-01-14 18:54:09   hfc32_icon      sunny
     2019-01-14 18:54:09   hfc32_iconAPI   01d
     2019-01-14 18:54:09   hfc32_low_c     -1
     2019-01-14 18:54:09   hfc32_pressure  966
     2019-01-14 18:54:09   hfc32_pubDate   Fr, 18 Jan 2019 15:00
     2019-01-14 18:54:09   hfc32_tempHigh  -1
     2019-01-14 18:54:09   hfc32_tempLow   -1
     2019-01-14 18:54:09   hfc32_temp_c    -1
     2019-01-14 18:54:09   hfc32_temperature -1
     2019-01-14 18:54:09   hfc32_wind      4
     2019-01-14 18:54:09   hfc32_wind_speed 4
     2019-01-14 18:54:09   hfc33_cloudCover 12
     2019-01-14 18:54:09   hfc33_code      30
     2019-01-14 18:54:09   hfc33_condition Ein paar Wolken
     2019-01-14 18:54:09   hfc33_day_of_week Fr
     2019-01-14 18:54:09   hfc33_high_c    -6
     2019-01-14 18:54:09   hfc33_humidity  93
     2019-01-14 18:54:09   hfc33_icon      partly_cloudy
     2019-01-14 18:54:09   hfc33_iconAPI   02n
     2019-01-14 18:54:09   hfc33_low_c     -6
     2019-01-14 18:54:09   hfc33_pressure  966
     2019-01-14 18:54:09   hfc33_pubDate   Fr, 18 Jan 2019 18:00
     2019-01-14 18:54:09   hfc33_tempHigh  -6
     2019-01-14 18:54:09   hfc33_tempLow   -6
     2019-01-14 18:54:09   hfc33_temp_c    -6
     2019-01-14 18:54:09   hfc33_temperature -6
     2019-01-14 18:54:09   hfc33_wind      5
     2019-01-14 18:54:09   hfc33_wind_speed 5
     2019-01-14 18:54:09   hfc34_cloudCover 24
     2019-01-14 18:54:09   hfc34_code      30
     2019-01-14 18:54:09   hfc34_condition Ein paar Wolken
     2019-01-14 18:54:09   hfc34_day_of_week Fr
     2019-01-14 18:54:09   hfc34_high_c    -8
     2019-01-14 18:54:09   hfc34_humidity  88
     2019-01-14 18:54:09   hfc34_icon      partly_cloudy
     2019-01-14 18:54:09   hfc34_iconAPI   02n
     2019-01-14 18:54:09   hfc34_low_c     -8
     2019-01-14 18:54:09   hfc34_pressure  966
     2019-01-14 18:54:09   hfc34_pubDate   Fr, 18 Jan 2019 21:00
     2019-01-14 18:54:09   hfc34_tempHigh  -8
     2019-01-14 18:54:09   hfc34_tempLow   -8
     2019-01-14 18:54:09   hfc34_temp_c    -8
     2019-01-14 18:54:09   hfc34_temperature -8
     2019-01-14 18:54:09   hfc34_wind      4
     2019-01-14 18:54:09   hfc34_wind_speed 4
     2019-01-14 18:54:09   hfc35_cloudCover 68
     2019-01-14 18:54:09   hfc35_code      14
     2019-01-14 18:54:09   hfc35_condition Mäßiger Schnee
     2019-01-14 18:54:09   hfc35_day_of_week Sa
     2019-01-14 18:54:09   hfc35_high_c    -7
     2019-01-14 18:54:09   hfc35_humidity  97
     2019-01-14 18:54:09   hfc35_icon      chance_of_snow
     2019-01-14 18:54:09   hfc35_iconAPI   13n
     2019-01-14 18:54:09   hfc35_low_c     -7
     2019-01-14 18:54:09   hfc35_pressure  965
     2019-01-14 18:54:09   hfc35_pubDate   Sa, 19 Jan 2019 00:00
     2019-01-14 18:54:09   hfc35_tempHigh  -7
     2019-01-14 18:54:09   hfc35_tempLow   -7
     2019-01-14 18:54:09   hfc35_temp_c    -7
     2019-01-14 18:54:09   hfc35_temperature -7
     2019-01-14 18:54:09   hfc35_wind      4
     2019-01-14 18:54:09   hfc35_wind_speed 4
     2019-01-14 18:54:09   hfc36_cloudCover 76
     2019-01-14 18:54:09   hfc36_code      35
     2019-01-14 18:54:09   hfc36_condition Leichter Regen
     2019-01-14 18:54:09   hfc36_day_of_week Sa
     2019-01-14 18:54:09   hfc36_high_c    -6
     2019-01-14 18:54:09   hfc36_humidity  99
     2019-01-14 18:54:09   hfc36_icon      heavyrain
     2019-01-14 18:54:09   hfc36_iconAPI   10n
     2019-01-14 18:54:09   hfc36_low_c     -6
     2019-01-14 18:54:09   hfc36_pressure  964
     2019-01-14 18:54:09   hfc36_pubDate   Sa, 19 Jan 2019 03:00
     2019-01-14 18:54:09   hfc36_tempHigh  -6
     2019-01-14 18:54:09   hfc36_tempLow   -6
     2019-01-14 18:54:09   hfc36_temp_c    -6
     2019-01-14 18:54:09   hfc36_temperature -6
     2019-01-14 18:54:09   hfc36_wind      4
     2019-01-14 18:54:09   hfc36_wind_speed 4
     2019-01-14 18:54:09   hfc37_cloudCover 76
     2019-01-14 18:54:09   hfc37_code      32
     2019-01-14 18:54:09   hfc37_condition Klarer Himmel
     2019-01-14 18:54:09   hfc37_day_of_week Sa
     2019-01-14 18:54:09   hfc37_high_c    -6
     2019-01-14 18:54:09   hfc37_humidity  96
     2019-01-14 18:54:09   hfc37_icon      sunny
     2019-01-14 18:54:09   hfc37_iconAPI   01n
     2019-01-14 18:54:09   hfc37_low_c     -6
     2019-01-14 18:54:09   hfc37_pressure  963
     2019-01-14 18:54:09   hfc37_pubDate   Sa, 19 Jan 2019 06:00
     2019-01-14 18:54:09   hfc37_tempHigh  -6
     2019-01-14 18:54:09   hfc37_tempLow   -6
     2019-01-14 18:54:09   hfc37_temp_c    -6
     2019-01-14 18:54:09   hfc37_temperature -6
     2019-01-14 18:54:09   hfc37_wind      4
     2019-01-14 18:54:09   hfc37_wind_speed 4
     2019-01-14 18:54:09   hfc38_cloudCover 76
     2019-01-14 18:54:09   hfc38_code      32
     2019-01-14 18:54:09   hfc38_condition Klarer Himmel
     2019-01-14 18:54:09   hfc38_day_of_week Sa
     2019-01-14 18:54:09   hfc38_high_c    -4
     2019-01-14 18:54:09   hfc38_humidity  100
     2019-01-14 18:54:09   hfc38_icon      sunny
     2019-01-14 18:54:09   hfc38_iconAPI   01d
     2019-01-14 18:54:09   hfc38_low_c     -4
     2019-01-14 18:54:09   hfc38_pressure  963
     2019-01-14 18:54:09   hfc38_pubDate   Sa, 19 Jan 2019 09:00
     2019-01-14 18:54:09   hfc38_tempHigh  -4
     2019-01-14 18:54:09   hfc38_tempLow   -4
     2019-01-14 18:54:09   hfc38_temp_c    -4
     2019-01-14 18:54:09   hfc38_temperature -4
     2019-01-14 18:54:09   hfc38_wind      6
     2019-01-14 18:54:09   hfc38_wind_speed 6
     2019-01-14 18:54:09   hfc39_cloudCover 64
     2019-01-14 18:54:09   hfc39_code      32
     2019-01-14 18:54:09   hfc39_condition Klarer Himmel
     2019-01-14 18:54:09   hfc39_day_of_week Sa
     2019-01-14 18:54:09   hfc39_high_c    -1
     2019-01-14 18:54:09   hfc39_humidity  98
     2019-01-14 18:54:09   hfc39_icon      sunny
     2019-01-14 18:54:09   hfc39_iconAPI   01d
     2019-01-14 18:54:09   hfc39_low_c     -1
     2019-01-14 18:54:09   hfc39_pressure  962
     2019-01-14 18:54:09   hfc39_pubDate   Sa, 19 Jan 2019 12:00
     2019-01-14 18:54:09   hfc39_tempHigh  -1
     2019-01-14 18:54:09   hfc39_tempLow   -1
     2019-01-14 18:54:09   hfc39_temp_c    -1
     2019-01-14 18:54:09   hfc39_temperature -1
     2019-01-14 18:54:09   hfc39_wind      8
     2019-01-14 18:54:09   hfc39_wind_speed 8
     2019-01-14 18:54:09   hfc3_cloudCover 88
     2019-01-14 18:54:09   hfc3_code       14
     2019-01-14 18:54:09   hfc3_condition  Mäßiger Schnee
     2019-01-14 18:54:09   hfc3_day_of_week Di
     2019-01-14 18:54:09   hfc3_high_c     0
     2019-01-14 18:54:09   hfc3_humidity   96
     2019-01-14 18:54:09   hfc3_icon       chance_of_snow
     2019-01-14 18:54:09   hfc3_iconAPI    13n
     2019-01-14 18:54:09   hfc3_low_c      0
     2019-01-14 18:54:09   hfc3_pressure   968
     2019-01-14 18:54:09   hfc3_pubDate    Di, 15 Jan 2019 00:00
     2019-01-14 18:54:09   hfc3_tempHigh   0
     2019-01-14 18:54:09   hfc3_tempLow    0
     2019-01-14 18:54:09   hfc3_temp_c     0
     2019-01-14 18:54:09   hfc3_temperature 0
     2019-01-14 18:54:09   hfc3_wind       18
     2019-01-14 18:54:09   hfc3_wind_speed 18
     2019-01-14 18:54:09   hfc40_cloudCover 76
     2019-01-14 18:54:09   hfc40_code      26
     2019-01-14 18:54:09   hfc40_condition Überwiegend bewölkt
     2019-01-14 18:54:09   hfc40_day_of_week Sa
     2019-01-14 18:54:09   hfc40_high_c    -1
     2019-01-14 18:54:09   hfc40_humidity  96
     2019-01-14 18:54:09   hfc40_icon      cloudy
     2019-01-14 18:54:09   hfc40_iconAPI   04d
     2019-01-14 18:54:09   hfc40_low_c     -1
     2019-01-14 18:54:09   hfc40_pressure  961
     2019-01-14 18:54:09   hfc40_pubDate   Sa, 19 Jan 2019 15:00
     2019-01-14 18:54:09   hfc40_tempHigh  -1
     2019-01-14 18:54:09   hfc40_tempLow   -1
     2019-01-14 18:54:09   hfc40_temp_c    -1
     2019-01-14 18:54:09   hfc40_temperature -1
     2019-01-14 18:54:09   hfc40_wind      9
     2019-01-14 18:54:09   hfc40_wind_speed 9
     2019-01-14 18:54:09   hfc4_cloudCover 88
     2019-01-14 18:54:09   hfc4_code       14
     2019-01-14 18:54:09   hfc4_condition  Mäßiger Schnee
     2019-01-14 18:54:09   hfc4_day_of_week Di
     2019-01-14 18:54:09   hfc4_high_c     0
     2019-01-14 18:54:09   hfc4_humidity   95
     2019-01-14 18:54:09   hfc4_icon       chance_of_snow
     2019-01-14 18:54:09   hfc4_iconAPI    13n
     2019-01-14 18:54:09   hfc4_low_c      0
     2019-01-14 18:54:09   hfc4_pressure   969
     2019-01-14 18:54:09   hfc4_pubDate    Di, 15 Jan 2019 03:00
     2019-01-14 18:54:09   hfc4_tempHigh   0
     2019-01-14 18:54:09   hfc4_tempLow    0
     2019-01-14 18:54:09   hfc4_temp_c     0
     2019-01-14 18:54:09   hfc4_temperature 0
     2019-01-14 18:54:09   hfc4_wind       18
     2019-01-14 18:54:09   hfc4_wind_speed 18
     2019-01-14 18:54:09   hfc5_cloudCover 68
     2019-01-14 18:54:09   hfc5_code       14
     2019-01-14 18:54:09   hfc5_condition  Mäßiger Schnee
     2019-01-14 18:54:09   hfc5_day_of_week Di
     2019-01-14 18:54:09   hfc5_high_c     0
     2019-01-14 18:54:09   hfc5_humidity   94
     2019-01-14 18:54:09   hfc5_icon       chance_of_snow
     2019-01-14 18:54:09   hfc5_iconAPI    13n
     2019-01-14 18:54:09   hfc5_low_c      0
     2019-01-14 18:54:09   hfc5_pressure   969
     2019-01-14 18:54:09   hfc5_pubDate    Di, 15 Jan 2019 06:00
     2019-01-14 18:54:09   hfc5_tempHigh   0
     2019-01-14 18:54:09   hfc5_tempLow    0
     2019-01-14 18:54:09   hfc5_temp_c     0
     2019-01-14 18:54:09   hfc5_temperature 0
     2019-01-14 18:54:09   hfc5_wind       16
     2019-01-14 18:54:09   hfc5_wind_speed 16
     2019-01-14 18:54:09   hfc6_cloudCover 92
     2019-01-14 18:54:09   hfc6_code       14
     2019-01-14 18:54:09   hfc6_condition  Mäßiger Schnee
     2019-01-14 18:54:09   hfc6_day_of_week Di
     2019-01-14 18:54:09   hfc6_high_c     0
     2019-01-14 18:54:09   hfc6_humidity   93
     2019-01-14 18:54:09   hfc6_icon       chance_of_snow
     2019-01-14 18:54:09   hfc6_iconAPI    13d
     2019-01-14 18:54:09   hfc6_low_c      0
     2019-01-14 18:54:09   hfc6_pressure   969
     2019-01-14 18:54:09   hfc6_pubDate    Di, 15 Jan 2019 09:00
     2019-01-14 18:54:09   hfc6_tempHigh   0
     2019-01-14 18:54:09   hfc6_tempLow    0
     2019-01-14 18:54:09   hfc6_temp_c     0
     2019-01-14 18:54:09   hfc6_temperature 0
     2019-01-14 18:54:09   hfc6_wind       16
     2019-01-14 18:54:09   hfc6_wind_speed 16
     2019-01-14 18:54:09   hfc7_cloudCover 36
     2019-01-14 18:54:09   hfc7_code       35
     2019-01-14 18:54:09   hfc7_condition  Leichter Regen
     2019-01-14 18:54:09   hfc7_day_of_week Di
     2019-01-14 18:54:09   hfc7_high_c     1
     2019-01-14 18:54:09   hfc7_humidity   98
     2019-01-14 18:54:09   hfc7_icon       heavyrain
     2019-01-14 18:54:09   hfc7_iconAPI    10d
     2019-01-14 18:54:09   hfc7_low_c      1
     2019-01-14 18:54:09   hfc7_pressure   968
     2019-01-14 18:54:09   hfc7_pubDate    Di, 15 Jan 2019 12:00
     2019-01-14 18:54:09   hfc7_tempHigh   1
     2019-01-14 18:54:09   hfc7_tempLow    1
     2019-01-14 18:54:09   hfc7_temp_c     1
     2019-01-14 18:54:09   hfc7_temperature 1
     2019-01-14 18:54:09   hfc7_wind       22
     2019-01-14 18:54:09   hfc7_wind_speed 22
     2019-01-14 18:54:09   hfc8_cloudCover 76
     2019-01-14 18:54:09   hfc8_code       35
     2019-01-14 18:54:09   hfc8_condition  Leichter Regen
     2019-01-14 18:54:09   hfc8_day_of_week Di
     2019-01-14 18:54:09   hfc8_high_c     1
     2019-01-14 18:54:09   hfc8_humidity   95
     2019-01-14 18:54:09   hfc8_icon       heavyrain
     2019-01-14 18:54:09   hfc8_iconAPI    10d
     2019-01-14 18:54:09   hfc8_low_c      1
     2019-01-14 18:54:09   hfc8_pressure   968
     2019-01-14 18:54:09   hfc8_pubDate    Di, 15 Jan 2019 15:00
     2019-01-14 18:54:09   hfc8_tempHigh   1
     2019-01-14 18:54:09   hfc8_tempLow    1
     2019-01-14 18:54:09   hfc8_temp_c     1
     2019-01-14 18:54:09   hfc8_temperature 1
     2019-01-14 18:54:09   hfc8_wind       18
     2019-01-14 18:54:09   hfc8_wind_speed 18
     2019-01-14 18:54:09   hfc9_cloudCover 92
     2019-01-14 18:54:09   hfc9_code       35
     2019-01-14 18:54:09   hfc9_condition  Leichter Regen
     2019-01-14 18:54:09   hfc9_day_of_week Di
     2019-01-14 18:54:09   hfc9_high_c     1
     2019-01-14 18:54:09   hfc9_humidity   94
     2019-01-14 18:54:09   hfc9_icon       heavyrain
     2019-01-14 18:54:09   hfc9_iconAPI    10n
     2019-01-14 18:54:09   hfc9_low_c      1
     2019-01-14 18:54:09   hfc9_pressure   968
     2019-01-14 18:54:09   hfc9_pubDate    Di, 15 Jan 2019 18:00
     2019-01-14 18:54:09   hfc9_tempHigh   1
     2019-01-14 18:54:09   hfc9_tempLow    1
     2019-01-14 18:54:09   hfc9_temp_c     1
     2019-01-14 18:54:09   hfc9_temperature 1
     2019-01-14 18:54:09   hfc9_wind       18
     2019-01-14 18:54:09   hfc9_wind_speed 18
     2019-01-14 18:54:09   high_c          2
     2019-01-14 18:54:09   humidity        93
     2019-01-14 18:54:09   icon            cloudy
     2019-01-14 18:54:09   iconAPI         04n
     2019-01-14 18:54:09   lastError       
     2019-01-14 18:54:09   lat             48.8572
     2019-01-14 18:54:09   long            9.7949
     2019-01-14 18:54:09   low_c           2
     2019-01-14 18:54:09   pressure        1014
     2019-01-14 18:54:09   pubDate         Mo, 14 Jan 2019 18:20
     2019-01-14 18:54:09   state           T: 2°C F: 93% W: 18km/h P: 1014hPa
     2019-01-14 18:54:09   status          ok
     2019-01-14 18:54:09   sunriseTime     Mo, 14 Jan 2019 08:09
     2019-01-14 18:54:09   sunsetTime      Mo, 14 Jan 2019 16:51
     2019-01-14 18:54:09   tempHigh        2
     2019-01-14 18:54:09   tempLow         2
     2019-01-14 18:54:09   temp_c          2
     2019-01-14 18:54:09   temperature     2
     2019-01-14 18:54:09   validity        up-to-date
     2019-01-14 18:54:09   visibility      10000
     2019-01-14 18:54:09   wind            18
     2019-01-14 18:54:09   wind_condition  Wind: W 18 km/h
     2019-01-14 18:54:09   wind_direction  270
     2019-01-14 18:54:09   wind_speed      18
   fhem:
     allowCache 1
     interfaces temperature;humidity;wind
Attributes:


FHEM auf RaspberryPI B (buster)
2xCUL868 für MAX/Slow_RF, HM-LAN, JeeLink
MAX!/HM-Thermostate, FS20/HM-Rolladenschalter, FS20-EM, LevelJet-Ölstandsmessung, PCA301, IT, KM271, IPCAM, FireTAB10 FTUI

CoolTux

Zitat von: cotecmania am 14 Januar 2019, 19:12:04
Die Tage bei Openweathermap stimmen nicht :

  2019-01-14 18:54:09   hfc1_day_of_week Mo
  2019-01-14 18:54:09   hfc2_day_of_week Mo
  2019-01-14 18:54:09   hfc3_day_of_week Di
  2019-01-14 18:54:09   hfc4_day_of_week Di
  2019-01-14 18:54:09   hfc5_day_of_week Di
...

Internals:
   API        OpenWeatherMapAPI
   APIKEY     7c89d50695b2552cb96997bfe4dabcd2
   APIOPTIONS cachemaxage:600
   CFGFN     
   DEF        API=OpenWeatherMapAPI,cachemaxage:600 apikey=7c89d50695b2552cb96997bfe4dabcd2 location=48.8572,9.7949 interval=3600 language=de
   INTERVAL   3600
   LANG       de
   LOCATION   48.8572,9.7949
   NAME       MeinWetter
   NOTIFYDEV  global
   NR         1195
   NTFY_ORDER 50-MeinWetter
   STATE      T: 2°C F: 93% W: 18km/h P: 1014hPa
   TYPE       Weather
   READINGS:
     2019-01-14 18:54:09   apiMaintainer   Leon Gaultier (<a href=https://forum.fhem.de/index.php?action=profile;u=13684>CoolTux</a>)
     2019-01-14 18:54:09   city            Durlangen
     2019-01-14 18:54:09   cloudCover      75
     2019-01-14 18:54:09   code            26
     2019-01-14 18:54:09   condition       Überwiegend bewölkt
     2019-01-14 18:54:09   country         DE
     2019-01-14 18:54:09   current_date_time Mo, 14 Jan 2019 18:54
     2019-01-14 18:54:09   hfc10_cloudCover 92
     2019-01-14 18:54:09   hfc10_code      35
     2019-01-14 18:54:09   hfc10_condition Leichter Regen
     2019-01-14 18:54:09   hfc10_day_of_week Di
     2019-01-14 18:54:09   hfc10_high_c    0
     2019-01-14 18:54:09   hfc10_humidity  96
     2019-01-14 18:54:09   hfc10_icon      heavyrain
     2019-01-14 18:54:09   hfc10_iconAPI   10n
     2019-01-14 18:54:09   hfc10_low_c     0
     2019-01-14 18:54:09   hfc10_pressure  968
     2019-01-14 18:54:09   hfc10_pubDate   Di, 15 Jan 2019 21:00
     2019-01-14 18:54:09   hfc10_tempHigh  0
     2019-01-14 18:54:09   hfc10_tempLow   0
     2019-01-14 18:54:09   hfc10_temp_c    0
     2019-01-14 18:54:09   hfc10_temperature 0
     2019-01-14 18:54:09   hfc10_wind      16
     2019-01-14 18:54:09   hfc10_wind_speed 16
     2019-01-14 18:54:09   hfc11_cloudCover 68
     2019-01-14 18:54:09   hfc11_code      35
     2019-01-14 18:54:09   hfc11_condition Leichter Regen
     2019-01-14 18:54:09   hfc11_day_of_week Mi
     2019-01-14 18:54:09   hfc11_high_c    0
     2019-01-14 18:54:09   hfc11_humidity  93
     2019-01-14 18:54:09   hfc11_icon      heavyrain
     2019-01-14 18:54:09   hfc11_iconAPI   10n
     2019-01-14 18:54:09   hfc11_low_c     0
     2019-01-14 18:54:09   hfc11_pressure  967
     2019-01-14 18:54:09   hfc11_pubDate   Mi, 16 Jan 2019 00:00
     2019-01-14 18:54:09   hfc11_tempHigh  0
     2019-01-14 18:54:09   hfc11_tempLow   0
     2019-01-14 18:54:09   hfc11_temp_c    0
     2019-01-14 18:54:09   hfc11_temperature 0
     2019-01-14 18:54:09   hfc11_wind      13
     2019-01-14 18:54:09   hfc11_wind_speed 13
     2019-01-14 18:54:09   hfc12_cloudCover 48
     2019-01-14 18:54:09   hfc12_code      35
     2019-01-14 18:54:09   hfc12_condition Leichter Regen
     2019-01-14 18:54:09   hfc12_day_of_week Mi
     2019-01-14 18:54:09   hfc12_high_c    -1
     2019-01-14 18:54:09   hfc12_humidity  87
     2019-01-14 18:54:09   hfc12_icon      heavyrain
     2019-01-14 18:54:09   hfc12_iconAPI   10n
     2019-01-14 18:54:09   hfc12_low_c     -1
     2019-01-14 18:54:09   hfc12_pressure  966
     2019-01-14 18:54:09   hfc12_pubDate   Mi, 16 Jan 2019 03:00
     2019-01-14 18:54:09   hfc12_tempHigh  -1
     2019-01-14 18:54:09   hfc12_tempLow   -1
     2019-01-14 18:54:09   hfc12_temp_c    -1
     2019-01-14 18:54:09   hfc12_temperature -1
     2019-01-14 18:54:09   hfc12_wind      8
     2019-01-14 18:54:09   hfc12_wind_speed 8
     2019-01-14 18:54:09   hfc13_cloudCover 48
     2019-01-14 18:54:09   hfc13_code      35
     2019-01-14 18:54:09   hfc13_condition Leichter Regen
     2019-01-14 18:54:09   hfc13_day_of_week Mi
     2019-01-14 18:54:09   hfc13_high_c    -5
     2019-01-14 18:54:09   hfc13_humidity  92
     2019-01-14 18:54:09   hfc13_icon      heavyrain
     2019-01-14 18:54:09   hfc13_iconAPI   10n
     2019-01-14 18:54:09   hfc13_low_c     -5
     2019-01-14 18:54:09   hfc13_pressure  965
     2019-01-14 18:54:09   hfc13_pubDate   Mi, 16 Jan 2019 06:00
     2019-01-14 18:54:09   hfc13_tempHigh  -5
     2019-01-14 18:54:09   hfc13_tempLow   -5
     2019-01-14 18:54:09   hfc13_temp_c    -5
     2019-01-14 18:54:09   hfc13_temperature -5
     2019-01-14 18:54:09   hfc13_wind      5
     2019-01-14 18:54:09   hfc13_wind_speed 5
     2019-01-14 18:54:09   hfc14_cloudCover 48
     2019-01-14 18:54:09   hfc14_code      26
     2019-01-14 18:54:09   hfc14_condition Überwiegend bewölkt
     2019-01-14 18:54:09   hfc14_day_of_week Mi
     2019-01-14 18:54:09   hfc14_high_c    -4
     2019-01-14 18:54:09   hfc14_humidity  96
     2019-01-14 18:54:09   hfc14_icon      cloudy
     2019-01-14 18:54:09   hfc14_iconAPI   03d
     2019-01-14 18:54:09   hfc14_low_c     -4
     2019-01-14 18:54:09   hfc14_pressure  963
     2019-01-14 18:54:09   hfc14_pubDate   Mi, 16 Jan 2019 09:00
     2019-01-14 18:54:09   hfc14_tempHigh  -4
     2019-01-14 18:54:09   hfc14_tempLow   -4
     2019-01-14 18:54:09   hfc14_temp_c    -4
     2019-01-14 18:54:09   hfc14_temperature -4
     2019-01-14 18:54:09   hfc14_wind      5
     2019-01-14 18:54:09   hfc14_wind_speed 5
     2019-01-14 18:54:09   hfc15_cloudCover 32
     2019-01-14 18:54:09   hfc15_code      26
     2019-01-14 18:54:09   hfc15_condition Überwiegend bewölkt
     2019-01-14 18:54:09   hfc15_day_of_week Mi
     2019-01-14 18:54:09   hfc15_high_c    0
     2019-01-14 18:54:09   hfc15_humidity  100
     2019-01-14 18:54:09   hfc15_icon      cloudy
     2019-01-14 18:54:09   hfc15_iconAPI   03d
     2019-01-14 18:54:09   hfc15_low_c     0
     2019-01-14 18:54:09   hfc15_pressure  961
     2019-01-14 18:54:09   hfc15_pubDate   Mi, 16 Jan 2019 12:00
     2019-01-14 18:54:09   hfc15_tempHigh  0
     2019-01-14 18:54:09   hfc15_tempLow   0
     2019-01-14 18:54:09   hfc15_temp_c    0
     2019-01-14 18:54:09   hfc15_temperature 0
     2019-01-14 18:54:09   hfc15_wind      6
     2019-01-14 18:54:09   hfc15_wind_speed 6
     2019-01-14 18:54:09   hfc16_cloudCover 8
     2019-01-14 18:54:09   hfc16_code      32
     2019-01-14 18:54:09   hfc16_condition Klarer Himmel
     2019-01-14 18:54:09   hfc16_day_of_week Mi
     2019-01-14 18:54:09   hfc16_high_c    0
     2019-01-14 18:54:09   hfc16_humidity  100
     2019-01-14 18:54:09   hfc16_icon      sunny
     2019-01-14 18:54:09   hfc16_iconAPI   02d
     2019-01-14 18:54:09   hfc16_low_c     0
     2019-01-14 18:54:09   hfc16_pressure  959
     2019-01-14 18:54:09   hfc16_pubDate   Mi, 16 Jan 2019 15:00
     2019-01-14 18:54:09   hfc16_tempHigh  0
     2019-01-14 18:54:09   hfc16_tempLow   0
     2019-01-14 18:54:09   hfc16_temp_c    0
     2019-01-14 18:54:09   hfc16_temperature 0
     2019-01-14 18:54:09   hfc16_wind      5
     2019-01-14 18:54:09   hfc16_wind_speed 5
     2019-01-14 18:54:09   hfc17_cloudCover 12
     2019-01-14 18:54:09   hfc17_code      30
     2019-01-14 18:54:09   hfc17_condition Ein paar Wolken
     2019-01-14 18:54:09   hfc17_day_of_week Mi
     2019-01-14 18:54:09   hfc17_high_c    -4
     2019-01-14 18:54:09   hfc17_humidity  86
     2019-01-14 18:54:09   hfc17_icon      partly_cloudy
     2019-01-14 18:54:09   hfc17_iconAPI   02n
     2019-01-14 18:54:09   hfc17_low_c     -4
     2019-01-14 18:54:09   hfc17_pressure  958
     2019-01-14 18:54:09   hfc17_pubDate   Mi, 16 Jan 2019 18:00
     2019-01-14 18:54:09   hfc17_tempHigh  -4
     2019-01-14 18:54:09   hfc17_tempLow   -4
     2019-01-14 18:54:09   hfc17_temp_c    -4
     2019-01-14 18:54:09   hfc17_temperature -4
     2019-01-14 18:54:09   hfc17_wind      9
     2019-01-14 18:54:09   hfc17_wind_speed 9
     2019-01-14 18:54:09   hfc18_cloudCover 64
     2019-01-14 18:54:09   hfc18_code      26
     2019-01-14 18:54:09   hfc18_condition Überwiegend bewölkt
     2019-01-14 18:54:09   hfc18_day_of_week Mi
     2019-01-14 18:54:09   hfc18_high_c    -1
     2019-01-14 18:54:09   hfc18_humidity  80
     2019-01-14 18:54:09   hfc18_icon      cloudy
     2019-01-14 18:54:09   hfc18_iconAPI   04n
     2019-01-14 18:54:09   hfc18_low_c     -1
     2019-01-14 18:54:09   hfc18_pressure  958
     2019-01-14 18:54:09   hfc18_pubDate   Mi, 16 Jan 2019 21:00
     2019-01-14 18:54:09   hfc18_tempHigh  -1
     2019-01-14 18:54:09   hfc18_tempLow   -1
     2019-01-14 18:54:09   hfc18_temp_c    -1
     2019-01-14 18:54:09   hfc18_temperature -1
     2019-01-14 18:54:09   hfc18_wind      14
     2019-01-14 18:54:09   hfc18_wind_speed 14
     2019-01-14 18:54:09   hfc19_cloudCover 24
     2019-01-14 18:54:09   hfc19_code      30
     2019-01-14 18:54:09   hfc19_condition Ein paar Wolken
     2019-01-14 18:54:09   hfc19_day_of_week Do
     2019-01-14 18:54:09   hfc19_high_c    0
     2019-01-14 18:54:09   hfc19_humidity  84
     2019-01-14 18:54:09   hfc19_icon      partly_cloudy
     2019-01-14 18:54:09   hfc19_iconAPI   02n
     2019-01-14 18:54:09   hfc19_low_c     0
     2019-01-14 18:54:09   hfc19_pressure  958
     2019-01-14 18:54:09   hfc19_pubDate   Do, 17 Jan 2019 00:00
     2019-01-14 18:54:09   hfc19_tempHigh  0
     2019-01-14 18:54:09   hfc19_tempLow   0
     2019-01-14 18:54:09   hfc19_temp_c    0
     2019-01-14 18:54:09   hfc19_temperature 0
     2019-01-14 18:54:09   hfc19_wind      18
     2019-01-14 18:54:09   hfc19_wind_speed 18
     2019-01-14 18:54:09   hfc1_cloudCover 88
     2019-01-14 18:54:09   hfc1_code       35
     2019-01-14 18:54:09   hfc1_condition  Leichter Regen
     2019-01-14 18:54:09   hfc1_day_of_week Mo
     2019-01-14 18:54:09   hfc1_high_c     1
     2019-01-14 18:54:09   hfc1_humidity   94
     2019-01-14 18:54:09   hfc1_icon       heavyrain
     2019-01-14 18:54:09   hfc1_iconAPI    10n
     2019-01-14 18:54:09   hfc1_low_c      1
     2019-01-14 18:54:09   hfc1_pressure   964
     2019-01-14 18:54:09   hfc1_pubDate    Mo, 14 Jan 2019 18:00
     2019-01-14 18:54:09   hfc1_tempHigh   1
     2019-01-14 18:54:09   hfc1_tempLow    1
     2019-01-14 18:54:09   hfc1_temp_c     1
     2019-01-14 18:54:09   hfc1_temperature 1
     2019-01-14 18:54:09   hfc1_wind       22
     2019-01-14 18:54:09   hfc1_wind_speed 22
     2019-01-14 18:54:09   hfc20_cloudCover 32
     2019-01-14 18:54:09   hfc20_code      26
     2019-01-14 18:54:09   hfc20_condition Überwiegend bewölkt
     2019-01-14 18:54:09   hfc20_day_of_week Do
     2019-01-14 18:54:09   hfc20_high_c    0
     2019-01-14 18:54:09   hfc20_humidity  90
     2019-01-14 18:54:09   hfc20_icon      cloudy
     2019-01-14 18:54:09   hfc20_iconAPI   03n
     2019-01-14 18:54:09   hfc20_low_c     0
     2019-01-14 18:54:09   hfc20_pressure  958
     2019-01-14 18:54:09   hfc20_pubDate   Do, 17 Jan 2019 03:00
     2019-01-14 18:54:09   hfc20_tempHigh  0
     2019-01-14 18:54:09   hfc20_tempLow   0
     2019-01-14 18:54:09   hfc20_temp_c    0
     2019-01-14 18:54:09   hfc20_temperature 0
     2019-01-14 18:54:09   hfc20_wind      20
     2019-01-14 18:54:09   hfc20_wind_speed 20
     2019-01-14 18:54:09   hfc21_cloudCover 88
     2019-01-14 18:54:09   hfc21_code      35
     2019-01-14 18:54:09   hfc21_condition Leichter Regen
     2019-01-14 18:54:09   hfc21_day_of_week Do
     2019-01-14 18:54:09   hfc21_high_c    1
     2019-01-14 18:54:09   hfc21_humidity  91
     2019-01-14 18:54:09   hfc21_icon      heavyrain
     2019-01-14 18:54:09   hfc21_iconAPI   10n
     2019-01-14 18:54:09   hfc21_low_c     1
     2019-01-14 18:54:09   hfc21_pressure  958
     2019-01-14 18:54:09   hfc21_pubDate   Do, 17 Jan 2019 06:00
     2019-01-14 18:54:09   hfc21_tempHigh  1
     2019-01-14 18:54:09   hfc21_tempLow   1
     2019-01-14 18:54:09   hfc21_temp_c    1
     2019-01-14 18:54:09   hfc21_temperature 1
     2019-01-14 18:54:09   hfc21_wind      17
     2019-01-14 18:54:09   hfc21_wind_speed 17
     2019-01-14 18:54:09   hfc22_cloudCover 88
     2019-01-14 18:54:09   hfc22_code      35
     2019-01-14 18:54:09   hfc22_condition Leichter Regen
     2019-01-14 18:54:09   hfc22_day_of_week Do
     2019-01-14 18:54:09   hfc22_high_c    2
     2019-01-14 18:54:09   hfc22_humidity  98
     2019-01-14 18:54:09   hfc22_icon      heavyrain
     2019-01-14 18:54:09   hfc22_iconAPI   10d
     2019-01-14 18:54:09   hfc22_low_c     2
     2019-01-14 18:54:09   hfc22_pressure  959
     2019-01-14 18:54:09   hfc22_pubDate   Do, 17 Jan 2019 09:00
     2019-01-14 18:54:09   hfc22_tempHigh  2
     2019-01-14 18:54:09   hfc22_tempLow   2
     2019-01-14 18:54:09   hfc22_temp_c    2
     2019-01-14 18:54:09   hfc22_temperature 2
     2019-01-14 18:54:09   hfc22_wind      15
     2019-01-14 18:54:09   hfc22_wind_speed 15
     2019-01-14 18:54:09   hfc23_cloudCover 92
     2019-01-14 18:54:09   hfc23_code      35
     2019-01-14 18:54:09   hfc23_condition Leichter Regen
     2019-01-14 18:54:09   hfc23_day_of_week Do
     2019-01-14 18:54:09   hfc23_high_c    3
     2019-01-14 18:54:09   hfc23_humidity  100
     2019-01-14 18:54:09   hfc23_icon      heavyrain
     2019-01-14 18:54:09   hfc23_iconAPI   10d
     2019-01-14 18:54:09   hfc23_low_c     3
     2019-01-14 18:54:09   hfc23_pressure  959
     2019-01-14 18:54:09   hfc23_pubDate   Do, 17 Jan 2019 12:00
     2019-01-14 18:54:09   hfc23_tempHigh  3
     2019-01-14 18:54:09   hfc23_tempLow   3
     2019-01-14 18:54:09   hfc23_temp_c    3
     2019-01-14 18:54:09   hfc23_temperature 3
     2019-01-14 18:54:09   hfc23_wind      13
     2019-01-14 18:54:09   hfc23_wind_speed 13
     2019-01-14 18:54:09   hfc24_cloudCover 92
     2019-01-14 18:54:09   hfc24_code      35
     2019-01-14 18:54:09   hfc24_condition Leichter Regen
     2019-01-14 18:54:09   hfc24_day_of_week Do
     2019-01-14 18:54:09   hfc24_high_c    2
     2019-01-14 18:54:09   hfc24_humidity  98
     2019-01-14 18:54:09   hfc24_icon      heavyrain
     2019-01-14 18:54:09   hfc24_iconAPI   10d
     2019-01-14 18:54:09   hfc24_low_c     2
     2019-01-14 18:54:09   hfc24_pressure  959
     2019-01-14 18:54:09   hfc24_pubDate   Do, 17 Jan 2019 15:00
     2019-01-14 18:54:09   hfc24_tempHigh  2
     2019-01-14 18:54:09   hfc24_tempLow   2
     2019-01-14 18:54:09   hfc24_temp_c    2
     2019-01-14 18:54:09   hfc24_temperature 2
     2019-01-14 18:54:09   hfc24_wind      14
     2019-01-14 18:54:09   hfc24_wind_speed 14
     2019-01-14 18:54:09   hfc25_cloudCover 92
     2019-01-14 18:54:09   hfc25_code      35
     2019-01-14 18:54:09   hfc25_condition Leichter Regen
     2019-01-14 18:54:09   hfc25_day_of_week Do
     2019-01-14 18:54:09   hfc25_high_c    2
     2019-01-14 18:54:09   hfc25_humidity  97
     2019-01-14 18:54:09   hfc25_icon      heavyrain
     2019-01-14 18:54:09   hfc25_iconAPI   10n
     2019-01-14 18:54:09   hfc25_low_c     2
     2019-01-14 18:54:09   hfc25_pressure  961
     2019-01-14 18:54:09   hfc25_pubDate   Do, 17 Jan 2019 18:00
     2019-01-14 18:54:09   hfc25_tempHigh  2
     2019-01-14 18:54:09   hfc25_tempLow   2
     2019-01-14 18:54:09   hfc25_temp_c    2
     2019-01-14 18:54:09   hfc25_temperature 2
     2019-01-14 18:54:09   hfc25_wind      16
     2019-01-14 18:54:09   hfc25_wind_speed 16
     2019-01-14 18:54:09   hfc26_cloudCover 88
     2019-01-14 18:54:09   hfc26_code      35
     2019-01-14 18:54:09   hfc26_condition Leichter Regen
     2019-01-14 18:54:09   hfc26_day_of_week Do
     2019-01-14 18:54:09   hfc26_high_c    2
     2019-01-14 18:54:09   hfc26_humidity  99
     2019-01-14 18:54:09   hfc26_icon      heavyrain
     2019-01-14 18:54:09   hfc26_iconAPI   10n
     2019-01-14 18:54:09   hfc26_low_c     2
     2019-01-14 18:54:09   hfc26_pressure  963
     2019-01-14 18:54:09   hfc26_pubDate   Do, 17 Jan 2019 21:00
     2019-01-14 18:54:09   hfc26_tempHigh  2
     2019-01-14 18:54:09   hfc26_tempLow   2
     2019-01-14 18:54:09   hfc26_temp_c    2
     2019-01-14 18:54:09   hfc26_temperature 2
     2019-01-14 18:54:09   hfc26_wind      17
     2019-01-14 18:54:09   hfc26_wind_speed 17
     2019-01-14 18:54:09   hfc27_cloudCover 92
     2019-01-14 18:54:09   hfc27_code      35
     2019-01-14 18:54:09   hfc27_condition Leichter Regen
     2019-01-14 18:54:09   hfc27_day_of_week Fr
     2019-01-14 18:54:09   hfc27_high_c    1
     2019-01-14 18:54:09   hfc27_humidity  100
     2019-01-14 18:54:09   hfc27_icon      heavyrain
     2019-01-14 18:54:09   hfc27_iconAPI   10n
     2019-01-14 18:54:09   hfc27_low_c     1
     2019-01-14 18:54:09   hfc27_pressure  964
     2019-01-14 18:54:09   hfc27_pubDate   Fr, 18 Jan 2019 00:00
     2019-01-14 18:54:09   hfc27_tempHigh  1
     2019-01-14 18:54:09   hfc27_tempLow   1
     2019-01-14 18:54:09   hfc27_temp_c    1
     2019-01-14 18:54:09   hfc27_temperature 1
     2019-01-14 18:54:09   hfc27_wind      11
     2019-01-14 18:54:09   hfc27_wind_speed 11
     2019-01-14 18:54:09   hfc28_cloudCover 64
     2019-01-14 18:54:09   hfc28_code      14
     2019-01-14 18:54:09   hfc28_condition Mäßiger Schnee
     2019-01-14 18:54:09   hfc28_day_of_week Fr
     2019-01-14 18:54:09   hfc28_high_c    0
     2019-01-14 18:54:09   hfc28_humidity  98
     2019-01-14 18:54:09   hfc28_icon      chance_of_snow
     2019-01-14 18:54:09   hfc28_iconAPI   13n
     2019-01-14 18:54:09   hfc28_low_c     0
     2019-01-14 18:54:09   hfc28_pressure  965
     2019-01-14 18:54:09   hfc28_pubDate   Fr, 18 Jan 2019 03:00
     2019-01-14 18:54:09   hfc28_tempHigh  0
     2019-01-14 18:54:09   hfc28_tempLow   0
     2019-01-14 18:54:09   hfc28_temp_c    0
     2019-01-14 18:54:09   hfc28_temperature 0
     2019-01-14 18:54:09   hfc28_wind      6
     2019-01-14 18:54:09   hfc28_wind_speed 6
     2019-01-14 18:54:09   hfc29_cloudCover 80
     2019-01-14 18:54:09   hfc29_code      32
     2019-01-14 18:54:09   hfc29_condition Klarer Himmel
     2019-01-14 18:54:09   hfc29_day_of_week Fr
     2019-01-14 18:54:09   hfc29_high_c    -1
     2019-01-14 18:54:09   hfc29_humidity  90
     2019-01-14 18:54:09   hfc29_icon      sunny
     2019-01-14 18:54:09   hfc29_iconAPI   01n
     2019-01-14 18:54:09   hfc29_low_c     -1
     2019-01-14 18:54:09   hfc29_pressure  966
     2019-01-14 18:54:09   hfc29_pubDate   Fr, 18 Jan 2019 06:00
     2019-01-14 18:54:09   hfc29_tempHigh  -1
     2019-01-14 18:54:09   hfc29_tempLow   -1
     2019-01-14 18:54:09   hfc29_temp_c    -1
     2019-01-14 18:54:09   hfc29_temperature -1
     2019-01-14 18:54:09   hfc29_wind      4
     2019-01-14 18:54:09   hfc29_wind_speed 4
     2019-01-14 18:54:09   hfc2_cloudCover 88
     2019-01-14 18:54:09   hfc2_code       35
     2019-01-14 18:54:09   hfc2_condition  Leichter Regen
     2019-01-14 18:54:09   hfc2_day_of_week Mo
     2019-01-14 18:54:09   hfc2_high_c     1
     2019-01-14 18:54:09   hfc2_humidity   95
     2019-01-14 18:54:09   hfc2_icon       heavyrain
     2019-01-14 18:54:09   hfc2_iconAPI    10n
     2019-01-14 18:54:09   hfc2_low_c      0
     2019-01-14 18:54:09   hfc2_pressure   966
     2019-01-14 18:54:09   hfc2_pubDate    Mo, 14 Jan 2019 21:00
     2019-01-14 18:54:09   hfc2_tempHigh   1
     2019-01-14 18:54:09   hfc2_tempLow    0
     2019-01-14 18:54:09   hfc2_temp_c     1
     2019-01-14 18:54:09   hfc2_temperature 1
     2019-01-14 18:54:09   hfc2_wind       20
     2019-01-14 18:54:09   hfc2_wind_speed 20
     2019-01-14 18:54:09   hfc30_cloudCover 80
     2019-01-14 18:54:09   hfc30_code      14
     2019-01-14 18:54:09   hfc30_condition Mäßiger Schnee
     2019-01-14 18:54:09   hfc30_day_of_week Fr
     2019-01-14 18:54:09   hfc30_high_c    0
     2019-01-14 18:54:09   hfc30_humidity  96
     2019-01-14 18:54:09   hfc30_icon      chance_of_snow
     2019-01-14 18:54:09   hfc30_iconAPI   13d
     2019-01-14 18:54:09   hfc30_low_c     0
     2019-01-14 18:54:09   hfc30_pressure  967
     2019-01-14 18:54:09   hfc30_pubDate   Fr, 18 Jan 2019 09:00
     2019-01-14 18:54:09   hfc30_tempHigh  0
     2019-01-14 18:54:09   hfc30_tempLow   0
     2019-01-14 18:54:09   hfc30_temp_c    0
     2019-01-14 18:54:09   hfc30_temperature 0
     2019-01-14 18:54:09   hfc30_wind      7
     2019-01-14 18:54:09   hfc30_wind_speed 7
     2019-01-14 18:54:09   hfc31_cloudCover 44
     2019-01-14 18:54:09   hfc31_code      14
     2019-01-14 18:54:09   hfc31_condition Mäßiger Schnee
     2019-01-14 18:54:09   hfc31_day_of_week Fr
     2019-01-14 18:54:09   hfc31_high_c    0
     2019-01-14 18:54:09   hfc31_humidity  98
     2019-01-14 18:54:09   hfc31_icon      chance_of_snow
     2019-01-14 18:54:09   hfc31_iconAPI   13d
     2019-01-14 18:54:09   hfc31_low_c     0
     2019-01-14 18:54:09   hfc31_pressure  966
     2019-01-14 18:54:09   hfc31_pubDate   Fr, 18 Jan 2019 12:00
     2019-01-14 18:54:09   hfc31_tempHigh  0
     2019-01-14 18:54:09   hfc31_tempLow   0
     2019-01-14 18:54:09   hfc31_temp_c    0
     2019-01-14 18:54:09   hfc31_temperature 0
     2019-01-14 18:54:09   hfc31_wind      7
     2019-01-14 18:54:09   hfc31_wind_speed 7
     2019-01-14 18:54:09   hfc32_cloudCover 32
     2019-01-14 18:54:09   hfc32_code      32
     2019-01-14 18:54:09   hfc32_condition Klarer Himmel
     2019-01-14 18:54:09   hfc32_day_of_week Fr
     2019-01-14 18:54:09   hfc32_high_c    -1
     2019-01-14 18:54:09   hfc32_humidity  96
     2019-01-14 18:54:09   hfc32_icon      sunny
     2019-01-14 18:54:09   hfc32_iconAPI   01d
     2019-01-14 18:54:09   hfc32_low_c     -1
     2019-01-14 18:54:09   hfc32_pressure  966
     2019-01-14 18:54:09   hfc32_pubDate   Fr, 18 Jan 2019 15:00
     2019-01-14 18:54:09   hfc32_tempHigh  -1
     2019-01-14 18:54:09   hfc32_tempLow   -1
     2019-01-14 18:54:09   hfc32_temp_c    -1
     2019-01-14 18:54:09   hfc32_temperature -1
     2019-01-14 18:54:09   hfc32_wind      4
     2019-01-14 18:54:09   hfc32_wind_speed 4
     2019-01-14 18:54:09   hfc33_cloudCover 12
     2019-01-14 18:54:09   hfc33_code      30
     2019-01-14 18:54:09   hfc33_condition Ein paar Wolken
     2019-01-14 18:54:09   hfc33_day_of_week Fr
     2019-01-14 18:54:09   hfc33_high_c    -6
     2019-01-14 18:54:09   hfc33_humidity  93
     2019-01-14 18:54:09   hfc33_icon      partly_cloudy
     2019-01-14 18:54:09   hfc33_iconAPI   02n
     2019-01-14 18:54:09   hfc33_low_c     -6
     2019-01-14 18:54:09   hfc33_pressure  966
     2019-01-14 18:54:09   hfc33_pubDate   Fr, 18 Jan 2019 18:00
     2019-01-14 18:54:09   hfc33_tempHigh  -6
     2019-01-14 18:54:09   hfc33_tempLow   -6
     2019-01-14 18:54:09   hfc33_temp_c    -6
     2019-01-14 18:54:09   hfc33_temperature -6
     2019-01-14 18:54:09   hfc33_wind      5
     2019-01-14 18:54:09   hfc33_wind_speed 5
     2019-01-14 18:54:09   hfc34_cloudCover 24
     2019-01-14 18:54:09   hfc34_code      30
     2019-01-14 18:54:09   hfc34_condition Ein paar Wolken
     2019-01-14 18:54:09   hfc34_day_of_week Fr
     2019-01-14 18:54:09   hfc34_high_c    -8
     2019-01-14 18:54:09   hfc34_humidity  88
     2019-01-14 18:54:09   hfc34_icon      partly_cloudy
     2019-01-14 18:54:09   hfc34_iconAPI   02n
     2019-01-14 18:54:09   hfc34_low_c     -8
     2019-01-14 18:54:09   hfc34_pressure  966
     2019-01-14 18:54:09   hfc34_pubDate   Fr, 18 Jan 2019 21:00
     2019-01-14 18:54:09   hfc34_tempHigh  -8
     2019-01-14 18:54:09   hfc34_tempLow   -8
     2019-01-14 18:54:09   hfc34_temp_c    -8
     2019-01-14 18:54:09   hfc34_temperature -8
     2019-01-14 18:54:09   hfc34_wind      4
     2019-01-14 18:54:09   hfc34_wind_speed 4
     2019-01-14 18:54:09   hfc35_cloudCover 68
     2019-01-14 18:54:09   hfc35_code      14
     2019-01-14 18:54:09   hfc35_condition Mäßiger Schnee
     2019-01-14 18:54:09   hfc35_day_of_week Sa
     2019-01-14 18:54:09   hfc35_high_c    -7
     2019-01-14 18:54:09   hfc35_humidity  97
     2019-01-14 18:54:09   hfc35_icon      chance_of_snow
     2019-01-14 18:54:09   hfc35_iconAPI   13n
     2019-01-14 18:54:09   hfc35_low_c     -7
     2019-01-14 18:54:09   hfc35_pressure  965
     2019-01-14 18:54:09   hfc35_pubDate   Sa, 19 Jan 2019 00:00
     2019-01-14 18:54:09   hfc35_tempHigh  -7
     2019-01-14 18:54:09   hfc35_tempLow   -7
     2019-01-14 18:54:09   hfc35_temp_c    -7
     2019-01-14 18:54:09   hfc35_temperature -7
     2019-01-14 18:54:09   hfc35_wind      4
     2019-01-14 18:54:09   hfc35_wind_speed 4
     2019-01-14 18:54:09   hfc36_cloudCover 76
     2019-01-14 18:54:09   hfc36_code      35
     2019-01-14 18:54:09   hfc36_condition Leichter Regen
     2019-01-14 18:54:09   hfc36_day_of_week Sa
     2019-01-14 18:54:09   hfc36_high_c    -6
     2019-01-14 18:54:09   hfc36_humidity  99
     2019-01-14 18:54:09   hfc36_icon      heavyrain
     2019-01-14 18:54:09   hfc36_iconAPI   10n
     2019-01-14 18:54:09   hfc36_low_c     -6
     2019-01-14 18:54:09   hfc36_pressure  964
     2019-01-14 18:54:09   hfc36_pubDate   Sa, 19 Jan 2019 03:00
     2019-01-14 18:54:09   hfc36_tempHigh  -6
     2019-01-14 18:54:09   hfc36_tempLow   -6
     2019-01-14 18:54:09   hfc36_temp_c    -6
     2019-01-14 18:54:09   hfc36_temperature -6
     2019-01-14 18:54:09   hfc36_wind      4
     2019-01-14 18:54:09   hfc36_wind_speed 4
     2019-01-14 18:54:09   hfc37_cloudCover 76
     2019-01-14 18:54:09   hfc37_code      32
     2019-01-14 18:54:09   hfc37_condition Klarer Himmel
     2019-01-14 18:54:09   hfc37_day_of_week Sa
     2019-01-14 18:54:09   hfc37_high_c    -6
     2019-01-14 18:54:09   hfc37_humidity  96
     2019-01-14 18:54:09   hfc37_icon      sunny
     2019-01-14 18:54:09   hfc37_iconAPI   01n
     2019-01-14 18:54:09   hfc37_low_c     -6
     2019-01-14 18:54:09   hfc37_pressure  963
     2019-01-14 18:54:09   hfc37_pubDate   Sa, 19 Jan 2019 06:00
     2019-01-14 18:54:09   hfc37_tempHigh  -6
     2019-01-14 18:54:09   hfc37_tempLow   -6
     2019-01-14 18:54:09   hfc37_temp_c    -6
     2019-01-14 18:54:09   hfc37_temperature -6
     2019-01-14 18:54:09   hfc37_wind      4
     2019-01-14 18:54:09   hfc37_wind_speed 4
     2019-01-14 18:54:09   hfc38_cloudCover 76
     2019-01-14 18:54:09   hfc38_code      32
     2019-01-14 18:54:09   hfc38_condition Klarer Himmel
     2019-01-14 18:54:09   hfc38_day_of_week Sa
     2019-01-14 18:54:09   hfc38_high_c    -4
     2019-01-14 18:54:09   hfc38_humidity  100
     2019-01-14 18:54:09   hfc38_icon      sunny
     2019-01-14 18:54:09   hfc38_iconAPI   01d
     2019-01-14 18:54:09   hfc38_low_c     -4
     2019-01-14 18:54:09   hfc38_pressure  963
     2019-01-14 18:54:09   hfc38_pubDate   Sa, 19 Jan 2019 09:00
     2019-01-14 18:54:09   hfc38_tempHigh  -4
     2019-01-14 18:54:09   hfc38_tempLow   -4
     2019-01-14 18:54:09   hfc38_temp_c    -4
     2019-01-14 18:54:09   hfc38_temperature -4
     2019-01-14 18:54:09   hfc38_wind      6
     2019-01-14 18:54:09   hfc38_wind_speed 6
     2019-01-14 18:54:09   hfc39_cloudCover 64
     2019-01-14 18:54:09   hfc39_code      32
     2019-01-14 18:54:09   hfc39_condition Klarer Himmel
     2019-01-14 18:54:09   hfc39_day_of_week Sa
     2019-01-14 18:54:09   hfc39_high_c    -1
     2019-01-14 18:54:09   hfc39_humidity  98
     2019-01-14 18:54:09   hfc39_icon      sunny
     2019-01-14 18:54:09   hfc39_iconAPI   01d
     2019-01-14 18:54:09   hfc39_low_c     -1
     2019-01-14 18:54:09   hfc39_pressure  962
     2019-01-14 18:54:09   hfc39_pubDate   Sa, 19 Jan 2019 12:00
     2019-01-14 18:54:09   hfc39_tempHigh  -1
     2019-01-14 18:54:09   hfc39_tempLow   -1
     2019-01-14 18:54:09   hfc39_temp_c    -1
     2019-01-14 18:54:09   hfc39_temperature -1
     2019-01-14 18:54:09   hfc39_wind      8
     2019-01-14 18:54:09   hfc39_wind_speed 8
     2019-01-14 18:54:09   hfc3_cloudCover 88
     2019-01-14 18:54:09   hfc3_code       14
     2019-01-14 18:54:09   hfc3_condition  Mäßiger Schnee
     2019-01-14 18:54:09   hfc3_day_of_week Di
     2019-01-14 18:54:09   hfc3_high_c     0
     2019-01-14 18:54:09   hfc3_humidity   96
     2019-01-14 18:54:09   hfc3_icon       chance_of_snow
     2019-01-14 18:54:09   hfc3_iconAPI    13n
     2019-01-14 18:54:09   hfc3_low_c      0
     2019-01-14 18:54:09   hfc3_pressure   968
     2019-01-14 18:54:09   hfc3_pubDate    Di, 15 Jan 2019 00:00
     2019-01-14 18:54:09   hfc3_tempHigh   0
     2019-01-14 18:54:09   hfc3_tempLow    0
     2019-01-14 18:54:09   hfc3_temp_c     0
     2019-01-14 18:54:09   hfc3_temperature 0
     2019-01-14 18:54:09   hfc3_wind       18
     2019-01-14 18:54:09   hfc3_wind_speed 18
     2019-01-14 18:54:09   hfc40_cloudCover 76
     2019-01-14 18:54:09   hfc40_code      26
     2019-01-14 18:54:09   hfc40_condition Überwiegend bewölkt
     2019-01-14 18:54:09   hfc40_day_of_week Sa
     2019-01-14 18:54:09   hfc40_high_c    -1
     2019-01-14 18:54:09   hfc40_humidity  96
     2019-01-14 18:54:09   hfc40_icon      cloudy
     2019-01-14 18:54:09   hfc40_iconAPI   04d
     2019-01-14 18:54:09   hfc40_low_c     -1
     2019-01-14 18:54:09   hfc40_pressure  961
     2019-01-14 18:54:09   hfc40_pubDate   Sa, 19 Jan 2019 15:00
     2019-01-14 18:54:09   hfc40_tempHigh  -1
     2019-01-14 18:54:09   hfc40_tempLow   -1
     2019-01-14 18:54:09   hfc40_temp_c    -1
     2019-01-14 18:54:09   hfc40_temperature -1
     2019-01-14 18:54:09   hfc40_wind      9
     2019-01-14 18:54:09   hfc40_wind_speed 9
     2019-01-14 18:54:09   hfc4_cloudCover 88
     2019-01-14 18:54:09   hfc4_code       14
     2019-01-14 18:54:09   hfc4_condition  Mäßiger Schnee
     2019-01-14 18:54:09   hfc4_day_of_week Di
     2019-01-14 18:54:09   hfc4_high_c     0
     2019-01-14 18:54:09   hfc4_humidity   95
     2019-01-14 18:54:09   hfc4_icon       chance_of_snow
     2019-01-14 18:54:09   hfc4_iconAPI    13n
     2019-01-14 18:54:09   hfc4_low_c      0
     2019-01-14 18:54:09   hfc4_pressure   969
     2019-01-14 18:54:09   hfc4_pubDate    Di, 15 Jan 2019 03:00
     2019-01-14 18:54:09   hfc4_tempHigh   0
     2019-01-14 18:54:09   hfc4_tempLow    0
     2019-01-14 18:54:09   hfc4_temp_c     0
     2019-01-14 18:54:09   hfc4_temperature 0
     2019-01-14 18:54:09   hfc4_wind       18
     2019-01-14 18:54:09   hfc4_wind_speed 18
     2019-01-14 18:54:09   hfc5_cloudCover 68
     2019-01-14 18:54:09   hfc5_code       14
     2019-01-14 18:54:09   hfc5_condition  Mäßiger Schnee
     2019-01-14 18:54:09   hfc5_day_of_week Di
     2019-01-14 18:54:09   hfc5_high_c     0
     2019-01-14 18:54:09   hfc5_humidity   94
     2019-01-14 18:54:09   hfc5_icon       chance_of_snow
     2019-01-14 18:54:09   hfc5_iconAPI    13n
     2019-01-14 18:54:09   hfc5_low_c      0
     2019-01-14 18:54:09   hfc5_pressure   969
     2019-01-14 18:54:09   hfc5_pubDate    Di, 15 Jan 2019 06:00
     2019-01-14 18:54:09   hfc5_tempHigh   0
     2019-01-14 18:54:09   hfc5_tempLow    0
     2019-01-14 18:54:09   hfc5_temp_c     0
     2019-01-14 18:54:09   hfc5_temperature 0
     2019-01-14 18:54:09   hfc5_wind       16
     2019-01-14 18:54:09   hfc5_wind_speed 16
     2019-01-14 18:54:09   hfc6_cloudCover 92
     2019-01-14 18:54:09   hfc6_code       14
     2019-01-14 18:54:09   hfc6_condition  Mäßiger Schnee
     2019-01-14 18:54:09   hfc6_day_of_week Di
     2019-01-14 18:54:09   hfc6_high_c     0
     2019-01-14 18:54:09   hfc6_humidity   93
     2019-01-14 18:54:09   hfc6_icon       chance_of_snow
     2019-01-14 18:54:09   hfc6_iconAPI    13d
     2019-01-14 18:54:09   hfc6_low_c      0
     2019-01-14 18:54:09   hfc6_pressure   969
     2019-01-14 18:54:09   hfc6_pubDate    Di, 15 Jan 2019 09:00
     2019-01-14 18:54:09   hfc6_tempHigh   0
     2019-01-14 18:54:09   hfc6_tempLow    0
     2019-01-14 18:54:09   hfc6_temp_c     0
     2019-01-14 18:54:09   hfc6_temperature 0
     2019-01-14 18:54:09   hfc6_wind       16
     2019-01-14 18:54:09   hfc6_wind_speed 16
     2019-01-14 18:54:09   hfc7_cloudCover 36
     2019-01-14 18:54:09   hfc7_code       35
     2019-01-14 18:54:09   hfc7_condition  Leichter Regen
     2019-01-14 18:54:09   hfc7_day_of_week Di
     2019-01-14 18:54:09   hfc7_high_c     1
     2019-01-14 18:54:09   hfc7_humidity   98
     2019-01-14 18:54:09   hfc7_icon       heavyrain
     2019-01-14 18:54:09   hfc7_iconAPI    10d
     2019-01-14 18:54:09   hfc7_low_c      1
     2019-01-14 18:54:09   hfc7_pressure   968
     2019-01-14 18:54:09   hfc7_pubDate    Di, 15 Jan 2019 12:00
     2019-01-14 18:54:09   hfc7_tempHigh   1
     2019-01-14 18:54:09   hfc7_tempLow    1
     2019-01-14 18:54:09   hfc7_temp_c     1
     2019-01-14 18:54:09   hfc7_temperature 1
     2019-01-14 18:54:09   hfc7_wind       22
     2019-01-14 18:54:09   hfc7_wind_speed 22
     2019-01-14 18:54:09   hfc8_cloudCover 76
     2019-01-14 18:54:09   hfc8_code       35
     2019-01-14 18:54:09   hfc8_condition  Leichter Regen
     2019-01-14 18:54:09   hfc8_day_of_week Di
     2019-01-14 18:54:09   hfc8_high_c     1
     2019-01-14 18:54:09   hfc8_humidity   95
     2019-01-14 18:54:09   hfc8_icon       heavyrain
     2019-01-14 18:54:09   hfc8_iconAPI    10d
     2019-01-14 18:54:09   hfc8_low_c      1
     2019-01-14 18:54:09   hfc8_pressure   968
     2019-01-14 18:54:09   hfc8_pubDate    Di, 15 Jan 2019 15:00
     2019-01-14 18:54:09   hfc8_tempHigh   1
     2019-01-14 18:54:09   hfc8_tempLow    1
     2019-01-14 18:54:09   hfc8_temp_c     1
     2019-01-14 18:54:09   hfc8_temperature 1
     2019-01-14 18:54:09   hfc8_wind       18
     2019-01-14 18:54:09   hfc8_wind_speed 18
     2019-01-14 18:54:09   hfc9_cloudCover 92
     2019-01-14 18:54:09   hfc9_code       35
     2019-01-14 18:54:09   hfc9_condition  Leichter Regen
     2019-01-14 18:54:09   hfc9_day_of_week Di
     2019-01-14 18:54:09   hfc9_high_c     1
     2019-01-14 18:54:09   hfc9_humidity   94
     2019-01-14 18:54:09   hfc9_icon       heavyrain
     2019-01-14 18:54:09   hfc9_iconAPI    10n
     2019-01-14 18:54:09   hfc9_low_c      1
     2019-01-14 18:54:09   hfc9_pressure   968
     2019-01-14 18:54:09   hfc9_pubDate    Di, 15 Jan 2019 18:00
     2019-01-14 18:54:09   hfc9_tempHigh   1
     2019-01-14 18:54:09   hfc9_tempLow    1
     2019-01-14 18:54:09   hfc9_temp_c     1
     2019-01-14 18:54:09   hfc9_temperature 1
     2019-01-14 18:54:09   hfc9_wind       18
     2019-01-14 18:54:09   hfc9_wind_speed 18
     2019-01-14 18:54:09   high_c          2
     2019-01-14 18:54:09   humidity        93
     2019-01-14 18:54:09   icon            cloudy
     2019-01-14 18:54:09   iconAPI         04n
     2019-01-14 18:54:09   lastError       
     2019-01-14 18:54:09   lat             48.8572
     2019-01-14 18:54:09   long            9.7949
     2019-01-14 18:54:09   low_c           2
     2019-01-14 18:54:09   pressure        1014
     2019-01-14 18:54:09   pubDate         Mo, 14 Jan 2019 18:20
     2019-01-14 18:54:09   state           T: 2°C F: 93% W: 18km/h P: 1014hPa
     2019-01-14 18:54:09   status          ok
     2019-01-14 18:54:09   sunriseTime     Mo, 14 Jan 2019 08:09
     2019-01-14 18:54:09   sunsetTime      Mo, 14 Jan 2019 16:51
     2019-01-14 18:54:09   tempHigh        2
     2019-01-14 18:54:09   tempLow         2
     2019-01-14 18:54:09   temp_c          2
     2019-01-14 18:54:09   temperature     2
     2019-01-14 18:54:09   validity        up-to-date
     2019-01-14 18:54:09   visibility      10000
     2019-01-14 18:54:09   wind            18
     2019-01-14 18:54:09   wind_condition  Wind: W 18 km/h
     2019-01-14 18:54:09   wind_direction  270
     2019-01-14 18:54:09   wind_speed      18
   fhem:
     allowCache 1
     interfaces temperature;humidity;wind
Attributes:


Die stimmen! Schau Dir pubDate an.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

Tommy82

Hi,
ich muss jetzt hier mal "Blöd" fragen, irgendwie ist mir in den ganzen Threads die übersicht verloren gegangen, ich benutze seit Jahren Yahoo Wetter, die definition sieht bei mir so aus:

[code]Internals:
   API        YahooWeatherAPI
   APIOPTIONS transport:https,cachemaxage:600
   DEF        679809 43200 de
   INTERVAL   43200
   LANG       de
   LOCATION   679809
   NAME       YahooWetter
   NOTIFYDEV  global
   NR         129
   NTFY_ORDER 50-YahooWetter
   STATE      T: 2  H: 91  W: 14  P: 995
   TYPE       Weather
   UNITS      c
   Helper:
     DBLOG:
       pubDateComment:
         myDbLog:
           TIME       1547494091.53923
           VALUE      disabled by attribute
       validity:
         myDbLog:
           TIME       1547494091.53923
           VALUE      stale

c[/code]

was ja seit ein/zwei Wochen jetzt nicht mehr funktioniert, jetzt hab ich hier gelesen das Yahoo jetzt wohl nicht mehr geht und man DarkSky oder OpenWeather nutzen soll.

Hatte eigentlich gehofft das ich in meiner vorhanden Konfig nur die API ändern muss, aber dafür finde ich nichts.

Wie muss ich vorgehen? Sorry wenn das schon mal irgendwo erklärt wurde.

MFG
Fhem Cubitruck  Armbian Buster with Linux 5.3.9-sunxi
HM-CC_RT-DN, HM-Sec-RHS,HM-Sec-SD, HM-Sec-SCo,IT1500,1xIT GRR-3500 Fritz!Dect200,Powerline546E,Enigma2 Modul mit 3 Vu+,Wol Modul für WinServer2016 und WinServer 2019,FB6590
Allnetl Wandtablett mit FTUI

CoolTux

Du gibst oben in der FHEMWEB Kommandozeile einfach
help Weather
ein. Der Rest erklärt sich dann von selbst  ;)
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net