RFXCom binding not working

Hi,

I have several WMR-1000 Nexa switches which i want to control via RFXCom.
I have paired one of the switched for testing purposed and got the switch to switch using rfxcmgr.
Made a simple setup on openhab.
But i cannot get the switch to work see below.

items
Switch Light “Stue nede lys” { rfxcom=">17041926.1:LIGHTING2.AC:Command" }

sitemap
sitemap home label=“Hjemme”
{
Switch item=Light
}

Debug log
2016-02-19 17:35:57.771 [DEBUG] [.rfxcom.internal.RFXComBinding] - Received command: Light OFF
2016-02-19 17:35:57.781 [DEBUG] [.rfxcom.internal.RFXComBinding] - Received command (item=‘Light’, state=‘OFF’, class=‘class org.openhab.core.library.types.OnOffType’)
2016-02-19 17:35:57.795 [DEBUG] [.rfxcom.internal.RFXComBinding] - Transmitting data: 0B11000201040A0601000000
2016-02-19 17:35:58.596 [DEBUG] [.b.r.internal.RFXComConnection] - Data received:
Raw data = 0402010200

  • Packet type = TRANSMITTER_MESSAGE
  • Seq number = 2
  • Sub type = UNKNOWN
  • Response = ACK
    2016-02-19 17:35:58.610 [DEBUG] [rfxcom.internal.ResultRegistry] - Transmitter response received:
    Raw data = 0402010200
  • Packet type = TRANSMITTER_MESSAGE
  • Seq number = 2
  • Sub type = UNKNOWN
  • Response = ACK
    2016-02-19 17:35:58.619 [DEBUG] [.rfxcom.internal.RFXComBinding] - Command succesfully transmitted, ‘ACK’ received

Any tips?

Data from rfxmngr

Lighting2 command

Packettype = Lighting2
subtype = AC
Sequence nbr = 8
ID = 1040A06 decimal:17041926
Unit = 1
Command = Off
Signal level = 0 -120dBi


Packettype = Receiver/Transmitter Message
subtype = Transmitter Response
Sequence nbr = 8
response = ACK, data correct transmitted

Lighting2 command

Packettype = Lighting2
subtype = AC
Sequence nbr = 9
ID = 1040A06 decimal:17041926
Unit = 1
Command = On
Signal level = 0 -120dBi


Packettype = Receiver/Transmitter Message
subtype = Transmitter Response
Sequence nbr = 9
response = ACK, data correct transmitted

Somebody please help me with this.