FHEM Forum

FHEM => Automatisierung => DOIF => Thema gestartet von: gpbim am 10 September 2016, 16:55:16

Titel: DOIF not execute
Beitrag von: gpbim am 10 September 2016, 16:55:16
Hello,
I noticed that the module DOIF does not execute if I change clock on the RPi backwards (from 15:24:22 to 14:24:22).
The problem could be during time shifting Winter - Summer time, when the module one hour will not be executing.
What can I do?


define DOIF_PB_EC1_pushm DOIF (["^SWITCH_PB_.*?Btn_\d+$"]) ({panikb("$DEVICE")})
attr DOIF_PB_EC1_pushm cmdpause 2
attr DOIF_PB_EC1_pushm do always
attr DOIF_PB_EC1_pushm wait 2


Best regards,
George
Titel: Antw:DOIF not execute
Beitrag von: Damian am 10 September 2016, 21:58:19

It is probably related to cmdpause. The time difference is probably negative. I'll try the next update to correct it.

Damian
Titel: Antw:DOIF not execute
Beitrag von: gpbim am 11 September 2016, 00:51:34
OK thank you...

George