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
It is probably related to cmdpause. The time difference is probably negative. I'll try the next update to correct it.
Damian
OK thank you...
George