port to osram lightify
any way this could be ported to osram lightify? i have a python library for it https://github.com/ask-compu/lightifytest
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.
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 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
this is the original python 2 version https://github.com/mikma/python-lightify