I want to link my “RFXcom USB 433mhz Controller RFXtrx433XL Transceiver” to Home assistant.
I connected this to my serial usb port of my synology 918+.
In terminal /dev/ttyUSB0/ is visible.
In ha configuration->integrations I select RFXCOM RFXtrx
connection type: Serial
Select device gives: /dev/ttyS0 -ttyS0, s/n: n/a
Result in log:
Connection timeout: failed to receive response from RFXtrx device
11:20:31 – (ERROR) RFXCOM RFXtrx
If I enter /dev/ttyUSB0: Failed to connect/
In configuration.yaml. I have added the following;
logger:
logs:
RFXtrx: debug
rfxtrx:
device: /dev/ttyUSB0
debug: true
Am I missing something?
Thankx Peter
Just an addition.
I switched from Domoticz to HA.
Just started Domoticz and see that the device is visible there on /dev/ttyUSB0 and also works normally.
I think I made a setup error in HA somewhere.