Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 102622

RFLink devices not showing up

$
0
0

@emerout wrote:

Hello,

I’m brand new to Home Assistant, coming from jeedom.

I have setup HA on a k8s cluster : https://github.com/helm/charts/tree/master/stable/home-assistant

I’m trying to configure RFLink and devices.

The configuration :

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

rflink:
  host: 192.168.1.13
  port: 1234
  
sensor:
  - platform: rflink

logger:
  default: error
  logs:
    rflink: debug
    homeassistant.components.rflink: debug

data is received from RFLink gateway but devices are never added to the UI.

The log:

INFO (MainThread) [homeassistant.components.rflink] Initiating Rflink connection                                                              
DEBUG (MainThread) [rflink.protocol] connected
INFO (MainThread) [homeassistant.components.rflink] Connected to Rflink                                                                       
DEBUG (MainThread) [rflink.protocol] received data: 20;00;Nodo RadioFrequencyLink - RFLink Gateway V1.1 - R46;
DEBUG (MainThread) [rflink.protocol] received data: 20;01;Auriol V3;ID=0C01;TEMP=00e2;HUM=62;                                                 
DEBUG (MainThread) [rflink.protocol] received data:
DEBUG (MainThread) [rflink.protocol] received data: 20;02;Auriol V3;ID=0C01;TEMP=00df;HUM=62;                                                 
DEBUG (MainThread) [rflink.protocol] received data:
DEBUG (MainThread) [rflink.protocol] received data: 20;03;Auriol V3;ID=0C01;TEMP=00df;HUM=62;                                                 
...

Any help appreciated !

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 102622

Trending Articles