osc during day, on at night

seacups

New member
I have a couple of koralias but I want one to ossialate during the day and stay on constantly at night. I cant get this working. Can it be done?
 
Which controller are you running? Yes, it can be done but depending on the controller the program will be very different.
 
[koralia]
Fallback ON
OSC 00:00/10:00/10:00 Then ON
If Time 18:00 to 06:00 Then ON

This will cycle the koralia ON for ten minutes and OFF for ten minutes. However, if the time is after 6:00pm and before 6:00am then it is ON.

Todd
 
Have you tried something like this?

OSC 000:00/005:00/005:00 Then ON
If Time 20:00 to 08:00 Then ON

Note: I haven't tested it but it should work. Of if you want it on constand when your lights are off then use:


OSC 000:00/005:00/005:00 Then ON
If Outlet Light = Off Then ON

Note: 'Light' would be the name of your light outlet, replace as appropriate.
 
Its working!!! thanks for all the help!
the problem was that I had set on in the program. I remove it and it started working.
it now reads
fallback on
osc 000:00/005:00/005:00 then on
if time 20:00 to 08:00 then on
if feeda 000 then on
 
Back
Top