Now in HomeAssistant I can see in Configuration > Intergration Z-Wave, and the option to Configure. But when i click on Configure I can’t select a node.
What am I missing?
PS: I tryed to change the docker run command but got a “Permission denied” so I went with the Export file.
Sorry, I should have disclosed I’m not using a Aeotec Z-wave stick. I have a Nortek GoControl Z-wave stick. It is being seen by the DS 918+ because I can see it in the control panel under Info Center -General - External Devices - USB Device.
I really appreciate your help.
Hey group, does anyone know how to get the tty name from lsusb? I didn’t install any additional drivers because the device seems to be visible (usb1, 1-2: Silicon Labs HubZ Smart Home Controller 1160016) but I’m not sure how I’m supposed to know what /dev/tty it is from this to add to my docker configuration. Ty
Highly recommend to not run USB devices on the synology hardware.
If you can help it, connect your USB devices like zwave/zigbee sticks to a Pi (or other SBC) and just run a lite version of the OS and use docker on the Pi.
@PeteRage / @firstof9 -
This thread started in 2017 and I believe by 2022 Synology has changed - for the better or worse. I suppose the difference between “running well” and “get disconnected from time to time” could be a combination of multiple factors, so it could/would be tremendously helpful for future users coming to this thread if we could compare notes.
On that note:
Do I have problem connecting my z-wave stick to HA? (Y/N)
Which Synology box are you using?
Which DSM version?
Which make/model of the z-wave stick?
Which FW version on your z-wave stick? SDK version?
The device path that works for you:
Other information (things I have done, any extra driver, container or VMM, observations, what logs say, etc.):
Do I have problem connecting my z-wave stick to HA? No
Which Synology box are you using? DS918+, DS720+
Which DSM version? DSM 6.2.4-25556 Update 6
Which make/model of the z-wave stick? Aoetec ZStick Gen on a USB 2 powered hub
Which FW version on your z-wave stick? SDK version? V1.1
The device path that works for you: /dev/ttyACM0
Other information (things I have done, any extra driver, container or VMM, observations, what logs say, etc.): Run zwavejs2mqtt container at high privilege.
[/quote]
Do I have problem connecting my z-wave stick to HA? (Y/N) No
Which Synology box are you using? DS918+
Which DSM version? DSM 7.01-42218 Update 3
Which make/model of the z-wave stick? Aeotech ZStick Gen5
Which FW version on your z-wave stick? SDK version? 1.1
The device path that works for you: ttyUSB0 although this was auto discovered in HA when adding Zwave JS (a Sonoff ZStick is on ttyACM0 via a USB3 hub)
Other information (things I have done, any extra driver, container or VMM, observations, what logs say, etc.): VMM, no extra drivers required
Do I have problem connecting my z-wave stick to HA? (Y/N) No
Which Synology box are you using? DS1515+
Which DSM version? DSM 6.2.4-25556 Update 6
Which make/model of the z-wave stick? Aeotec ZStick Gen5 (ZW090)
Which FW version on your z-wave stick? SDK version? 1.0
The device path that works for you: /dev/ttyACM10
Other information (things I have done, any extra driver, container or VMM, observations, what logs say, etc.): ZwaveJS2MQTT in a docker container. Created a udev rule script that links from /dev/ttyACM10 to whatever COM port is given to the stick (typically /dev/ttyACM0) so if it changes due to being unplugged or reset there’s no reconfiguration needed and gives it root/user access which means I do not have to run the container with high privilege.
EDIT: Correction: I created a udev rule for the serial port. It works like the by-id folder method, but more at the hardware kernel level.