RFLink entities becoming unavailable after restart

I have recently bought a RFLink system to replace my aging Telldus for 433MHz devices. Connecting it to HA was no problem at all. To get the switches/dimmers to be recognized in HA by the rflink integration, I had to send a On signal from the original remote (or Telldus TellStick Net) … however it seems I need to do this after every restart of HA, as they are otherwise unavailable.

Is there a way around this?

(When all is up and running it is working very well…)

Thanks,
RD

Which is your rflink configuration?
Do you have configured your devices or are you using the automatic_add config?
I’m not sure but I think that you need to have the devices in your configuration to restore its states.

1 Like

Indeed, I have this in my switch.yaml

 - platform: rflink
    device_defaults:
      fire_event: true
      signal_repetitions: 2
    devices:
      eurodomest_227e06_06: 
        name: deurbel
      ev1527_0089e9_06:
        name: garagedeur
      ev1527_0d0886_08:
        name: fire_alarm
      ev1527_095e46_08:
        name: rfikeaswitch1
      ev1527_095e46_04 :
        name: rfikeaswitch2
      ev1527_095e46_02:
        name: rfikeaswitch3
      ev1527_095e46_01:
        name: rfikeaswitch4
      newkaku_03a0b810_1:
        name: flamingo1
      newkaku_02aba400_2:
        name: switchkamerschuindak
      tristate_85562a_1:
        name: impulsb
      tristate_8554aa_1:
        name: impulsa
      ev1527_0ff398_08:
        name: switchlichteetkamer
      selectplus_00633b_02:
        name: selectplus  
      newkaku_03a0b800_2:
        name: bovenTV
      newkaku_03a0b800_3:
        name: bovenProximus
      newkaku_03a0b800_4:
        name: bovenVentilator
      newkaku_03a0b800_5 :
        name: bovenrflink

Thanks a lot to both of you, that explains it!

Do you know if I can both add devices manually as above, and keep the automatic_add config? (I’ll try it in a few hours myself, so if no one else replies I’ll update this post with my findings. :slight_smile:

BR
RD

Yes, you can have both in your configuration.

1 Like