Rflink - brelmotor - awning with light

Hi,

I have a awning which has a light incorporated.
Its works good with :

cover:
  - platform: rflink
    devices:
      brelmotor_f4413a_61:
        name: Store terrasse

Regarding the light, the remote sends only ON command for switching on or off the light. Then type is toggle in the configuration file.

light:
  - platform: rflink
    devices:
      brelmotor_20f4413a_61:
        name: Lumière store
        type: toggle

Even with this configuration, the light switch on and off immediately. Any idea how to solve this ?

You can try to configure the signal_repetitions for this light (I believe that defaults to 1).

Hello,

I was thinking to this option and seen it is by default 1. From my understanding it is the value it should be.
Do you mean I should try with 2, 3… ? Up to a working value.

I suggest you to try with a 0 value.

It makes sense, I now understand the mean of repetition…:slightly_smiling_face:
I come back after testing.

light:
  - platform: rflink
    automatic_add: true
    devices:
      brelmotor_20f4413a_61:
        name: Lumière store
        type: toggle
        signal_repetitions: 0

Same behaviour with the above.
FYI, when I send the command with rflinkoader it is the same behaviour. Using rffind=on cmd shows that the device is correctly identifed.

FYI, the rflin.nl website has changed his layout.
The link here is no more valid:

DEVICE INCORRECTLY IDENTIFIED

If you find a device is recognized differently, with different protocols or the ON OFF is swapped or detected as two ON commands, it can be overcome with the RFLink ‘RF Signal Learning’ mechanism from RFLink Rev 46 (11 March 2017). Link to further detail.

Has to be Link to further detail.