Pi RF 433mhz elro socket

Hello,
I need help in configuration of my elro socket in the pi rf platform.

The socket has a 10 pole dip switch.
How can I configure the code_on and code_off sequence?
If I type the code 11111,11111 it is not working.

My configuration is
switch :

  • platform : rpi_rf
    gpio : 17
    switches :
    bedroom_light :
    protocol : 1
    code_on : 11111,10000
    code_off : 11111,10000

I do not have a 433 receiver only a sender, so I hope somebody has some tipps to get it work.