Programming outdoor light

Hello

I’ve got a question about programming a outdoor light.
The lightsensor is connected to VMB7IN.
When it’s dark the light must turn on, and when it becomes light it must turn off.
Already tried some things:

  1. function on/off => light stays on all day long

  2. forced light on when concact is closed and forced light off when contact is open
    =>One time it was good, but now light doesn’t turn on anymore

I got other lights outside programmad with a timer, but that’s all ok.

What can i try now.
I’m new to this, and i want do it myself.

Thank you

Use the momentary action to link the VMB7IN light sensor channel to the relay light channel.
When the lightsensor contact is closed (dark) -> the light will be on.

OK thank you, i gonna try it this weekend :slight_smile:

[quote=“VEL324”]Use the momentary action to link the VMB7IN light sensor channel to the relay light channel.
When the lightsensor contact is closed (dark) -> the light will be on.[/quote]