Right. Some progress… I have created a new fresh install of a openhab docker using a docker file, which is below. I have put the file onto a single line, which works fine.
From within OH the thing just appears with a OFFLINE - COMMUNICATION_ERROR error. I also get the port error below.
I did need to manually create the /dev/ttyACM0 after installing the mod into the kernel. It has rights of rw-rw-rw. I have not restarted the QNAP, but I don’t think that I should as the modules wil not persist.
How can I tell that the USB stick is actually on the /dev/ttyACM0? It does appear when I do a lsusb
Is there anyway that I can tell that the QIVICON stick is working?
I have this feeling that the Qivicon is only compatible with USB2 ports, and my NAS only has blue USB3 ones. Could this be the case?
If so, then it is most annoying as I tried so hard to research and buy the correct stick!
Anything else?
Many thanks, George
[/share/CACHEDEV1_DATA/Container] # lsusb
Bus 001 Device 011: ID 10c4:89fb Cygnal Integrated Products, Inc.
Bus 001 Device 002: ID 1c05:2074
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 1c05:3074
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
[567363.887794] usb 1-2.3: USB disconnect, device number 9
[567363.931279] [usb.001.009] /sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2.3 removed.
[567369.451780] usb 1-2.1: new full-speed USB device number 10 using xhci_hcd
[567369.585312] [usb.001.010] /sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2.1 added.
[567690.658289] usb 1-2.1: USB disconnect, device number 10
[567690.702992] [usb.001.010] /sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2.1 removed.
[567700.319575] usb 1-2.3: new full-speed USB device number 11 using xhci_hcd
[567700.470692] [usb.001.011] /sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2.3 added.
2019-08-03 18:45:43.811 [ERROR] [ding.zigbee.handler.ZigBeeSerialPort] - Serial Error: Port /dev/ttyACM0 does not exist.
2019-08-03 18:45:43.812 [ERROR] [ngle.telegesis.ZigBeeDongleTelegesis] - Unable to open Telegesis serial port
docker run --name=openhab-zwave
-p 18080:8080 -p 8443:8443 -p 5555:5555
-v /share/Container/openhab/addons/:/openhab/addons
-v /share/Container/openhab/userdata/:/openhab/userdata
-v /share/Container/openhab/conf/:/openhab/conf
--device=/dev/ttyACM0
--privileged
--tty openhab/openhab:latest