So i have RF link running on a arduino mega 2560 and tested it on a windows pc in domoticz and it's working great.
But having trouble getting it connected to my docker container in unraid.
So i can see the device in unraid:
Code: Select all
lsusb
Bus 001 Device 006: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter
Code: Select all
dmesg | grep tty
[ 0.000000] console [tty0] enabledI've used the following to pass rflink to the domoticz to container:
--device=/dev/bus/usb/001/006:/dev/ttyUSB0
Inside the container
Code: Select all
docker exec -it domoticz dmesg | grep tty
console [tty0] enabledis there any way to test comms from inside domoticz to rflink? When trying to add a device nothing comes up like it did when i tested it on a windows computer.
i couldn't post this under the rf link sub forum as it's locked for me.
any help would be great