KNX Scene Issue

Hi - I saw some old material suggesting that scenes weren’t working too well in OH2. But no feedback on a resolution. Struggling with some scenes. The actuators are all set up. But it never works.

Everything else works. any hints welcome?
Note btw have tried it with dpt17.001 and 5.001

Things:
Thing device Scenes {

    Type number : DiningSceneKNX "Dining Scenes" [ga="0/6/1"]

    Type number : BedroomSceneKNX "Bedroom Scenes" [ga="0/6/2]"]

   }

Items:

Number BedroomSceneKNX “Bedroom scenes” channel=“knx:device:bridge:Scenes:BedroomSceneKNX”}

Number DiningSceneKNX “Dining scenes” {channel=“knx:device:bridge:Scenes:DiningSceneKNX”}

Sitemap:
Selection item=BedroomSceneKNX label=“Master Bed Scene” mappings=[10=“Off”, 11=“5%”, 12=“10%”, 13=“30%”, 14=“60%”, 15=“80%”,16=“On”,17=“All On”

I can confirm that current versions of openHAB (from OH2.5.0 nightly on, i.e. every stable version from OH2.5.0) is fully capable to use knx scenes (I’m using them successfully)

Thing device Scenes {
    Type number : DiningSceneKNX "Dining Scenes" [ga="17.001:0/6/1"]
    Type number : BedroomSceneKNX "Bedroom Scenes" [ga="17.001:0/6/2]"]
   }

will work, but please be aware of the fact, that knx Scene numbers are 0-indexed, so ETS Scene 1 is 0 in openHAB.

Thanks Udo. I had one right bracket in the wrong place!!