kershner / screenBloom

Fake Ambilight for Philips Hue via Python
http://www.screenbloom.com
329 stars 48 forks source link

[Feature] Logitech LED and Razer Chroma #47

Open Aerinx opened 6 years ago

Aerinx commented 6 years ago

Would be nice to add Razer and Logitech products to sync their colors with the screen colors as id they were additional bulbs.

kershner commented 6 years ago

I agree this would be awesome. Probably pretty dang easy to implement as well, given that I believe there are public APIs for those products.

I don't currently have any of these products though so won't be doing any of the work myself. I'm happy to help anyone that wants to take a stab at it thought.

lucidlemon commented 6 years ago

At best this app could merge with Aurora and give us the best of both worlds. They already have API access to Razer and Logitech Products. Plus you could do stuff like flashing red light when you are low hp on the hue.

afeblot commented 5 years ago

@kershner, what could help is if you set up a kind of bulb standard API, document it, and have such APIs work as plugins of your core program. Then we can easily develop such plugins independently and submit them to you so you just need to drop them in your plugin dir to make new bulb types available to be driven. If you set up such mechanism, I'd be happy to implement the driver for Xiaomi Yeelight bulbs built on top of https://github.com/skorokithakis/python-yeelight.