Hallo,
ich habe Wetter Proplanta schon länger in in Fhem, seit der Abschaltung von Yahoo.
Habe gestern die auf 6 Tage im Voraus anzeigen lassen.
Weiter habe ich mir den Code von "Reinhart" kopiert und probiert diesen in meinem TabletUI anzeigen zu lassen....leider kommen hier noch Fragen auf....:
1. Was gebe ich im HTML Code für "City" ein?
2. Mein Device heisst WetterProplanta...also ändere ich alles was mit Data-device ist mit "WetterProplanta" ab..richtig?
Ist noch was zu beachten?
Anbei ein Bild wie es aussehen soll.
Hier mal der HTML Code:
<!DOCTYPE html>
<html>
<head></head>
<body>
<div class="gridster">
<ul>
<li data-col="1" data-row="1" data-sizex="1" data-sizey="8" data-template="menu.html"></li>
<li data-row="1" data-col="2" data-sizex="6" data-sizey="2">
<div class="container weather">
<header><font size="+0">Wetter in Hirschberg <div class="small" data-type="label"
data-device="WetterProplanta"
data-get="city"
style="display:inline"></font></div></header>
<table width="100%">
<td> </td>
<tr>
<td rowspan="5" style="text-align:center;vertical-align:top">
<div data-type="weather"
data-device="WetterProplanta"
data-get="condition"
style="font-size:350%"></div>
<br>
<div data-type="label"
data-device="WetterProplanta"
data-get="condition"></div>
</td>
<td>Lufttemperatur:</td>
<td>
<div class="small" data-type="label"
data-device="WetterProplanta"
data-get="temperature"
data-colors='["#003399","#0033FF","#CCCCFF","#FF3366","#FF0000"]'
data-limits='[-3,0,10,20,25]'
data-unit=" °C"></div>
</td>
</tr>
<tr>
<td>Luftfeuchte:</td>
<td>
<div class="large" data-type="label"
data-device="WetterProplanta"
data-get="humidity"
data-colors='["#FF0000","#FF0033","#FF3366","#CCCCFF","#0033FF","#003399"]'
data-limits='[20,30,45,60,70,90]'
data-unit=" %"></div>
</td>
</tr>
<tr>
<td>Windgeschwindigkeit:</td>
<td>
<div class="large" data-type="label"
data-device="WetterProplanta"
data-get="wind"
data-unit="km/h"
data-colors='["#003399","#0033FF","#CCCCFF","#FF3366","#FF0000"]'
data-limits='[0,10,20,30,50]' style="display:inline"></div>
</td>
</tr>
<tr>
<td>Luftdruck:</td>
<td>
<div class="large" data-type="label"
data-device="WetterProplanta"
data-get="pressure"
data-unit=" hPa"
data-colors='["#003399","#0033FF","#CCCCFF","#FF3366","#FF0000"]'
data-limits='[800,900,950,1000,1100]'
</td>
</tr>
<tr>
<td>Fernsicht:</td>
<td>
<div class="large" data-type="label"
data-device="WetterProplanta"
data-get="visibility"
data-unit=" km"></div>
</td>
</tr>
</table>
<table>
<tr>
</tr>
</table>
</div>
</li>
<li data-row="1" data-col="3" data-sizex="3" data-sizey="2">
<header><font size="+0">Windrichtung</font></header>
<div class="small">
<table>
<tr>
<tr><td colspan="2"></td></tr>
<td><div class="small" data-type="wind_direction"
data-device="WetterProplanta"
data-direction="wind_direction"
data-speed="wind_speed"
data-calm="-"
data-size="80"
data-tickstep="45"
data-angleoffset="0"></div>
</td></tr>
<tr><td>
<div class="normal"
data-type="label"
data-device="WetterProplanta"
data-get="wind_direction"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" Winkelgrad" ></div>
</td></tr>
<tr><td>
<div class="normal"
data-type="label"
data-device="WetterProplanta"
data-get="wind_condition"
></div>
</td></tr>
</table>
</div>
<li data-row="4" data-col="2" data-sizex="2" data-sizey="2">
<div class="container weather">
<header><font size="+0">HEUTE</font></header>
<table width="100%">
<tr>
<td rowspan="5" style="text-align:center;vertical-align:top">
<div data-type="weather"
data-device="WetterProplanta"
data-get="fc1_condition"
data-imageset="kleinklima"
class="inline large">
style="width:100px"></div>
<br>
<div data-type="label"
data-device="WetterProplanta"
data-get="fc1_condition"></div>
<br>
Temp: <div data-type="label"
data-device="WetterProplanta"
data-get="fc1_low_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
/ <div data-type="label"
data-device="WetterProplanta"
data-get="fc1_high_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
</td>
</tr>
</table>
</div>
</li>
<li data-row="4" data-col="4" data-sizex="1" data-sizey="2">
<div class="container weather">
<header><div class="large" data-type="label"
data-device="WetterProplanta"
data-get="fc2_day_of_week"
style="display:inline"></div></header>
<table width="100%">
<tr>
<td rowspan="5" style="text-align:center;vertical-align:top">
<div data-type="weather"
data-device="WetterProplanta"
data-get="fc2_condition"
data-imageset="kleinklima"
class="inline large">
style="width:100px"></div>
<br>
<div data-type="label"
data-device="WetterProplanta"
data-get="fc2_condition"></div>
<br>
Temp: <div data-type="label"
data-device="WetterProplanta"
data-get="fc2_low_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
/ <div data-type="label"
data-device="WetterProplanta"
data-get="fc2_high_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
</td>
</tr>
</table>
</div>
</li>
<li data-row="4" data-col="4" data-sizex="1" data-sizey="2">
<div class="container weather">
<header><div class="large" data-type="label"
data-device="WetterProplanta"
data-get="fc3_day_of_week"
style="display:inline"></div></header>
<table width="100%">
<tr>
<td rowspan="5" style="text-align:center;vertical-align:top">
<div data-type="weather"
data-device="WetterProplanta"
data-get="fc3_condition"
data-imageset="kleinklima"
class="inline large">
style="width:100px"></div>
<br>
<div data-type="label"
data-device="WetterProplanta"
data-get="fc3_condition"></div>
<br>
Temp: <div data-type="label"
data-device="WetterProplanta"
data-get="fc3_low_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
/ <div data-type="label"
data-device="WetterProplanta"
data-get="fc3_high_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
</td>
</tr>
</table>
</div>
</li>
<li data-row="4" data-col="5" data-sizex="1" data-sizey="2">
<div class="container weather">
<header><div class="large" data-type="label"
data-device="WetterProplanta"
data-get="fc4_day_of_week"
style="display:inline"></div></header>
<table width="100%">
<tr>
<td rowspan="5" style="text-align:center;vertical-align:top">
<div data-type="weather"
data-device="WetterProplanta"
data-get="fc4_condition"
data-imageset="kleinklima"
class="inline large">
style="width:100px"></div>
<br>
<div data-type="label"
data-device="WetterProplanta"
data-get="fc4_condition"></div>
<br>
Temp: <div data-type="label"
data-device="WetterProplanta"
data-get="fc4_low_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
/ <div data-type="label"
data-device="WetterProplanta"
data-get="fc4_high_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
</td>
</tr>
</table>
</div>
</li>
<li data-row="4" data-col="6" data-sizex="1" data-sizey="2">
<div class="container weather">
<header><div class="large" data-type="label"
data-device="WetterProplanta"
data-get="fc5_day_of_week"
style="display:inline"></div></header>
<table width="100%">
<tr>
<td rowspan="5" style="text-align:center;vertical-align:top">
<div data-type="weather"
data-device="WetterProplanta"
data-get="fc5_condition"
data-imageset="kleinklima"
class="inline large">
style="width:100px"></div>
<br>
<div data-type="label"
data-device="WetterProplanta"
data-get="fc5_condition"></div>
<br>
Temp: <div data-type="label"
data-device="WetterProplanta"
data-get="fc5_low_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
/ <div data-type="label"
data-device="WetterProplanta"
data-get="fc5_high_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
</td>
</tr>
</table>
</div>
</li>
<li data-row="4" data-col="8" data-sizex="1" data-sizey="2">
<div class="container weather">
<header><div class="large" data-type="label"
data-device="WetterProplanta"
data-get="fc6_day_of_week"
style="display:inline"></div></header>
<table width="100%">
<tr>
<td rowspan="5" style="text-align:center;vertical-align:top">
<div data-type="weather"
data-device="WetterProplanta"
data-get="fc6_condition"
data-imageset="kleinklima"
class="inline small">
style="width:100px"></div>
<br>
<div data-type="label"
data-device="WetterProplanta"
data-get="fc6_condition"></div>
<br>
Temp: <div data-type="label"
data-device="WetterProplanta"
data-get="fc6_low_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline small"></div>
/ <div data-type="label"
data-device="WetterProplanta"
data-get="fc6_high_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline small"></div>
</td>
</tr>
</table>
</div>
</li>
<li data-row="7" data-col="2" data-sizex="2" data-sizey="1">
<div class="normal fullsize"
data-type="highchart"
data-device="myDbLog"
data-logdevice="myDbLog"
data-columnspec="WetterProplanta:temperature"
data-linetypes="area"
data-linenames="Temperatur"
data-linesteps="true"
data-legend='[""]'
data-yaxis="0,0"
data-xunit=""
data-yunit="Aussen"
data-yopposites="false"
data-daysago="3"
data-scroll="true"
data-range="false"
data-minvalue="-10"
data-maxvalue="20"
data-height="200"
data-tooltip="{series.name}: <b>{point.y:,.1f}</b><br>"
class="noticks">
</div>
</li>
</ul>
</div>
</body>
</html>
und hier mal das list von WetterProplanta:
Internals:
DEF 69493 de
FUUID 5c437804-f33f-a264-bf3a-733c0d9d756a7923
INTERVAL 3600
NAME WetterProplanta
NR 66
STATE Tmin: 6 Tmax: 20 T: 12.7 H: 58 W: 21.6 P: 1023.8
TYPE PROPLANTA
URL https://www.proplanta.de/Wetter/profi-wetter.php?SITEID=60&PLZ=69493&STADT=69493&WETTERaufrufen=stadt&Wtp=&SUCHE=Wetter&wT=
READINGS:
2020-05-15 15:46:25 cloudBaseMax 2500
2020-05-15 15:46:25 cloudBaseMin 2000
2020-05-17 06:40:01 dewPoint 4.7
2020-05-17 06:40:01 durationFetchReadings 13.28
2020-05-17 06:40:01 fc0_chOfRain00 5
2020-05-17 06:40:01 fc0_chOfRain03 0
2020-05-17 06:40:01 fc0_chOfRain06 0
2020-05-17 06:40:01 fc0_chOfRain09 5
2020-05-17 06:40:01 fc0_chOfRain12 10
2020-05-17 06:40:01 fc0_chOfRain15 10
2020-05-17 06:40:01 fc0_chOfRain18 5
2020-05-17 06:40:01 fc0_chOfRain21 0
2020-05-17 06:40:01 fc0_chOfRainDay 5
2020-05-17 06:40:01 fc0_chOfRainNight 0
2020-05-17 06:40:01 fc0_cloud00 25
2020-05-17 06:40:01 fc0_cloud03 0
2020-05-17 06:40:01 fc0_cloud06 0
2020-05-17 06:40:01 fc0_cloud09 25
2020-05-17 06:40:01 fc0_cloud12 50
2020-05-17 06:40:01 fc0_cloud15 37.5
2020-05-17 06:40:01 fc0_cloud18 12.5
2020-05-17 06:40:01 fc0_cloud21 0
2020-05-17 06:40:01 fc0_date 17.05.2020
2020-05-17 06:40:01 fc0_dew 0
2020-05-17 06:40:01 fc0_evapor 2
2020-05-17 06:40:01 fc0_frost 0
2020-05-17 06:40:01 fc0_gust00 25.2
2020-05-17 06:40:01 fc0_gust03 14.4
2020-05-17 06:40:01 fc0_gust06 14.4
2020-05-17 06:40:01 fc0_gust09 7.2
2020-05-17 06:40:01 fc0_gust12 10.8
2020-05-17 06:40:01 fc0_gust15 10.8
2020-05-17 06:40:01 fc0_gust18 10.8
2020-05-17 06:40:01 fc0_gust21 14.4
2020-05-17 06:40:01 fc0_moonRise 04:05
2020-05-17 06:40:01 fc0_moonSet 15:27
2020-05-17 06:40:01 fc0_rad 7.6
2020-05-17 06:40:01 fc0_rain 0
2020-05-17 06:40:01 fc0_rain00 0
2020-05-17 06:40:01 fc0_rain03 0
2020-05-17 06:40:01 fc0_rain06 0
2020-05-17 06:40:01 fc0_rain09 0
2020-05-17 06:40:01 fc0_rain12 0
2020-05-17 06:40:01 fc0_rain15 0
2020-05-17 06:40:01 fc0_rain18 0
2020-05-17 06:40:01 fc0_rain21 0
2020-05-17 06:40:01 fc0_sun 75
2020-05-17 06:40:01 fc0_temp00 13
2020-05-17 06:40:01 fc0_temp03 11
2020-05-17 06:40:01 fc0_temp06 12
2020-05-17 06:40:01 fc0_temp09 17
2020-05-17 06:40:01 fc0_temp12 20
2020-05-17 06:40:01 fc0_temp15 20
2020-05-17 06:40:01 fc0_temp18 18
2020-05-17 06:40:01 fc0_temp21 15
2020-05-17 06:40:01 fc0_tempMax 20
2020-05-17 06:40:01 fc0_tempMin 6
2020-05-17 06:40:01 fc0_uv 7
2020-05-17 06:40:01 fc0_weather00 heiter
2020-05-17 06:40:01 fc0_weather00Icon https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
2020-05-17 06:40:01 fc0_weather03 klar
2020-05-17 06:40:01 fc0_weather03Icon https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
2020-05-17 06:40:01 fc0_weather06 sonnig
2020-05-17 06:40:01 fc0_weather06Icon https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
2020-05-17 06:40:01 fc0_weather09 heiter
2020-05-17 06:40:01 fc0_weather09Icon https://www.proplanta.de/wetterdaten/images/symbole/t2.gif
2020-05-17 06:40:01 fc0_weather12 wolkig
2020-05-17 06:40:01 fc0_weather12Icon https://www.proplanta.de/wetterdaten/images/symbole/t3.gif
2020-05-17 06:40:01 fc0_weather15 wolkig
2020-05-17 06:40:01 fc0_weather15Icon https://www.proplanta.de/wetterdaten/images/symbole/t3.gif
2020-05-17 06:40:01 fc0_weather18 heiter
2020-05-17 06:40:01 fc0_weather18Icon https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
2020-05-17 06:40:01 fc0_weather21 klar
2020-05-17 06:40:01 fc0_weather21Icon https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
2020-05-17 06:40:01 fc0_weatherDay heiter
2020-05-17 06:40:01 fc0_weatherDayIcon https://www.proplanta.de/wetterdaten/images/symbole/t2.gif
2020-05-17 06:40:01 fc0_weatherEvening heiter
2020-05-17 06:40:01 fc0_weatherEveningIcon https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
2020-05-17 06:40:01 fc0_weatherMorning sonnig
2020-05-17 06:40:01 fc0_weatherMorningIcon https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
2020-05-17 06:40:01 fc0_weatherNight klar
2020-05-17 06:40:01 fc0_weatherNightIcon https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
2020-05-17 06:40:01 fc0_wind00 14.4
2020-05-17 06:40:01 fc0_wind03 7.2
2020-05-17 06:40:01 fc0_wind06 10.8
2020-05-17 06:40:01 fc0_wind09 7.2
2020-05-17 06:40:01 fc0_wind12 10.8
2020-05-17 06:40:01 fc0_wind15 10.8
2020-05-17 06:40:01 fc0_wind18 7.2
2020-05-17 06:40:01 fc0_wind21 7.2
2020-05-17 06:40:01 fc0_windDir00 334
2020-05-17 06:40:01 fc0_windDir03 344
2020-05-17 06:40:01 fc0_windDir06 345
2020-05-17 06:40:01 fc0_windDir09 336
2020-05-17 06:40:01 fc0_windDir12 307
2020-05-17 06:40:01 fc0_windDir15 311
2020-05-17 06:40:01 fc0_windDir18 322
2020-05-17 06:40:01 fc0_windDir21 331
2020-05-17 06:40:01 fc1_chOfRain00 0
2020-05-17 06:40:01 fc1_chOfRain03 0
2020-05-17 06:40:01 fc1_chOfRain06 0
2020-05-17 06:40:01 fc1_chOfRain09 5
2020-05-17 06:40:01 fc1_chOfRain12 10
2020-05-17 06:40:01 fc1_chOfRain15 10
2020-05-17 06:40:01 fc1_chOfRain18 5
2020-05-17 06:40:01 fc1_chOfRain21 5
2020-05-17 06:40:01 fc1_chOfRainDay 5
2020-05-17 06:40:01 fc1_chOfRainNight 5
2020-05-17 06:40:01 fc1_cloud00 0
2020-05-17 06:40:01 fc1_cloud03 0
2020-05-17 06:40:01 fc1_cloud06 0
2020-05-17 06:40:01 fc1_cloud09 25
2020-05-17 06:40:01 fc1_cloud12 50
2020-05-17 06:40:01 fc1_cloud15 50
2020-05-17 06:40:01 fc1_cloud18 12.5
2020-05-17 06:40:01 fc1_cloud21 12.5
2020-05-17 06:40:01 fc1_date 18.05.2020
2020-05-17 06:40:01 fc1_dew 0
2020-05-17 06:40:01 fc1_evapor 2
2020-05-17 06:40:01 fc1_frost 0
2020-05-17 06:40:01 fc1_gust00 10.8
2020-05-17 06:40:01 fc1_gust03 3.6
2020-05-17 06:40:01 fc1_gust06 3.6
2020-05-17 06:40:01 fc1_gust09 7.2
2020-05-17 06:40:01 fc1_gust12 7.2
2020-05-17 06:40:01 fc1_gust15 10.8
2020-05-17 06:40:01 fc1_gust18 10.8
2020-05-17 06:40:01 fc1_gust21 10.8
2020-05-17 06:40:01 fc1_moonRise 04:23
2020-05-17 06:40:01 fc1_moonSet 16:31
2020-05-17 06:40:01 fc1_rad 7.6
2020-05-17 06:40:01 fc1_rain 0
2020-05-17 06:40:01 fc1_rain00 0
2020-05-17 06:40:01 fc1_rain03 0
2020-05-17 06:40:01 fc1_rain06 0
2020-05-17 06:40:01 fc1_rain09 0
2020-05-17 06:40:01 fc1_rain12 0
2020-05-17 06:40:01 fc1_rain15 0
2020-05-17 06:40:01 fc1_rain18 0
2020-05-17 06:40:01 fc1_rain21 0
2020-05-17 06:40:01 fc1_sun 75
2020-05-17 06:40:01 fc1_temp00 13
2020-05-17 06:40:01 fc1_temp03 12
2020-05-17 06:40:01 fc1_temp06 14
2020-05-17 06:40:01 fc1_temp09 19
2020-05-17 06:40:01 fc1_temp12 23
2020-05-17 06:40:01 fc1_temp15 23
2020-05-17 06:40:01 fc1_temp18 21
2020-05-17 06:40:01 fc1_temp21 18
2020-05-17 06:40:01 fc1_tempMax 23
2020-05-17 06:40:01 fc1_tempMin 8
2020-05-17 06:40:01 fc1_uv 7
2020-05-17 06:40:01 fc1_weather00 klar
2020-05-17 06:40:01 fc1_weather00Icon https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
2020-05-17 06:40:01 fc1_weather03 klar
2020-05-17 06:40:01 fc1_weather03Icon https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
2020-05-17 06:40:01 fc1_weather06 sonnig
2020-05-17 06:40:01 fc1_weather06Icon https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
2020-05-17 06:40:01 fc1_weather09 heiter
2020-05-17 06:40:01 fc1_weather09Icon https://www.proplanta.de/wetterdaten/images/symbole/t2.gif
2020-05-17 06:40:01 fc1_weather12 wolkig
2020-05-17 06:40:01 fc1_weather12Icon https://www.proplanta.de/wetterdaten/images/symbole/t3.gif
2020-05-17 06:40:01 fc1_weather15 wolkig
2020-05-17 06:40:01 fc1_weather15Icon https://www.proplanta.de/wetterdaten/images/symbole/t3.gif
2020-05-17 06:40:01 fc1_weather18 heiter
2020-05-17 06:40:01 fc1_weather18Icon https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
2020-05-17 06:40:01 fc1_weather21 heiter
2020-05-17 06:40:01 fc1_weather21Icon https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
2020-05-17 06:40:01 fc1_weatherDay heiter
2020-05-17 06:40:01 fc1_weatherDayIcon https://www.proplanta.de/wetterdaten/images/symbole/t2.gif
2020-05-17 06:40:01 fc1_weatherEvening heiter
2020-05-17 06:40:01 fc1_weatherEveningIcon https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
2020-05-17 06:40:01 fc1_weatherMorning sonnig
2020-05-17 06:40:01 fc1_weatherMorningIcon https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
2020-05-17 06:40:01 fc1_weatherNight heiter
2020-05-17 06:40:01 fc1_weatherNightIcon https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
2020-05-17 06:40:01 fc1_wind00 7.2
2020-05-17 06:40:01 fc1_wind03 3.6
2020-05-17 06:40:01 fc1_wind06 3.6
2020-05-17 06:40:01 fc1_wind09 7.2
2020-05-17 06:40:01 fc1_wind12 7.2
2020-05-17 06:40:01 fc1_wind15 10.8
2020-05-17 06:40:01 fc1_wind18 3.6
2020-05-17 06:40:01 fc1_wind21 3.6
2020-05-17 06:40:01 fc1_windDir00 358
2020-05-17 06:40:01 fc1_windDir03 14
2020-05-17 06:40:01 fc1_windDir06 11
2020-05-17 06:40:01 fc1_windDir09 345
2020-05-17 06:40:01 fc1_windDir12 326
2020-05-17 06:40:01 fc1_windDir15 328
2020-05-17 06:40:01 fc1_windDir18 353
2020-05-17 06:40:01 fc1_windDir21 357
2020-05-17 06:40:01 fc2_chOfRain00 5
2020-05-17 06:40:01 fc2_chOfRain03 0
2020-05-17 06:40:01 fc2_chOfRain06 0
2020-05-17 06:40:01 fc2_chOfRain09 5
2020-05-17 06:40:01 fc2_chOfRain12 10
2020-05-17 06:40:01 fc2_chOfRain15 10
2020-05-17 06:40:01 fc2_chOfRain18 0
2020-05-17 06:40:01 fc2_chOfRain21 10
2020-05-17 06:40:01 fc2_chOfRainDay 5
2020-05-17 06:40:01 fc2_chOfRainNight 5
2020-05-17 06:40:01 fc2_cloud00 12.5
2020-05-17 06:40:01 fc2_cloud03 0
2020-05-17 06:40:01 fc2_cloud06 0
2020-05-17 06:40:01 fc2_cloud09 25
2020-05-17 06:40:01 fc2_cloud12 50
2020-05-17 06:40:01 fc2_cloud15 50
2020-05-17 06:40:01 fc2_cloud18 0
2020-05-17 06:40:01 fc2_cloud21 37.5
2020-05-17 06:40:01 fc2_date 19.05.2020
2020-05-17 06:40:01 fc2_dew 0
2020-05-17 06:40:01 fc2_evapor 3
2020-05-17 06:40:01 fc2_frost 0
2020-05-17 06:40:01 fc2_gust00 10.8
2020-05-17 06:40:01 fc2_gust03 10.8
2020-05-17 06:40:01 fc2_gust06 14.4
2020-05-17 06:40:01 fc2_gust09 10.8
2020-05-17 06:40:01 fc2_gust12 14.4
2020-05-17 06:40:01 fc2_gust15 14.4
2020-05-17 06:40:01 fc2_gust18 18
2020-05-17 06:40:01 fc2_gust21 25.2
2020-05-17 06:40:01 fc2_moonRise 04:40
2020-05-17 06:40:01 fc2_moonSet 17:37
2020-05-17 06:40:01 fc2_rad 7.7
2020-05-17 06:40:01 fc2_rain 0
2020-05-17 06:40:01 fc2_rain00 0
2020-05-17 06:40:01 fc2_rain03 0
2020-05-17 06:40:01 fc2_rain06 0
2020-05-17 06:40:01 fc2_rain09 0
2020-05-17 06:40:01 fc2_rain12 0
2020-05-17 06:40:01 fc2_rain15 0
2020-05-17 06:40:01 fc2_rain18 0
2020-05-17 06:40:01 fc2_rain21 0
2020-05-17 06:40:01 fc2_sun 75
2020-05-17 06:40:01 fc2_temp00 16
2020-05-17 06:40:01 fc2_temp03 14
2020-05-17 06:40:01 fc2_temp06 15
2020-05-17 06:40:01 fc2_temp09 20
2020-05-17 06:40:01 fc2_temp12 24
2020-05-17 06:40:01 fc2_temp15 25
2020-05-17 06:40:01 fc2_temp18 22
2020-05-17 06:40:01 fc2_temp21 19
2020-05-17 06:40:01 fc2_tempMax 25
2020-05-17 06:40:01 fc2_tempMin 10
2020-05-17 06:40:01 fc2_uv 7
2020-05-17 06:40:01 fc2_weather00 heiter
2020-05-17 06:40:01 fc2_weather00Icon https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
2020-05-17 06:40:01 fc2_weather03 klar
2020-05-17 06:40:01 fc2_weather03Icon https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
2020-05-17 06:40:01 fc2_weather06 sonnig
2020-05-17 06:40:01 fc2_weather06Icon https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
2020-05-17 06:40:01 fc2_weather09 heiter
2020-05-17 06:40:01 fc2_weather09Icon https://www.proplanta.de/wetterdaten/images/symbole/t2.gif
2020-05-17 06:40:01 fc2_weather12 wolkig
2020-05-17 06:40:01 fc2_weather12Icon https://www.proplanta.de/wetterdaten/images/symbole/t3.gif
2020-05-17 06:40:01 fc2_weather15 wolkig
2020-05-17 06:40:01 fc2_weather15Icon https://www.proplanta.de/wetterdaten/images/symbole/t3.gif
2020-05-17 06:40:01 fc2_weather18 klar
2020-05-17 06:40:01 fc2_weather18Icon https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
2020-05-17 06:40:01 fc2_weather21 wolkig
2020-05-17 06:40:01 fc2_weather21Icon https://www.proplanta.de/wetterdaten/images/symbole/n3.gif
2020-05-17 06:40:01 fc2_weatherDay heiter
2020-05-17 06:40:01 fc2_weatherDayIcon https://www.proplanta.de/wetterdaten/images/symbole/t2.gif
2020-05-17 06:40:01 fc2_weatherEvening klar
2020-05-17 06:40:01 fc2_weatherEveningIcon https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
2020-05-17 06:40:01 fc2_weatherMorning sonnig
2020-05-17 06:40:01 fc2_weatherMorningIcon https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
2020-05-17 06:40:01 fc2_weatherNight heiter
2020-05-17 06:40:01 fc2_weatherNightIcon https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
2020-05-17 06:40:01 fc2_wind00 7.2
2020-05-17 06:40:01 fc2_wind03 7.2
2020-05-17 06:40:01 fc2_wind06 7.2
2020-05-17 06:40:01 fc2_wind09 10.8
2020-05-17 06:40:01 fc2_wind12 10.8
2020-05-17 06:40:01 fc2_wind15 10.8
2020-05-17 06:40:01 fc2_wind18 7.2
2020-05-17 06:40:01 fc2_wind21 10.8
2020-05-17 06:40:01 fc2_windDir00 2
2020-05-17 06:40:01 fc2_windDir03 359
2020-05-17 06:40:01 fc2_windDir06 360
2020-05-17 06:40:01 fc2_windDir09 344
2020-05-17 06:40:01 fc2_windDir12 332
2020-05-17 06:40:01 fc2_windDir15 337
2020-05-17 06:40:01 fc2_windDir18 16
2020-05-17 06:40:01 fc2_windDir21 25
2020-05-17 06:40:01 fc3_chOfRain00 10
2020-05-17 06:40:01 fc3_chOfRain03 0
2020-05-17 06:40:01 fc3_chOfRain06 0
2020-05-17 06:40:01 fc3_chOfRain09 5
2020-05-17 06:40:01 fc3_chOfRain12 5
2020-05-17 06:40:01 fc3_chOfRain15 5
2020-05-17 06:40:01 fc3_chOfRain18 5
2020-05-17 06:40:01 fc3_chOfRain21 0
2020-05-17 06:40:01 fc3_chOfRainDay 5
2020-05-17 06:40:01 fc3_chOfRainNight 0
2020-05-17 06:40:01 fc3_cloud00 37.5
2020-05-17 06:40:01 fc3_cloud03 0
2020-05-17 06:40:01 fc3_cloud06 0
2020-05-17 06:40:01 fc3_cloud09 12.5
2020-05-17 06:40:01 fc3_cloud12 12.5
2020-05-17 06:40:01 fc3_cloud15 12.5
2020-05-17 06:40:01 fc3_cloud18 12.5
2020-05-17 06:40:01 fc3_cloud21 0
2020-05-17 06:40:01 fc3_date 20.05.2020
2020-05-17 06:40:01 fc3_dew 1
2020-05-17 06:40:01 fc3_evapor 2
2020-05-17 06:40:01 fc3_frost 0
2020-05-17 06:40:01 fc3_gust00 25.2
2020-05-17 06:40:01 fc3_gust03 21.6
2020-05-17 06:40:01 fc3_gust06 18
2020-05-17 06:40:01 fc3_gust09 14.4
2020-05-17 06:40:01 fc3_gust12 14.4
2020-05-17 06:40:01 fc3_gust15 18
2020-05-17 06:40:01 fc3_gust18 21.6
2020-05-17 06:40:01 fc3_gust21 21.6
2020-05-17 06:40:01 fc3_moonRise 04:58
2020-05-17 06:40:01 fc3_moonSet 18:42
2020-05-17 06:40:01 fc3_rad 7.6
2020-05-17 06:40:01 fc3_rain 0
2020-05-17 06:40:01 fc3_rain00 0
2020-05-17 06:40:01 fc3_rain03 0
2020-05-17 06:40:01 fc3_rain06 0
2020-05-17 06:40:01 fc3_rain09 0
2020-05-17 06:40:01 fc3_rain12 0
2020-05-17 06:40:01 fc3_rain15 0
2020-05-17 06:40:01 fc3_rain18 0
2020-05-17 06:40:01 fc3_rain21 0
2020-05-17 06:40:01 fc3_sun 75
2020-05-17 06:40:01 fc3_temp00 17
2020-05-17 06:40:01 fc3_temp03 15
2020-05-17 06:40:01 fc3_temp06 15
2020-05-17 06:40:01 fc3_temp09 19
2020-05-17 06:40:01 fc3_temp12 23
2020-05-17 06:40:01 fc3_temp15 23
2020-05-17 06:40:01 fc3_temp18 21
2020-05-17 06:40:01 fc3_temp21 18
2020-05-17 06:40:01 fc3_tempMax 23
2020-05-17 06:40:01 fc3_tempMin 10
2020-05-17 06:40:01 fc3_uv 8
2020-05-17 06:40:01 fc3_weather00 wolkig
2020-05-17 06:40:01 fc3_weather00Icon https://www.proplanta.de/wetterdaten/images/symbole/n3.gif
2020-05-17 06:40:01 fc3_weather03 klar
2020-05-17 06:40:01 fc3_weather03Icon https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
2020-05-17 06:40:01 fc3_weather06 sonnig
2020-05-17 06:40:01 fc3_weather06Icon https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
2020-05-17 06:40:01 fc3_weather09 heiter
2020-05-17 06:40:01 fc3_weather09Icon https://www.proplanta.de/wetterdaten/images/symbole/t2.gif
2020-05-17 06:40:01 fc3_weather12 heiter
2020-05-17 06:40:01 fc3_weather12Icon https://www.proplanta.de/wetterdaten/images/symbole/t2.gif
2020-05-17 06:40:01 fc3_weather15 heiter
2020-05-17 06:40:01 fc3_weather15Icon https://www.proplanta.de/wetterdaten/images/symbole/t2.gif
2020-05-17 06:40:01 fc3_weather18 heiter
2020-05-17 06:40:01 fc3_weather18Icon https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
2020-05-17 06:40:01 fc3_weather21 klar
2020-05-17 06:40:01 fc3_weather21Icon https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
2020-05-17 06:40:01 fc3_weatherDay heiter
2020-05-17 06:40:01 fc3_weatherDayIcon https://www.proplanta.de/wetterdaten/images/symbole/t2.gif
2020-05-17 06:40:01 fc3_weatherEvening heiter
2020-05-17 06:40:01 fc3_weatherEveningIcon https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
2020-05-17 06:40:01 fc3_weatherMorning sonnig
2020-05-17 06:40:01 fc3_weatherMorningIcon https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
2020-05-17 06:40:01 fc3_weatherNight klar
2020-05-17 06:40:01 fc3_weatherNightIcon https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
2020-05-17 06:40:01 fc3_wind00 10.8
2020-05-17 06:40:01 fc3_wind03 10.8
2020-05-17 06:40:01 fc3_wind06 10.8
2020-05-17 06:40:01 fc3_wind09 10.8
2020-05-17 06:40:01 fc3_wind12 10.8
2020-05-17 06:40:01 fc3_wind15 14.4
2020-05-17 06:40:01 fc3_wind18 14.4
2020-05-17 06:40:01 fc3_wind21 10.8
2020-05-17 06:40:01 fc3_windDir00 19
2020-05-17 06:40:01 fc3_windDir03 22
2020-05-17 06:40:01 fc3_windDir06 25
2020-05-17 06:40:01 fc3_windDir09 27
2020-05-17 06:40:01 fc3_windDir12 40
2020-05-17 06:40:01 fc3_windDir15 33
2020-05-17 06:40:01 fc3_windDir18 38
2020-05-17 06:40:01 fc3_windDir21 65
2020-05-17 06:40:01 fc4_chOfRain00 0
2020-05-17 06:40:01 fc4_chOfRain03 0
2020-05-17 06:40:01 fc4_chOfRain06 0
2020-05-17 06:40:01 fc4_chOfRain09 0
2020-05-17 06:40:01 fc4_chOfRain12 5
2020-05-17 06:40:01 fc4_chOfRain15 10
2020-05-17 06:40:01 fc4_chOfRain18 10
2020-05-17 06:40:01 fc4_chOfRain21 5
2020-05-17 06:40:01 fc4_chOfRainDay 5
2020-05-17 06:40:01 fc4_chOfRainNight 10
2020-05-17 06:40:01 fc4_cloud00 0
2020-05-17 06:40:01 fc4_cloud03 0
2020-05-17 06:40:01 fc4_cloud06 0
2020-05-17 06:40:01 fc4_cloud09 0
2020-05-17 06:40:01 fc4_cloud12 12.5
2020-05-17 06:40:01 fc4_cloud15 37.5
2020-05-17 06:40:01 fc4_cloud18 37.5
2020-05-17 06:40:01 fc4_cloud21 12.5
2020-05-17 06:40:01 fc4_date 21.05.2020
2020-05-17 06:40:01 fc4_dew 0
2020-05-17 06:40:01 fc4_evapor 3
2020-05-17 06:40:01 fc4_frost 0
2020-05-17 06:40:01 fc4_gust00 18
2020-05-17 06:40:01 fc4_gust03 10.8
2020-05-17 06:40:01 fc4_gust06 7.2
2020-05-17 06:40:01 fc4_gust09 7.2
2020-05-17 06:40:01 fc4_gust12 7.2
2020-05-17 06:40:01 fc4_gust15 10.8
2020-05-17 06:40:01 fc4_gust18 14.4
2020-05-17 06:40:01 fc4_gust21 10.8
2020-05-17 06:40:01 fc4_moonRise 05:17
2020-05-17 06:40:01 fc4_moonSet 19:49
2020-05-17 06:40:01 fc4_rad 7.4
2020-05-17 06:40:01 fc4_rain 0
2020-05-17 06:40:01 fc4_rain00 0
2020-05-17 06:40:01 fc4_rain03 0
2020-05-17 06:40:01 fc4_rain06 0
2020-05-17 06:40:01 fc4_rain09 0
2020-05-17 06:40:01 fc4_rain12 0
2020-05-17 06:40:01 fc4_rain15 0
2020-05-17 06:40:01 fc4_rain18 0
2020-05-17 06:40:01 fc4_rain21 0
2020-05-17 06:40:01 fc4_sun 75
2020-05-17 06:40:01 fc4_temp00 16
2020-05-17 06:40:01 fc4_temp03 14
2020-05-17 06:40:01 fc4_temp06 16
2020-05-17 06:40:01 fc4_temp09 21
2020-05-17 06:40:01 fc4_temp12 25
2020-05-17 06:40:01 fc4_temp15 25
2020-05-17 06:40:01 fc4_temp18 22
2020-05-17 06:40:01 fc4_temp21 19
2020-05-17 06:40:01 fc4_tempMax 25
2020-05-17 06:40:01 fc4_tempMin 10
2020-05-17 06:40:01 fc4_uv 7
2020-05-17 06:40:01 fc4_weather00 klar
2020-05-17 06:40:01 fc4_weather00Icon https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
2020-05-17 06:40:01 fc4_weather03 klar
2020-05-17 06:40:01 fc4_weather03Icon https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
2020-05-17 06:40:01 fc4_weather06 sonnig
2020-05-17 06:40:01 fc4_weather06Icon https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
2020-05-17 06:40:01 fc4_weather09 sonnig
2020-05-17 06:40:01 fc4_weather09Icon https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
2020-05-17 06:40:01 fc4_weather12 heiter
2020-05-17 06:40:01 fc4_weather12Icon https://www.proplanta.de/wetterdaten/images/symbole/t2.gif
2020-05-17 06:40:01 fc4_weather15 wolkig
2020-05-17 06:40:01 fc4_weather15Icon https://www.proplanta.de/wetterdaten/images/symbole/t3.gif
2020-05-17 06:40:01 fc4_weather18 wolkig
2020-05-17 06:40:01 fc4_weather18Icon https://www.proplanta.de/wetterdaten/images/symbole/n3.gif
2020-05-17 06:40:01 fc4_weather21 heiter
2020-05-17 06:40:01 fc4_weather21Icon https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
2020-05-17 06:40:01 fc4_weatherDay heiter
2020-05-17 06:40:01 fc4_weatherDayIcon https://www.proplanta.de/wetterdaten/images/symbole/t2.gif
2020-05-17 06:40:01 fc4_weatherEvening wolkig
2020-05-17 06:40:01 fc4_weatherEveningIcon https://www.proplanta.de/wetterdaten/images/symbole/n3.gif
2020-05-17 06:40:01 fc4_weatherMorning sonnig
2020-05-17 06:40:01 fc4_weatherMorningIcon https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
2020-05-17 06:40:01 fc4_weatherNight wolkig
2020-05-17 06:40:01 fc4_weatherNightIcon https://www.proplanta.de/wetterdaten/images/symbole/n3.gif
2020-05-17 06:40:01 fc4_wind00 7.2
2020-05-17 06:40:01 fc4_wind03 7.2
2020-05-17 06:40:01 fc4_wind06 3.6
2020-05-17 06:40:01 fc4_wind09 3.6
2020-05-17 06:40:01 fc4_wind12 7.2
2020-05-17 06:40:01 fc4_wind15 10.8
2020-05-17 06:40:01 fc4_wind18 10.8
2020-05-17 06:40:01 fc4_wind21 7.2
2020-05-17 06:40:01 fc4_windDir00 55
2020-05-17 06:40:01 fc4_windDir03 52
2020-05-17 06:40:01 fc4_windDir06 62
2020-05-17 06:40:01 fc4_windDir09 52
2020-05-17 06:40:01 fc4_windDir12 72
2020-05-17 06:40:01 fc4_windDir15 110
2020-05-17 06:40:01 fc4_windDir18 118
2020-05-17 06:40:01 fc4_windDir21 103
2020-05-17 06:40:01 fc5_chOfRain00 10
2020-05-17 06:40:01 fc5_chOfRain03 10
2020-05-17 06:40:01 fc5_chOfRain06 15
2020-05-17 06:40:01 fc5_chOfRain09 10
2020-05-17 06:40:01 fc5_chOfRain12 40
2020-05-17 06:40:01 fc5_chOfRain15 5
2020-05-17 06:40:01 fc5_chOfRain18 5
2020-05-17 06:40:01 fc5_chOfRain21 5
2020-05-17 06:40:01 fc5_chOfRainDay 10
2020-05-17 06:40:01 fc5_chOfRainNight 0
2020-05-17 06:40:01 fc5_cloud00 37.5
2020-05-17 06:40:01 fc5_cloud03 62.5
2020-05-17 06:40:01 fc5_cloud06 75
2020-05-17 06:40:01 fc5_cloud09 50
2020-05-17 06:40:01 fc5_cloud12 75
2020-05-17 06:40:01 fc5_cloud15 25
2020-05-17 06:40:01 fc5_cloud18 12.5
2020-05-17 06:40:01 fc5_cloud21 12.5
2020-05-17 06:40:01 fc5_date 22.05.2020
2020-05-17 06:40:01 fc5_dew 0
2020-05-17 06:40:01 fc5_evapor 3
2020-05-17 06:40:01 fc5_frost 0
2020-05-17 06:40:01 fc5_gust00 14.4
2020-05-17 06:40:01 fc5_gust03 21.6
2020-05-17 06:40:01 fc5_gust06 21.6
2020-05-17 06:40:01 fc5_gust09 21.6
2020-05-17 06:40:01 fc5_gust12 32.4
2020-05-17 06:40:01 fc5_gust15 36
2020-05-17 06:40:01 fc5_gust18 32.4
2020-05-17 06:40:01 fc5_gust21 28.8
2020-05-17 06:40:01 fc5_moonRise 05:40
2020-05-17 06:40:01 fc5_moonSet 20:57
2020-05-17 06:40:01 fc5_rad 7
2020-05-17 06:40:01 fc5_rain 0.6
2020-05-17 06:40:01 fc5_rain00 0
2020-05-17 06:40:01 fc5_rain03 0
2020-05-17 06:40:01 fc5_rain06 0
2020-05-17 06:40:01 fc5_rain09 0
2020-05-17 06:40:01 fc5_rain12 0.6
2020-05-17 06:40:01 fc5_rain15 0
2020-05-17 06:40:01 fc5_rain18 0
2020-05-17 06:40:01 fc5_rain21 0
2020-05-17 06:40:01 fc5_sun 50
2020-05-17 06:40:01 fc5_temp00 17
2020-05-17 06:40:01 fc5_temp03 16
2020-05-17 06:40:01 fc5_temp06 17
2020-05-17 06:40:01 fc5_temp09 23
2020-05-17 06:40:01 fc5_temp12 26
2020-05-17 06:40:01 fc5_temp15 27
2020-05-17 06:40:01 fc5_temp18 23
2020-05-17 06:40:01 fc5_temp21 20
2020-05-17 06:40:01 fc5_tempMax 27
2020-05-17 06:40:01 fc5_tempMin 13
2020-05-17 06:40:01 fc5_uv 6
2020-05-17 06:40:01 fc5_weather00 wolkig
2020-05-17 06:40:01 fc5_weather00Icon https://www.proplanta.de/wetterdaten/images/symbole/n3.gif
2020-05-17 06:40:01 fc5_weather03 wolkig
keiner hier der mir mitteilen kann was ich für "City" eintragen muss???
<header><font size="+0">Wetter in Hirschberg <div class="small" data-type="label"
data-device="WetterProplanta"
data-get="city"
style="display:inline"></font></div></header>
Moin,
Sorry bin nur am Telefon, deshalb seh ich deinen Code nicht richtig. Aber es gibt im device kein Reading ,,City".
vg
pflock_y
Hi, ja in den readings finde ich nichts mit city.....komisch wieso gibt reinhart das dann so an in seinem Code??
Gruss
Vielleicht weil er eins hat...
Du hast ja auch andere Readings (außer city) nicht oder!?
Z.B. visibility, pressure, ...
EDIT: bevor du mich direkt frägst ;) Ich habe kein Proplanta und noch viel weniger irgendein UI-Dingens. Mir ist das nur (zusätzlich) aufgefallen ;) Max. FhemWeb um mal was nachzuschauen... Weil es heißt ja: HeimAUTOMATISIERUNG :)
Gruß, Joachim
im proplanta modul gibt es nicht viel einzustellen ......man legt es an aber da ist nichts mit "City" dabei als Reading -> glaube ich zumindest. Ansonsten muss man es schon mitteilen hier.
Ich weiss nicht wie ich das reading "city" bekomme....
Gruss
Wenn du noch (etwas genauer) erläuterst, WO du den Code "gemopst" hast (über den du dich "beschwerst" ;) ) dann könnte man kucken helfen... ;)
Gruß, Joachim
Joachim, ich beschwere mich doch gar nicht...ich will doch nur wissen wieso Reinhart das City in seinem Code hat und deshalb frage ich hier im Board. Kommt das wieder so rüber das ich mich beschwere!!!
der Code ist hier von MItglied "Reinhart" und sein Code lautet wie folgt:
https://forum.fhem.de/index.php?topic=63326.0
<!DOCTYPE html>
<html>
<head></head>
<body>
<div class="gridster">
<ul>
<li data-row="1" data-col="1" data-sizex="1" data-sizey="5" data-template="menu.html"></li>
<li data-row="2" data-col="2" data-sizex="4" data-sizey="2">
<div class="container weather">
<header><font size="+1">Wetter in <div class="large" data-type="label"
data-device="WetterLinz"
data-get="city"
style="display:inline"></font></div></header>
<table width="100%">
<td> </td>
<tr>
<td rowspan="5" style="text-align:center;vertical-align:top">
<div data-type="weather"
data-device="WetterLinz"
data-get="condition"
style="font-size:350%"></div>
<br>
<div data-type="label"
data-device="WetterLinz"
data-get="condition"></div>
</td>
<td>Lufttemperatur:</td>
<td>
<div class="large" data-type="label"
data-device="WetterLinz"
data-get="temperature"
data-colors='["#003399","#0033FF","#CCCCFF","#FF3366","#FF0000"]'
data-limits='[-3,0,10,20,25]'
data-unit=" °C"></div>
</td>
</tr>
<tr>
<td>Luftfeuchte:</td>
<td>
<div class="large" data-type="label"
data-device="WetterLinz"
data-get="humidity"
data-colors='["#FF0000","#FF0033","#FF3366","#CCCCFF","#0033FF","#003399"]'
data-limits='[20,30,45,60,70,90]'
data-unit=" %"></div>
</td>
</tr>
<tr>
<td>Windgeschwindigkeit:</td>
<td>
<div class="large" data-type="label"
data-device="WetterLinz"
data-get="wind"
data-unit="km/h"
data-colors='["#003399","#0033FF","#CCCCFF","#FF3366","#FF0000"]'
data-limits='[0,10,20,30,50]' style="display:inline"></div>
</td>
</tr>
<tr>
<td>Luftdruck:</td>
<td>
<div class="large" data-type="label"
data-device="WetterLinz"
data-get="pressure"
data-unit=" hPa"
data-colors='["#003399","#0033FF","#CCCCFF","#FF3366","#FF0000"]'
data-limits='[800,900,950,1000,1100]'
</td>
</tr>
<tr>
<td>Fernsicht:</td>
<td>
<div class="large" data-type="label"
data-device="WetterLinz"
data-get="visibility"
data-unit=" km"></div>
</td>
</tr>
</table>
<table>
<tr>
</tr>
</table>
</div>
</li>
<li data-row="2" data-col="5" data-sizex="2" data-sizey="2">
<header><font size="+1">Windrichtung</font></header>
<div class="cell center">
<table>
<tr>
<tr><td colspan="2"></td></tr>
<td><div class="large" data-type="wind_direction"
data-device="WetterLinz"
data-direction="wind_direction"
data-speed="wind_speed"
data-calm="-"
data-size="80"
data-tickstep="45"
data-angleoffset="0"></div>
</td></tr>
<tr><td>
<div class="normal"
data-type="label"
data-device="WetterLinz"
data-get="wind_direction"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" Winkelgrad" ></div>
</td></tr>
<tr><td>
<div class="normal"
data-type="label"
data-device="WetterLinz"
data-get="wind_condition"
></div>
</td></tr>
</table>
</div>
<li data-row="4" data-col="2" data-sizex="1" data-sizey="2">
<div class="container weather">
<header><font size="+1">HEUTE</font></header>
<table width="100%">
<tr>
<td rowspan="5" style="text-align:center;vertical-align:top">
<div data-type="weather"
data-device="WetterLinz"
data-get="fc1_condition"
data-imageset="kleinklima"
class="inline large">
style="width:100px"></div>
<br>
<div data-type="label"
data-device="WetterLinz"
data-get="fc1_condition"></div>
<br>
Temp: <div data-type="label"
data-device="WetterLinz"
data-get="fc1_low_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
/ <div data-type="label"
data-device="WetterLinz"
data-get="fc1_high_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
</td>
</tr>
</table>
</div>
</li>
<li data-row="4" data-col="3" data-sizex="1" data-sizey="2">
<div class="container weather">
<header><div class="large" data-type="label"
data-device="WetterLinz"
data-get="fc2_day_of_week"
style="display:inline"></div></header>
<table width="100%">
<tr>
<td rowspan="5" style="text-align:center;vertical-align:top">
<div data-type="weather"
data-device="WetterLinz"
data-get="fc2_condition"
data-imageset="kleinklima"
class="inline large">
style="width:100px"></div>
<br>
<div data-type="label"
data-device="WetterLinz"
data-get="fc2_condition"></div>
<br>
Temp: <div data-type="label"
data-device="WetterLinz"
data-get="fc2_low_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
/ <div data-type="label"
data-device="WetterLinz"
data-get="fc2_high_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
</td>
</tr>
</table>
</div>
</li>
<li data-row="4" data-col="4" data-sizex="1" data-sizey="2">
<div class="container weather">
<header><div class="large" data-type="label"
data-device="WetterLinz"
data-get="fc3_day_of_week"
style="display:inline"></div></header>
<table width="100%">
<tr>
<td rowspan="5" style="text-align:center;vertical-align:top">
<div data-type="weather"
data-device="WetterLinz"
data-get="fc3_condition"
data-imageset="kleinklima"
class="inline large">
style="width:100px"></div>
<br>
<div data-type="label"
data-device="WetterLinz"
data-get="fc3_condition"></div>
<br>
Temp: <div data-type="label"
data-device="WetterLinz"
data-get="fc3_low_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
/ <div data-type="label"
data-device="WetterLinz"
data-get="fc3_high_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
</td>
</tr>
</table>
</div>
</li>
<li data-row="4" data-col="5" data-sizex="1" data-sizey="2">
<div class="container weather">
<header><div class="large" data-type="label"
data-device="WetterLinz"
data-get="fc4_day_of_week"
style="display:inline"></div></header>
<table width="100%">
<tr>
<td rowspan="5" style="text-align:center;vertical-align:top">
<div data-type="weather"
data-device="WetterLinz"
data-get="fc4_condition"
data-imageset="kleinklima"
class="inline large">
style="width:100px"></div>
<br>
<div data-type="label"
data-device="WetterLinz"
data-get="fc4_condition"></div>
<br>
Temp: <div data-type="label"
data-device="WetterLinz"
data-get="fc4_low_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
/ <div data-type="label"
data-device="WetterLinz"
data-get="fc4_high_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
</td>
</tr>
</table>
</div>
</li>
<li data-row="4" data-col="6" data-sizex="1" data-sizey="2">
<div class="container weather">
<header><div class="large" data-type="label"
data-device="WetterLinz"
data-get="fc5_day_of_week"
style="display:inline"></div></header>
<table width="100%">
<tr>
<td rowspan="5" style="text-align:center;vertical-align:top">
<div data-type="weather"
data-device="WetterLinz"
data-get="fc5_condition"
data-imageset="kleinklima"
class="inline large">
style="width:100px"></div>
<br>
<div data-type="label"
data-device="WetterLinz"
data-get="fc5_condition"></div>
<br>
Temp: <div data-type="label"
data-device="WetterLinz"
data-get="fc5_low_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
/ <div data-type="label"
data-device="WetterLinz"
data-get="fc5_high_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
</td>
</tr>
</table>
</div>
</li>
<li data-row="4" data-col="7" data-sizex="1" data-sizey="2">
<div class="container weather">
<header><div class="large" data-type="label"
data-device="WetterLinz"
data-get="fc6_day_of_week"
style="display:inline"></div></header>
<table width="100%">
<tr>
<td rowspan="5" style="text-align:center;vertical-align:top">
<div data-type="weather"
data-device="WetterLinz"
data-get="fc6_condition"
data-imageset="kleinklima"
class="inline large">
style="width:100px"></div>
<br>
<div data-type="label"
data-device="WetterLinz"
data-get="fc6_condition"></div>
<br>
Temp: <div data-type="label"
data-device="WetterLinz"
data-get="fc6_low_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
/ <div data-type="label"
data-device="WetterLinz"
data-get="fc6_high_c"
data-limits="[-50,-30,40]"
data-colors='["#9999ff","#aa6900","#ff0000"]'
data-unit=" °C"
class="inline large"></div>
</td>
</tr>
</table>
</div>
</li>
<li data-row="5" data-col="2" data-sizex="6" data-sizey="1">
<div class="normal fullsize"
data-type="highchart"
data-device="myDbLog"
data-logdevice="myDbLog"
data-columnspec="WetterLinz:temperature"
data-linetypes="area"
data-linenames="Temperatur"
data-linesteps="true"
data-legend='[""]'
data-yaxis="0,0"
data-xunit=""
data-yunit="Aussen"
data-yopposites="false"
data-daysago="3"
data-scroll="true"
data-range="false"
data-minvalue="-10"
data-maxvalue="20"
data-height="200"
data-tooltip="{series.name}: <b>{point.y:,.1f}</b><br>"
class="noticks">
</div>
</li>
</ul>
</div>
</body>
</html>
Nein, nicht beschweren, du hast das ;) wohl übersehen ;)
Aber zu schreiben (in einem Thread wo der "Autor" bestimmt nicht "drüberstolpert") WARUM "er" da City hat und wo das herkommt macht halt wenig Sinn...
Und wie so oft (in fhem / Internet): Beispiele funktionieren selten/nie einfach per copy/paste...
Evtl. ist es halt ein Tablet-UI für Wetter...
...nicht zwingend ProPlanta...
Evtl. liefert ProPlanta für verschiedene Orte auch unterschiedliche Daten...
Vielleicht "pimpt" der "Autor" sein Wettermodul noch "von woanders" mit weiteren Daten...
Ich habe auch einen Luftdrucksensor...
Die Daten nutze ich auch...
...nicht nur die vom Wetter-Modul (wobei ich NICHT ProPlanta habe)...
Also: anschauen WAS für Daten du (dein Wettermodul) hat und dann: anpassen...
...bzw. halt "rauswerfen" was du NICHT hast...
Anders wird das nicht funktionieren...
Und wie geschrieben: du hast ja nicht nur "City" nicht, sondern (viele) andere Readings genausowenig...
Evtl. "dort" nachfragen wo du "gemopst" hast...
...weil da wird zumindest der "Autor" eher "aufmerksam" als "hier"...
EDIT: und evtl. nicht gleich "das erste beste" einfach kopieren und nutzen ;) Weil es steht ja drunter: Beispiel-Code, vielleicht kannst du (also der TE "dort") ja was davon brauchen. Klingt ja eher nach: das ist alles möglich, nimm was dir gefällt/du brauchen kannst... Hast du weiter gelesen!? Es wird ja auch weiter verlinkt (https://forum.fhem.de/index.php/topic,63067.0.html) und auch dort "klappt" nicht alles "auf anhib"...
Gruß, Joachim
@Kusselin
ich weiß auch nicht mehr genau wo hier der Zusammenhang auf Poplanta herkommt, auf jeden Fall die Daten stammen aus der Openweathermapapi (https://forum.fhem.de/index.php/topic,95730.0.html) und hier gibt es die ganzen Readings die du nicht finden kannst!
Internals:
API OpenWeatherMapAPI
APIKEY d74ee38da49de366a84da38358e3692c
APIOPTIONS cachemaxage:600
DEF API=OpenWeatherMapAPI,cachemaxage:600 apikey=d74ee38da49de366a84da38358e3692c location=48.32,14.27 interval=7200 language=de
FUUID 5c44db9b-f33f-27bd-98ff-273dc306ec7e20f7
FVERSION 59_Weather.pm:v2.1.3-s21117/2020-02-04
INTERVAL 7200
LANG de
MODEL OpenWeatherMapAPI
NAME WetterLinz
NOTIFYDEV global
NR 212
NTFY_ORDER 50-WetterLinz
STATE T: 18 °C F: 37 % W: 11 km/h P: 1021 hPa
TYPE Weather
VERSION v2.1.3
READINGS:
2020-05-18 18:15:53 apiMaintainer Leon Gaultier (<a href=https://forum.fhem.de/index.php?action=profile;u=13684>CoolTux</a>)
2020-05-18 18:15:53 apiVersion v1.0.2
2020-05-18 18:15:53 city Urfahr
2020-05-18 18:15:53 cloudCover 10
2020-05-18 18:15:53 code 32
2020-05-18 18:15:53 condition Klarer Himmel
2020-05-18 18:15:53 country AT
2020-05-18 18:15:53 current_date_time Mo, 18 Mai 2020 18:14
2020-05-18 18:15:53 hfc10_cloudCover 0
2020-05-18 18:15:53 hfc10_code 32
2020-05-18 18:15:53 hfc10_condition Klarer Himmel
2020-05-18 18:15:53 hfc10_day_of_week Di, 01:00
2020-05-18 18:15:53 hfc10_high_c 10
2020-05-18 18:15:53 hfc10_humidity 83
2020-05-18 18:15:53 hfc10_icon sunny
2020-05-18 18:15:53 hfc10_iconAPI 01n
2020-05-18 18:15:53 hfc10_low_c 10
2020-05-18 18:15:53 hfc10_pressure 1022
2020-05-18 18:15:53 hfc10_pubDate Di, 19 Mai 2020 01:00
2020-05-13 07:02:00 hfc10_rain3h 0.88
2020-03-30 15:28:15 hfc10_snow3h 0.34
2020-05-18 18:15:53 hfc10_tempHigh 10
2020-05-18 18:15:53 hfc10_tempLow 10
2020-05-18 18:15:53 hfc10_temp_c 10
2020-05-18 18:15:53 hfc10_temperature 10
2020-05-18 18:15:53 hfc10_wind 4
2020-05-18 18:15:53 hfc10_wind_speed 4
2020-05-18 18:15:53 hfc11_cloudCover 0
2020-05-18 18:15:53 hfc11_code 32
2020-05-18 18:15:53 hfc11_condition Klarer Himmel
2020-05-18 18:15:53 hfc11_day_of_week Di, 04:00
2020-05-18 18:15:53 hfc11_high_c 9
2020-05-18 18:15:53 hfc11_humidity 86
2020-05-18 18:15:53 hfc11_icon sunny
2020-05-18 18:15:53 hfc11_iconAPI 01n
2020-05-18 18:15:53 hfc11_low_c 9
2020-05-18 18:15:53 hfc11_pressure 1022
2020-05-18 18:15:53 hfc11_pubDate Di, 19 Mai 2020 04:00
2020-05-13 07:02:00 hfc11_rain3h 1.02
2020-04-12 22:58:38 hfc11_snow3h 0.11
2020-05-18 18:15:53 hfc11_tempHigh 9
2020-05-18 18:15:53 hfc11_tempLow 9
2020-05-18 18:15:53 hfc11_temp_c 9
2020-05-18 18:15:53 hfc11_temperature 9
2020-05-18 18:15:53 hfc11_wind 3
2020-05-18 18:15:53 hfc11_wind_speed 3
2020-05-18 18:15:53 hfc12_cloudCover 0
2020-05-18 18:15:53 hfc12_code 32
2020-05-18 18:15:53 hfc12_condition Klarer Himmel
2020-05-18 18:15:53 hfc12_day_of_week Di, 07:00
2020-05-18 18:15:53 hfc12_high_c 14
2020-05-18 18:15:53 hfc12_humidity 73
2020-05-18 18:15:53 hfc12_icon sunny
2020-05-18 18:15:53 hfc12_iconAPI 01d
2020-05-18 18:15:53 hfc12_low_c 14
2020-05-18 18:15:53 hfc12_pressure 1021
2020-05-18 18:15:53 hfc12_pubDate Di, 19 Mai 2020 07:00
2020-05-13 07:02:00 hfc12_rain3h 0.4
2020-03-30 07:28:14 hfc12_snow3h 0.32
2020-05-18 18:15:53 hfc12_tempHigh 14
2020-05-18 18:15:53 hfc12_tempLow 14
2020-05-18 18:15:53 hfc12_temp_c 14
2020-05-18 18:15:53 hfc12_temperature 14
2020-05-18 18:15:53 hfc12_wind 6
2020-05-18 18:15:53 hfc12_wind_speed 6
2020-05-18 18:15:53 hfc13_cloudCover 0
2020-05-18 18:15:53 hfc13_code 32
2020-05-18 18:15:53 hfc13_condition Klarer Himmel
2020-05-18 18:15:53 hfc13_day_of_week Di, 10:00
2020-05-18 18:15:53 hfc13_high_c 20
2020-05-18 18:15:53 hfc13_humidity 57
2020-05-18 18:15:53 hfc13_icon sunny
2020-05-18 18:15:53 hfc13_iconAPI 01d
2020-05-18 18:15:53 hfc13_low_c 20
2020-05-18 18:15:53 hfc13_pressure 1021
2020-05-18 18:15:53 hfc13_pubDate Di, 19 Mai 2020 10:00
2020-05-14 17:02:02 hfc13_rain3h 0.38
2020-04-12 22:58:38 hfc13_snow3h 0.23
2020-05-18 18:15:53 hfc13_tempHigh 20
2020-05-18 18:15:53 hfc13_tempLow 20
2020-05-18 18:15:53 hfc13_temp_c 20
2020-05-18 18:15:53 hfc13_temperature 20
2020-05-18 18:15:53 hfc13_wind 7
2020-05-18 18:15:53 hfc13_wind_speed 7
2020-05-18 18:15:53 hfc14_cloudCover 8
2020-05-18 18:15:53 hfc14_code 32
2020-05-18 18:15:53 hfc14_condition Klarer Himmel
2020-05-18 18:15:53 hfc14_day_of_week Di, 13:00
2020-05-18 18:15:53 hfc14_high_c 22
2020-05-18 18:15:53 hfc14_humidity 50
2020-05-18 18:15:53 hfc14_icon sunny
2020-05-18 18:15:53 hfc14_iconAPI 01d
2020-05-18 18:15:53 hfc14_low_c 22
2020-05-18 18:15:53 hfc14_pressure 1019
2020-05-18 18:15:53 hfc14_pubDate Di, 19 Mai 2020 13:00
2020-05-03 12:03:13 hfc14_rain3h 0.18
2020-04-12 10:58:36 hfc14_snow3h 0.12
2020-05-18 18:15:53 hfc14_tempHigh 22
2020-05-18 18:15:53 hfc14_tempLow 22
2020-05-18 18:15:53 hfc14_temp_c 22
2020-05-18 18:15:53 hfc14_temperature 22
2020-05-18 18:15:53 hfc14_wind 8
2020-05-18 18:15:53 hfc14_wind_speed 8
2020-05-18 18:15:53 hfc15_cloudCover 22
2020-05-18 18:15:53 hfc15_code 30
2020-05-18 18:15:53 hfc15_condition Ein paar Wolken
2020-05-18 18:15:53 hfc15_day_of_week Di, 16:00
2020-05-18 18:15:53 hfc15_high_c 22
2020-05-18 18:15:53 hfc15_humidity 56
2020-05-18 18:15:53 hfc15_icon partly_cloudy
2020-05-18 18:15:53 hfc15_iconAPI 02d
2020-05-18 18:15:53 hfc15_low_c 22
2020-05-18 18:15:53 hfc15_pressure 1019
2020-05-18 18:15:53 hfc15_pubDate Di, 19 Mai 2020 16:00
2020-05-10 17:01:54 hfc15_rain3h 0.54
2020-04-12 18:58:37 hfc15_snow3h 0.23
2020-05-18 18:15:53 hfc15_tempHigh 22
2020-05-18 18:15:53 hfc15_tempLow 22
2020-05-18 18:15:53 hfc15_temp_c 22
2020-05-18 18:15:53 hfc15_temperature 22
2020-05-18 18:15:53 hfc15_wind 5
2020-05-18 18:15:53 hfc15_wind_speed 5
2020-05-18 18:15:53 hfc16_cloudCover 17
2020-05-18 18:15:53 hfc16_code 35
2020-05-18 18:15:53 hfc16_condition Leichter Regen
2020-05-18 18:15:53 hfc16_day_of_week Di, 19:00
2020-05-18 18:15:53 hfc16_high_c 16
2020-05-18 18:15:53 hfc16_humidity 83
2020-05-18 18:15:53 hfc16_icon heavyrain
2020-05-18 18:15:53 hfc16_iconAPI 10d
2020-05-18 18:15:53 hfc16_low_c 16
2020-05-18 18:15:53 hfc16_pressure 1019
2020-05-18 18:15:53 hfc16_pubDate Di, 19 Mai 2020 19:00
2020-05-18 18:15:53 hfc16_rain3h 1
2020-04-12 06:58:35 hfc16_snow3h 0.12
2020-05-18 18:15:53 hfc16_tempHigh 16
2020-05-18 18:15:53 hfc16_tempLow 16
2020-05-18 18:15:53 hfc16_temp_c 16
2020-05-18 18:15:53 hfc16_temperature 16
2020-05-18 18:15:53 hfc16_wind 11
2020-05-18 18:15:53 hfc16_wind_speed 11
2020-05-18 18:15:53 hfc17_cloudCover 63
2020-05-18 18:15:53 hfc17_code 26
2020-05-18 18:15:53 hfc17_condition Überwiegend bewölkt
2020-05-18 18:15:53 hfc17_day_of_week Di, 22:00
2020-05-18 18:15:53 hfc17_high_c 14
2020-05-18 18:15:53 hfc17_humidity 83
2020-05-18 18:15:53 hfc17_icon cloudy
2020-05-18 18:15:53 hfc17_iconAPI 04n
2020-05-18 18:15:53 hfc17_low_c 14
2020-05-18 18:15:53 hfc17_pressure 1021
2020-05-18 18:15:53 hfc17_pubDate Di, 19 Mai 2020 22:00
2020-05-17 20:15:52 hfc17_rain3h 1.37
2020-04-12 02:58:34 hfc17_snow3h 0.73
2020-05-18 18:15:53 hfc17_tempHigh 14
2020-05-18 18:15:53 hfc17_tempLow 14
2020-05-18 18:15:53 hfc17_temp_c 14
2020-05-18 18:15:53 hfc17_temperature 14
2020-05-18 18:15:53 hfc17_wind 7
2020-05-18 18:15:53 hfc17_wind_speed 7
2020-05-18 18:15:53 hfc18_cloudCover 81
2020-05-18 18:15:53 hfc18_code 26
2020-05-18 18:15:53 hfc18_condition Überwiegend bewölkt
2020-05-18 18:15:53 hfc18_day_of_week Mi, 01:00
2020-05-18 18:15:53 hfc18_high_c 13
2020-05-18 18:15:53 hfc18_humidity 85
2020-05-18 18:15:53 hfc18_icon cloudy
2020-05-18 18:15:53 hfc18_iconAPI 04n
2020-05-18 18:15:53 hfc18_low_c 13
2020-05-18 18:15:53 hfc18_pressure 1021
2020-05-18 18:15:53 hfc18_pubDate Mi, 20 Mai 2020 01:00
2020-05-17 20:15:52 hfc18_rain3h 0.15
2020-03-28 10:28:06 hfc18_snow3h 0.1
2020-05-18 18:15:53 hfc18_tempHigh 13
2020-05-18 18:15:53 hfc18_tempLow 13
2020-05-18 18:15:53 hfc18_temp_c 13
2020-05-18 18:15:53 hfc18_temperature 13
2020-05-18 18:15:53 hfc18_wind 7
2020-05-18 18:15:53 hfc18_wind_speed 7
2020-05-18 18:15:53 hfc19_cloudCover 55
2020-05-18 18:15:53 hfc19_code 26
2020-05-18 18:15:53 hfc19_condition Überwiegend bewölkt
2020-05-18 18:15:53 hfc19_day_of_week Mi, 04:00
2020-05-18 18:15:53 hfc19_high_c 11
2020-05-18 18:15:53 hfc19_humidity 89
2020-05-18 18:15:53 hfc19_icon cloudy
2020-05-18 18:15:53 hfc19_iconAPI 04n
2020-05-18 18:15:53 hfc19_low_c 11
2020-05-18 18:15:53 hfc19_pressure 1020
2020-05-18 18:15:53 hfc19_pubDate Mi, 20 Mai 2020 04:00
2020-05-14 17:02:02 hfc19_rain3h 1.63
2020-03-28 02:28:05 hfc19_snow3h 0.21
2020-05-18 18:15:53 hfc19_tempHigh 11
2020-05-18 18:15:53 hfc19_tempLow 11
2020-05-18 18:15:53 hfc19_temp_c 11
2020-05-18 18:15:53 hfc19_temperature 11
2020-05-18 18:15:53 hfc19_wind 7
2020-05-18 18:15:53 hfc19_wind_speed 7
2020-05-18 18:15:53 hfc1_cloudCover 13
2020-05-18 18:15:53 hfc1_code 30
2020-05-18 18:15:53 hfc1_condition Ein paar Wolken
2020-05-18 18:15:53 hfc1_day_of_week So, 22:00
2020-05-18 18:15:53 hfc1_high_c 12
2020-05-18 18:15:53 hfc1_humidity 65
2020-05-18 18:15:53 hfc1_icon partly_cloudy
2020-05-18 18:15:53 hfc1_iconAPI 02n
2020-05-18 18:15:53 hfc1_low_c 10
2020-05-18 18:15:53 hfc1_pressure 1022
2020-05-18 18:15:53 hfc1_pubDate So, 17 Mai 2020 22:00
2020-05-15 18:35:30 hfc1_rain3h 0.46
2020-04-14 06:12:47 hfc1_snow3h 0.18
2020-05-18 18:15:53 hfc1_tempHigh 12
2020-05-18 18:15:53 hfc1_tempLow 10
2020-05-18 18:15:53 hfc1_temp_c 12
2020-05-18 18:15:53 hfc1_temperature 12
2020-05-18 18:15:53 hfc1_wind 3
2020-05-18 18:15:53 hfc1_wind_speed 3
2020-05-18 18:15:53 hfc20_cloudCover 39
2020-05-18 18:15:53 hfc20_code 26
2020-05-18 18:15:53 hfc20_condition Mäßig bewölkt
2020-05-18 18:15:53 hfc20_day_of_week Mi, 07:00
2020-05-18 18:15:53 hfc20_high_c 15
2020-05-18 18:15:53 hfc20_humidity 77
2020-05-18 18:15:53 hfc20_icon cloudy
2020-05-18 18:15:53 hfc20_iconAPI 03d
2020-05-18 18:15:53 hfc20_low_c 15
2020-05-18 18:15:53 hfc20_pressure 1020
2020-05-18 18:15:53 hfc20_pubDate Mi, 20 Mai 2020 07:00
2020-05-14 17:02:02 hfc20_rain3h 0.38
2020-03-27 18:28:03 hfc20_snow3h 0.24
2020-05-18 18:15:53 hfc20_tempHigh 15
2020-05-18 18:15:53 hfc20_tempLow 15
2020-05-18 18:15:53 hfc20_temp_c 15
2020-05-18 18:15:53 hfc20_temperature 15
2020-05-18 18:15:53 hfc20_wind 7
2020-05-18 18:15:53 hfc20_wind_speed 7
2020-05-18 18:15:53 hfc21_cloudCover 90
2020-05-18 18:15:53 hfc21_code 28
2020-05-18 18:15:53 hfc21_condition Bedeckt
2020-05-18 18:15:53 hfc21_day_of_week Mi, 10:00
2020-05-18 18:15:53 hfc21_high_c 16
2020-05-18 18:15:53 hfc21_humidity 73
2020-05-18 18:15:53 hfc21_icon mostlycloudy
2020-05-18 18:15:53 hfc21_iconAPI 04d
2020-05-18 18:15:53 hfc21_low_c 16
2020-05-18 18:15:53 hfc21_pressure 1020
2020-05-18 18:15:53 hfc21_pubDate Mi, 20 Mai 2020 10:00
2020-05-13 07:02:00 hfc21_rain3h 2.57
2020-05-10 17:01:54 hfc21_snow3h 0.26
2020-05-18 18:15:53 hfc21_tempHigh 16
2020-05-18 18:15:53 hfc21_tempLow 16
2020-05-18 18:15:53 hfc21_temp_c 16
2020-05-18 18:15:53 hfc21_temperature 16
2020-05-18 18:15:53 hfc21_wind 3
2020-05-18 18:15:53 hfc21_wind_speed 3
2020-05-18 18:15:53 hfc22_cloudCover 94
2020-05-18 18:15:53 hfc22_code 35
2020-05-18 18:15:53 hfc22_condition Leichter Regen
2020-05-18 18:15:53 hfc22_day_of_week Mi, 13:00
2020-05-18 18:15:53 hfc22_high_c 17
2020-05-18 18:15:53 hfc22_humidity 73
2020-05-18 18:15:53 hfc22_icon heavyrain
2020-05-18 18:15:53 hfc22_iconAPI 10d
2020-05-18 18:15:53 hfc22_low_c 17
2020-05-18 18:15:53 hfc22_pressure 1019
2020-05-18 18:15:53 hfc22_pubDate Mi, 20 Mai 2020 13:00
2020-05-18 18:15:53 hfc22_rain3h 0.37
2020-04-11 10:58:32 hfc22_snow3h 2.73
2020-05-18 18:15:53 hfc22_tempHigh 17
2020-05-18 18:15:53 hfc22_tempLow 17
2020-05-18 18:15:53 hfc22_temp_c 17
2020-05-18 18:15:53 hfc22_temperature 17
2020-05-18 18:15:53 hfc22_wind 5
2020-05-18 18:15:53 hfc22_wind_speed 5
2020-05-18 18:15:53 hfc23_cloudCover 93
2020-05-18 18:15:53 hfc23_code 35
2020-05-18 18:15:53 hfc23_condition Leichter Regen
2020-05-18 18:15:53 hfc23_day_of_week Mi, 16:00
2020-05-18 18:15:53 hfc23_high_c 18
2020-05-18 18:15:53 hfc23_humidity 69
2020-05-18 18:15:53 hfc23_icon heavyrain
2020-05-18 18:15:53 hfc23_iconAPI 10d
2020-05-18 18:15:53 hfc23_low_c 18
2020-05-18 18:15:53 hfc23_pressure 1018
2020-05-18 18:15:53 hfc23_pubDate Mi, 20 Mai 2020 16:00
2020-05-18 18:15:53 hfc23_rain3h 0.17
2020-04-11 10:58:32 hfc23_snow3h 0.2
2020-05-18 18:15:53 hfc23_tempHigh 18
2020-05-18 18:15:53 hfc23_tempLow 18
2020-05-18 18:15:53 hfc23_temp_c 18
2020-05-18 18:15:53 hfc23_temperature 18
2020-05-18 18:15:53 hfc23_wind 5
2020-05-18 18:15:53 hfc23_wind_speed 5
2020-05-18 18:15:53 hfc24_cloudCover 73
2020-05-18 18:15:53 hfc24_code 26
2020-05-18 18:15:53 hfc24_condition Überwiegend bewölkt
2020-05-18 18:15:53 hfc24_day_of_week Mi, 19:00
2020-05-18 18:15:53 hfc24_high_c 16
2020-05-18 18:15:53 hfc24_humidity 78
2020-05-18 18:15:53 hfc24_icon cloudy
2020-05-18 18:15:53 hfc24_iconAPI 04d
2020-05-18 18:15:53 hfc24_low_c 16
2020-05-18 18:15:53 hfc24_pressure 1019
2020-05-18 18:15:53 hfc24_pubDate Mi, 20 Mai 2020 19:00
2020-05-17 20:15:52 hfc24_rain3h 0.22
2020-04-11 06:58:31 hfc24_snow3h 2.73
2020-05-18 18:15:53 hfc24_tempHigh 16
2020-05-18 18:15:53 hfc24_tempLow 16
2020-05-18 18:15:53 hfc24_temp_c 16
2020-05-18 18:15:53 hfc24_temperature 16
2020-05-18 18:15:53 hfc24_wind 4
2020-05-18 18:15:53 hfc24_wind_speed 4
2020-05-18 18:15:53 hfc25_cloudCover 64
2020-05-18 18:15:53 hfc25_code 26
2020-05-18 18:15:53 hfc25_condition Überwiegend bewölkt
2020-05-18 18:15:53 hfc25_day_of_week Mi, 22:00
2020-05-18 18:15:53 hfc25_high_c 12
2020-05-18 18:15:53 hfc25_humidity 85
2020-05-18 18:15:53 hfc25_icon cloudy
2020-05-18 18:15:53 hfc25_iconAPI 04n
2020-05-18 18:15:53 hfc25_low_c 12
2020-05-18 18:15:53 hfc25_pressure 1021
2020-05-18 18:15:53 hfc25_pubDate Mi, 20 Mai 2020 22:00
2020-05-17 16:15:51 hfc25_rain3h 0.3
2020-04-11 06:58:31 hfc25_snow3h 0.2
2020-05-18 18:15:53 hfc25_tempHigh 12
2020-05-18 18:15:53 hfc25_tempLow 12
2020-05-18 18:15:53 hfc25_temp_c 12
2020-05-18 18:15:53 hfc25_temperature 12
2020-05-18 18:15:53 hfc25_wind 7
2020-05-18 18:15:53 hfc25_wind_speed 7
2020-05-18 18:15:53 hfc26_cloudCover 42
2020-05-18 18:15:53 hfc26_code 26
2020-05-18 18:15:53 hfc26_condition Mäßig bewölkt
2020-05-18 18:15:53 hfc26_day_of_week Do, 01:00
2020-05-18 18:15:53 hfc26_high_c 10
2020-05-18 18:15:53 hfc26_humidity 90
2020-05-18 18:15:53 hfc26_icon cloudy
2020-05-18 18:15:53 hfc26_iconAPI 03n
2020-05-18 18:15:53 hfc26_low_c 10
2020-05-18 18:15:53 hfc26_pressure 1021
2020-05-18 18:15:53 hfc26_pubDate Do, 21 Mai 2020 01:00
2020-05-13 07:02:00 hfc26_rain3h 2.86
2020-04-11 02:58:30 hfc26_snow3h 2.96
2020-05-18 18:15:53 hfc26_tempHigh 10
2020-05-18 18:15:53 hfc26_tempLow 10
2020-05-18 18:15:53 hfc26_temp_c 10
2020-05-18 18:15:53 hfc26_temperature 10
2020-05-18 18:15:53 hfc26_wind 4
2020-05-18 18:15:53 hfc26_wind_speed 4
2020-05-18 18:15:53 hfc27_cloudCover 1
2020-05-18 18:15:53 hfc27_code 32
2020-05-18 18:15:53 hfc27_condition Klarer Himmel
2020-05-18 18:15:53 hfc27_day_of_week Do, 04:00
2020-05-18 18:15:53 hfc27_high_c 9
2020-05-18 18:15:53 hfc27_humidity 90
2020-05-18 18:15:53 hfc27_icon sunny
2020-05-18 18:15:53 hfc27_iconAPI 01n
2020-05-18 18:15:53 hfc27_low_c 9
2020-05-18 18:15:53 hfc27_pressure 1022
2020-05-18 18:15:53 hfc27_pubDate Do, 21 Mai 2020 04:00
2020-05-13 07:02:00 hfc27_rain3h 1.16
2020-04-11 02:58:30 hfc27_snow3h 0.6
2020-05-18 18:15:53 hfc27_tempHigh 9
2020-05-18 18:15:53 hfc27_tempLow 9
2020-05-18 18:15:53 hfc27_temp_c 9
2020-05-18 18:15:53 hfc27_temperature 9
2020-05-18 18:15:53 hfc27_wind 4
2020-05-18 18:15:53 hfc27_wind_speed 4
2020-05-18 18:15:53 hfc28_cloudCover 1
2020-05-18 18:15:53 hfc28_code 32
2020-05-18 18:15:53 hfc28_condition Klarer Himmel
2020-05-18 18:15:53 hfc28_day_of_week Do, 07:00
2020-05-18 18:15:53 hfc28_high_c 14
2020-05-18 18:15:53 hfc28_humidity 76
2020-05-18 18:15:53 hfc28_icon sunny
2020-05-18 18:15:53 hfc28_iconAPI 01d
2020-05-18 18:15:53 hfc28_low_c 14
2020-05-18 18:15:53 hfc28_pressure 1021
2020-05-18 18:15:53 hfc28_pubDate Do, 21 Mai 2020 07:00
2020-05-13 07:02:00 hfc28_rain3h 0.23
2020-03-27 02:28:00 hfc28_snow3h 0.6
2020-05-18 18:15:53 hfc28_tempHigh 14
2020-05-18 18:15:53 hfc28_tempLow 14
2020-05-18 18:15:53 hfc28_temp_c 14
2020-05-18 18:15:53 hfc28_temperature 14
2020-05-18 18:15:53 hfc28_wind 1
2020-05-18 18:15:53 hfc28_wind_speed 1
2020-05-18 18:15:53 hfc29_cloudCover 38
2020-05-18 18:15:53 hfc29_code 26
2020-05-18 18:15:53 hfc29_condition Mäßig bewölkt
2020-05-18 18:15:53 hfc29_day_of_week Do, 10:00
2020-05-18 18:15:53 hfc29_high_c 18
2020-05-18 18:15:53 hfc29_humidity 61
2020-05-18 18:15:53 hfc29_icon cloudy
2020-05-18 18:15:53 hfc29_iconAPI 03d
2020-05-18 18:15:53 hfc29_low_c 18
2020-05-18 18:15:53 hfc29_pressure 1021
2020-05-18 18:15:53 hfc29_pubDate Do, 21 Mai 2020 10:00
2020-05-13 07:02:00 hfc29_rain3h 0.76
2020-03-27 02:28:00 hfc29_snow3h 0.37
2020-05-18 18:15:53 hfc29_tempHigh 18
2020-05-18 18:15:53 hfc29_tempLow 18
2020-05-18 18:15:53 hfc29_temp_c 18
2020-05-18 18:15:53 hfc29_temperature 18
2020-05-18 18:15:53 hfc29_wind 4
2020-05-18 18:15:53 hfc29_wind_speed 4
2020-05-18 18:15:53 hfc2_cloudCover 8
2020-05-18 18:15:53 hfc2_code 32
2020-05-18 18:15:53 hfc2_condition Klarer Himmel
2020-05-18 18:15:53 hfc2_day_of_week Mo, 01:00
2020-05-18 18:15:53 hfc2_high_c 10
2020-05-18 18:15:53 hfc2_humidity 75
2020-05-18 18:15:53 hfc2_icon sunny
2020-05-18 18:15:53 hfc2_iconAPI 01n
2020-05-18 18:15:53 hfc2_low_c 9
2020-05-18 18:15:53 hfc2_pressure 1024
2020-05-18 18:15:53 hfc2_pubDate Mo, 18 Mai 2020 01:00
2020-05-15 14:35:30 hfc2_rain3h 0.35
2020-04-14 06:12:47 hfc2_snow3h 0.16
2020-05-18 18:15:53 hfc2_tempHigh 10
2020-05-18 18:15:53 hfc2_tempLow 9
2020-05-18 18:15:53 hfc2_temp_c 10
2020-05-18 18:15:53 hfc2_temperature 10
2020-05-18 18:15:53 hfc2_wind 3
2020-05-18 18:15:53 hfc2_wind_speed 3
2020-05-18 18:15:53 hfc30_cloudCover 54
2020-05-18 18:15:53 hfc30_code 35
2020-05-18 18:15:53 hfc30_condition Leichter Regen
2020-05-18 18:15:53 hfc30_day_of_week Do, 13:00
2020-05-18 18:15:53 hfc30_high_c 20
2020-05-18 18:15:53 hfc30_humidity 56
2020-05-18 18:15:53 hfc30_icon heavyrain
2020-05-18 18:15:53 hfc30_iconAPI 10d
2020-05-18 18:15:53 hfc30_low_c 20
2020-05-18 18:15:53 hfc30_pressure 1020
2020-05-18 18:15:53 hfc30_pubDate Do, 21 Mai 2020 13:00
2020-05-18 18:15:53 hfc30_rain3h 0.18
2020-03-28 02:28:05 hfc30_snow3h 0.17
2020-05-18 18:15:53 hfc30_tempHigh 20
2020-05-18 18:15:53 hfc30_tempLow 20
2020-05-18 18:15:53 hfc30_temp_c 20
2020-05-18 18:15:53 hfc30_temperature 20
2020-05-18 18:15:53 hfc30_wind 5
2020-05-18 18:15:53 hfc30_wind_speed 5
2020-05-18 18:15:53 hfc31_cloudCover 40
2020-05-18 18:15:53 hfc31_code 26
2020-05-18 18:15:53 hfc31_condition Mäßig bewölkt
2020-05-18 18:15:53 hfc31_day_of_week Do, 16:00
2020-05-18 18:15:53 hfc31_high_c 21
2020-05-18 18:15:53 hfc31_humidity 54
2020-05-18 18:15:53 hfc31_icon cloudy
2020-05-18 18:15:53 hfc31_iconAPI 03d
2020-05-18 18:15:53 hfc31_low_c 21
2020-05-18 18:15:53 hfc31_pressure 1019
2020-05-18 18:15:53 hfc31_pubDate Do, 21 Mai 2020 16:00
2020-05-15 22:35:31 hfc31_rain3h 3.05
2020-04-10 10:58:28 hfc31_snow3h 1.45
2020-05-18 18:15:53 hfc31_tempHigh 21
2020-05-18 18:15:53 hfc31_tempLow 21
2020-05-18 18:15:53 hfc31_temp_c 21
2020-05-18 18:15:53 hfc31_temperature 21
2020-05-18 18:15:53 hfc31_wind 4
2020-05-18 18:15:53 hfc31_wind_speed 4
2020-05-18 18:15:53 hfc32_cloudCover 22
2020-05-18 18:15:53 hfc32_code 30
2020-05-18 18:15:53 hfc32_condition Ein paar Wolken
2020-05-18 18:15:53 hfc32_day_of_week Do, 19:00
2020-05-18 18:15:53 hfc32_high_c 17
2020-05-18 18:15:53 hfc32_humidity 72
2020-05-18 18:15:53 hfc32_icon partly_cloudy
2020-05-18 18:15:53 hfc32_iconAPI 02d
2020-05-18 18:15:53 hfc32_low_c 17
2020-05-18 18:15:53 hfc32_pressure 1020
2020-05-18 18:15:53 hfc32_pubDate Do, 21 Mai 2020 19:00
2020-05-15 22:35:31 hfc32_rain3h 1.69
2020-04-10 10:58:28 hfc32_snow3h 0.72
2020-05-18 18:15:53 hfc32_tempHigh 17
2020-05-18 18:15:53 hfc32_tempLow 17
2020-05-18 18:15:53 hfc32_temp_c 17
2020-05-18 18:15:53 hfc32_temperature 17
2020-05-18 18:15:53 hfc32_wind 1
2020-05-18 18:15:53 hfc32_wind_speed 1
2020-05-18 18:15:53 hfc33_cloudCover 58
2020-05-18 18:15:53 hfc33_code 26
2020-05-18 18:15:53 hfc33_condition Überwiegend bewölkt
2020-05-18 18:15:53 hfc33_day_of_week Do, 22:00
2020-05-18 18:15:53 hfc33_high_c 15
2020-05-18 18:15:53 hfc33_humidity 78
2020-05-18 18:15:53 hfc33_icon cloudy
2020-05-18 18:15:53 hfc33_iconAPI 04n
2020-05-18 18:15:53 hfc33_low_c 15
2020-05-18 18:15:53 hfc33_pressure 1022
2020-05-18 18:15:53 hfc33_pubDate Do, 21 Mai 2020 22:00
2020-05-15 22:35:31 hfc33_rain3h 0.18
2020-04-10 06:58:27 hfc33_snow3h 1.45
2020-05-18 18:15:53 hfc33_tempHigh 15
2020-05-18 18:15:53 hfc33_tempLow 15
2020-05-18 18:15:53 hfc33_temp_c 15
2020-05-18 18:15:53 hfc33_temperature 15
2020-05-18 18:15:53 hfc33_wind 2
2020-05-18 18:15:53 hfc33_wind_speed 2
2020-05-18 18:15:53 hfc34_cloudCover 73
2020-05-18 18:15:53 hfc34_code 26
2020-05-18 18:15:53 hfc34_condition Überwiegend bewölkt
2020-05-18 18:15:53 hfc34_day_of_week Fr, 01:00
2020-05-18 18:15:53 hfc34_high_c 12
2020-05-18 18:15:53 hfc34_humidity 87
2020-05-18 18:15:53 hfc34_icon cloudy
2020-05-18 18:15:53 hfc34_iconAPI 04n
2020-05-18 18:15:53 hfc34_low_c 12
2020-05-18 18:15:53 hfc34_pressure 1022
2020-05-18 18:15:53 hfc34_pubDate Fr, 22 Mai 2020 01:00
2020-05-15 18:35:30 hfc34_rain3h 1.69
2020-04-10 06:58:27 hfc34_snow3h 0.72
2020-05-18 18:15:53 hfc34_tempHigh 12
2020-05-18 18:15:53 hfc34_tempLow 12
2020-05-18 18:15:53 hfc34_temp_c 12
2020-05-18 18:15:53 hfc34_temperature 12
2020-05-18 18:15:53 hfc34_wind 3
2020-05-18 18:15:53 hfc34_wind_speed 3
2020-05-18 18:15:53 hfc35_cloudCover 99
2020-05-18 18:15:53 hfc35_code 28
2020-05-18 18:15:53 hfc35_condition Bedeckt
2020-05-18 18:15:53 hfc35_day_of_week Fr, 04:00
2020-05-18 18:15:53 hfc35_high_c 11
2020-05-18 18:15:53 hfc35_humidity 88
2020-05-18 18:15:53 hfc35_icon mostlycloudy
2020-05-18 18:15:53 hfc35_iconAPI 04n
2020-05-18 18:15:53 hfc35_low_c 11
2020-05-18 18:15:53 hfc35_pressure 1022
2020-05-18 18:15:53 hfc35_pubDate Fr, 22 Mai 2020 04:00
2020-05-15 18:35:30 hfc35_rain3h 0.18
2020-04-10 02:58:26 hfc35_snow3h 0.78
2020-05-18 18:15:53 hfc35_tempHigh 11
2020-05-18 18:15:53 hfc35_tempLow 11
2020-05-18 18:15:53 hfc35_temp_c 11
2020-05-18 18:15:53 hfc35_temperature 11
2020-05-18 18:15:53 hfc35_wind 1
2020-05-18 18:15:53 hfc35_wind_speed 1
2020-05-18 18:15:53 hfc36_cloudCover 99
2020-05-18 18:15:53 hfc36_code 28
2020-05-18 18:15:53 hfc36_condition Bedeckt
2020-05-18 18:15:53 hfc36_day_of_week Fr, 07:00
2020-05-18 18:15:53 hfc36_high_c 15
2020-05-18 18:15:53 hfc36_humidity 80
2020-05-18 18:15:53 hfc36_icon mostlycloudy
2020-05-18 18:15:53 hfc36_iconAPI 04d
2020-05-18 18:15:53 hfc36_low_c 15
2020-05-18 18:15:53 hfc36_pressure 1022
2020-05-18 18:15:53 hfc36_pubDate Fr, 22 Mai 2020 07:00
2020-05-15 14:35:30 hfc36_rain3h 0.56
2020-04-10 02:58:26 hfc36_snow3h 0.16
2020-05-18 18:15:53 hfc36_tempHigh 15
2020-05-18 18:15:53 hfc36_tempLow 15
2020-05-18 18:15:53 hfc36_temp_c 15
2020-05-18 18:15:53 hfc36_temperature 15
2020-05-18 18:15:53 hfc36_wind 3
2020-05-18 18:15:53 hfc36_wind_speed 3
2020-05-18 18:15:53 hfc37_cloudCover 31
2020-05-18 18:15:53 hfc37_code 26
2020-05-18 18:15:53 hfc37_condition Mäßig bewölkt
2020-05-18 18:15:53 hfc37_day_of_week Fr, 10:00
2020-05-18 18:15:53 hfc37_high_c 21
2020-05-18 18:15:53 hfc37_humidity 59
2020-05-18 18:15:53 hfc37_icon cloudy
2020-05-18 18:15:53 hfc37_iconAPI 03d
2020-05-18 18:15:53 hfc37_low_c 21
2020-05-18 18:15:53 hfc37_pressure 1022
2020-05-18 18:15:53 hfc37_pubDate Fr, 22 Mai 2020 10:00
2020-05-15 14:35:30 hfc37_rain3h 0.46
2020-03-30 15:28:15 hfc37_snow3h 0.21
2020-05-18 18:15:53 hfc37_tempHigh 21
2020-05-18 18:15:53 hfc37_tempLow 21
2020-05-18 18:15:53 hfc37_temp_c 21
2020-05-18 18:15:53 hfc37_temperature 21
2020-05-18 18:15:53 hfc37_wind 4
2020-05-18 18:15:53 hfc37_wind_speed 4
2020-05-18 18:15:53 hfc38_cloudCover 22
2020-05-18 18:15:53 hfc38_code 30
2020-05-18 18:15:53 hfc38_condition Ein paar Wolken
2020-05-18 18:15:53 hfc38_day_of_week Fr, 13:00
2020-05-18 18:15:53 hfc38_high_c 24
2020-05-18 18:15:53 hfc38_humidity 47
2020-05-18 18:15:53 hfc38_icon partly_cloudy
2020-05-18 18:15:53 hfc38_iconAPI 02d
2020-05-18 18:15:53 hfc38_low_c 24
2020-05-18 18:15:53 hfc38_pressure 1020
2020-05-18 18:15:53 hfc38_pubDate Fr, 22 Mai 2020 13:00
2020-05-15 14:35:30 hfc38_rain3h 0.39
2020-03-25 18:27:55 hfc38_snow3h 4.47
2020-05-18 18:15:53 hfc38_tempHigh 24
2020-05-18 18:15:53 hfc38_tempLow 24
2020-05-18 18:15:53 hfc38_temp_c 24
2020-05-18 18:15:53 hfc38_temperature 24
2020-05-18 18:15:53 hfc38_wind 8
2020-05-18 18:15:53 hfc38_wind_speed 8
2020-05-18 18:15:53 hfc39_cloudCover 33
2020-05-18 18:15:53 hfc39_code 26
2020-05-18 18:15:53 hfc39_condition Mäßig bewölkt
2020-05-18 18:15:53 hfc39_day_of_week Fr, 16:00
2020-05-18 18:15:53 hfc39_high_c 24
2020-05-18 18:15:53 hfc39_humidity 48
2020-05-18 18:15:53 hfc39_icon cloudy
2020-05-18 18:15:53 hfc39_iconAPI 03d
2020-05-18 18:15:53 hfc39_low_c 24
2020-05-18 18:15:53 hfc39_pressure 1020
2020-05-18 18:15:53 hfc39_pubDate Fr, 22 Mai 2020 16:00
2020-05-15 06:35:28 hfc39_rain3h 3.58
2020-03-30 03:28:13 hfc39_snow3h 0.11
2020-05-18 18:15:53 hfc39_tempHigh 24
2020-05-18 18:15:53 hfc39_tempLow 24
2020-05-18 18:15:53 hfc39_temp_c 24
2020-05-18 18:15:53 hfc39_temperature 24
2020-05-18 18:15:53 hfc39_wind 10
2020-05-18 18:15:53 hfc39_wind_speed 10
2020-05-18 18:15:53 hfc3_cloudCover 1
2020-05-18 18:15:53 hfc3_code 32
2020-05-18 18:15:53 hfc3_condition Klarer Himmel
2020-05-18 18:15:53 hfc3_day_of_week Mo, 04:00
2020-05-18 18:15:53 hfc3_high_c 8
2020-05-18 18:15:53 hfc3_humidity 83
2020-05-18 18:15:53 hfc3_icon sunny
2020-05-18 18:15:53 hfc3_iconAPI 01n
2020-05-18 18:15:53 hfc3_low_c 7
2020-05-18 18:15:53 hfc3_pressure 1024
2020-05-18 18:15:53 hfc3_pubDate Mo, 18 Mai 2020 04:00
2020-05-15 10:35:29 hfc3_rain3h 1.23
2020-04-14 02:12:47 hfc3_snow3h 0.18
2020-05-18 18:15:53 hfc3_tempHigh 8
2020-05-18 18:15:53 hfc3_tempLow 7
2020-05-18 18:15:53 hfc3_temp_c 8
2020-05-18 18:15:53 hfc3_temperature 8
2020-05-18 18:15:53 hfc3_wind 3
2020-05-18 18:15:53 hfc3_wind_speed 3
2020-05-18 18:15:53 hfc40_cloudCover 67
2020-05-18 18:15:53 hfc40_code 26
2020-05-18 18:15:53 hfc40_condition Überwiegend bewölkt
2020-05-18 18:15:53 hfc40_day_of_week Fr, 19:00
2020-05-18 18:15:53 hfc40_high_c 20
2020-05-18 18:15:53 hfc40_humidity 70
2020-05-18 18:15:53 hfc40_icon cloudy
2020-05-18 18:15:53 hfc40_iconAPI 04d
2020-05-18 18:15:53 hfc40_low_c 20
2020-05-18 18:15:53 hfc40_pressure 1021
2020-05-18 18:15:53 hfc40_pubDate Fr, 22 Mai 2020 19:00
2020-05-15 02:35:28 hfc40_rain3h 0.54
2020-03-30 03:28:13 hfc40_snow3h 0.2
2020-05-18 18:15:53 hfc40_tempHigh 20
2020-05-18 18:15:53 hfc40_tempLow 20
2020-05-18 18:15:53 hfc40_temp_c 20
2020-05-18 18:15:53 hfc40_temperature 20
2020-05-18 18:15:53 hfc40_wind 7
2020-05-18 18:15:53 hfc40_wind_speed 7
2020-05-18 18:15:53 hfc4_cloudCover 0
2020-05-18 18:15:53 hfc4_code 32
2020-05-18 18:15:53 hfc4_condition Klarer Himmel
2020-05-18 18:15:53 hfc4_day_of_week Mo, 07:00
2020-05-18 18:15:53 hfc4_high_c 13
2020-05-18 18:15:53 hfc4_humidity 71
2020-05-18 18:15:53 hfc4_icon sunny
2020-05-18 18:15:53 hfc4_iconAPI 01d
2020-05-18 18:15:53 hfc4_low_c 13
2020-05-18 18:15:53 hfc4_pressure 1024
2020-05-18 18:15:53 hfc4_pubDate Mo, 18 Mai 2020 07:00
2020-05-15 06:35:28 hfc4_rain3h 3.07
2020-04-13 22:12:46 hfc4_snow3h 0.1
2020-05-18 18:15:53 hfc4_tempHigh 13
2020-05-18 18:15:53 hfc4_tempLow 13
2020-05-18 18:15:53 hfc4_temp_c 13
2020-05-18 18:15:53 hfc4_temperature 13
2020-05-18 18:15:53 hfc4_wind 1
2020-05-18 18:15:53 hfc4_wind_speed 1
2020-05-18 18:15:53 hfc5_cloudCover 0
2020-05-18 18:15:53 hfc5_code 32
2020-05-18 18:15:53 hfc5_condition Klarer Himmel
2020-05-18 18:15:53 hfc5_day_of_week Mo, 10:00
2020-05-18 18:15:53 hfc5_high_c 19
2020-05-18 18:15:53 hfc5_humidity 55
2020-05-18 18:15:53 hfc5_icon sunny
2020-05-18 18:15:53 hfc5_iconAPI 01d
2020-05-18 18:15:53 hfc5_low_c 19
2020-05-18 18:15:53 hfc5_pressure 1023
2020-05-18 18:15:53 hfc5_pubDate Mo, 18 Mai 2020 10:00
2020-05-15 06:35:28 hfc5_rain3h 1.23
2020-04-13 16:58:40 hfc5_snow3h 0.18
2020-05-18 18:15:53 hfc5_tempHigh 19
2020-05-18 18:15:53 hfc5_tempLow 19
2020-05-18 18:15:53 hfc5_temp_c 19
2020-05-18 18:15:53 hfc5_temperature 19
2020-05-18 18:15:53 hfc5_wind 4
2020-05-18 18:15:53 hfc5_wind_speed 4
2020-05-18 18:15:53 hfc6_cloudCover 0
2020-05-18 18:15:53 hfc6_code 32
2020-05-18 18:15:53 hfc6_condition Klarer Himmel
2020-05-18 18:15:53 hfc6_day_of_week Mo, 13:00
2020-05-18 18:15:53 hfc6_high_c 22
2020-05-18 18:15:53 hfc6_humidity 43
2020-05-18 18:15:53 hfc6_icon sunny
2020-05-18 18:15:53 hfc6_iconAPI 01d
2020-05-18 18:15:53 hfc6_low_c 22
2020-05-18 18:15:53 hfc6_pressure 1022
2020-05-18 18:15:53 hfc6_pubDate Mo, 18 Mai 2020 13:00
2020-05-15 02:35:28 hfc6_rain3h 0.36
2020-04-13 16:58:40 hfc6_snow3h 0.1
2020-05-18 18:15:53 hfc6_tempHigh 22
2020-05-18 18:15:53 hfc6_tempLow 22
2020-05-18 18:15:53 hfc6_temp_c 22
2020-05-18 18:15:53 hfc6_temperature 22
2020-05-18 18:15:53 hfc6_wind 5
2020-05-18 18:15:53 hfc6_wind_speed 5
2020-05-18 18:15:53 hfc7_cloudCover 0
2020-05-18 18:15:53 hfc7_code 32
2020-05-18 18:15:53 hfc7_condition Klarer Himmel
2020-05-18 18:15:53 hfc7_day_of_week Mo, 16:00
2020-05-18 18:15:53 hfc7_high_c 22
2020-05-18 18:15:53 hfc7_humidity 46
2020-05-18 18:15:53 hfc7_icon sunny
2020-05-18 18:15:53 hfc7_iconAPI 01d
2020-05-18 18:15:53 hfc7_low_c 22
2020-05-18 18:15:53 hfc7_pressure 1020
2020-05-18 18:15:53 hfc7_pubDate Mo, 18 Mai 2020 16:00
2020-05-14 22:35:27 hfc7_rain3h 0.98
2020-04-13 14:58:40 hfc7_snow3h 0.17
2020-05-18 18:15:53 hfc7_tempHigh 22
2020-05-18 18:15:53 hfc7_tempLow 22
2020-05-18 18:15:53 hfc7_temp_c 22
2020-05-18 18:15:53 hfc7_temperature 22
2020-05-18 18:15:53 hfc7_wind 7
2020-05-18 18:15:53 hfc7_wind_speed 7
2020-05-18 18:15:53 hfc8_cloudCover 0
2020-05-18 18:15:53 hfc8_code 32
2020-05-18 18:15:53 hfc8_condition Klarer Himmel
2020-05-18 18:15:53 hfc8_day_of_week Mo, 19:00
2020-05-18 18:15:53 hfc8_high_c 17
2020-05-18 18:15:53 hfc8_humidity 73
2020-05-18 18:15:53 hfc8_icon sunny
2020-05-18 18:15:53 hfc8_iconAPI 01d
2020-05-18 18:15:53 hfc8_low_c 17
2020-05-18 18:15:53 hfc8_pressure 1021
2020-05-18 18:15:53 hfc8_pubDate Mo, 18 Mai 2020 19:00
2020-05-14 17:02:02 hfc8_rain3h 0.98
2020-04-13 14:58:40 hfc8_snow3h 0.12
2020-05-18 18:15:53 hfc8_tempHigh 17
2020-05-18 18:15:53 hfc8_tempLow 17
2020-05-18 18:15:53 hfc8_temp_c 17
2020-05-18 18:15:53 hfc8_temperature 17
2020-05-18 18:15:53 hfc8_wind 7
2020-05-18 18:15:53 hfc8_wind_speed 7
2020-05-18 18:15:53 hfc9_cloudCover 0
2020-05-18 18:15:53 hfc9_code 32
2020-05-18 18:15:53 hfc9_condition Klarer Himmel
2020-05-18 18:15:53 hfc9_day_of_week Mo, 22:00
2020-05-18 18:15:53 hfc9_high_c 12
2020-05-18 18:15:53 hfc9_humidity 79
2020-05-18 18:15:53 hfc9_icon sunny
2020-05-18 18:15:53 hfc9_iconAPI 01n
2020-05-18 18:15:53 hfc9_low_c 12
2020-05-18 18:15:53 hfc9_pressure 1022
2020-05-18 18:15:53 hfc9_pubDate Mo, 18 Mai 2020 22:00
2020-05-14 17:02:02 hfc9_rain3h 0.21
2020-04-13 02:58:38 hfc9_snow3h 0.3
2020-05-18 18:15:53 hfc9_tempHigh 12
2020-05-18 18:15:53 hfc9_tempLow 12
2020-05-18 18:15:53 hfc9_temp_c 12
2020-05-18 18:15:53 hfc9_temperature 12
2020-05-18 18:15:53 hfc9_wind 5
2020-05-18 18:15:53 hfc9_wind_speed 5
2020-05-18 18:15:53 high_c 20
2020-05-18 18:15:53 humidity 37
2020-05-18 18:15:53 icon sunny
2020-05-18 18:15:53 iconAPI 01d
2020-05-18 18:15:53 lastError
2020-05-18 18:15:53 lat 48.32
2020-05-18 18:15:53 long 14.27
2020-05-18 18:15:53 low_c 13
2020-05-18 18:15:53 pressure 1021
2020-05-18 18:15:53 pubDate So, 17 Mai 2020 20:14
2020-05-18 18:15:53 state T: 18 °C F: 37 % W: 11 km/h P: 1021 hPa
2020-05-18 18:15:53 status ok
2020-05-18 18:15:53 sunriseTime So, 17 Mai 2020 05:20
2020-05-18 18:15:53 sunsetTime So, 17 Mai 2020 20:38
2020-05-18 18:15:53 tempFeelsLike_c 14
2020-05-18 18:15:53 tempHigh 20
2020-05-18 18:15:53 tempLow 13
2020-05-18 18:15:53 temp_c 18
2020-05-18 18:15:53 temperature 18
2020-05-18 18:15:53 validity up-to-date
2020-05-18 18:15:53 visibility 10000
2020-05-18 18:15:53 wind 11
2020-05-18 18:15:53 wind_condition Wind: W 11 km/h
2020-05-18 18:15:53 wind_direction 280
2020-05-18 18:15:53 wind_speed 11
fhem:
LOCATION 48.32,14.27
allowCache 1
interfaces temperature;humidity;wind
Attributes:
event-on-update-reading temperature,humidity,pressure,wind_speed,wind_chill,wind_direction
room Wettervorhersage
Hi reinhart....danke,
Achso..dann hast du zwar proplanta angelegt und openweather..aber für tabletui den code..der bezieht sich auf openweather..richtig?
Gruss
ja wird wohl so sein, ich habe mich ehrlich gesagt schon lange nicht mehr damit beschäftigt. Das List habe ich dir jetzt aus meinem Life System gepostet und hier funktioniert noch alles.
Du kennst ja den Spruch, "never touch a running system".
LG
Also per pn hab ich nix bekommen reinhart
Zitat von: Kusselin am 18 Mai 2020, 19:38:13
Also per pn hab ich nix bekommen reinhart
PN!?
Das list ist doch hier: https://forum.fhem.de/index.php/topic,111281.msg1055443.html#msg1055443
@Reinhart: evtl. solltest/wolltest du deinen API-Key "rausnehmen"...
Gruß, Joachim
Bringt nix :-( z Zt gibts keine Api bei Wetter.com :-(
Wieso willst du jetzt Wetter.com!?
Gruß, Joachim
weil das reinhart doch schreibt......openweather.....das ist doch wetter.com:
https://wiki.fhem.de/wiki/OPENWEATHER
Jaja...
EDIT: ich kenne/nutze ja auch nicht jedes Modul ;)
Aber warum soll das nicht gehen!?
Hast du dich registriert!?
EDIT: https://fhem.de/commandref_DE.html#OPENWEATHER
EDIT: Alternative anpassen des Tablet-UI Codes, suchen nach passendem Code... Ist eh besser zu verstehen WAS man tut als nur kopieren ohne zu verstehen... Irgendwann ändert sich was (in fhem oder "außenrum") und wenn dann nicht klar is was man gemacht hat -> "Essig"...
Gruß, Joachim
wenn ich mich bei wetter.com registriere finde ich keine Seite mit Projektverwaltung zum erstellen des API...und im Wiki stehts!
und muss das immer sein mit diesen Sticheleien..." Ist eh besser zu verstehen WAS man tut als nur kopieren ohne zu verstehen"
Echt..ich finds ja echt nett das Du/Ihr mir hier antwortest...aber immer mit diesen Beigeschmäckern......
Gruss
Hast du die commandref auch gelesen!?
Hast du dich registriert!?
Und wenn etwas eine "Sackgasse" ist/zu sein scheint, was bei "open source" schon mal (öfter) sein kann, muss man sich Alternativen suchen...
Dieser "Hinweis" darf ja wohl "erlaubt" sein...
Yahoo ist weg...
Und DarkSky (was ich aktuell nutze) wohl auch bald...
Daher wird halt nichts anderes übrig bleiben als flexibel zu sein...
...und das ist man halt einfacher, wenn man Dinge nutzt die man versteht oder sich aneignet...
Nur meine Meinung...
Gruß, Joachim
Zitat von: MadMax-FHEM am 18 Mai 2020, 22:54:54
Hast du die commandref auch gelesen!?
Hast du dich registriert!?
alles gemacht.....im Wiki steht doch das es zur Zeit keine API gibt. alles gut. Habs doch verstanden.
Gruss
Hmmm, wenn das (zurzeit) auch nicht geht, dann bleibt ja nur: anpassen oder noch was anderes versuchen (aber DarkSky ist auch keine Variante, weil "läuft [verm.] auch aus"...)
Viel Erfolg!
Gruß, Joachim
Danke Dir Joachim
Gerne.
Aber ich hab ja doch nix gemacht ;)
Gruß, Joachim