Hi Automators,
I’ve installed my RFlinkGateway, and HA recognises it and can apparently communicate with it at least to start with…
2017-08-10 11:13:42 INFO (MainThread) [homeassistant.components.rflink] Initiating Rflink connection
2017-08-10 11:13:42 INFO (MainThread) [homeassistant.components.rflink] Connected to Rflink
2017-08-10 11:13:42 DEBUG (MainThread) [rflink.protocol] connected
… however the auto detect sensors and lights does not work and I cant switch anything on/off nor do my sensors ever report anything (I put the switches and sensors in manually as suggested by @Rune )
In the logs I get…
2017-08-10 15:27:49 DEBUG (MainThread) [rflink.protocol] sending command: {‘command’: ‘off’, ‘id’: ‘41’, ‘protocol’: ‘kaku’, ‘switch’: ‘16’}
2017-08-10 15:27:49 DEBUG (MainThread) [rflink.protocol] writing data: ‘10;kaku;41;16;off;\r\n’
2017-08-10 15:27:49 DEBUG (MainThread) [rflink.protocol] waiting for acknowledgement
2017-08-10 15:27:49 DEBUG (MainThread) [homeassistant.components.rflink] Sending command: off to Rflink device: kaku_41_1
2017-08-10 15:27:54 WARNING (MainThread) [rflink.protocol] acknowledge timeout
So I’m thinking HA is not communicating with the gateway at all. When I connect the gateway to my PC with the loader program it all works fine and i can see the switches and can receive sensor data, but now I’m at a loss as to how to debug it. I’m currently on HA 50.2 and RF Link R46. Is anyone else having any problems with this combination?