macOS 12.7.1 (Monterey)
Docker version 24.0.7, build afdd53b
SkyConnect Zigbee F/W: 7.3.2.0 build: 212
Installed the CP210x VCP Mac OSX Driver
Hello,
Trying to get my SkyConnect dongle working with Docker on my old MacBook Air (see specs above).
I mapped the result of:
ls /dev/tty* | grep usb
which is:
/dev/tty.usbserial-1410
to my container:
* PathInContainer /dev/tty.usbserial-1410
* PathOnHost /dev/tty.usbserial-1410
However going in my HomeAssistant to:
Settings > System > Hardware does not list any detected hardware.
Also in Settings > Devices & Services doesn’t automatically detect the “SkyConnect”-integration.
I guess (?) I should try and map:
“/dev/tty.SLAB_USBtoUART” instead but mapping it as:
/dev/tty.SLAB_USBtoUART (host) to /dev/tty.SLAB_USBtoUART (container) doesn’t do anything other then what I got before.
Tried mapping it to /dev/ttyUSB0 (container) but no luck there either.
Any ideas?
Best Regards - TheSwede86