Hauptmenü

Doif Wait - Verständnisfrage

Begonnen von Xell1984, 06 August 2018, 06:56:09

Vorheriges Thema - Nächstes Thema

Xell1984

Guten Morgen,

Ich habe ein Verständnis Problem bei dem ersten wait für cmd_1. Das wait 60 wird nicht eingehalten, der Befehl wird sofort ausgelöst. Warum? Die anderen wait (zumindest der 1500 und die mit 2 Sekunden) funktionieren einwandfrei.

Gruß



Internals:
   DEF        (([?Rolladenautomatik] eq "Activ") and [RA.Beschattung_Ostseite_Manuell] eq "Inaktiv" and ([?RA.Windgeschwindkeit_zu_hoch] eq "Normal" ) and [?06:00-16:00|8] and ([TC_TWILIGHT:azimuth] >= 60 ) and ([TC_TWILIGHT:azimuth] <= 180 ) and [?WetterProplanta:fc0_tempMax] >= 20 and [{twilight("TC_TWILIGHT","sr","06:30","09:00")}|8] and ([WetterProplanta:weather] =~ /sonnig|heiter|klar|wolkig/))(set EZ.Jalousie dim 22, set RA.Beschattung_Esszimmer Aktiv)
DOELSEIF
(([?Rolladenautomatik] eq "Activ") and [RA.Beschattung_Ostseite_Manuell] eq "Inaktiv" and ([?RA.Windgeschwindkeit_zu_hoch] eq "Normal" ) and [?06:00-16:00|8] and ([TC_TWILIGHT:azimuth] >= 181) and ([TC_TWILIGHT:azimuth] <=310) and ([?WetterProplanta:fc0_tempMax] >= 20))(set EZ.Jalousie dim 99)(set RA.Beschattung_Esszimmer Inaktiv)
DOELSEIF
(([?Rolladenautomatik] eq "Activ") and [RA.Beschattung_Ostseite_Manuell] eq "Inaktiv" and ([?RA.Windgeschwindkeit_zu_hoch] eq "Normal" ) and [?07:00-16:00|7] and ([TC_TWILIGHT:azimuth] >= 60 ) and ([TC_TWILIGHT:azimuth] <= 180 ) and [?WetterProplanta:fc0_tempMax] >= 20 and [SZ.Jalousie] !~ /Runter|off/ and ([WetterProplanta:weather] =~ /sonnig|heiter|klar|wolkig/))(set EZ.Jalousie dim 22, set RA.Beschattung_Esszimmer Aktiv)
DOELSEIF
(([?Rolladenautomatik] eq "Activ") and [RA.Beschattung_Ostseite_Manuell] eq "Inaktiv" and [RA.Beschattung_Esszimmer] eq "Aktiv" and ([?RA.Windgeschwindkeit_zu_hoch] eq "Normal" ) and [?07:00-14:00|7] and ([TC_TWILIGHT:azimuth] >= 60) and ([TC_TWILIGHT:azimuth] <=180) and ([?WetterProplanta:fc0_tempMax] >= 20) and ([WetterProplanta:weather] !~ /sonnig|heiter|klar|wolkig/) )(set EZ.Jalousie dim 99, set RA.Beschattung_Esszimmer Inaktiv)
DOELSEIF
(([?Rolladenautomatik] eq "Activ") and [RA.Beschattung_Ostseite_Manuell] eq "Inaktiv" and [RA.Beschattung_Esszimmer] eq "Aktiv" and ([?RA.Windgeschwindkeit_zu_hoch] eq "Normal" ) and [?07:00-14:00|7] and ([TC_TWILIGHT:azimuth] >= 181) and ([TC_TWILIGHT:azimuth] <=310) and ([?WetterProplanta:fc0_tempMax] >= 20) and [RA.Beschattung_Esszimmer] eq "Aktiv")(set EZ.Jalousie dim 99, set RA.Beschattung_Esszimmer Inaktiv)
DOELSEIF
(([?Rolladenautomatik] eq "Activ") and [RA.Beschattung_Ostseite_Manuell] eq "Aktiv" and ([?RA.Windgeschwindkeit_zu_hoch] eq "Normal" ) and [?07:00-16:00] and ([TC_TWILIGHT:azimuth] >= 60 ) and ([TC_TWILIGHT:azimuth] <= 180 ))(set EZ.Jalousie dim 22, set RA.Beschattung_Esszimmer Aktiv)
DOELSEIF
(([?Rolladenautomatik] eq "Activ") and [RA.Beschattung_Ostseite_Manuell] eq "Aktiv" and ([?RA.Windgeschwindkeit_zu_hoch] eq "Normal" ) and [?07:00-16:00] and ([TC_TWILIGHT:azimuth] >= 181) and ([TC_TWILIGHT:azimuth] <=310))(set EZ.Jalousie dim 99, set RA.Beschattung_Esszimmer Inaktiv )
DOELSEIF
(([?Rolladenautomatik] eq "Activ") and ([?RA.Windgeschwindkeit_zu_hoch] eq "Normal" ) and [?16:00-03:00] and [EZ.Fenster_Links] eq "open" and [?JalousieAlle_AUT:state] =~ /cmd_4|cmd_5/ and ([EZ.Jalousie:state] =~ /off|Runter/) and [EZ.Jalousie:power] == 0 )(set EZ.Jalousie dim 22)
DOELSEIF
(([?Rolladenautomatik] eq "Activ") and ([?RA.Windgeschwindkeit_zu_hoch] eq "Normal" ) and [?16:00-03:00] and [EZ.Fenster_Links] eq "closed" and [?JalousieAlle_AUT:state] =~ /cmd_4|cmd_5/ and ([?EZ.Jalousie:state] !~ /off|Runter/) )(set EZ.Jalousie Runter)
DOELSEIF
([04:00])
   MODEL      FHEM
   NAME       EZ_AUT
   NR         250
   NTFY_ORDER 50-EZ_AUT
   STATE      cmd_1
   TYPE       DOIF
   READINGS:
     2018-08-06 06:41:18   Device          WetterProplanta
     2018-08-06 06:30:00   cmd             1
     2018-08-06 06:30:00   cmd_event       timer_3
     2018-08-06 06:30:00   cmd_nr          1
     2018-08-06 06:18:19   e_EZ.Fenster_Links_STATE closed
     2018-08-06 06:30:05   e_EZ.Jalousie_power 0.0 W
     2018-08-06 06:30:05   e_EZ.Jalousie_state dim 22
     2018-08-05 10:36:13   e_RA.Beschattung_Esszimmer_STATE Aktiv
     2018-08-05 09:23:17   e_RA.Beschattung_Ostseite_Manuell_STATE Inaktiv
     2018-08-06 06:30:24   e_SZ.Jalousie_STATE dim 99
     2018-08-06 06:41:00   e_TC_TWILIGHT_azimuth 70.56
     2018-08-06 06:41:18   e_WetterProplanta_weather sonnig
     2018-08-03 13:09:46   mode            enabled
     2018-08-06 06:30:00   state           cmd_1
     2018-08-05 16:00:00   timer_01_c01    06.08.2018 06:00:00|8
     2018-08-05 16:00:00   timer_02_c01    06.08.2018 16:00:00|8
     2018-08-06 06:30:00   timer_03_c01    07.08.2018 06:30:00|8
     2018-08-05 16:00:00   timer_04_c02    06.08.2018 06:00:00|8
     2018-08-05 16:00:00   timer_05_c02    06.08.2018 16:00:00|8
     2018-08-05 16:00:00   timer_06_c03    06.08.2018 07:00:00|7
     2018-08-05 16:00:00   timer_07_c03    06.08.2018 16:00:00|7
     2018-08-05 14:00:00   timer_08_c04    06.08.2018 07:00:00|7
     2018-08-05 14:00:00   timer_09_c04    06.08.2018 14:00:00|7
     2018-08-05 14:00:00   timer_10_c05    06.08.2018 07:00:00|7
     2018-08-05 14:00:00   timer_11_c05    06.08.2018 14:00:00|7
     2018-08-05 16:00:00   timer_12_c06    06.08.2018 07:00:00
     2018-08-05 16:00:00   timer_13_c06    06.08.2018 16:00:00
     2018-08-05 16:00:00   timer_14_c07    06.08.2018 07:00:00
     2018-08-05 16:00:00   timer_15_c07    06.08.2018 16:00:00
     2018-08-06 03:00:00   timer_16_c08    06.08.2018 16:00:00
     2018-08-06 03:00:00   timer_17_c08    07.08.2018 03:00:00
     2018-08-06 03:00:00   timer_18_c09    06.08.2018 16:00:00
     2018-08-06 03:00:00   timer_19_c09    07.08.2018 03:00:00
     2018-08-06 04:00:00   timer_20_c10    07.08.2018 04:00:00
     2018-08-05 22:46:11   wait_timer      no timer
   Regex:
   attr:
     cmdState:
     wait:
       0:
         60
       1:
         0
       2:
         60
       3:
         1500
       4:
         60
       5:
         0
       6:
         0
       7:
         2
       8:
         2
       9:
         0
     waitdel:
   condition:
     0          (InternalDoIf($hash,'Rolladenautomatik','STATE') eq "Activ") and InternalDoIf($hash,'RA.Beschattung_Ostseite_Manuell','STATE') eq "Inaktiv" and (InternalDoIf($hash,'RA.Windgeschwindkeit_zu_hoch','STATE') eq "Normal" ) and DOIF_time($hash,0,1,$wday,$hms,"8") and (ReadingValDoIf($hash,'TC_TWILIGHT','azimuth') >= 60 ) and (ReadingValDoIf($hash,'TC_TWILIGHT','azimuth') <= 180 ) and ReadingValDoIf($hash,'WetterProplanta','fc0_tempMax') >= 20 and DOIF_time_once($hash,2,$wday,"8") and (ReadingValDoIf($hash,'WetterProplanta','weather') =~ /sonnig|heiter|klar|wolkig/)
     1          (InternalDoIf($hash,'Rolladenautomatik','STATE') eq "Activ") and InternalDoIf($hash,'RA.Beschattung_Ostseite_Manuell','STATE') eq "Inaktiv" and (InternalDoIf($hash,'RA.Windgeschwindkeit_zu_hoch','STATE') eq "Normal" ) and DOIF_time($hash,3,4,$wday,$hms,"8") and (ReadingValDoIf($hash,'TC_TWILIGHT','azimuth') >= 181) and (ReadingValDoIf($hash,'TC_TWILIGHT','azimuth') <=310) and (ReadingValDoIf($hash,'WetterProplanta','fc0_tempMax') >= 20)
     2          (InternalDoIf($hash,'Rolladenautomatik','STATE') eq "Activ") and InternalDoIf($hash,'RA.Beschattung_Ostseite_Manuell','STATE') eq "Inaktiv" and (InternalDoIf($hash,'RA.Windgeschwindkeit_zu_hoch','STATE') eq "Normal" ) and DOIF_time($hash,5,6,$wday,$hms,"7") and (ReadingValDoIf($hash,'TC_TWILIGHT','azimuth') >= 60 ) and (ReadingValDoIf($hash,'TC_TWILIGHT','azimuth') <= 180 ) and ReadingValDoIf($hash,'WetterProplanta','fc0_tempMax') >= 20 and InternalDoIf($hash,'SZ.Jalousie','STATE') !~ /Runter|off/ and (ReadingValDoIf($hash,'WetterProplanta','weather') =~ /sonnig|heiter|klar|wolkig/)
     3          (InternalDoIf($hash,'Rolladenautomatik','STATE') eq "Activ") and InternalDoIf($hash,'RA.Beschattung_Ostseite_Manuell','STATE') eq "Inaktiv" and InternalDoIf($hash,'RA.Beschattung_Esszimmer','STATE') eq "Aktiv" and (InternalDoIf($hash,'RA.Windgeschwindkeit_zu_hoch','STATE') eq "Normal" ) and DOIF_time($hash,7,8,$wday,$hms,"7") and (ReadingValDoIf($hash,'TC_TWILIGHT','azimuth') >= 60) and (ReadingValDoIf($hash,'TC_TWILIGHT','azimuth') <=180) and (ReadingValDoIf($hash,'WetterProplanta','fc0_tempMax') >= 20) and (ReadingValDoIf($hash,'WetterProplanta','weather') !~ /sonnig|heiter|klar|wolkig/)
     4          (InternalDoIf($hash,'Rolladenautomatik','STATE') eq "Activ") and InternalDoIf($hash,'RA.Beschattung_Ostseite_Manuell','STATE') eq "Inaktiv" and InternalDoIf($hash,'RA.Beschattung_Esszimmer','STATE') eq "Aktiv" and (InternalDoIf($hash,'RA.Windgeschwindkeit_zu_hoch','STATE') eq "Normal" ) and DOIF_time($hash,9,10,$wday,$hms,"7") and (ReadingValDoIf($hash,'TC_TWILIGHT','azimuth') >= 181) and (ReadingValDoIf($hash,'TC_TWILIGHT','azimuth') <=310) and (ReadingValDoIf($hash,'WetterProplanta','fc0_tempMax') >= 20) and InternalDoIf($hash,'RA.Beschattung_Esszimmer','STATE') eq "Aktiv"
     5          (InternalDoIf($hash,'Rolladenautomatik','STATE') eq "Activ") and InternalDoIf($hash,'RA.Beschattung_Ostseite_Manuell','STATE') eq "Aktiv" and (InternalDoIf($hash,'RA.Windgeschwindkeit_zu_hoch','STATE') eq "Normal" ) and DOIF_time($hash,11,12,$wday,$hms) and (ReadingValDoIf($hash,'TC_TWILIGHT','azimuth') >= 60 ) and (ReadingValDoIf($hash,'TC_TWILIGHT','azimuth') <= 180 )
     6          (InternalDoIf($hash,'Rolladenautomatik','STATE') eq "Activ") and InternalDoIf($hash,'RA.Beschattung_Ostseite_Manuell','STATE') eq "Aktiv" and (InternalDoIf($hash,'RA.Windgeschwindkeit_zu_hoch','STATE') eq "Normal" ) and DOIF_time($hash,13,14,$wday,$hms) and (ReadingValDoIf($hash,'TC_TWILIGHT','azimuth') >= 181) and (ReadingValDoIf($hash,'TC_TWILIGHT','azimuth') <=310)
     7          (InternalDoIf($hash,'Rolladenautomatik','STATE') eq "Activ") and (InternalDoIf($hash,'RA.Windgeschwindkeit_zu_hoch','STATE') eq "Normal" ) and DOIF_time($hash,15,16,$wday,$hms) and InternalDoIf($hash,'EZ.Fenster_Links','STATE') eq "open" and ReadingValDoIf($hash,'JalousieAlle_AUT','state') =~ /cmd_4|cmd_5/ and (ReadingValDoIf($hash,'EZ.Jalousie','state') =~ /off|Runter/) and ReadingValDoIf($hash,'EZ.Jalousie','power') == 0
     8          (InternalDoIf($hash,'Rolladenautomatik','STATE') eq "Activ") and (InternalDoIf($hash,'RA.Windgeschwindkeit_zu_hoch','STATE') eq "Normal" ) and DOIF_time($hash,17,18,$wday,$hms) and InternalDoIf($hash,'EZ.Fenster_Links','STATE') eq "closed" and ReadingValDoIf($hash,'JalousieAlle_AUT','state') =~ /cmd_4|cmd_5/ and (ReadingValDoIf($hash,'EZ.Jalousie','state') !~ /off|Runter/)
     9          DOIF_time_once($hash,19,$wday)
   days:
     0          8
     1          8
     10         7
     2          8
     3          8
     4          8
     5          7
     6          7
     7          7
     8          7
     9          7
   devices:
     0           RA.Beschattung_Ostseite_Manuell TC_TWILIGHT WetterProplanta
     1           RA.Beschattung_Ostseite_Manuell TC_TWILIGHT
     2           RA.Beschattung_Ostseite_Manuell TC_TWILIGHT SZ.Jalousie WetterProplanta
     3           RA.Beschattung_Ostseite_Manuell RA.Beschattung_Esszimmer TC_TWILIGHT WetterProplanta
     4           RA.Beschattung_Ostseite_Manuell RA.Beschattung_Esszimmer TC_TWILIGHT
     5           RA.Beschattung_Ostseite_Manuell TC_TWILIGHT
     6           RA.Beschattung_Ostseite_Manuell TC_TWILIGHT
     7           EZ.Fenster_Links EZ.Jalousie
     8           EZ.Fenster_Links
     all         RA.Beschattung_Ostseite_Manuell TC_TWILIGHT WetterProplanta SZ.Jalousie RA.Beschattung_Esszimmer EZ.Fenster_Links EZ.Jalousie
   do:
     0:
       0          set EZ.Jalousie dim 22, set RA.Beschattung_Esszimmer Aktiv
     1:
       0          set EZ.Jalousie dim 99
       1          set RA.Beschattung_Esszimmer Inaktiv
     10:
     2:
       0          set EZ.Jalousie dim 22, set RA.Beschattung_Esszimmer Aktiv
     3:
       0          set EZ.Jalousie dim 99, set RA.Beschattung_Esszimmer Inaktiv
     4:
       0          set EZ.Jalousie dim 99, set RA.Beschattung_Esszimmer Inaktiv
     5:
       0          set EZ.Jalousie dim 22, set RA.Beschattung_Esszimmer Aktiv
     6:
       0          set EZ.Jalousie dim 99, set RA.Beschattung_Esszimmer Inaktiv
     7:
       0          set EZ.Jalousie dim 22
     8:
       0          set EZ.Jalousie Runter
     9:
       0         
   helper:
     event      fc5_rain18: 0,fc2_weather18: wolkig,fc9_weather: bedeckt,fc5_weather12: sonnig,fc5_weatherNight: klar,fc5_rain: 0,fc5_gust18: 7.2,fc13_moonRise: 15:53,fc1_weather18Icon: https://www.proplanta.de/wetterdaten/images/symbole/n2.gif,fc1_chOfRainDay: 0,fc5_weatherMorningIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc2_uv: 4,fc9_moonSet: 23:00,fc5_weather00: wolkig,fc5_temp03: 12,fc4_weatherMorningIcon: https://www.proplanta.de/wetterdaten/images/symbole/t2.gif,fc1_tempMax: 34,fc1_weather03: klar,fc4_weather06Icon: https://www.proplanta.de/wetterdaten/images/symbole/t2.gif,fc1_cloud21: 12.5,fc3_chOfRain18: 40,fc2_weather09Icon: https://www.proplanta.de/wetterdaten/images/symbole/t8.gif,fc4_moonRise: 04:25,fc2_gust21: 18,fc3_cloud18: 100,fc3_weather00: wolkig,fc0_wind03: 7.2,fc0_weatherMorningIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc1_chOfRain09: 0,fc4_weatherNight: heiter,fc5_weather12Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc5_rain09: 0,fc2_cloud03: 87.5,fc3_rad: 2.9,fc13_weather: sonnig,fc6_tempMin: 14,fc2_frost: 0,fc4_weather12: heiter,fc2_tempMin: 21,weatherIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc5_moonSet: 21:14,fc3_chOfRain09: 15,fc5_temp12: 23,fc7_moonRise: 08:31,fc6_windDir03: 162,fc3_temp00: 18,fc1_chOfRain21: 5,fc2_gust18: 25.2,fc6_weather21: klar,fc8_moonSet: 22:37,fc13_date: 19.08.2018,fc11_date: 17.08.2018,fc0_gust12: 14.4,fc1_rain21: 0,fc5_cloud09: 0,fc0_dew: 2,fc0_evapor: 3,fc3_weatherDayIcon: https://www.proplanta.de/wetterdaten/images/symbole/t6.gif,fc4_chOfRain09: 0,fc0_rain12: 0,fc5_chOfRain06: 0,fc4_windDir03: 219,fc2_weatherMorningIcon: https://www.proplanta.de/wetterdaten/images/symbole/t8.gif,fc4_rad: 6.6,fc4_temp09: 18,fc4_wind15: 21.6,fc0_gust21: 18,fc12_date: 18.08.2018,fc0_chOfRainNight: 0,fc2_wind00: 10.8,fc2_rain: 6.4,fc2_cloud09: 62.5,fc4_rain12: 0,fc2_windDir06: 254,fc6_temp09: 24,fc0_wind18: 7.2,fc3_weatherEveningIcon: https://www.proplanta.de/wetterdaten/images/symbole/n6.gif,fc6_weather15Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc3_weatherEvening: Regenschauer,fc5_weather21: klar,fc0_wind00: 7.2,fc5_wind03: 7.2,fc3_cloud03: 12.5,fc3_wind21: 14.4,fc5_gust06: 21.6,fc1_windDir18: 179,fc2_wind18: 14.4,fc6_weatherDayIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc1_cloud03: 0,fc5_wind15: 14.4,fc6_temp15: 27,fc0_windDir00: 84,fc2_weather15: wolkig,fc2_chOfRain00: 5,fc3_gust00: 10.8,fc0_temp06: 17,fc0_windDir06: 129,fc2_weatherNight: Regenschauer,fc6_temp12: 26,fc0_rad: 7.2,fc4_windDir21: 287,fc5_weatherDayIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc4_weatherNightIcon: https://www.proplanta.de/wetterdaten/images/symbole/n2.gif,fc1_cloud09: 0,fc0_gust06: 10.8,fc6_gust18: 10.8,fc4_rain: 0.1,fc6_gust00: 10.8,fc6_gust21: 25.2,fc4_wind09: 21.6,fc1_rain00: 0,fc0_weather18: klar,fc5_weather15Icon: https://www.proplanta.de/wetterdaten/images/symbole/t2.gif,fc0_date: 06.08.2018,fc2_chOfRainNight: 40,fc5_sun: 100,fc1_wind03: 10.8,fc5_weather03: klar,fc4_weather15Icon: https://www.proplanta.de/wetterdaten/images/symbole/t2.gif,fc5_wind09: 14.4,fc6_chOfRain06: 0,fc7_tempMin: 17,fc4_temp06: 15,fc2_wind15: 21.6,fc3_rain03: 0,fc11_tempMin: 12,fc4_tempMin: 14,fc2_windDir12: 244,fc10_weatherIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc4_weather18Icon: https://www.proplanta.de/wetterdaten/images/symbole/n3.gif,fc6_cloud03: 0,fc3_rain12: 0.8,fc12_moonRise: 14:47,fc1_dew: 0,fc1_temp00: 20,fc6_weather18Icon: https://www.proplanta.de/wetterdaten/images/symbole/n2.gif,fc0_temp18: 26,fc3_sun: 30,fc0_tempMin: 14,fc3_rain18: 0.8,fc3_weather06: wolkig,fc12_tempMin: 13,fc5_moonRise: 05:45,fc2_temp18: 26,fc12_weather: sonnig,fc2_chOfRain15: 10,fc1_temp09: 29,fc8_moonRise: 09:52,fc1_chOfRain15: 5,fc6_weather21Icon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif,fc5_date: 11.08.2018,fc6_gust15: 18,fc5_temp06: 14,fc0_weather06Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc1_temp06: 21,fc1_weather06Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc4_temp21: 15,fc4_weatherMorning: heiter,fc3_chOfRainNight: 15,fc6_windDir00: 163,fc2_temp09: 27,fc5_wind00: 7.2,fc2_weather00: heiter,fc4_rain03: 0.1,fc5_temp00: 13,fc5_gust03: 14.4,fc5_weatherDay: sonnig,fc1_cloud00: 0,fc5_weather18Icon: https://www.proplanta.de/wetterdaten/images/symbole/n2.gif,fc0_chOfRain18: 0,fc2_temp12: 31,fc4_temp00: 14,fc12_tempMax: 28,fc2_temp21: 21,fc2_temp06: 23,fc2_sun: 60,fc7_moonSet: 22:13,fc5_cloud06: 0,fc2_weatherDayIcon: https://www.proplanta.de/wetterdaten/images/symbole/t8.gif,fc10_moonSet: 23:23,fc5_weather06: sonnig,fc2_rain06: 3.4,fc1_rain09: 0,fc2_wind03: 14.4,fc10_tempMin: 14,fc6_windDir21: 153,fc2_cloud21: 100,fc6_rain15: 0,fc3_windDir15: 142,fc2_temp00: 24,fc2_chOfRain18: 10,fc0_weatherEvening: klar,fc0_weather12: sonnig,fc2_chOfRain06: 50,fc4_chOfRain12: 5,fc5_evapor: 3,fc0_frost: 0,fc3_wind12: 10.8,fc0_rain00: 0,fc1_cloud06: 0,fc5_windDir21: 138,fc0_chOfRain15: 0,fc0_weatherDay: sonnig,fc5_weather18: heiter,fc3_wind03: 3.6,fc5_wind06: 10.8,fc6_weather09: sonnig,fc4_weather21Icon: https://www.proplanta.de/wetterdaten/images/symbole/n3.gif,fc1_cloud12: 0,fc2_gust15: 28.8,fc6_rain12: 0,fc5_temp15: 23,fc3_gust03: 3.6,fc1_chOfRain03: 0,fc6_temp06: 16,fc1_weather06: sonnig,fc1_weather15: heiter,fc6_weatherMorningIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc4_windDir15: 254,fc4_dew: 3,fc6_date: 12.08.2018,fc3_weatherMorning: wolkig,fc3_gust21: 25.2,fc5_cloud21: 0,fc6_chOfRain09: 0,fc6_cloud06: 0,fc4_chOfRain15: 5,fc6_temp03: 15,fc4_evapor: 2,fc0_cloud06: 0,fc9_tempMin: 15,fc4_rain00: 0,fc4_moonSet: 20:35,fc4_wind21: 3.6,fc5_chOfRainNight: 0,fc1_gust15: 18,fc4_gust15: 32.4,fc4_gust12: 32.4,fc0_weather12Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc5_wind12: 14.4,fc2_rain18: 0,fc6_chOfRainDay: 0,fc5_wind21: 7.2,fc0_chOfRain06: 0,fc0_weather21: klar,windDir: 23,fc3_wind18: 25.2,fc3_cloud06: 37.5,fc3_windDir03: 48,fc2_gust00: 28.8,fc3_weather09Icon: https://www.proplanta.de/wetterdaten/images/symbole/t4.gif,fc6_weather12: sonnig,fc3_temp06: 19,fc0_rain03: 0,fc2_weather06Icon: https://www.proplanta.de/wetterdaten/images/symbole/t8.gif,fc0_rain09: 0,fc0_weather15: sonnig,fc0_temp03: 14,fc5_gust00: 14.4,fc2_weather12Icon: https://www.proplanta.de/wetterdaten/images/symbole/t3.gif,fc4_gust09: 32.4,fc2_gust09: 32.4,fc6_wind15: 10.8,fc6_moonRise: 07:08,fc7_weatherIcon: https://www.proplanta.de/wetterdaten/images/symbole/t3.gif,fc0_wind06: 7.2,fc3_weather06Icon: https://www.proplanta.de/wetterdaten/images/symbole/t3.gif,fc4_cloud03: 62.5,fc0_cloud12: 0,fc6_gust06: 18,fc1_weatherNight: wolkig,fc11_weather: heiter,fc2_weather18Icon: https://www.proplanta.de/wetterdaten/images/symbole/n3.gif,fc5_temp18: 21,fc0_cloud03: 0,fc0_weatherNight: klar,fc4_cloud00: 87.5,fc1_temp18: 30,fc4_weather03: Nebel,fc5_chOfRain18: 5,fc6_sun: 100,fc5_weather03Icon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif,fc5_tempMax: 24,fc6_wind09: 14.4,fc2_gust03: 43.2,fc5_uv: 6,fc4_wind00: 10.8,fc2_evapor: 3,temperature: 12,fc1_uv: 6,fc0_windDir12: 159,fc2_chOfRain21: 40,fc6_weatherNight: heiter,fc4_temp18: 18,fc5_windDir03: 195,fc1_weatherEvening: heiter,fc4_weather00Icon: https://www.proplanta.de/wetterdaten/images/symbole/n4.gif,fc0_gust09: 14.4,fc6_chOfRainNight: 5,fc3_weather21: bedeckt,fc2_wind06: 7.2,fc2_cloud06: 100,fc0_weatherEveningIcon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif,fc3_chOfRain03: 5,fc3_cloud15: 100,fc12_weatherIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc1_rain06: 0,fc1_weather09Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc5_rain15: 0,pressure: 1020.2,fc2_weather21Icon: https://www.proplanta.de/wetterdaten/images/symbole/n6.gif,fc3_weather12Icon: https://www.proplanta.de/wetterdaten/images/symbole/t6.gif,fc4_frost: 0,fc2_weatherNightIcon: https://www.proplanta.de/wetterdaten/images/symbole/n6.gif,fc6_gust09: 18,fc5_windDir18: 245,fc3_gust18: 36,fc5_temp21: 17,fc1_windDir21: 143,fc2_cloud12: 50,fc4_gust03: 32.4,fc6_moonSet: 21:46,fc5_windDir06: 202,fc6_frost: 0,fc4_rain06: 0,fc4_temp15: 21,fc1_rain15: 0,fc4_rain18: 0,fc0_windDir03: 113,fc10_moonRise: 12:25,fc1_weather12Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc3_wind09: 7.2,fc0_gust03: 7.2,fc1_gust21: 21.6,fc2_wind12: 25.2,fc1_chOfRain00: 0,fc2_weatherMorning: unterschiedlich bewölkt, vereinzelt Schauer und Gewitter,fc4_weatherEveningIcon: https://www.proplanta.de/wetterdaten/images/symbole/n3.gif,fc5_rad: 6.9,fc3_gust15: 39.6,fc4_cloud12: 12.5,fc5_chOfRain15: 5,fc4_weather09Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc5_frost: 0,fc7_weather: wolkig,fc3_moonRise: 03:16,fc2_rain09: 1.6,fc0_wind12: 10.8,fc0_wind21: 10.8,fc3_weather03Icon: https://www.proplanta.de/wetterdaten/images/symbole/n2.gif,fc3_temp18: 17,fc0_chOfRain00: 0,fc5_gust09: 21.6,fc0_rain: 0,fc4_weather09: sonnig,fc5_dew: 0,fc1_rain18: 0,fc4_chOfRain06: 5,fc3_dew: 2,fc6_rain00: 0,fc0_moonRise: 00:57,fc0_chOfRain12: 0,dewPoint: 9.9,fc4_wind03: 10.8,fc7_date: 13.08.2018,fc6_weather03: klar,fc6_chOfRain12: 0,fc4_temp12: 21,fc0_gust18: 10.8,fc5_gust12: 21.6,fc1_wind15: 14.4,fc1_moonSet: 17:38,fc9_date: 15.08.2018,fc1_wind12: 10.8,fc5_weatherNightIcon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif,fc0_weather15Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc2_wind21: 7.2,fc4_cloud06: 12.5,fc6_chOfRain00: 0,fc2_moonRise: 02:18,fc0_chOfRainDay: 0,fc0_windDir15: 175,fc1_chOfRain06: 0,fc5_windDir09: 229,fc1_weather03Icon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif,fc3_rain15: 6.1,fc6_cloud09: 0,fc4_wind18: 7.2,fc1_weather21: heiter,fc1_temp03: 19,fc0_weather21Icon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif,fc5_weather09Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc2_windDir18: 282,fc6_windDir18: 169,fc3_chOfRain15: 40,fc1_weather09: sonnig,fc6_wind12: 14.4,fc5_rain12: 0,fc5_chOfRainDay: 0,fc4_chOfRainDay: 5,fc2_gust06: 28.8,fc2_rain21: 1.4,fc4_windDir18: 274,fc3_windDir00: 349,fc1_gust18: 10.8,fc6_cloud00: 0,fc3_frost: 0,fc0_weather18Icon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif,fc5_chOfRain00: 10,fc1_cloud15: 12.5,fc2_tempMax: 32,fc6_rain21: 0,fc1_windDir06: 154,fc3_rain: 7.7,fc0_windDir18: 142,fc10_weather: sonnig,fc1_rain: 0,fc1_weather12: sonnig,fc0_rain06: 0,fc6_rain09: 0,fc2_moonSet: 18:46,fc3_weatherNight: stark bewölkt,fc6_rain18: 0,fc1_gust03: 14.4,fc0_wind09: 10.8,fc3_weather18: Regenschauer,fc6_chOfRain15: 0,fc0_weather03: klar,fc0_cloud00: 0,obsTime: 06:00,fc4_weather00: stark bewölkt,fc3_chOfRain00: 10,fc4_gust00: 32.4,fc3_cloud21: 100,fc5_cloud03: 0,fc2_windDir21: 312,fc2_date: 08.08.2018,fc3_weatherDay: Regenschauer,fc3_weatherMorningIcon: https://www.proplanta.de/wetterdaten/images/symbole/t3.gif,fc3_chOfRain21: 20,fc4_weather06: heiter,fc0_chOfRain03: 0,fc3_weather09: stark bewölkt,fc0_temp21: 21,fc3_wind00: 7.2,fc3_weather21Icon: https://www.proplanta.de/wetterdaten/images/symbole/n5.gif,fc6_evapor: 3,fc5_weather15: heiter,fc4_weatherDay: heiter,fc3_windDir06: 77,fc2_temp15: 30,fc4_rain09: 0,fc1_evapor: 3,fc1_weather15Icon: https://www.proplanta.de/wetterdaten/images/symbole/t2.gif,fc4_sun: 75,fc6_windDir09: 194,fc4_chOfRainNight: 5,fc8_tempMin: 14,fc2_windDir00: 155,fc13_tempMin: 13,fc3_moonSet: 19:46,fc3_weather00Icon: https://www.proplanta.de/wetterdaten/images/symbole/n3.gif,fc6_tempMax: 28,fc4_windDir06: 233,fc3_wind15: 10.8,fc3_tempMax: 25,fc3_weather18Icon: https://www.proplanta.de/wetterdaten/images/symbole/n6.gif,fc9_moonRise: 11:10,fc6_dew: 0,fc3_rain06: 0,fc6_weather00Icon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif,visibility: 65,fc1_rain12: 0,fc5_cloud12: 0,fc6_chOfRain18: 5,fc6_wind03: 7.2,fc1_wind00: 10.8,fc0_rain18: 0,fc5_rain21: 0,weather: sonnig,fc4_weatherEvening: wolkig,fc5_rain00: 0,fc2_weather00Icon: https://www.proplanta.de/wetterdaten/images/symbole/n2.gif,fc1_wind09: 7.2,fc1_rain03: 0,fc2_weatherDay: unterschiedlich bewölkt, vereinzelt Schauer und Gewitter,fc13_weatherIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc3_rain21: 0,fc6_weather15: sonnig,fc2_rad: 5.7,fc6_weather18: heiter,fc0_weather09: sonnig,fc3_tempMin: 17,fc6_cloud15: 0,fc5_weather06Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc2_weather21: Regenschauer,fc3_wind06: 3.6,fc3_chOfRainDay: 40,fc6_rain: 0,fc5_gust15: 18,fc13_tempMax: 30,fc0_weather00: klar,fc1_gust09: 14.4,fc3_windDir09: 72,fc6_windDir15: 202,fc4_tempMax: 23,fc0_weatherNightIcon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif,fc1_windDir15: 191,fc11_moonSet: 23:48,fc3_temp03: 17,fc1_weather00: klar,fc4_gust06: 36,fc10_date: 16.08.2018,fc3_weather03: heiter,fc4_chOfRain18: 10,fc3_cloud00: 50,fc6_weather09Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc2_chOfRainDay: 50,fc2_cloud00: 25,fc6_wind18: 7.2,fc6_cloud18: 12.5,fc6_weatherEvening: heiter,fc5_temp09: 20,fc0_weatherDayIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc0_windDir09: 143,fc0_sun: 100,fc1_temp12: 32,fc4_chOfRain21: 10,fc5_wind18: 3.6,fc2_chOfRain12: 10,fc0_temp15: 29,fc3_gust09: 10.8,fc0_gust15: 14.4,fc5_cloud15: 12.5,fc1_weatherMorningIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc3_temp15: 21,fc3_temp09: 23,fc1_weatherDay: sonnig,fc1_cloud18: 12.5,fc2_weatherEvening: wolkig,fc4_gust18: 25.2,fc2_weather03Icon: https://www.proplanta.de/wetterdaten/images/symbole/n4.gif,fc6_rain03: 0,fc6_weatherNightIcon: https://www.proplanta.de/wetterdaten/images/symbole/n2.gif,fc4_chOfRain00: 15,fc6_weather06Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc1_sun: 100,fc1_moonRise: 01:33,fc5_chOfRain12: 0,fc4_cloud15: 12.5,fc2_dew: 1,fc6_gust12: 18,fc2_windDir03: 167,fc6_weatherMorning: sonnig,fc5_windDir15: 245,fc0_uv: 8,fc1_windDir09: 176,fc3_weather15Icon: https://www.proplanta.de/wetterdaten/images/symbole/t6.gif,fc1_wind21: 14.4,fc2_chOfRain09: 50,fc3_cloud12: 100,fc0_tempMax: 30,fc0_weather09Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc6_weather03Icon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif,fc4_weather21: wolkig,fc5_rain06: 0,fc2_temp03: 23,wind: 0,fc3_weather15: Regenschauer,fc3_weatherNightIcon: https://www.proplanta.de/wetterdaten/images/symbole/n4.gif,fc4_gust21: 10.8,fc4_weather12Icon: https://www.proplanta.de/wetterdaten/images/symbole/t2.gif,fc6_chOfRain03: 0,fc4_weather15: heiter,fc2_wind09: 18,fc8_tempMax: 25,fc6_weatherDay: sonnig,fc0_rain15: 0,fc6_windDir06: 159,fc9_weatherIcon: https://www.proplanta.de/wetterdaten/images/symbole/t5.gif,fc1_weatherDayIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc5_weather21Icon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif,fc6_wind00: 7.2,fc2_weather06: unterschiedlich bewölkt, vereinzelt Schauer und Gewitter,fc6_temp00: 15,fc6_weather00: klar,fc0_temp00: 15,fc6_wind21: 10.8,fc4_rain21: 0,fc6_chOfRain21: 0,fc0_chOfRain09: 0,fc5_weatherEveningIcon: https://www.proplanta.de/wetterdaten/images/symbole/n2.gif,fc5_weatherMorning: sonnig,fc2_rain15: 0,fc4_weatherDayIcon: https://www.proplanta.de/wetterdaten/images/symbole/t2.gif,fc5_weatherEvening: heiter,fc3_date: 09.08.2018,fc0_cloud18: 0,fc6_weatherEveningIcon: https://www.proplanta.de/wetterdaten/images/symbole/n2.gif,fc10_tempMax: 30,fc1_frost: 0,fc6_rad: 6.8,fc11_weatherIcon: https://www.proplanta.de/wetterdaten/images/symbole/t2.gif,fc4_weather18: wolkig,fc6_cloud21: 0,fc2_cloud15: 37.5,fc0_gust00: 7.2,fc1_wind06: 7.2,fc4_date: 10.08.2018,fc1_weatherEveningIcon: https://www.proplanta.de/wetterdaten/images/symbole/n2.gif,fc1_weather18: heiter,fc3_chOfRain06: 10,fc4_cloud18: 50,fc1_wind18: 7.2,fc5_windDir00: 212,fc0_temp09: 24,fc0_cloud21: 0,fc1_rad: 6.9,fc2_windDir15: 260,fc11_tempMax: 25,fc5_windDir12: 241,fc5_chOfRain03: 0,fc5_cloud00: 37.5,fc5_tempMin: 11,fc4_rain15: 0,fc0_cloud15: 0,fc1_weather00Icon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif,fc3_gust06: 7.2,fc3_evapor: 2,fc1_chOfRainNight: 10,fc3_cloud09: 87.5,fc3_windDir21: 285,fc6_temp18: 24,fc5_cloud18: 12.5,fc1_temp21: 25,fc1_gust12: 18,fc6_weather06: sonnig,fc1_date: 07.08.2018,fc9_tempMax: 22,fc2_rain12: 0,fc4_cloud21: 50,fc0_wind15: 10.8,fc1_weatherMorning: sonnig,fc0_windDir21: 142,fc5_weather00Icon: https://www.proplanta.de/wetterdaten/images/symbole/n3.gif,fc3_temp12: 22,fc0_weatherMorning: sonnig,fc1_windDir03: 155,fc1_windDir12: 193,fc6_temp21: 20,fc0_moonSet: 16:23,fc6_cloud12: 0,fc3_temp21: 17,fc5_rain03: 0,fc5_weather09: sonnig,fc0_temp12: 28,fc2_cloud18: 62.5,fc11_moonRise: 13:38,fc3_windDir12: 70,fc8_weatherIcon: https://www.proplanta.de/wetterdaten/images/symbole/t3.gif,fc4_uv: 6,fc13_moonSet: 00:15,fc2_gust12: 32.4,fc4_windDir00: 253,fc1_weather21Icon: https://www.proplanta.de/wetterdaten/images/symbole/n2.gif,fc1_weatherNightIcon: https://www.proplanta.de/wetterdaten/images/symbole/n3.gif,windDirIcon: https://www.proplanta.de/wetterdaten/images/symbole/w1.gif,fc3_uv: 4,fc8_date: 14.08.2018,fc2_weather03: stark bewölkt,fc12_moonSet: --:--,humidity: 87.4,fc8_weather: wolkig,fc2_chOfRain03: 15,fc1_chOfRain18: 5,fc4_weather03Icon: https://www.proplanta.de/wetterdaten/images/symbole/n12.gif,fc6_uv: 7,fc4_wind06: 18,fc6_windDir12: 205,fc0_weather03Icon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif,fc5_chOfRain09: 0,fc3_gust12: 14.4,fc1_gust00: 21.6,fc4_cloud09: 0,fc0_rain21: 0,durationFetchReadings: 16.00,fc3_rain00: 0,fc5_chOfRain21: 0,fc1_chOfRain12: 0,fc3_rain09: 0,fc2_weather15Icon: https://www.proplanta.de/wetterdaten/images/symbole/t3.gif,fc0_weather06: sonnig,fc4_wind12: 21.6,fc3_weather12: Regenschauer,fc1_tempMin: 19,fc4_windDir12: 240,fc3_chOfRain12: 40,fc4_chOfRain03: 30,fc6_weather12Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif,fc0_chOfRain21: 0,fc2_weather12: wolkig,fc2_rain00: 0,fc6_rain06: 0,fc3_windDir18: 306,fc6_gust03: 10.8,fc1_windDir00: 148,fc0_cloud09: 0,fc7_tempMax: 26,fc1_gust06: 14.4,fc2_windDir09: 192,fc6_wind06: 10.8,fc0_weather00Icon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif,fc2_rain03: 0,fc4_temp03: 14,fc5_gust21: 7.2,fc2_weatherEveningIcon: https://www.proplanta.de/wetterdaten/images/symbole/n3.gif,fc2_weather09: unterschiedlich bewölkt, vereinzelt Schauer und Gewitter,fc1_temp15: 33,fc4_windDir09: 240,Tmin: 14 Tmax: 30 T: 12 H: 87.4 W: 0 P: 1020.2,lastConnection: 719 values captured in 16.00 s,Sonnenstunden: 13
     globalinit 1
     last_timer 20
     sleepdevice EZ.Fenster_Links
     sleepsubtimer -1
     sleeptimer -1
     timerdev   
     timerevent timer_3
     triggerDev WetterProplanta
     DOIF_eventas:
       cmd_nr: 1
       cmd: 1
       cmd_event: timer_3
       state: cmd_1
     timerevents:
       timer_3
     timereventsState:
       state: 6
       light: 6
       horizon: 4
       aktEvent: sr_weather
       nextEvent: ss_weather
       nextEventTime: 20:33:44
     triggerEvents:
       fc5_rain18: 0
       fc2_weather18: wolkig
       fc9_weather: bedeckt
       fc5_weather12: sonnig
       fc5_weatherNight: klar
       fc5_rain: 0
       fc5_gust18: 7.2
       fc13_moonRise: 15:53
       fc1_weather18Icon: https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
       fc1_chOfRainDay: 0
       fc5_weatherMorningIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc2_uv: 4
       fc9_moonSet: 23:00
       fc5_weather00: wolkig
       fc5_temp03: 12
       fc4_weatherMorningIcon: https://www.proplanta.de/wetterdaten/images/symbole/t2.gif
       fc1_tempMax: 34
       fc1_weather03: klar
       fc4_weather06Icon: https://www.proplanta.de/wetterdaten/images/symbole/t2.gif
       fc1_cloud21: 12.5
       fc3_chOfRain18: 40
       fc2_weather09Icon: https://www.proplanta.de/wetterdaten/images/symbole/t8.gif
       fc4_moonRise: 04:25
       fc2_gust21: 18
       fc3_cloud18: 100
       fc3_weather00: wolkig
       fc0_wind03: 7.2
       fc0_weatherMorningIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc1_chOfRain09: 0
       fc4_weatherNight: heiter
       fc5_weather12Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc5_rain09: 0
       fc2_cloud03: 87.5
       fc3_rad: 2.9
       fc13_weather: sonnig
       fc6_tempMin: 14
       fc2_frost: 0
       fc4_weather12: heiter
       fc2_tempMin: 21
       weatherIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc5_moonSet: 21:14
       fc3_chOfRain09: 15
       fc5_temp12: 23
       fc7_moonRise: 08:31
       fc6_windDir03: 162
       fc3_temp00: 18
       fc1_chOfRain21: 5
       fc2_gust18: 25.2
       fc6_weather21: klar
       fc8_moonSet: 22:37
       fc13_date: 19.08.2018
       fc11_date: 17.08.2018
       fc0_gust12: 14.4
       fc1_rain21: 0
       fc5_cloud09: 0
       fc0_dew: 2
       fc0_evapor: 3
       fc3_weatherDayIcon: https://www.proplanta.de/wetterdaten/images/symbole/t6.gif
       fc4_chOfRain09: 0
       fc0_rain12: 0
       fc5_chOfRain06: 0
       fc4_windDir03: 219
       fc2_weatherMorningIcon: https://www.proplanta.de/wetterdaten/images/symbole/t8.gif
       fc4_rad: 6.6
       fc4_temp09: 18
       fc4_wind15: 21.6
       fc0_gust21: 18
       fc12_date: 18.08.2018
       fc0_chOfRainNight: 0
       fc2_wind00: 10.8
       fc2_rain: 6.4
       fc2_cloud09: 62.5
       fc4_rain12: 0
       fc2_windDir06: 254
       fc6_temp09: 24
       fc0_wind18: 7.2
       fc3_weatherEveningIcon: https://www.proplanta.de/wetterdaten/images/symbole/n6.gif
       fc6_weather15Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc3_weatherEvening: Regenschauer
       fc5_weather21: klar
       fc0_wind00: 7.2
       fc5_wind03: 7.2
       fc3_cloud03: 12.5
       fc3_wind21: 14.4
       fc5_gust06: 21.6
       fc1_windDir18: 179
       fc2_wind18: 14.4
       fc6_weatherDayIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc1_cloud03: 0
       fc5_wind15: 14.4
       fc6_temp15: 27
       fc0_windDir00: 84
       fc2_weather15: wolkig
       fc2_chOfRain00: 5
       fc3_gust00: 10.8
       fc0_temp06: 17
       fc0_windDir06: 129
       fc2_weatherNight: Regenschauer
       fc6_temp12: 26
       fc0_rad: 7.2
       fc4_windDir21: 287
       fc5_weatherDayIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc4_weatherNightIcon: https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
       fc1_cloud09: 0
       fc0_gust06: 10.8
       fc6_gust18: 10.8
       fc4_rain: 0.1
       fc6_gust00: 10.8
       fc6_gust21: 25.2
       fc4_wind09: 21.6
       fc1_rain00: 0
       fc0_weather18: klar
       fc5_weather15Icon: https://www.proplanta.de/wetterdaten/images/symbole/t2.gif
       fc0_date: 06.08.2018
       fc2_chOfRainNight: 40
       fc5_sun: 100
       fc1_wind03: 10.8
       fc5_weather03: klar
       fc4_weather15Icon: https://www.proplanta.de/wetterdaten/images/symbole/t2.gif
       fc5_wind09: 14.4
       fc6_chOfRain06: 0
       fc7_tempMin: 17
       fc4_temp06: 15
       fc2_wind15: 21.6
       fc3_rain03: 0
       fc11_tempMin: 12
       fc4_tempMin: 14
       fc2_windDir12: 244
       fc10_weatherIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc4_weather18Icon: https://www.proplanta.de/wetterdaten/images/symbole/n3.gif
       fc6_cloud03: 0
       fc3_rain12: 0.8
       fc12_moonRise: 14:47
       fc1_dew: 0
       fc1_temp00: 20
       fc6_weather18Icon: https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
       fc0_temp18: 26
       fc3_sun: 30
       fc0_tempMin: 14
       fc3_rain18: 0.8
       fc3_weather06: wolkig
       fc12_tempMin: 13
       fc5_moonRise: 05:45
       fc2_temp18: 26
       fc12_weather: sonnig
       fc2_chOfRain15: 10
       fc1_temp09: 29
       fc8_moonRise: 09:52
       fc1_chOfRain15: 5
       fc6_weather21Icon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
       fc5_date: 11.08.2018
       fc6_gust15: 18
       fc5_temp06: 14
       fc0_weather06Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc1_temp06: 21
       fc1_weather06Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc4_temp21: 15
       fc4_weatherMorning: heiter
       fc3_chOfRainNight: 15
       fc6_windDir00: 163
       fc2_temp09: 27
       fc5_wind00: 7.2
       fc2_weather00: heiter
       fc4_rain03: 0.1
       fc5_temp00: 13
       fc5_gust03: 14.4
       fc5_weatherDay: sonnig
       fc1_cloud00: 0
       fc5_weather18Icon: https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
       fc0_chOfRain18: 0
       fc2_temp12: 31
       fc4_temp00: 14
       fc12_tempMax: 28
       fc2_temp21: 21
       fc2_temp06: 23
       fc2_sun: 60
       fc7_moonSet: 22:13
       fc5_cloud06: 0
       fc2_weatherDayIcon: https://www.proplanta.de/wetterdaten/images/symbole/t8.gif
       fc10_moonSet: 23:23
       fc5_weather06: sonnig
       fc2_rain06: 3.4
       fc1_rain09: 0
       fc2_wind03: 14.4
       fc10_tempMin: 14
       fc6_windDir21: 153
       fc2_cloud21: 100
       fc6_rain15: 0
       fc3_windDir15: 142
       fc2_temp00: 24
       fc2_chOfRain18: 10
       fc0_weatherEvening: klar
       fc0_weather12: sonnig
       fc2_chOfRain06: 50
       fc4_chOfRain12: 5
       fc5_evapor: 3
       fc0_frost: 0
       fc3_wind12: 10.8
       fc0_rain00: 0
       fc1_cloud06: 0
       fc5_windDir21: 138
       fc0_chOfRain15: 0
       fc0_weatherDay: sonnig
       fc5_weather18: heiter
       fc3_wind03: 3.6
       fc5_wind06: 10.8
       fc6_weather09: sonnig
       fc4_weather21Icon: https://www.proplanta.de/wetterdaten/images/symbole/n3.gif
       fc1_cloud12: 0
       fc2_gust15: 28.8
       fc6_rain12: 0
       fc5_temp15: 23
       fc3_gust03: 3.6
       fc1_chOfRain03: 0
       fc6_temp06: 16
       fc1_weather06: sonnig
       fc1_weather15: heiter
       fc6_weatherMorningIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc4_windDir15: 254
       fc4_dew: 3
       fc6_date: 12.08.2018
       fc3_weatherMorning: wolkig
       fc3_gust21: 25.2
       fc5_cloud21: 0
       fc6_chOfRain09: 0
       fc6_cloud06: 0
       fc4_chOfRain15: 5
       fc6_temp03: 15
       fc4_evapor: 2
       fc0_cloud06: 0
       fc9_tempMin: 15
       fc4_rain00: 0
       fc4_moonSet: 20:35
       fc4_wind21: 3.6
       fc5_chOfRainNight: 0
       fc1_gust15: 18
       fc4_gust15: 32.4
       fc4_gust12: 32.4
       fc0_weather12Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc5_wind12: 14.4
       fc2_rain18: 0
       fc6_chOfRainDay: 0
       fc5_wind21: 7.2
       fc0_chOfRain06: 0
       fc0_weather21: klar
       windDir: 23
       fc3_wind18: 25.2
       fc3_cloud06: 37.5
       fc3_windDir03: 48
       fc2_gust00: 28.8
       fc3_weather09Icon: https://www.proplanta.de/wetterdaten/images/symbole/t4.gif
       fc6_weather12: sonnig
       fc3_temp06: 19
       fc0_rain03: 0
       fc2_weather06Icon: https://www.proplanta.de/wetterdaten/images/symbole/t8.gif
       fc0_rain09: 0
       fc0_weather15: sonnig
       fc0_temp03: 14
       fc5_gust00: 14.4
       fc2_weather12Icon: https://www.proplanta.de/wetterdaten/images/symbole/t3.gif
       fc4_gust09: 32.4
       fc2_gust09: 32.4
       fc6_wind15: 10.8
       fc6_moonRise: 07:08
       fc7_weatherIcon: https://www.proplanta.de/wetterdaten/images/symbole/t3.gif
       fc0_wind06: 7.2
       fc3_weather06Icon: https://www.proplanta.de/wetterdaten/images/symbole/t3.gif
       fc4_cloud03: 62.5
       fc0_cloud12: 0
       fc6_gust06: 18
       fc1_weatherNight: wolkig
       fc11_weather: heiter
       fc2_weather18Icon: https://www.proplanta.de/wetterdaten/images/symbole/n3.gif
       fc5_temp18: 21
       fc0_cloud03: 0
       fc0_weatherNight: klar
       fc4_cloud00: 87.5
       fc1_temp18: 30
       fc4_weather03: Nebel
       fc5_chOfRain18: 5
       fc6_sun: 100
       fc5_weather03Icon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
       fc5_tempMax: 24
       fc6_wind09: 14.4
       fc2_gust03: 43.2
       fc5_uv: 6
       fc4_wind00: 10.8
       fc2_evapor: 3
       temperature: 12
       fc1_uv: 6
       fc0_windDir12: 159
       fc2_chOfRain21: 40
       fc6_weatherNight: heiter
       fc4_temp18: 18
       fc5_windDir03: 195
       fc1_weatherEvening: heiter
       fc4_weather00Icon: https://www.proplanta.de/wetterdaten/images/symbole/n4.gif
       fc0_gust09: 14.4
       fc6_chOfRainNight: 5
       fc3_weather21: bedeckt
       fc2_wind06: 7.2
       fc2_cloud06: 100
       fc0_weatherEveningIcon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
       fc3_chOfRain03: 5
       fc3_cloud15: 100
       fc12_weatherIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc1_rain06: 0
       fc1_weather09Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc5_rain15: 0
       pressure: 1020.2
       fc2_weather21Icon: https://www.proplanta.de/wetterdaten/images/symbole/n6.gif
       fc3_weather12Icon: https://www.proplanta.de/wetterdaten/images/symbole/t6.gif
       fc4_frost: 0
       fc2_weatherNightIcon: https://www.proplanta.de/wetterdaten/images/symbole/n6.gif
       fc6_gust09: 18
       fc5_windDir18: 245
       fc3_gust18: 36
       fc5_temp21: 17
       fc1_windDir21: 143
       fc2_cloud12: 50
       fc4_gust03: 32.4
       fc6_moonSet: 21:46
       fc5_windDir06: 202
       fc6_frost: 0
       fc4_rain06: 0
       fc4_temp15: 21
       fc1_rain15: 0
       fc4_rain18: 0
       fc0_windDir03: 113
       fc10_moonRise: 12:25
       fc1_weather12Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc3_wind09: 7.2
       fc0_gust03: 7.2
       fc1_gust21: 21.6
       fc2_wind12: 25.2
       fc1_chOfRain00: 0
       fc2_weatherMorning: unterschiedlich bewölkt, vereinzelt Schauer und Gewitter
       fc4_weatherEveningIcon: https://www.proplanta.de/wetterdaten/images/symbole/n3.gif
       fc5_rad: 6.9
       fc3_gust15: 39.6
       fc4_cloud12: 12.5
       fc5_chOfRain15: 5
       fc4_weather09Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc5_frost: 0
       fc7_weather: wolkig
       fc3_moonRise: 03:16
       fc2_rain09: 1.6
       fc0_wind12: 10.8
       fc0_wind21: 10.8
       fc3_weather03Icon: https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
       fc3_temp18: 17
       fc0_chOfRain00: 0
       fc5_gust09: 21.6
       fc0_rain: 0
       fc4_weather09: sonnig
       fc5_dew: 0
       fc1_rain18: 0
       fc4_chOfRain06: 5
       fc3_dew: 2
       fc6_rain00: 0
       fc0_moonRise: 00:57
       fc0_chOfRain12: 0
       dewPoint: 9.9
       fc4_wind03: 10.8
       fc7_date: 13.08.2018
       fc6_weather03: klar
       fc6_chOfRain12: 0
       fc4_temp12: 21
       fc0_gust18: 10.8
       fc5_gust12: 21.6
       fc1_wind15: 14.4
       fc1_moonSet: 17:38
       fc9_date: 15.08.2018
       fc1_wind12: 10.8
       fc5_weatherNightIcon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
       fc0_weather15Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc2_wind21: 7.2
       fc4_cloud06: 12.5
       fc6_chOfRain00: 0
       fc2_moonRise: 02:18
       fc0_chOfRainDay: 0
       fc0_windDir15: 175
       fc1_chOfRain06: 0
       fc5_windDir09: 229
       fc1_weather03Icon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
       fc3_rain15: 6.1
       fc6_cloud09: 0
       fc4_wind18: 7.2
       fc1_weather21: heiter
       fc1_temp03: 19
       fc0_weather21Icon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
       fc5_weather09Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc2_windDir18: 282
       fc6_windDir18: 169
       fc3_chOfRain15: 40
       fc1_weather09: sonnig
       fc6_wind12: 14.4
       fc5_rain12: 0
       fc5_chOfRainDay: 0
       fc4_chOfRainDay: 5
       fc2_gust06: 28.8
       fc2_rain21: 1.4
       fc4_windDir18: 274
       fc3_windDir00: 349
       fc1_gust18: 10.8
       fc6_cloud00: 0
       fc3_frost: 0
       fc0_weather18Icon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
       fc5_chOfRain00: 10
       fc1_cloud15: 12.5
       fc2_tempMax: 32
       fc6_rain21: 0
       fc1_windDir06: 154
       fc3_rain: 7.7
       fc0_windDir18: 142
       fc10_weather: sonnig
       fc1_rain: 0
       fc1_weather12: sonnig
       fc0_rain06: 0
       fc6_rain09: 0
       fc2_moonSet: 18:46
       fc3_weatherNight: stark bewölkt
       fc6_rain18: 0
       fc1_gust03: 14.4
       fc0_wind09: 10.8
       fc3_weather18: Regenschauer
       fc6_chOfRain15: 0
       fc0_weather03: klar
       fc0_cloud00: 0
       obsTime: 06:00
       fc4_weather00: stark bewölkt
       fc3_chOfRain00: 10
       fc4_gust00: 32.4
       fc3_cloud21: 100
       fc5_cloud03: 0
       fc2_windDir21: 312
       fc2_date: 08.08.2018
       fc3_weatherDay: Regenschauer
       fc3_weatherMorningIcon: https://www.proplanta.de/wetterdaten/images/symbole/t3.gif
       fc3_chOfRain21: 20
       fc4_weather06: heiter
       fc0_chOfRain03: 0
       fc3_weather09: stark bewölkt
       fc0_temp21: 21
       fc3_wind00: 7.2
       fc3_weather21Icon: https://www.proplanta.de/wetterdaten/images/symbole/n5.gif
       fc6_evapor: 3
       fc5_weather15: heiter
       fc4_weatherDay: heiter
       fc3_windDir06: 77
       fc2_temp15: 30
       fc4_rain09: 0
       fc1_evapor: 3
       fc1_weather15Icon: https://www.proplanta.de/wetterdaten/images/symbole/t2.gif
       fc4_sun: 75
       fc6_windDir09: 194
       fc4_chOfRainNight: 5
       fc8_tempMin: 14
       fc2_windDir00: 155
       fc13_tempMin: 13
       fc3_moonSet: 19:46
       fc3_weather00Icon: https://www.proplanta.de/wetterdaten/images/symbole/n3.gif
       fc6_tempMax: 28
       fc4_windDir06: 233
       fc3_wind15: 10.8
       fc3_tempMax: 25
       fc3_weather18Icon: https://www.proplanta.de/wetterdaten/images/symbole/n6.gif
       fc9_moonRise: 11:10
       fc6_dew: 0
       fc3_rain06: 0
       fc6_weather00Icon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
       visibility: 65
       fc1_rain12: 0
       fc5_cloud12: 0
       fc6_chOfRain18: 5
       fc6_wind03: 7.2
       fc1_wind00: 10.8
       fc0_rain18: 0
       fc5_rain21: 0
       weather: sonnig
       fc4_weatherEvening: wolkig
       fc5_rain00: 0
       fc2_weather00Icon: https://www.proplanta.de/wetterdaten/images/symbole/n2.gif
       fc1_wind09: 7.2
       fc1_rain03: 0
       fc2_weatherDay: unterschiedlich bewölkt, vereinzelt Schauer und Gewitter
       fc13_weatherIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc3_rain21: 0
       fc6_weather15: sonnig
       fc2_rad: 5.7
       fc6_weather18: heiter
       fc0_weather09: sonnig
       fc3_tempMin: 17
       fc6_cloud15: 0
       fc5_weather06Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc2_weather21: Regenschauer
       fc3_wind06: 3.6
       fc3_chOfRainDay: 40
       fc6_rain: 0
       fc5_gust15: 18
       fc13_tempMax: 30
       fc0_weather00: klar
       fc1_gust09: 14.4
       fc3_windDir09: 72
       fc6_windDir15: 202
       fc4_tempMax: 23
       fc0_weatherNightIcon: https://www.proplanta.de/wetterdaten/images/symbole/n1.gif
       fc1_windDir15: 191
       fc11_moonSet: 23:48
       fc3_temp03: 17
       fc1_weather00: klar
       fc4_gust06: 36
       fc10_date: 16.08.2018
       fc3_weather03: heiter
       fc4_chOfRain18: 10
       fc3_cloud00: 50
       fc6_weather09Icon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc2_chOfRainDay: 50
       fc2_cloud00: 25
       fc6_wind18: 7.2
       fc6_cloud18: 12.5
       fc6_weatherEvening: heiter
       fc5_temp09: 20
       fc0_weatherDayIcon: https://www.proplanta.de/wetterdaten/images/symbole/t1.gif
       fc0_windDir09: 143
       fc0_sun: 100
       fc1_temp12: 32
       fc4_chOfRain21: 10
       fc5_wind18: 3.6
       fc2_chOfRain12: 10
       fc0_temp15: 29
       fc3_gust09: 10.8
       fc0_gust15: 14.4
       
Razpberry on Raspberry Pi 3 mit Raspian Jessy

Damian

Timerevents werden normalerweise nicht durch wait verzögert, es sei denn man setzt das Attribut:
https://fhem.de/commandref_DE.html#DOIF_timerWithWait
Programmierte FHEM-Module: DOIF-FHEM, DOIF-Perl, DOIF-uiTable, THRESHOLD, FHEM-Befehl: IF

Xell1984

Ah sorry, Grad erst gesehen das er mir den Code zerschossen hat. Vermutlich zu lang.

D.h. Bei den andren funktioniert es weil die Uhrzeit kein trigger ist sondern nur eine Bedingung und im cmd_1 wird durch das twilight Modul ein Timer erzeugt.
Habe das Attribut mal gesetzt und gucke rd l es mir morgen früh mal an.

Danke :)
Razpberry on Raspberry Pi 3 mit Raspian Jessy