Nicht läuft "meistens": Piri2 meldet an FHEM --> Lampe bleibt aus.
FHEM ist meine absolute Zentrale, Aktoren sind nicht direkt mit
Piri2 verknüpft.
2012.10.21 18:52:31 2: dummy set Tageslicht dunkel
2012.10.21 19:33:22 2: FS20 PiriCarp1 on-old-for-timer 60
2012.10.21 19:33:22 2: FS20 set CarpLiFS20 on-for-timer 120
2012.10.21 19:36:41 2: FS20 PiriCarp1 on-old-for-timer 60
2012.10.21 19:36:41 2: FS20 set CarpLiFS20 on-for-timer 120
2012.10.21 19:36:41 2: FS20 PiriCarp2 on-old-for-timer 60
2012.10.21 19:36:41 2: FS20 set CarpLiFS20 on-for-timer 120
2012.10.21 19:55:42 2: FS20 PiriCarp1 on-old-for-timer 60
2012.10.21 19:55:42 2: FS20 set CarpLiFS20 on-for-timer 120
und aus der Config für den Schalter:
# PIRI Carp1 Auswertung (oberer Sensor)
define actLiCarp1_isday notify PiriCarp1:on.* {\
if(!isday()) {\
fhem "set CarpLiFS20 on-for-timer 120";;\
}\
}
# PIRI Carp2 Auswertung (unterer Sensor)
define actLiCarp2_isday notify PiriCarp2:on.* {\
if(!isday()) {\
fhem "set CarpLiFS20 on-for-timer 120";;\
}\
}
Wo könnte der Fehler wohl liegen? Updates habe ich seit längerer Zeit nicht mehr durcheführt.Gruß, Stefan