I’m trying to transfer from RPi3 to a NUC running Ubuntu with Docker. I have installed Hass.io in Docker but can’t get my USB devices (a Aeon Z-Wave USB stick and a RFXtrx433E) connected.
However, I can’t seem to get this to work on the NUC running Hass.io in Docker.
When using Hass.io -> System -> Hardware I get a reaaly long list of devices without information about what devices are attached so this is not very helpful.
Is it possible to find the path to attached USB devices using the “ls -al /dev/serial/by-id” when using Docker? How? Is there a better and easier way of finding the right paths to attached USB devices when using Hass.io?
in docker you need to share your USB devices.
If you’re not on a RPi, I suggest installing docker-compose which is much easier to use for docker.
This is my docker-compose with an RFXTrx:
you can’t install hass.io directly as far as I know as it’s a different OS/architecture. Docker is relatively easy to install and takes care of all dependencies.
Docker-compose makes it even easier to use
yes, there is a way (there always is). Only thing is, if you install hass.io you can’t do much else.
I’d personally install stock Ubuntu and docker. If you really want to install hass.io, I’m afraid I won’t be of much help as I have no experience with it…