Can't get Z-Wave.me Wall Controller to activate scenes properly!

Hi!

I have a Z-Wave.me Wall Controller. I have suceeded in adding it to my Vera Lite and added configuration setting 13 and 14 (set to 3) acording to Vesternets tutorial (http://www.vesternet.com/resources/application-notes/apnt-44#.VF6ob_mG8SU).

However, differing from the example in Vesternets tutorial, it doesn’t seem that my sl_SceneActivated-variabel changes when I try different types of key presses. Only the LastSceneID variable changes.

I have included a list of the results (with a refresh between) below:

[code]singe press up
LastSceneID 1
sl_SceneActivated 0

single press down
LastSceneID 2
sl_SceneActivated 255

double press up
LastSceneID 11
sl_SceneActivated 0

double press down
LastSceneID 12
sl_SceneActivated 0

hold up
LastSceneID 5
sl_SceneActivated 0

hold down
LastSceneID 6
sl_SceneActivated 0[/code]

If I use the LastSceneID number I can’t trigger scenes. If I use sl_SceneActivated I can trigger scenes, but then I can only use 0 and 255.

What am I doing wrong? Can Vera use the LastSceneID values somehow instead?