PLEG with Lightwave dimmer

Hi,
I am new to this, so, apologies for any obvious mistakes.

I have a Zwave edge linking through an RFX to Lightwave 3 point dimmer switch (ie. manages three sets of separate lights)

I desperately need some help on a PLEG scene and struggling.

I have a fibaro sensor and when I enter the room, the sensor will pick me up and tell the dimmer lights to have different percentage settings ie.
Set 1 - 60%
Set 2 - 40%
Set 3 - 20%

When I walk up to the other side of the room, the second set sensor will pick me up and change the settings to the following

Set 1 - 20%
Set 2 - 60%
Set 3 - 40%

Only when I am home

If I am away, then all lights on full. (incase I am being robbed)

Can anyone please help me

Two input triggers:

tMotion1
tMotion2

One input Mode:
mHome

Three conditions:
cMotion1 mHome and tMotion1
cMotion2 mHome and tMotion2
cMotionNotHome !mHome and (tMotion1 or tMotion2)

Put the appropriate actions on each condition.

You did not say anything about when you want these lights turned off.