# so täglich nach sunrise
#define Rollo_auf at *{sunrise("CIVIL",0,"05:30","07:00")} set Kueche_Rollo 100
# Wochentags
define Rollo_auf_WD at *{sunrise("CIVIL",0,"05:30","07:00")} { if ((!$we)) { fhem "set Kueche_Rollo 100" } }
# Wochenende
define Rollo_auf_WD at *08:15 { if (($we)) { fhem "set Kueche_Rollo 100" } }