Conrad RSL Wireless 1-channel Built-in switch

433Mhz opensource Receiver & Transmitter.

Moderators: leecollings, Stuntteam

Post Reply
treb0r
Posts: 10
Joined: Friday 19 June 2015 13:47
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Conrad RSL Wireless 1-channel Built-in switch

Post by treb0r »

Hi
How to include this wall switch if I want to conrol it only using rflink?
https://www.conrad.nl/nl/rsl-draadloze- ... 40302.html
Shall I create manually switch in domoticz and send the On command while the wall switch is in learning mode?
Thanks for help
treb0r
deennoo
Posts: 784
Joined: Wednesday 10 December 2014 13:06
Target OS: Linux
Domoticz version: beta
Location: Bordeaux France
Contact:

Re: Conrad RSL Wireless 1-channel Built-in switch

Post by deennoo »

Maybe you can use : créate device on rflink hardware page.
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
User avatar
Stuntteam
Posts: 399
Joined: Wednesday 06 May 2015 16:39
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Conrad RSL Wireless 1-channel Built-in switch

Post by Stuntteam »

Indeed.. go to create device on the hardware page and enter:
20;21;Conrad;ID=220c49;SWITCH=01;CMD=ON;
this will create a device for you..
then send ON with this device to pair it to the switch.
-=# RFLink Gateway Development Team #=-
Introduction: http://www.nemcon.nl/blog2/
Generic RFLink Support forum: http://www.esp8266.nu/forum/viewforum.php?f=8
User avatar
Stuntteam
Posts: 399
Joined: Wednesday 06 May 2015 16:39
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Conrad RSL Wireless 1-channel Built-in switch

Post by Stuntteam »

Sorry derik, I removed your post as it is only causing confusion and it will not work.
The right way is..:

1. under settings tab, make sure "accept new hardware/sensors is enabled.. if not enable it and disable when done.
2. go to hardware tab
3. press create rflink device
4. enter string: 20;21;Conrad;ID=220c49;SWITCH=01;CMD=ON;
5. press OK
6. go to devices tab find the new conrad device, press green arrow and name it
7. go to switches tab and locate the new device
8. set the switch in learning mode and press "ON" on the device to pair it to the switch.
-=# RFLink Gateway Development Team #=-
Introduction: http://www.nemcon.nl/blog2/
Generic RFLink Support forum: http://www.esp8266.nu/forum/viewforum.php?f=8
treb0r
Posts: 10
Joined: Friday 19 June 2015 13:47
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Conrad RSL Wireless 1-channel Built-in switch

Post by treb0r »

Thank you very much. I will receive the switch tomorrow so I will check it and let you know. How to "decrypt" this string? Which part shall I change if I want to add next switch?
Thanks
treb0r
PS. When I am trying to add Rflink device, I can't find new device (neither in used nor in not used) and in the log i can see: Error: RFLink: Unhandled switch type: Conrad RSL2.
bibo456
Posts: 15
Joined: Thursday 28 January 2016 14:34
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Conrad RSL Wireless 1-channel Built-in switch

Post by bibo456 »

Hello ,
One question regarding step 4 of your explanation. Do I have to write 20;21 at the beginning of the string ? or do I start by Conrad....
Thank you
deennoo
Posts: 784
Joined: Wednesday 10 December 2014 13:06
Target OS: Linux
Domoticz version: beta
Location: Bordeaux France
Contact:

Re: Conrad RSL Wireless 1-channel Built-in switch

Post by deennoo »

20;21 = créate a device and send
ConradRSL2 = protocole/language used
ID = Remote control ID number : each remote got a différent id
Switch = switch number (this have to be change for your next wall plug)

Have you allowing new sensors ?
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
bibo456
Posts: 15
Joined: Thursday 28 January 2016 14:34
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Conrad RSL Wireless 1-channel Built-in switch

Post by bibo456 »

I have a conrad RSL shutter actuator
I can control it with RFlink loader : 10;Conrad;645c20;4;OFF;
but never succeeded to add it on domoticz, so I will give it a try and let you know...

Thank you for your message
bibo456
Posts: 15
Joined: Thursday 28 January 2016 14:34
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Conrad RSL Wireless 1-channel Built-in switch

Post by bibo456 »

Here what I have done :
at step 4, I entered the command : 20;21;Conrad RSL;ID=645c20;SWITCH=04;CMD=ON;

but got the answer : "probleme creation de capteur" which means : issue creating device

any clue what is wrong ?
Thank you

here is my actuator : http://www.conrad.fr/ce/fr/product/0964 ... io-Connect
User avatar
Stuntteam
Posts: 399
Joined: Wednesday 06 May 2015 16:39
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Conrad RSL Wireless 1-channel Built-in switch

Post by Stuntteam »

Sorry.. my bad..
20;21;Conrad;ID=645c20;SWITCH=04;CMD=ON;
21 is irrelevant, Conrad is the protocol name, 645c20 is the ID, can be almost any value
04 is the switch number (00 to 0F)
-=# RFLink Gateway Development Team #=-
Introduction: http://www.nemcon.nl/blog2/
Generic RFLink Support forum: http://www.esp8266.nu/forum/viewforum.php?f=8
bibo456
Posts: 15
Joined: Thursday 28 January 2016 14:34
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Conrad RSL Wireless 1-channel Built-in switch

Post by bibo456 »

Hello all,

Thank you Stuntteam for your answer. I will try tonight.
I understand that I can use any ID, but can I use an existing ID (my remote) ?
My switches are behind the wall, and would prefer not pairing them again.

So if I entered :
20;Conrad;ID=645c20;SWITCH=04;CMD=ON;

it should work. shouldn't it ?

Thank you
User avatar
Stuntteam
Posts: 399
Joined: Wednesday 06 May 2015 16:39
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Conrad RSL Wireless 1-channel Built-in switch

Post by Stuntteam »

If you have a remote, then you do not need any of the above.
Conrad remotes are auto detected..
(under settings tab, make sure "accept new hardware/sensors is enabled.. )
-=# RFLink Gateway Development Team #=-
Introduction: http://www.nemcon.nl/blog2/
Generic RFLink Support forum: http://www.esp8266.nu/forum/viewforum.php?f=8
bibo456
Posts: 15
Joined: Thursday 28 January 2016 14:34
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Conrad RSL Wireless 1-channel Built-in switch

Post by bibo456 »

I am sorry, but I cannot make it work.
I tried with the remote, checked "accept new hardware" and even clicked on allow for 5 minutes.
When I press the remote my blind goes down, but nothing under domoticz is detected. I tried auto detection in the tab 'switch', but nothing happens when i press the remote.

Besides, I also tried to add manually and entered :
20;Conrad;ID=645c20;SWITCH=04;CMD=ON;
but got same message : "probleme creation de capteur" which means : issue creating device

I am getting desperate, as I really would like to make it work !
Thank you for your help
bibo456
Posts: 15
Joined: Thursday 28 January 2016 14:34
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Conrad RSL Wireless 1-channel Built-in switch

Post by bibo456 »

To keep you posted...
I have updated RFLink to latest firmware, and now it works !!!

Thank you so much
I love you guys ;-)

PS : only my avidsen devices do not work now...
treb0r
Posts: 10
Joined: Friday 19 June 2015 13:47
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Conrad RSL Wireless 1-channel Built-in switch

Post by treb0r »

Ok, so I have finally got my switch. Everything is connected and...how to press switch created in domoticz for 3 seconds? It is necessery to bind rflink and Conrad switch. When I presss switch On in domoticz nothing happend.
Thx for an answer
treb0r
Edit: Single ON press, multi ON press (10x ON in Scene) doesn't work. What am I doing wrong?
DarkFoxDK
Posts: 26
Joined: Saturday 02 January 2016 2:22
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Contact:

Re: Conrad RSL Wireless 1-channel Built-in switch

Post by DarkFoxDK »

Sorry for necromancering this thread, but I'm interested in the Conrad RSL products, but it's difficult to see whether they're properly supported, considering terb0r's unanswered post.

Specifically, I'm considering getting the PIR devices. However, another worry I have with those, is that they have the same "bombing" issue as the cheap chinese PIRs, where they block the frequency for 10 seconds when activated.
User avatar
Stuntteam
Posts: 399
Joined: Wednesday 06 May 2015 16:39
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Conrad RSL Wireless 1-channel Built-in switch

Post by Stuntteam »

No idea if it was solved already or not.. but I have added support for a pair command to the firmware so that it can be done anyway..
-=# RFLink Gateway Development Team #=-
Introduction: http://www.nemcon.nl/blog2/
Generic RFLink Support forum: http://www.esp8266.nu/forum/viewforum.php?f=8
DarkFoxDK
Posts: 26
Joined: Saturday 02 January 2016 2:22
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Contact:

Re: Conrad RSL Wireless 1-channel Built-in switch

Post by DarkFoxDK »

I'll order a PIR and door switch. I'll be sure to send you the debug data from them if they're not working. :)
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest