Intel NUC bluetooth?

Hi, run the command inside hass.io, use SSH & Web Terminal or ide add-on

Hello, I also havenā€™t been able to get bluetooth on my NUC able to detect any external devices. My setup is:
Home Assistant running in a VM Virtualbox on a NUC5i3RYB

arch x86_64
chassis vm
dev false
docker true
docker_version 19.03.12
hassio true
host_os HassOS 4.16
installation_type Home Assistant OS
os_name Linux (Alpine)
os_version 5.4.75

When I run bluetoothcl I get ā€˜No default controller availableā€™.
/ $ bluetoothctl
Agent registered
[bluetooth]# power on
No default controller available
[bluetooth]# scan on
No default controller available
[bluetooth]# list
[bluetooth]#

The NUC is broadcasting a bluetooth signal that I can see it with MAC address on my Bluetooth Pair app on my phone.
Maybe I donā€™t understand what a Controller is?
My goal is to use my Home Assistant to track output from bluetooth devices, mainly for temperature and humidity measurements.
Any suggestions would be appreciated.
Thank you,

It would seem the VM doensā€™t have access to the bluetooth hardware.

what OS are you running the VM in ?

Hi thanks for responding. It running in Windows 10.

Will Bluetooth devices work with HA on a VirtualBox VM under Windows? suggests it wont work.

But have a look at https://askubuntu.com/questions/963424/cant-access-in-built-bluetooth-for-windows-in-virtual-box (the first point - the rest is for windows as as guest)

It works for me in VirtualBox Ubuntu guest under Windows

I followed the 2nd linkā€™s 1st point and confirmed:

  • The BIOS / UEFI has Bluetooth enabled: CONFIRMED
  • Your host (Ubuntu in this case) detects the Bluetooth correctly: CONFIRMED
  • You have tested the Bluetooth with a bluetooth device and can confirm it is working correctly. This 3 points are to avoid issues with the guest that might not be the guest at all.: COMFIRMED with bluetooth headphones.

Did you have to configure your system after the original setup to get bluetooth working or did it detect bt immediately?. What types of devices is your system detecting?

check here - https://stackoverflow.com/questions/48279646/bluetoothctl-no-default-controller-available

(maybe the account you are using doesnā€™t have access to controllerā€¦)

Thanks Jon, I added the bluetooth group and that didnā€™t work either. Iā€™m going to bite the bullet and by an external bluetooth dongle.
I really appreciate the help youā€™ve provided though.

I ended up getting a usb bluetooth dongle and it still didnā€™t work which told me itā€™s not the NUCā€™s inability to pass the bluetooth capacity through to the virtual machine. I found the following post that solved my issues. It got both my internal bluetooth controller working and the USB dongle.

good you got it working - hope the dongle wasnā€™t expensive

Hi Mike, this is great information! Thanks so much.

Just wondering if I could bug you with a couple of questions on thisā€¦

  • would you also have the address / values to call / set favourite positions?

ā€¦ and how did you happen to find the ones you posted? Is there some kind of scan tool for bluetooth connections?

Thanks for any help you can give me :slight_smile:

Hello,
I enabled bluetooth HCI snoop log on my Android phone, opened MotionMount App and move the mount to the front, back, left, right and I activated favourite position few times. Than I load the log in WireShark and dig arround.
Similar to this process:

Hi, With the 2022.8 update taking bluetooth to another level, do you think it would be possible to develop an integration for Vogelā€™s Motion Mount?

Hello,
unfortunately I am not that skilled yet :frowning:

1 Like

I gave up trying to use the NUC Bluetooth and found an alternative.

This isnā€™t an integration, but a method which works fast and reliable for my Vogelā€™s Motion Mount is to use an M5 Atom Lite node (about Ā£10 each) with ESPHome as a BluetoothProxy.

Iā€™ve posted my ESPHome yaml here:

Hi @Fillius,

I have installed and configured ESPHome with BluehtoothProxy on an M5S Atom Lite, but canā€™t seem to figure out how to use it with my vogels motionmount, can you please help ?

thanks

Sure, I can give it a go.

How far did you get with it? What problem are you having?

I have follow this step to add the intel bluetooth adapter to be integrated to homeassistant :

1/ make sure its enable from Bios
2 in terminal run:

bluetoothctl

If the Bluetooth hardware is detected, you should see a prompt like:

bluetooth

Then follow the below :
In Home Assistant, go to Settings > Devices & Services > Add Integration.

Search for Bluetooth and follow the on-screen instructions to set it up. If Bluetooth is not listed, you may need to ensure the Bluetooth hardware is properly recognized.