Hi All.
I have assembled RFLink and checked logs in RFLink Loader. Commands from 433Mhz Zemismart remote appear in the logs. I connected RFLink to HA Yellow and configured it. In the HA logs I can see that it is connected and can see even release number of RFLink (R51). But I can’t see commands from the same Zemismart remote.
How to get it works?
Thank you in advance.
RFLink
- Arduino MEGA2560 R3 (ATmega2560-16AU CH340G)
- RFLink Gateway V1.1 - R51
- Aurel RTX-MID-5V
HA Config
rflink:
port: "/dev/ttyUSB0"
switch:
- platform: rflink
automatic_add: true
sensor:
- platform: rflink
automatic_add: true
binary_sensor:
- platform: rflink
automatic_add: true
logger:
default: error
logs:
rflink: debug
homeassistant.components.rflink: debug
HA Logs
2024-02-01 01:26:21.104 INFO (MainThread) [homeassistant.components.rflink] Initiating Rflink connection
2024-02-01 01:26:21.108 INFO (MainThread) [homeassistant.components.rflink] Connected to Rflink
2024-02-01 01:26:21.131 DEBUG (MainThread) [rflink.protocol] connected
2024-02-01 01:26:23.871 DEBUG (MainThread) [rflink.protocol] received data: 20;00;Nodo RadioFrequencyLink - RFLink Gateway V1.1 - R51
2024-02-01 01:26:23.871 WARNING (MainThread) [rflink.protocol] dropping invalid data: 20;00;Nodo RadioFrequencyLink - RFLink Gateway V1.1 - R51
1 post - 1 participant