Page 1 of 1

RFLink, Domoticz and China Blinds Controller

Posted: Friday 20 April 2018 11:04
by Extremo
Hi

I bought a cheap chinese 433mhz controller for my electronical blind: https://www.aliexpress.com/item/2018-AC ... 57905.html

Basicly the device works together with the remote perfectly. Now I wanted to add the controller to domoticz, first tried to pair it trough the connector. Went to Switches, "Learn Light/Switch" and pressed the Up Button - added the switch as Venetian Blinds EU. So far so good, but the problem is that the blinds only will open, no stop or close function works.

So I've checked the commands manualy for up/down and stop:

Code: Select all

up:   20;3A;Eurodomest;ID=0dc5ce;SWITCH=06;CMD=ALLON;
stop: 20;3B;Eurodomest;ID=2dc5ce;SWITCH=03;CMD=OFF;
down: 20;3C;EV1527;ID=023a31;SWITCH=08;CMD=ON;
Is there any way, to setup this connector with RFLink inside of Domoticz?

Best Regards
Raphael

Re: RFLink, Domoticz and China Blinds Controller

Posted: Sunday 06 May 2018 8:56
by Extremo
Just a little push, working now with another remote, intresting I've now other codes:

Code: Select all

Up: 20;04;EV1527;ID=05e042;SWITCH=01;CMD=ON;
Stop: 20;05;EV1527;ID=05e042;SWITCH=02;CMD=ON;
Down: 20;06;EV1527;ID=05e042;SWITCH=04;CMD=ON;
In fact, I would really like to get this running, would also pay for any support!

Re: RFLink, Domoticz and China Blinds Controller

Posted: Sunday 06 May 2018 16:02
by Stuntteam
Did you try the RFFind option to learn the signals?

Re: RFLink, Domoticz and China Blinds Controller

Posted: Tuesday 08 May 2018 13:04
by Extremo
Stuntteam wrote: Sunday 06 May 2018 16:02 Did you try the RFFind option to learn the signals?
Thanks for your answer and the hint with RFFind, haven't any knowledge about this command and already did some first checks. What I've noticed, is that the signals seems not be sent properly:

Code: Select all

UP:
20;45;RFFind;x;5E0121;B;27;1;
20;46;RFFind;x;5E0121;B;27;1;
20;47;RFFind;x;5E0121;B;27;1;
20;48;RFFind;x;5E0121;B;27;1;
20;49;RFFind;x;5E0121;B;27;1;
20;4A;RFFind;x;5E0121;B;27;1;
20;4B;RFFind;x;5E0121;B;27;1;
20;4C;RFFind;x;5E0121;B;27;1;
20;4D;RFFind;x;5E0121;B;27;1;

STOP:
20;59;RFFind;x;5E0122;8;29;1;
20;5A;RFFind;x;5E0122;B;26;1;
20;5B;RFFind;x;5E0122;B;27;1;
20;5C;RFFind;x;5E0122;B;27;1;
20;5D;RFFind;x;5E0122;B;27;1;
20;5E;RFFind;x;5E0122;B;27;1;
20;5F;RFFind;x;5E0122;B;27;1;
20;60;RFFind;x;5E0122;B;27;1;

DOWN:
20;68;RFFind;x;5E0124;A;27;1;
20;69;RFFind;x;5E0124;B;27;1;
20;6A;RFFind;x;5E0124;B;27;1;
20;6B;RFFind;x;5E0124;B;27;1;
20;6C;RFFind;x;5E0124;B;27;1;
20;6D;RFFind;x;5E0124;B;27;1;
20;6E;RFFind;x;5E0124;B;27;1;
20;6F;RFFind;x;5E0124;A;27;1;
20;70;RFFind;x;5E0124;B;27;1;
20;71;RFFind;x;5E0124;B;27;1;
20;72;RFFind;x;5E0124;B;27;1;
Also I see, there seems to be only ON/OFF possible, what can I do with the "STOP" command?

I've not setup this two records:

Code: Select all

10;RFFind;0;5E0121;B;27;1;
RF Record: 0 ID: 5E0121 S: 0B L: 27 T: 01 - ON
10;RFFind;1;5E0124;B;27;1;
RF Record: 0 ID: 5E0121 S: 0B L: 27 T: 01 - ON
RF Record: 1 ID: 5E0124 S: 0B L: 27 T: 01 - OFF
Then I went to domoticz and added a new switch device using the remote and auto learning feature. Worked well, but if I now click on open/close function, nothing happens. In the log i've the following entries:

Code: Select all

2018-05-08 13:31:41.536 User: Admin initiated a switch command (90/Storen Büro/Off)
2018-05-08 13:31:41.537 RFLink Sending: 10;EV1527;0cd196;8;UP
2018-05-08 13:31:42.020 (RFLink433) Light/Switch (Storen Büro)
2018-05-08 13:31:46.333 User: Admin initiated a switch command (90/Storen Büro/On)
2018-05-08 13:31:46.334 RFLink Sending: 10;EV1527;0cd196;8;DOWN
2018-05-08 13:31:46.850 (RFLink433) Light/Switch (Storen Büro)
Do you've maybe a additional advice to implement the blind?