You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
bt_backend_cls=pygatt.BGAPIBackend)
does not work -> "pygatt.backends.bgapi.exceptions.BGAPIError: Unable to auto-detect BLED112 serial port"Ideas?
The text was updated successfully, but these errors were encountered: