I've been experiencing slow logic response on the Colour C-Touch whenenabling dimming features to lighting channels :rolleyes: okay here is what i have and might clarify things a little more: [CODE]once (GetLightingState("Bedroom") = ON) and ((Time >= "11:00:00 PM") or (Time <= sunrise)) then begin SetLightingLevel("Bedroom", 30%, "0s"); end;[/CODE] So, in theory when "Bedroom" is ON then it should come on at 30% instantly when switched on (hence "0s"). now this code works, however the latency between the C-Touch engine and the key input or sensor causes a weird reaction. What i experience is when i turn on the light it shoots upto 100% [U]most[/U] of the time then it dimms down to the level stated in the code. i've already worked out a quick fix for this, but i just wanted to bring this up if anyone can shed light on the matter :D