marvin51796: There are a few ways to do what you want.
As you probably know, the WS467 cannot softstart... that is, it cannot go from off and brighten to 20%, it can only turn on full brightness then dim down to the 20%.
If the initial full on then down to 20% is OK, then make the following macro:
macro1: Trigger = MSxxA ON, Condition = Flag x is Cleared
- Set Flag x
- Turn ON light ABSOLUTE 20%
- Delay (10-15) minutes
- Turn OFF light
- Clear Flag x
The Flag condition is required to prevent the macro from repeating as you move around the room. If it did repeat, your light would continuously brighten and dim.
To prevent the light from turning off after the 10-15 minutes while someone is still moving around in the room, you can separate the Light OFF section of the macro and have it triggered by the MSxxA's OFF signal (which you can set for x number of minutes after no motion is detected).
You can have the WS467 pseudo-softstart by presetting it's brightness level to 1% (instead of OFF), and do a RELATIVE 20% brightness when you enter the room & a RELATIVE 20% dim after you leave.