Rpi4 bluetooth in Home Assistant 2022.12.8

Hi, I am using a
Rpi4 and Home Assistant 2022.12.8
Supervisor 2022.12.1
Operating System 9.4
Frontend 20221213.1 - latest

HA sees my Rpi4 but it has no entities.
I want to use it for people tracking to show when someone is home.

I have downloaded the diagnostic file and it shows this:
,

{
“home_assistant”: {
“installation_type”: “Home Assistant OS”,
“version”: “2022.12.8”,
“dev”: false,
“hassio”: true,
“virtualenv”: false,
“python_version”: “3.10.7”,
“docker”: true,
“arch”: “aarch64”,
“timezone”: “Australia/Adelaide”,
“os_name”: “Linux”,
“os_version”: “5.15.76-v8”,
“supervisor”: “2022.12.1”,
“host_os”: “Home Assistant OS 9.4”,
“docker_version”: “20.10.19”,
“chassis”: “embedded”,
“run_as_root”: true
},
“custom_components”: {},
“integration_manifest”: {
“domain”: “bluetooth”,
“name”: “Bluetooth”,
“documentation”: “Bluetooth - Home Assistant”,
“dependencies”: [
“usb”
],
“after_dependencies”: [
“hassio”
],
“quality_scale”: “internal”,
“requirements”: [
“bleak==0.19.2”,
“bleak-retry-connector==2.10.2”,
“bluetooth-adapters==0.12.0”,
“bluetooth-auto-recovery==1.0.3”,
“bluetooth-data-tools==0.3.1”,
“dbus-fast==1.75.0”
],
“codeowners”: [
@bdraco
],
“config_flow”: true,
“iot_class”: “local_push”,
“loggers”: [
“btsocket”,
“bleak_retry_connector”,
“bluetooth_adapters”,
“bluetooth_auto_recovery”
],
“is_built_in”: true
},
“data”: {
“manager”: {
“adapters”: {
“hci0”: {
“address”: “E4:5F:01:9E:EC:C3”,
“sw_version”: “homeassistant”,
“hw_version”: “usb:v1D6Bp0246d053F”,
“passive_scan”: true,
“manufacturer”: “Raspberry Pi Trading Ltd”,
“product”: null,
“vendor_id”: null,
“product_id”: null
}
},
“scanners”: [
{
“type”: “HaScanner”,
“discovered_devices_and_advertisement_data”: [],
“adapter”: “hci0”,
“source”: “E4:5F:01:9E:EC:C3”,
“name”: “hci0 (E4:5F:01:9E:EC:C3)”,
“last_detection”: 38060.071959083,
“start_time”: 38060.071959083
}
],
“connectable_history”: [],
“all_history”: [],
“advertisement_tracker”: {
“intervals”: {},
“sources”: {},
“timings”: {}
}
},
“adapters”: {
“hci0”: {
“address”: “E4:5F:01:9E:EC:C3”,
“sw_version”: “homeassistant”,
“hw_version”: “usb:v1D6Bp0246d053F”,
“passive_scan”: true,
“manufacturer”: “Raspberry Pi Trading Ltd”,
“product”: null,
“vendor_id”: null,
“product_id”: null
}
},
“dbus”: {
“/org/bluez”: {
“org.freedesktop.DBus.Introspectable”: {},
“org.bluez.AgentManager1”: {},
“org.bluez.ProfileManager1”: {}
},
“/org/bluez/hci0”: {
“org.freedesktop.DBus.Introspectable”: {},
“org.bluez.Adapter1”: {
“Address”: “E4:5F:01:9E:EC:C3”,
“AddressType”: “public”,
“Name”: “homeassistant”,
“Alias”: “homeassistant”,
“Class”: 2883584,
“Powered”: true,
“Discoverable”: false,
“DiscoverableTimeout”: 180,
“Pairable”: false,
“PairableTimeout”: 0,
“Discovering”: false,
“UUIDs”: [
“0000110e-0000-1000-8000-00805f9b34fb”,
“0000110a-0000-1000-8000-00805f9b34fb”,
“00001200-0000-1000-8000-00805f9b34fb”,
“0000110b-0000-1000-8000-00805f9b34fb”,
“00001108-0000-1000-8000-00805f9b34fb”,
“0000110c-0000-1000-8000-00805f9b34fb”,
“00001800-0000-1000-8000-00805f9b34fb”,
“00001801-0000-1000-8000-00805f9b34fb”,
“0000180a-0000-1000-8000-00805f9b34fb”,
“00001112-0000-1000-8000-00805f9b34fb”
],
“Modalias”: “usb:v1D6Bp0246d053F”,
“Roles”: [
“central”,
“peripheral”,
“central-peripheral”
],
“ExperimentalFeatures”: [
“671b10b5-42c0-4696-9227-eb28d1b049d6”
]
},
“org.freedesktop.DBus.Properties”: {},
“org.bluez.GattManager1”: {},
“org.bluez.AdvertisementMonitorManager1”: {
“SupportedMonitorTypes”: [
“or_patterns”
],
“SupportedFeatures”: []
},
“org.bluez.BatteryProviderManager1”: {},
“org.bluez.Media1”: {},
“org.bluez.NetworkServer1”: {},
“org.bluez.LEAdvertisingManager1”: {
“ActiveInstances”: 0,
“SupportedInstances”: 5,
“SupportedIncludes”: [
“tx-power”,
“appearance”,
“local-name”
],
“SupportedFeatures”: [],
“SupportedCapabilities”: {
“MaxAdvLen”: 31,
“MaxScnRspLen”: 31
}
}
}
}
}
}
,

Screenshot 2022-12-31 195554

what can I do to use Rpi bluetooth for location?

1 Like