Hello!
Since the last update 89, my /dev/serial passed through devices from my host to docker have been gone.
It now is /dev/ttyUSB0 and 1
Now i have 2 usb devices which get swapped around on reboot, which break my config.
Any advise?
Hello!
Since the last update 89, my /dev/serial passed through devices from my host to docker have been gone.
It now is /dev/ttyUSB0 and 1
Now i have 2 usb devices which get swapped around on reboot, which break my config.
Any advise?
Do you mean HassOS ?
The device names are set by the underlying OS. Hassio is just a Python app that runs on the OS.
Hey!
I have an Ubuntu VM and installed Hassio on it.
If the devices keep changing that sound like an Ubuntu issue, possibly configuration of the OS.
Well, first both docker and host has /dev/serial/by-id, now only the host has that, and the container only has /dev/ttyUSB. Iād say this is a docker issue.
There should be a fix for this.
Thank you sir! This gets me going!