Page 1 of 1

Home Assitant - RFlink - Arduino- Nodo - NodeMCU & Wifi

Posted: 04 Jul 2019, 20:32
by awesterhoff
hi!

I am using Home Assistant for a while now and have connected many devices.

I can't get my RFlink with nodo, nodemcu over wifi working.
I flashed the Arduino and the NodeMCU, the NodeMCU is connected to my wifi network

Unfortunatly Home Assistant can't connect.

Home Assistant configuration:
rflink:
# port: /dev/ttyACM0
host: 192.168.1.33
port: 1234

I also have a arduino with rflink connected using USB but have that deconfigured at the moment.

The NodeMCU doesn't have any specific configuration, expect that I configured the home assistant ip as the controller in the nodemcu with port 1234.

Home Assistant is giving me the following error:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/rflink/__init__.py", line 221, in connect
transport, protocol = await connection
File "uvloop/loop.pyx", line 1904, in create_connection
File "uvloop/loop.pyx", line 1883, in uvloop.loop.Loop.create_connection
ConnectionRefusedError: [Errno 111] Connection refused


Who can help me out?

Thanks! AW