luminance icon indicating copy to clipboard operation
luminance copied to clipboard

port to osram lightify

Open ask-compu opened this issue 9 years ago • 4 comments

any way this could be ported to osram lightify? i have a python library for it https://github.com/ask-compu/lightifytest

ask-compu avatar Jul 30 '16 04:07 ask-compu

Unfortunately, I don't think that's in the cards right now. I don't have the hardware to test against and the structure of the application doesn't currently support more than one type of hardware.

That said, I'll be doing a massive refactoring before releasing a version and I'll look into restructuring in a driver oriented fashion. A Hue driver would be the baseline and other drivers could be theoretically written for other types of hardware. We would have to account for feature differences, though; probably through feature flags from the currently in use driver.

craigcabrey avatar Jul 30 '16 16:07 craigcabrey

I'm going to reopen this since it's something that can be considered for the future. We'll make this issue the tracking issue.

craigcabrey avatar Jul 31 '16 00:07 craigcabrey

@craigcabrey you're welcome to use that python library i linked, its a library i ported from python 2 to python 3, i use it to control my light from my IRC bot cuz im lazy like that

ask-compu avatar Jul 31 '16 22:07 ask-compu

this is the original python 2 version https://github.com/mikma/python-lightify

ask-compu avatar Jul 31 '16 22:07 ask-compu