0
Under review

reduce max brightness during night?

Dave De Busschere 5 years ago in Devices / KNX updated 5 years ago 2

Hi,

I want to reduce the maximum brightness (of lights in a group) to 50% instead of 100% during night.

Anyone an idea how to configure this?

Under review

Hello,

you could create a program task, select your light as a trigger (value on change) under commands set an IF (IF Night = true) and IF (IF light >50%) Set value (light = 50%) so when there is night and someone turns on the light (value goes more than 50%) the light sets to 50%.

Best regards.