home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.4k stars 30.65k forks source link

RFlink doesnt give any data after 0.47.1 #8172

Closed roflmao closed 7 years ago

roflmao commented 7 years ago

Home Assistant release (hass --version): 0.47.1

Python release (python3 --version): 3.6.1

Component/platform: rflink

Description of problem: After upgrade to 0.47.1 i get no rflink data sensors. Usually i have like 20+ sensors from RFlink.

Problem-relevant configuration.yaml entries and steps to reproduce:

rflink:
  host: 192.168.66.55
  port: 1234

logs:

2017-06-23 09:58:20 INFO (MainThread) [homeassistant.loader] Loaded sensor.rflink from homeassistant.components.sensor.rflink
2017-06-23 09:58:20 INFO (MainThread) [homeassistant.loader] Loaded rflink from homeassistant.components.rflink
2017-06-23 09:58:20 INFO (MainThread) [homeassistant.setup] Setting up rflink
2017-06-23 09:58:20 INFO (MainThread) [homeassistant.setup] Setup of domain rflink took 0.0 seconds.
2017-06-23 09:58:20 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=rflink>
2017-06-23 09:58:20 INFO (MainThread) [homeassistant.components.rflink] Initiating Rflink connection
2017-06-23 09:58:20 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rflink
2017-06-23 09:58:20 DEBUG (MainThread) [rflink.protocol] connected
2017-06-23 09:58:20 INFO (MainThread) [homeassistant.components.rflink] Connected to Rflink
2017-06-23 09:58:20 DEBUG (MainThread) [rflink.protocol] received data: 20;00;Nodo RadioFrequencyLink - RFLink Gateway V1.1 - R46;
2017-06-23 09:58:21 DEBUG (MainThread) [rflink.protocol] received data: 20;02;UPM_Esic;ID=030E;TEMP=0039;HUM=40;BAT=OK;
2017-06-23 09:58:21 DEBUG (MainThread) [rflink.protocol] received data: 
2017-06-23 09:58:39 DEBUG (MainThread) [rflink.protocol] received data: 20;03;UPM_Esic;ID=0307;TEMP=00a4;HUM=67;BAT=OK;
2017-06-23 09:58:39 DEBUG (MainThread) [rflink.protocol] received data: 
2017-06-23 09:59:21 DEBUG (MainThread) [rflink.protocol] received data: 20;04;UPM_Esic;ID=030E;TEMP=0038;HUM=40;BAT=OK;
2017-06-23 09:59:21 DEBUG (MainThread) [rflink.protocol] received data: 
2017-06-23 09:59:34 DEBUG (MainThread) [rflink.protocol] received data: 20;05;InoValley_SM200;ID=000a;TEMP=00B6;
2017-06-23 09:59:34 DEBUG (MainThread) [rflink.protocol] received data: 
2017-06-23 09:59:39 DEBUG (MainThread) [rflink.protocol] received data: 20;06;UPM_Esic;ID=0307;TEMP=00a4;HUM=67;BAT=OK;
2017-06-23 09:59:39 DEBUG (MainThread) [rflink.protocol] received data: 
2017-06-23 10:00:21 DEBUG (MainThread) [rflink.protocol] received data: 20;07;UPM_Esic;ID=030E;TEMP=0037;HUM=40;BAT=OK;
2017-06-23 10:00:21 DEBUG (MainThread) [rflink.protocol] received data: 
2017-06-23 10:00:39 DEBUG (MainThread) [rflink.protocol] received data: 20;08;UPM_Esic;ID=0307;TEMP=00a4;HUM=67;BAT=OK;
2017-06-23 10:00:39 DEBUG (MainThread) [rflink.protocol] received data: 
2017-06-23 10:00:53 DEBUG (MainThread) [rflink.protocol] received data: 20;09;InoValley_SM200;ID=000a;TEMP=00B6;
2017-06-23 10:00:53 DEBUG (MainThread) [rflink.protocol] received data: 
2017-06-23 10:01:21 DEBUG (MainThread) [rflink.protocol] received data: 20;0A;UPM_Esic;ID=030E;TEMP=0036;HUM=40;BAT=OK;
2017-06-23 10:01:21 DEBUG (MainThread) [rflink.protocol] received data: 
2017-06-23 10:01:39 DEBUG (MainThread) [rflink.protocol] received data: 20;0B;UPM_Esic;ID=0307;TEMP=00a4;HUM=67;BAT=OK;
2017-06-23 10:01:39 DEBUG (MainThread) [rflink.protocol] received data: 

get_entities.py:

root@bender:~# python get_entities.py  | grep -i upm
root@bender:~# python get_entities.py  | grep -i esic
balloobbot commented 7 years ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.

Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment :+1:

balloobbot commented 7 years ago

This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍