Hello there, I´m really lost, after updated DSM to the latest Firmware, I´ve lost the Sky Connect connection to my docker home assistant installation. And I can’t remember how I even managed the connection back then.
I´ve looked at the other threads about “Synology Docker Home Assistant USB connections” but no idea how this could help me…
Hello, Could you maybe share a bit more on your docker installation. Docker for synology DSM was recently updated to support docker compose and you might be able to add the command to passthrough the device there.
For Home assistant to have acces to the Sky connect it needs to be passed through to the docker container, normally this gets done with a option on the docker run command like: " –device /dev/ttyUSB0:/dev/ttyUSB1" What could have happened is that after the DSM update the port naming changed making the passthrough not work anymore.
Please check is there is a command somewhere in your docker container setup like above (probably under your environment variables) and if it is correct. Most likely the problem lies there. I hope I could help.
Thanks for your answer. Of course, with the last DSM update, the official Docker environment was removed and replaced by another container app, which probably also supports Docker, in principle everything works, except for Sky Connect.
Docker Compose I remember at the time, but not to have looked through, I have then definitely solved without.
I have in the container manager the possibility to set environment variables, but there I find nothing of any device and as I said I have unfortunately no memory where I had entered at that time.
Hi, I think you might be experiencing the problem described here:
Another alternative is to consider moving to Synology Virtual Machine Manager (VMM) which gives the advantages of access to HA Add-ons and I think the integration of USB devices is easier. There are several “how to” guides for this on Youtube,
@Jonah1970 a good hint, yes, I´ve added it as ZHA device in home assistant at that time. I think the last DSM update and the change of Docker to Container Manager broke my setup.
I can remember to have discarded at that time the variant about VMM, but of course I do not know any more where there my problem was, I must look again.
Yes it is. Ever since DSM 7 came out I’ve been super worried about my system failing. I run in Docker and use zwave usb stick at two different houses. So far it’s been very stable. But
I have a spare Synology NAS for testing, So for version update or big service packs I apply them here first, copy my containers over and see if everything works. If so I’ll upgrade the primary NAS - and I guess it that fails - I can just run on the test NAS until I get it sorted. So while that seems like overkill having some backup hardware to test on (and as a backup for when the main system fails - everything breaks eventually) is a best practice if you are counting on the system to be running. I also have spare zwave sticks and NVM backups.
The other aspect, after years of working in SW, is I don’t like the computer to dictate my schedule. Meaning if I want to work for an hour on an update and the update fails I don’t want it to turn into a multi day marathon. So hence, I’m always preparing fall back plans, so that I don’t get involved in marathons and can easily and quickly get back to a working point at any time. VMs or docker really help by making the application portable between computers.