Hey Im just wondering if it is possible to program a dlt switch from piced to dim according to what i would like it to dim... I want it so switch on my light at 40% once i switch it on. Then i want to be able to dim it normal from there if i needed to.. I already tried doing this Once (GetLightingState("MainBedroom")=On) then Begin SetLightingLevel("Mainbedroom",40%,"4s"); End; But the problem is that it will first go to the ON state then dim back down to 40% and then i can dim as i please but that is not what i like i want it to go straight to 40%... But if i use a trigger, i wont be able to dim that to dim the actual circuit... Unless i change my logic to 1%, 2% and so on...? Is there a faster way? Kind Regards