Everything looks okay, to be honest (all the “issues” you see I see as well on my Synology, and for me it works; I run “DSM 7.0.1-42218 Update 3” by the way). You don’t even need the cp210x and ch341 drivers because cdc_acm takes care of your device.
Yeah I did some research and also saw that Aeotech advised the cdc_acm was all that is needed. I think my next step is to simply wipe out OpenHAB and set it up again. I dont see how that could be the issue but I am out of ideas. Will let you know if that makes any difference!
Update to my issue. I left my volumes in place and simple deleted and reinstalled OpenHAB. I used all my previous Docker settings. I am happy to report its working now but I still have no idea what the root cause was. Appreciate your help Robert.
Patrick, I would ssh into your NAS and check that file exists and if so what are the ownership and permissions on it.
I am on DS918+. HA with ZWave in VMM but mqtt and zigbee2mqtt in docker containers.
All of the devices showed in zthe information centre but niether the z-vawe nor the zigbee showed in the dev list. I tried all the workarounds listed here (scripts, jadahl drivers, etc.) but none of it worked. Nevertheless I can pass all my USB devices to VM without problems. So I ended up transferring my zigbee2mqtt to HA in VM.
I updated to 7.1.1 from 7.1 and my usb sticks stopped working. I made it work with the modorobe commands listed here in 7.1, but this is not working anymore for me in 7.1.1. Anyone with the same problem?
Are you running HASS in a virtual machine? if so, is the USB stick (still) visible in the virtual machine setup? (Edit-> Others-> USB Device). I have had issue in the past that it was gone after an update.
No, I’m using docker.
I have installed vmm and the device is there. Also in lsusb command in ssh shows the device. But no /dev/ttyUSB0 as i used to have previously.
Same here. I’ve installed USB Drivers from “jadahl com” but this site does not work anymore. In my case lsusb shows the device but it is missing in ls /dev/tty* command
I have found that my /lib/modules/cp210x.ko file has 0 bytes. So i guess i have to replace it. Anyone know how to get it for apollolake as jadahl site is down?
As a workaround i have setted a VMM with the usb stick passed to it, with photon os, mounted the original /docker/zigbee2mqtt filder to the VM with CIFS and run docker there. It’s working fine.