The website is up and running but my USB RFXcom (RFXtrx433XL) in the host does not show up in the Domoticz hardware configurator.
To be more precise, the "serial port" list is empty. No devices are displayed.
I added the usb device to my container to make it accessible for Domoticz. Commands from within container DOM1:
Code: Select all
root@DOM1:~# lsusb | grep 0403
Bus 001 Device 003: ID 0403:6015 Future Technology Devices International, Ltd Bridge(I2C/SPI/UART/FIFO)
root@DOM1:~# lsmod | grep usbserial
usbserial 53248 1 ftdi_sio
root@DOM1:~# ls -l /dev | grep tty
crw--w---- 1 root tty 136, 7 Dec 27 14:44 console
crw-rw-rw- 1 root root 5, 0 Dec 27 15:16 tty
crw-rw-rw- 1 root dialout 188, 0 Dec 27 15:52 ttyUSB0
Domoticz is start as normal user (not root) I added the user in DOM1 to the dialout group.
What can I check to see what is wrong with this setup? Adding udev rules inside a container is not possible in LXD.
Any help is greatly appreciated.