I tried to copy some actions from one rule to another. One line was:
IF (vHauslicht_tim switch off AND Time between Sunset and Sunrise) THEN
In the target rule, I got:
IF (vHauslicht_tim is off AND ( ) THEN
Isn't it possible to copy time conditions or multiple conditions?