RFLINK - DOMOTICZ - DOCKER - UNRAID
Posted: Monday 29 January 2018 12:56
Hi all,
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:
I think the serial port has opened ok in unraid:
I've used the following to pass rflink to the domoticz to container:
Inside the container
I'm no wizard but i'm thinking that the port opened ok as i now get an adaptor i can select in the port drop down menu:
is 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
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