Betree / magicblue

💡 Unofficial Python API to control Magic Blue bulbs over Bluetooth
MIT License
100 stars 23 forks source link

changed underlying bluetooth lib to bluepy (see issue #4) #5

Closed don41382 closed 8 years ago

don41382 commented 8 years ago

As discussed in issue #4, I changed the underlying bluetooth library to bluepy. This solved the disconnection problem on my raspberry pi.

I've created a docker image, which works on the raspberry pi to prove the right setup :-) https://hub.docker.com/r/don41382/rpi-python3-with-bluetooth/tags/

Betree commented 8 years ago

Nice, thanks for sharing :) !