Hauptmenü

DOIF not execute

Begonnen von gpbim, 10 September 2016, 16:55:16

Vorheriges Thema - Nächstes Thema

gpbim

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

Damian


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

Damian
Programmierte FHEM-Module: DOIF-FHEM, DOIF-Perl, DOIF-uiTable, THRESHOLD, FHEM-Befehl: IF

gpbim