I had to change the port and now the device does not work. How can I change/check the port?
The device was automatically found and configured on the other port.
I had to change the port and now the device does not work. How can I change/check the port?
The device was automatically found and configured on the other port.
Did you figure it out yet? I have the same issue and cannot find it in the configuration.
Not sure, but try searching inside the hidden folder in the configuration folder. The port is saved somewhere inside a configuration file. Make backups before.
Found it! Added the code below to configuration.yaml. It is now mapped bij id and not the USB port. So if the ports are switched it doesnât matter. You can find the ID when you go to settings > system > hardware. Select the 3 dots menu and choose âAll hardwareâ scroll down to the USB devices and there you will find the id.
rfxtrx:
device: /dev/serial/by-id/usb-RFXCOM_RFXtrx433_A1QHDCB-if00-port0
Did you use the integration ? Because I have the same problem, but I do not have an entry in my configuration.yaml, I used the integration and the port is hidden from me.
Does someone know in what (hidden) file this is stored ? Or how I can change it ?
Something happened on my Debian HA server and all usb-ports changed, fixed my zwave & zigbee ports, but cannot find how to change the RFXTRX port
thx
Found it : it 's in: .storage\core.config_entries look for RTX and youâll find âdeviceâ: â/dev/somethingâ
replace the â/dev/somethingâ by the correct device eg â/dev/ttyUSB0â
It fixed my problem.
chris
thanks Chris
worked for me to, did have to reboot after the change.
First i tried just to start up the integration, however that did overwrite my change back to original (wrong one)
So I did redo the change and then rebooted home assistant, when it stared it all worked
/Nic
Thanks, was migrating to docker, docker doesnât expose serial by id devices, so I had to change to ttyUSB0.