Switch and light for Tellstick

Hi
I run Hassio to see if I can control my tellstick
I have install the tellstick and config everything.
I can see the temp in the hassio but I can’t switch on or off any device.
I also can’t use the dimmer

The code looks like this
{
“devices”: [
{
“id”: 1,
“name”: “Device 1”,
“protocol”: “arctech”,
“model”: “codeswitch”,
“house”: “C”,
“unit”: “1”
},
{
“id”: 2,
“name”: “Device 2”,
“protocol”: “arctech”,
“model”: “selflearning-dimmer”,
“house”: “13”,
“unit”: “1”
}
]
}

I get no error but nothing happen??