vegardinho / alfred_bluetooth_controller

Alfred workflow for managing bluetooth settings and -connections
MIT License
95 stars 7 forks source link

Favorite Device - Auto connect? #19

Closed allcentury closed 2 years ago

allcentury commented 2 years ago

Right now airpods seem to automatically connect to my phone when I'd rather it be my laptop. Can favorites watch available devices and toggle on instead of manually needing to toggle?

vegardinho commented 2 years ago

I’m not sure I understand what you mean, but I doubt there’s much I can do here. Your airpods connecting automatically is handled by the OS, and should not require any additional software to do so. (And very unlikely even possible with a workflow.) I’m not familiar with airpods, but generally bluetooth devices tend to connect to a preferred device, usually the last one connected, thus hindering any automatic connection to any other device. (Though I’m not really sure wether it’s the bluetooth device or the device it’s connecting to that requests the connection.) I would suggest you unpair them with your phone and mac, pair them again, first with your mac, then your iphone.

That being said, pairing using the workflow has been buggy with my headphones. They claim to be paired but won’t connect properly, and only connect when paired the old fashioned way. Therefore, try pairing using the default menu on the mac if you still have problems.

El El lun, 24 ene 2022 a la(s) 23:39, Anthony Ross @.***> escribió:

Right now airpods seem to automatically connect to my phone when I'd rather it be my laptop. Can favorites watch available devices and toggle on instead of manually needing to toggle?

— Reply to this email directly, view it on GitHub https://github.com/vegardinho/alfred_bluetooth_controller/issues/19, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALHA5SNRJGB5QUFVEZGJAGDUXXII3ANCNFSM5MWUWGWQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

allcentury commented 2 years ago

@vegardinho sorry if my issue was missing details. I have 5 apple devices in my office, 3 for work, 2 for personal use.

I want to set a preferred device (work laptop) that my airpods connect to. So I'm thinking the flow is, open airpods case (becomes bluetooth available). If they are not connected to my worklaptop in some_time_interval, have this controller prompt me asking if it should connect. If it already is connected, do nothing.

I see that as:

  1. repeated task to watch devices available and connected
  2. connection prompt when not (sleep or mute by user's preference)

Apple has this somewhat built in, via connect to last device but i'm having mixed experience with it.

vegardinho commented 2 years ago

I still stand by my last comment that this is beyond the scope of the workflow, and that i doubt this is even possible to implement with an alfred workflow. I understand the frustration though, bluetooth has caused me more than a fair share of trouble over the years as well.

El El mar, 25 ene 2022 a la(s) 19:33, Anthony Ross @.***> escribió:

@vegardinho https://github.com/vegardinho sorry if my issue was missing details. I have 5 apple devices in my office, 3 for work, 2 for personal use.

I want to set a preferred device (work laptop) that my airpods connect to. So I'm thinking the flow is, open airpods case (becomes bluetooth available). If they are not connected to my worklaptop in some_time_interval, have this controller prompt me asking if it should connect. If it already is connected, do nothing.

I see that as:

  1. repeated task to watch devices available and connected
  2. connection prompt when not (sleep or mute by user's preference)

Apple has this somewhat built in, via connect to last device https://www.macrumors.com/how-to/stop-airpods-connecting-to-other-devices/ but i'm having mixed experience with it.

— Reply to this email directly, view it on GitHub https://github.com/vegardinho/alfred_bluetooth_controller/issues/19#issuecomment-1021488654, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALHA5SLXQUF7ESQWRQHQEK3UX3UGDANCNFSM5MWUWGWQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

allcentury commented 2 years ago

Thanks for chatting through it, I'll close.