Good morning I‘m brand new to this community and have a question about connecting USB Devices to my Raspberry.
Installed is hass.io on a raspberry 4, 4gb, 32GB
If I connect my KNX USB Device my raspberry only shows:
Detecting HardwareAction.ADD usb hardware /dev/bus/usb/001/032
but nothing like:
Detecting HardwareAction.ADD serial hardware /dev/ttyACM0
If I connect my conbee stick I get a Status:
21-02-10 07:05:14 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.ADD usb hardware /dev/bus/usb/001/033
21-02-10 07:05:14 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.ADD serial hardware /dev/ttyACM0 - /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2415980-if00
21-02-10 07:05:15 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE serial hardware /dev/ttyACM0 - /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2415980-if00
21-02-10 07:05:15 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE usb hardware /dev/bus/usb/001/033
21-02-10 07:05:18 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.ADD usb hardware /dev/bus/usb/001/034
21-02-10 07:05:18 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.ADD serial hardware /dev/ttyACM0 - /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2415980-if00
As you can see it removes it and adds it again… Seems kind of strange to me. especially since the knx device got connected several days ahead of time. Is it possible to have kind of a duplication of /dev/ttyACM0?
Is there maybe a possibility to rest the USB Mapping. So the USB Counter starts from 0 again etc?
Thanks for the support