'm in the process of trying to move everything over from an old Vera into my Home Assistant system. It is running in a Docker container on a Windows system. I have the Vera integration working ok, but it is slow and it seems pragmatic to migrate now to a z-wave usb stick. My understanding from Z-Wave - Home Assistant is I need to create a Z-Wave JS UI docker container to run simultaneously. In trying to spin up that container, I am stuck with the compose file.
I’m trying to figure out what I replace e /dev/serial/by-id/insert_stick_reference_here
with and everything fails. I’m using a Zooz 800 stick that windows recognizes as COM3. Device Manager calls it “USB-Enhanced-SERIAL CH9102” without the quote marks but with a space. Every iteration of running docker compose up gives me a variation on ‘Error response from daemon: error gathering device information while adding custom device “/dev/serial/by-id/USB-Enhanced-SERIAL CH9102”: no such file or directory’. I cannot figure out what it wants specifically to get it to run.
I also separately got Siliconlabs Simplicity Studio up and running is there somewhere in there I can get the correct serial id path?