RFlink Cover (Blinds)

RFLink support for Brelmotor (doya) and Bofumotor.
I have three of those blind motors any chance to get it to work with HA?

 - platform: rflink
    devices:
      BrelMotor_bb9b737_05:
        name: auvent  

  - platform: rflink
    devices:
      dooya_4e11d101_01:
        name: cuisine

@olivep Do you have a reference for the different rflink cover devices?

The integration documentation isn’t any help.

I’m trying to integrate a Dooya DV24CE blind.

RFLink reports to support something like:

  • Dooya RF Roller blinds (AC123-16 and others, also sold as Zemismart AM15)

If supported, just configure the automatic_add for the light domain (yes, the light domain), just like that:

light:
  - platform: rflink
    automatic_add: true

When you press the remote buttons, a new light will be available at the developer-tools → states
Also you can enable rflink logs and look for the device_id

Once you have the device_id part, you can add it as a cover (and delete the light configuration):

cover:
  - platform: rflink
    devices:
      dooya_v4_455201_0f:
        name: my cover
1 Like

Thanks @javicalle, your instructions were very clear and let me quickly add my blinds.

I’ve created a PR to add the information to the documentation.

1 Like

Which hardware you have been used for rflink?
I have a SIGNALduino USB, which allows rflink to receive signals, but nothing was added automatically.
The log shows only some errors like

2022-08-10 17:58:04.291 WARNING (MainThread) [rflink.protocol] dropping invalid data: Using sFIFO
2022-08-10 17:58:04.349 WARNING (MainThread) [rflink.protocol] dropping invalid data: Reading values from eeprom
2022-08-10 17:58:04.351 WARNING (MainThread) [rflink.protocol] dropping invalid data: CCInit ok. ccVer=20 ccPartnum=0
2022-08-10 17:58:04.355 WARNING (MainThread) [rflink.protocol] dropping invalid data: Starting timerjob
2022-08-10 17:58:04.424 DEBUG (MainThread) [rflink.protocol] received data: receiver enabled
2022-08-10 17:58:04.425 WARNING (MainThread) [rflink.protocol] dropping invalid data: receiver enabled
2022-08-10 17:58:09.115 WARNING (MainThread) [rflink.protocol] Error during decode of data, invalid data: Ms;��;���;�Ň;���;���;�ۃ;�˃;d1Vvvvq!1A11AA1AAA1111111AA1A1A1A11A11AAA11111A1;C1;S5;RF6;O;m0;
Ms;��;���;���;���;��;�Ճ;�у;Dgggg;C1;S5;RF6;O;m1;
Ms;��;���;�ć;���;��;�σ;�Ѓ;Dgggg;C1;S5;RF6;O;m2;
Ms;��;���;���;���;��;�σ;�Ѓ;Dgggg;C1;S5;RF6;e;m3;
Ms;��;�ʃ;�փ;���;���;���;���;das###!AQQaaaaaQaaQaQQQQQaaQQaaaQaaaQaQQQQaQQQQa;C1;S7;R5E;O;m0;
Ms;��;�σ;�σ;���;���;���;���;D2222;C1;S7;R5E;O;m1;
Ms;��;�̓;�Ӄ;���;���;���;��;D2222;C1;S7;R5E;O;m2;
Ms;��;�̓;�Ӄ;���;���;���;��;D2222;C1;S7;R5E;e;m3;

RFLink integration requires an specific hardware with an specific firmware.
You can’t expect to make it work with a different hardware like SIGNALduino USB.