WebThingsIO / gateway

WebThings Gateway - a self-hosted web application for monitoring and controlling a building over the web
http://webthings.io/gateway
Mozilla Public License 2.0
2.62k stars 339 forks source link

[Snap] Give add-ons access to Bluetooth #3162

Open benfrancis opened 2 months ago

benfrancis commented 2 months ago

Some add-ons need access to a Bluetooth radio in order to work.

This ma require the bluez and/or bluetooth-control interface. I understand access to these interfaces is not usually granted by default.

dilyn-corner commented 4 weeks ago

bluetooth-control should offer you sufficient control over the bluetooth stack, but this depends on how you've implemented it. It's possible you may have to rely on the bluez interface.

You are correct that this interface is not autoconnecting.