Lighting Scene and time schedules
Hi to everyone. I have to find a solution as soon as possible regarding a new project with KNX system. We have an analog (not a KNX ) LUX meter from ABB which sends an On command when the external lighting is low . This command is going to a digital input and this input sends the command to the KNX ouput device to turn On the lights. What we need is that when the digital input send the command we want to enable a scene /time schedule that all the lights are going to be dimmed for example to 70% , from 8pm to 10pm, after 10pm the lighting must go automatically to 40% from 10pm to 12pm. From 12 am and when the digital input send the command to turn Off the lights the lights must be dimmed to 20%. Any ideas on how I can create this kind of scene/ time schedule? Thank you in advance.
I would make 1 program that turns them on/off Trigger will be from that ABB lux meter. Then i would make a program for every dim value that you/client needs 1) 8-10 70% 2) 10-12 40% 3) from 12 20%. Trigger value will be time - if time equals 8 etc, set value 70% and so on.
Would be done the same way here :-)