RFLink over WiFi best options

@Juliean_Galak did you happen to document the NodeMCU settings you used? I’m becoming convinced that this is where my problem lies - but can’t figure out where!

I managed to get it sorted - not entirely sure how but it is working. Thanks for your help!

I hope you can point me in the right direction, I’m unable to configure Home Assistant with my RFLink and EspEasy. Everything seems to be working, but the sensors and switches do not appear in Home Assistant.
This is how EspEasy is set up and what’s showing in RFLink uploader:

Configuration.yaml:

#RFLink
rflink:
  host: 192.168.88.164
  port: 8989
  wait_for_ack: true

#RFlink sensors
  - platform: rflink
    automatic_add: false
    devices:
      02a4_temp:
        name: Outside Temperature
        sensor_type: temperature
      02a4_hum:
        name: Outside Humidity
        sensor_type: humidity
      02a4_bat:
        name: Outside Sensor Battery
        sensor_type: battery

I have also tried with bl999_02a4_temp, …
I have also tried auto_discovery with automatic_add: true.

EspEasy seems to be getting the data from RFLink as the log shows:
31802881: WD : Uptime 530 ConnectFailures 0 FreeMem 20568 WiFiStatus 3
31814960: EVENT: !RFLink#
31814971: EVENT: !RFLink#adioFrequencyLink - RFLink Gateway V1.1 - R48;
31820525: EVENT: !RFLink#
31820533: EVENT: !RFLink#RadioFrequencyLink - RFLink Gateway V1.1 -
31820541: EVENT: !RFLink#
31824053: EVENT: !RFLink#
31824061: EVENT: !RFLink#S;setRF433=ON;setNodoNRF=OFF;setMilight=OFF;
31824069: EVENT: !RFLink#ingColors=OFF;setAnsluta=OFF;setGPIO=OFF;
31824079: EVENT: !RFLink#=OFF;setMysensors=OFF;
31864652: EVENT: !RFLink#
31864660: EVENT: !RFLink#ID=41;SWITCH=1;CMD=ON;
32321956: EVENT: !RFLink#
32321964: EVENT: !RFLink#ID=02a4;TEMP=0084;HUM=74;BAT=OK;

Home assistant log shows Rflink to be connected:
2019-10-24 08:38:17 INFO (MainThread) [homeassistant.components.rflink] Initiating Rflink connection
2019-10-24 08:38:22 INFO (MainThread) [homeassistant.components.rflink] Connected to Rflink

But still, no data is displayed in Home assistant, the sensors show “Unknown”.

Any ideas, where it went astray?
Thanks.

It looks OK. According to this thread the setting are right :

For the moment I’m using this :

You can always try another port.

Thanks, that’s exactly the link I used to figure out the setup (the only difference is my ESP-01 is separate, not embedded on the MEGA. That’s why I don’t understand why it’s not working. It seems that the data does not get through from EspEasy to HASS. There is nothing in the HASS log, except that it got connected to RfLink.
espRFLinkMQTT is working, but I was hoping I could get stuff autoconfigured with the direct setup, and maybe it consumes less resources than MQTT.

If you use espeasy, if HA connects you should see an entry here :disappointed_relieved:

A message like ser2net connected. If not, you probably have to try another port.

Thanks. I tried different ports, none seemed to work. I checked with Packet sniffer on my router, it seems that no packet was sent out on those ports by EspEasy.
Solved it finally using Esp-link, which connected without a problem.
Thanks for the help.

Hi, I use my rflink with MQTT gateway on ESP since 1 year without any problems:

Very good projet, just work!
I have Two rflink one 433,92 Mhz and an other for Somfy RTS 433,42 Mhz

1 Like

That’s exactly what I’m looking to do. Going to get pre-built Nodo devices, connect one locally and use the RFLink integration and ESP the other.

New to the ESP bit though, any advice on what device to use/how to connect it to the Arduino?

Thanks!

This is a similar approach as I’m using.
Did you get it working with the rflink integration in Hass IO also?

After my first approach to get RFlink talking to HA with the espRFLinkMQTT over MQTT it was working fine but it not really intergrated in HA.
So, I have put RFlink on a Arduino Mega 2650 mini and a Wemos D1 mini with Esp-link on it to do the serial communication over wifi. With this combination the RFlink intergration is as simple as over USB. Just fill in the IP adress and port number and you good to go.
I added a few switches, temperature sensors an two window screens (covers).

This works, but HA only supports one RfLink this way. If you need a second, the only solution I know that works well is espRfLinkMQTT.

probably because in case of serial port somehow the port is ‘captured’ by one of the RFLinks when with MQTT anyone can post and listen :wink:

No. It’s ‘baked’ in the integration to only support one RFLink. There is a topic on it on the forum. Even if I copy all the Rflink files and put them in custom_components, and change all references in the python files from ‘Rflink’ to ‘Rflink2’, as soon as the files are there HA does not start any more.

hmm… any chance to have a link to that topic? :wink:

Here are some :

1 Like

I got it working also but I went the ‘lazy’ route. In node-red I’m sending the raw data received on the mqtt topic to a port which is then connected by rflink from HA.

just on a side note re usb dongles… my server is not in a good place for my usb zwave and zigbee dongles… so I’ve got them plugged into a raspberry pi in the middle of the house and I share the two usb dongles back to my ha server using usbip. Google it, the devices show up like any other locally connected usb device and thus far has worked flawlessly.

1 Like

Hi,

I’d like to do it this way too, can you point me in the rifght direction please?

Many thanks in advance!

Yes sure.
I took the serial output from the rf link, and send that via mqtt. This is connected to a TCP out link in node red, and from there you can connect HA. but I guess only one is supported like written above.
In node red I don’t know if this limitation