jens-maus / RaspberryMatic

:house: A feature-rich but lightweight, buildroot-based Linux operating system alternative for your CloudFree CCU3/ELV-Charly 'homematicIP CCU' IoT smarthome central. Running as a pure virtual appliance (ProxmoxVE, Home Assistant, LXC, Docker/OCI, Kubernetes/K8s, etc.) on a dedicated embedded device (RaspberryPi, etc.) or generic x86/ARM hardware.
https://raspberrymatic.de
Apache License 2.0
1.54k stars 187 forks source link

Home Assistant Addon breaks other uses of USB devices #2170

Closed eikowagenknecht closed 1 year ago

eikowagenknecht commented 1 year ago

Describe the issue you are experiencing

I'm using the RaspberryMatic addon on a Pi 4.

The following devices are connected to the Pi:

When the RaspberryMatic addon is not running, Home Assistant can use the SkyConnect just fine.

image

As soon as I start Raspberrymatic though, it stops working.

image

I suspect that the device somehow gets routet to the raspberrymatic addon and thus cannot be used any more by anything else?

Describe the behavior you expected

Please add the option to not route some USB device through to the Raspberrymatic addon or to have to manually select which devices are to be routed through.

Steps to reproduce the issue

  1. Connect Zigbee USB Stick
  2. Start RaspberryMatic Addon
  3. Try to read the info with the Terminal (pip install silabs-flasher && silabs-flasher --device /dev/tty... info)

What is the version this bug report is based on?

3.67.10.20230114

Which base platform are you running?

ha-addon (HomeAssistant Add-on)

Which HomeMatic/homematicIP radio module are you using?

HmIP-RFUSB

Anything in the logs that might be useful for us?

No

Additional information

No response

jens-maus commented 1 year ago

As you seem to use CUxD within RaspberryMatic, I think you have to make sure CUxD will not grab other USB serial devices once it is starting up. So please consult the CUxD manuals to pervent it from grabbing any third-party serial devices (which it actually does per default!).

Baxxy13 commented 1 year ago

Yesterday in Homematic-Forum... Link

eikowagenknecht commented 1 year ago

Thanks!