Hey all. I have set up room assistant on a separate pi, no issues. I am trying to use the add on from the add on store and I can get it to accept BTClassic, but not BLE. I know for a fact that I have an adapter that supports ble, I just bought the ASUS 500 today.
Running on Win10 and Virtualbox with OS setup from image.
Virtualbox has the adapter enabled (obviously, it reads classic.)
Logs below.
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[13:09:36] INFO: Setting up Home Assistant configuration
[13:09:36] INFO: Copying room-assistant configuration from /config/room_assistant
[13:09:36] INFO: Starting room-assistant
*** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/blog/projects/avahi-compat.html>
*** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/blog/projects/avahi-compat.html>
7/7/2022, 1:09:40 PM - info - IntegrationsModule: Loading integrations: home-assistant, bluetooth-classic, bluetooth-low-energy
7/7/2022, 1:09:41 PM - info - NestFactory: Starting Nest application...
7/7/2022, 1:09:42 PM - info - InstanceLoader: AppModule dependencies initialized
7/7/2022, 1:09:42 PM - info - InstanceLoader: ConfigModule dependencies initialized
7/7/2022, 1:09:42 PM - info - InstanceLoader: NestEmitterModule dependencies initialized
7/7/2022, 1:09:42 PM - info - InstanceLoader: IntegrationsModule dependencies initialized
7/7/2022, 1:09:42 PM - info - InstanceLoader: DiscoveryModule dependencies initialized
7/7/2022, 1:09:42 PM - info - InstanceLoader: PrometheusModule dependencies initialized
7/7/2022, 1:09:42 PM - info - InstanceLoader: EventsModule dependencies initialized
7/7/2022, 1:09:42 PM - info - InstanceLoader: TerminusModule dependencies initialized
7/7/2022, 1:09:42 PM - info - InstanceLoader: ClusterModule dependencies initialized
7/7/2022, 1:09:42 PM - info - InstanceLoader: ScheduleModule dependencies initialized
7/7/2022, 1:09:42 PM - info - InstanceLoader: BluetoothModule dependencies initialized
7/7/2022, 1:09:42 PM - info - InstanceLoader: EntitiesModule dependencies initialized
7/7/2022, 1:09:42 PM - info - InstanceLoader: BluetoothLowEnergyModule dependencies initialized
7/7/2022, 1:09:42 PM - info - InstanceLoader: BluetoothClassicModule dependencies initialized
7/7/2022, 1:09:42 PM - info - InstanceLoader: HomeAssistantModule dependencies initialized
7/7/2022, 1:09:42 PM - info - InstanceLoader: StatusModule dependencies initialized
7/7/2022, 1:09:43 PM - info - WebSocketsController: EventsGateway subscribed to the "subscribeEvents" message
7/7/2022, 1:09:43 PM - info - RoutesResolver: EntitiesController {/entities}:
7/7/2022, 1:09:43 PM - info - RouterExplorer: Mapped {/entities, GET} route
7/7/2022, 1:09:43 PM - info - RoutesResolver: StatusController {/status}:
7/7/2022, 1:09:43 PM - info - RouterExplorer: Mapped {/status, GET} route
7/7/2022, 1:09:43 PM - info - RoutesResolver: PrometheusController {/metrics}:
7/7/2022, 1:09:43 PM - info - RouterExplorer: Mapped {/metrics, GET} route
7/7/2022, 1:09:43 PM - info - ConfigService: Loading configuration from /usr/lib/node_modules/room-assistant/dist/config/definitions/default.js, config/default.json, config/local.yml, /usr/lib/node_modules/room-assistant/dist/config/definitions/custom-environment-variables.yml (Current: /room-assistant)
7/7/2022, 1:09:44 PM - info - ClusterService: bedroom has been elected as leader
7/7/2022, 1:09:44 PM - info - HomeAssistantService: Successfully connected to MQTT broker at mqtt://core-mosquitto:1883
7/7/2022, 1:09:44 PM - error - ClusterService: Failed to start mdns discovery (dns service error: unknown)
/usr/lib/node_modules/room-assistant/node_modules/@mkerix/noble/lib/hci-socket/hci.js:121
throw e;
^
Error: ENODEV, No such device
at Hci.init (/usr/lib/node_modules/room-assistant/node_modules/@mkerix/noble/lib/hci-socket/hci.js:116:37)
at NobleBindings.init (/usr/lib/node_modules/room-assistant/node_modules/@mkerix/noble/lib/hci-socket/bindings.js:111:13)
at /usr/lib/node_modules/room-assistant/node_modules/@mkerix/noble/lib/noble.js:60:24
at processTicksAndRejections (internal/process/task_queues.js:77:11) {
errno: 19,
code: 'ENODEV',
syscall: 'bind'
}
[cmd] /room-assistant/entrypoint.sh exited 1
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
Error: ENODEV, No such device
would indicate that I do not have the device installed, or I am using the wrong HCI. I’ve tried 0 and 1, I even tried 2.
What are my options for HCI or how to find it on OS? I don’t want to switch back to Supervisor. I just want Room Assistant to recognize the BLE signals.