this post was submitted on 03 Aug 2023
11 points (92.3% liked)

homeassistant

11372 readers
23 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
 

Hi!

I have my Home Assistant in a proxmox vm. I hadn't bluetooth, so I bought a Sabrent BT-040 which seeing the documentation it says to work without any problem on HA. My problem is that the integration works, but I'm not able to find any of my devices in Home Assistant. I have 2 speakers which work eith bluetooth and I can't figure out how to integrate them into my HA. Anyone has similar experiences?

Thanks!!

you are viewing a single comment's thread
view the rest of the comments
[–] ZuriMuri@discuss.tchncs.de 4 points 1 year ago (1 children)

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).

[–] jrke3ok2@lemmy.world 2 points 1 year ago

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!