sui77 / rc-switch

Arduino lib to operate 433/315Mhz devices like power outlet sockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brennenstuhl Transmitters

dermotx opened this issue · comments

Hi,
I have two sets of Brennenstuhl transmitters and plugs. One is the Comfort-Line RCT CE1 and the other is the Primera Line RCS 2044. Both have 4 codes for each button. I have been able to decode the signal from the transmitters and have been able to transmit the signals exactly as I decoded them but the plugs are not learning the code. I tried to send the four codes one after the other in the sketch but still no luck.

Does the RCSwitch library support these popular units?
I am using an Arduino Nano 168 to send the codes and this works fine with other socket types such as Etekcity. These are the codes for the Comfort-Line for the first button:

Decimal: 10404464 (24Bit) Binary: 100111101100001001110000 Tri-State: not applicable PulseLength: 519 microseconds Protocol: 5
Raw data: 7284,1000,544,492,1068,516,1060,980,564,996,540,1008,552,996,560,472,1064,1004,144,248,172,92,320,380,112,64,40,92,300,488,180,184,212,1052,160,336,84,268,68,1692,16,1492,152,2800,172,112,1520,484,1068,

Decimal: 10265008 (24Bit) Binary: 100111001010000110110000 Tri-State: not applicable PulseLength: 519 microseconds Protocol: 5
Raw data: 7272,1008,540,488,1060,504,1048,1008,540,992,568,992,552,484,1068,480,1060,1012,536,492,1060,996,556,488,1060,484,1060,488,1064,480,1060,996,560,984,572,476,1064,1000,548,1000,564,468,1072,472,1068,480,1068,480,1072,

Decimal: 9624112 (24Bit) Binary: 100100101101101000110000 Tri-State: not applicable PulseLength: 517 microseconds Protocol: 5
Raw data: 7276,1004,544,492,1060,496,1044,1012,552,484,1052,504,1084,928,608,480,1036,168,172,332,76,156,2576,72,416,344,212,104,260,728,96,1096,64,1876,128,328,72,1008,540,1004,540,492,1052,512,1044,492,1048,500,1068,

Decimal: 10298688 (24Bit) Binary: 100111010010010101000000 Tri-State: not applicable PulseLength: 518 microseconds Protocol: 5
Raw data: 7268,1008,532,504,1060,524,1036,988,604,976,524,1024,532,496,1056,1004,536,680,208,76,128,436,68,244,176,736,68,768,68,1612,16,368,68,484,1068,1000,536,488,1080,472,1060,496,1056,484,1060,448,1104,488,1044,

I am using the SendDemo sketch. Any help would be much appreciated,
Regards
Dermot

Hi. I got my hands on two more makes of socket that are similar to the Brennenstuhl models. They are the Easy Home sockets (Model GT-FSI-07-UK) and the Silver Crest sockets(RCS AAA3680-A or 60494) which I think were sold by Aldi or Lidl a few years ago.
They are both Protocol 5 and have a similar PulseLength of 506 micro seconds. They also have 4 codes for each button.
They work perfectly with the send demo sketch.
This means that Protocol 5 isn't the problem also that having 4 codes for each button is not a problem. It also means that there is no problem with my hardware setup.
So what is the problem with the Brennenstuhl models? Has anyone got the Brennenstuhl models to work?

Thanks in advance for any help you can give.
Regards
Dermot

Ok. Prolem solved. Both Brennenstuhl models above work using Protocol 4 and PulseLenght 380.