google / python-laurel

Python control of C by GE Bluetooth lightbulbs
Apache License 2.0
60 stars 18 forks source link

Support for C by GE Direct Connect Bulbs #13

Open ethanholz opened 3 years ago

ethanholz commented 3 years ago

Using this library I was able to find the C by GE Direct Connect bulbs on my account but the library is current able not to do anything with them. I think that this should work as no hub is required and the API can pick up these devices, there is just currently no support for it.

roshambo919 commented 3 years ago

Same here. I was not able to do anything with this library other than see what devices I had. Let me know if you get anywhere.

gangrif commented 3 years ago

I'd like to +1 here. If there's anything I can do to help or test code please let me know.

ethanholz commented 3 years ago

I would like to start taking a look at the API just to see if I can find what calls do what. Unfortunately, I am in school right now so my time is a little spotty. However, I will try and dig it this when I can. Thanks for the interest!

mjg59 commented 3 years ago

I'm afraid I haven't figured out the wifi API (I don't have any devices that use it). I'd been hoping that the direct connect devices would still join the Bluetooth mesh, but if you're not getting any response that may not be the case. What happens when you try to use this library? Are you able to connect to the devices at all?

ethanholz commented 3 years ago

I am not able to connect my devices at all. I may be able to provide some more details later this week regarding what I do experience when using this library with the direct connect bulbs.