insanj / Bluepicker

🕹 Control Bluetooth devices via Activator.
http://insanj.github.io/Bluepicker
GNU General Public License v3.0
16 stars 2 forks source link

More activator actions to automatically connect/disconnect from particular device #7

Closed johanventer closed 10 years ago

johanventer commented 10 years ago

Hi

Activator already has actions for "connected to ..." and "disconnected from ..." for each paired Bluetooth device.

What I was hoping to do with Bluepicker was get the ability to automatically disconnect/connect devices based on these events.

For example my Pebble smartwatch interferes with my the bluetooh in my car, so when the car is connected, I want to disconnect the Pebble.

Is this possible?

Johan

insanj commented 10 years ago

Understandable. I suppose one way you could do this would be, using the latest Activator (with support for individual Bluetooth device connecting and disconnecting) you could add an Action for your Pebble. Then, when detecting a Bluetooth Connect using Bluepicker's Event, you could fire off the Pebble Action you setup earlier. To create the tightly-wound specific action and response you desire, however, a much more powerful Bluetooth utility is required (not sure if one exists already, unfortunately).