Hi,
EDIT: Got it - at least the stick gets recognised. Needed to load (all in the host) the usb-serial and cp210x drivers via modprobe, and register the stick with
echo 0x1b1f 0xc020 >/sys/bus/usb-serial/drivers/cp210x/new_id
Don’t whether that stay permanent.
Still problems running the add-on, but it’s a start.
I’m trying to run the Homematic core add-on with the HmIP-RFUSB USB Stick. I was stupid enough to think that plugging in the stick, rebooting, installing the add-on, configuring it and running would be a snap. Hours later, I’m confused.
I did some testing and came to the conclusion that the stick is either not properly initialized by the host system, or not accessible from within the docker container. The only tty port I have in the docker container is /dev/ttyAMA0, and that cannot be opened by the firmware Updater or the HmIP-Server.
The /dev/ttyAMA0 port is probably not even the right port.
First of all, reading this: https://www.home-assistant.io/addons/homematic/
Is my suspicion correct that even though hassos supports the Stick, Hass.io might not?
Help appreciated!
Arndt