Hallo zusammen,
meine Wochentags Weihnachtsschaltung funktioniert nicht, am Wochenende funktioniert es immerhin, woran kann es liegen?
defmod xmas_morgens at *06:00:00 { if (!($we)) { fhem("set xmas_structure on");; } }
Internals:
COMMAND { if (!($we)) { fhem("set xmas_structure on");; } }
DEF *06:00:00 { if (!($we)) { fhem("set xmas_structure on");; } }
FUUID 5c8029d0-f33f-e39b-dd82-7a043513905010a9
NAME xmas_morgens
NR 101
PERIODIC yes
RELATIVE no
REP -1
STATE Next: 06:00:00
TIMESPEC 06:00:00
TRIGGERTIME 1638594000
TRIGGERTIME_FMT 2021-12-04 06:00:00
TYPE at
READINGS:
2021-12-03 22:05:04 state Next: 06:00:00
Attributes:
alias Werktags Morgens an
icon scene_x-mas
room 1.9 XMAS
Die Wochenendschaltung
define xmas_morgens_an_we at *07:00 { if ($we) { fhem("set xmas_structure ON");; } }
Womoeglich hat das mit on vs. ON zu tun.
Ich werde das Montag live testen. Ich meine aber das ich schon beide Varianten hatte.
Leider hat das wie erwartet nicht funktioniert :(