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

Windows #8

Open
ErfolgreichCharismatisch opened this issue Dec 30, 2021 · 1 comment
Open

Windows #8

ErfolgreichCharismatisch opened this issue Dec 30, 2021 · 1 comment

Comments

@ErfolgreichCharismatisch

bt_backend_cls=pygatt.BGAPIBackend) does not work -> "pygatt.backends.bgapi.exceptions.BGAPIError: Unable to auto-detect BLED112 serial port"

Ideas?

@jonahclarsen
Copy link

I resolved this by changing line 40 of govee_btled/bluetooth_led.py from self._bt = bt_backend_cls() to self._bt = pygatt.BGAPIBackend(serial_port='COM1'). You should try everything from COM0 to COM10 if COM1 doesn't work.

However, this wasn't the end of the road: see #9.

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