Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collect known devices and their respective settings #32

Closed
balsoft opened this issue Aug 4, 2020 · 3 comments
Closed

Collect known devices and their respective settings #32

balsoft opened this issue Aug 4, 2020 · 3 comments

Comments

@balsoft
Copy link

balsoft commented Aug 4, 2020

Awesome script!

However, it's quite cumbersome to set up for use with multiple devices, each of which may need a different port, or may need some other hacks (like #23). Perhaps it would be a good idea to collect a list of such known devices and their settings somewhere, and then use that list to figure out what to do? The obvious place to put it would be here, in this repo.

@TheWeirdDev
Copy link
Owner

I'm using bash aliases for my different devices and it's pretty easy to use.

Those other hacks should be done manually. Doing them programmatically might introduce new dependencies which i'm trying to avoid.

@balsoft
Copy link
Author

balsoft commented Aug 5, 2020

Those other hacks should be done manually

Ok, I disagree with this wholeheartedly, but you're the author so you can do whatever. maybe this belongs in a separate project then. Thanks for the explanation anyways.

@balsoft balsoft closed this as completed Aug 5, 2020
@TheWeirdDev
Copy link
Owner

I would implement this but only if there is a way to disconnect the device in Python with PyBluez. Adding new dependencies or running shell commands in the script might introduce a lot of new problems. I'll make an experimental branch if i find any useful info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants