this post was submitted on 03 Aug 2023
11 points (92.3% liked)
homeassistant
11990 readers
20 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Make sure you introduce your USB dongle through ProxMox to the VM on which HA ist installed. There is an USB-option in the menu for your VM where you can choose which USB device or port from the Host should be passed trough. Once that is done figure out how the USB is connected to your HA VM via the HA shell. Something like
ls /dev/tty*
should give you the path you will need to integrate it into HA (if autodiscovery doesn’t work).
The dongle was introduced like you say and HA finda it and I am able to confugure it, the problem is from this point forward, it is not able to find anything... thanks for your help!