I’m running a similar setup: DSM7 on a DS1019+ and Mosquitto + Zigbee2MQTT in Docker using the Sonoff Zigbee Dongle Plus.
The serial drivers here helped me to make it work. Depending on what hardware you have, you might have to download a different driver. I found what platform I needed by running uname -a:
sh-4.4# uname -a
Linux spacedock 4.4.180+ #42218 SMP Mon Oct 18 19:17:56 CST 2021 x86_64 GNU/Linux synology_apollolake_1019+
Here’s how I got the module:
cd /lib/modules/
wget https://github.com/robertklep/dsm7-usb-serial-drivers/raw/main/modules/apollolake/cp210x.ko
I modified the script in the repo to only load the kernel modules I needed. I put in in /usr/local/etc/rc.d/usb-serial-drivers.sh and made it executable.
Hi guys, no idea why i am no able to get it work.
my syno nas:
SMP Tue Oct 18 15:05:01 CST 2022 x86_64 GNU/Linux synology_apollolake_918+
i have written all you did lines above…and despite i write “ls /dev/tty*” cant get ttyusb0.
i add, my dongle is connected into the frontend usb port on synology nas. I burnt zigbee2mqtt firmware with exit.
Any idea?
btw, when i type lsusb i get:
off Zigbee 3.0 USB Dongle Plus 0001)
|__1-4 :0100 00 2.00 480MBit/s 200mA 1IF (Synology DiskStation 4E41671)
|__usb2 :0404 09 3.00 5000MBit/s 0mA 1IF (Linux 4.4.180+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
ash-4.4#