hassio-addons/addon-node-red




The issue has been closed
Access to the bluetooth stack #289
elmarburke posted onGitHub
Problem/Motivation
I want to access data from a device that sends out data through bluetooth le advertising. Running node-red locally with node-red-contrib-generic-ble installed works perfectly, but in hass.io i could not find any device. I guess that the container don't have access to the bluetooth stack, I found a hint to use --net=host
on the docker create
command. But this would expose the complete network to the container which is also not wished.
Expected behavior
Container is able to find and communicate with bluetooth LE devices
Actual behavior
n/a
Steps to reproduce
- install/add
node-red-contrib-generic-ble
to the node dependencies - add a "Generic BLE" input step
- Double-click on the node
- hit the pencil symbol
- Search results should be populated (after a moment)