[Release] Lifx Ambilight Addon for Kodi
#34
Easy fix actually, just replace the lifxlan folder in addons\script.kodi.lifx.ambilight\resources\lib with the updated one from here.

If you're using Windows, you may run in to the same problem as I had though, where the new library can't discover anything, even old bulbs.
Is an issue with the broadcast address it uses, works for some, not for others.

Just needed to revert the change. If you have the same issue, in device.py change the line:

Code:
UDP_BROADCAST_IP = get_broadcast_addr()

to

Code:
UDP_BROADCAST_IP =  "255.255.255.255"
Reply


Messages In This Thread
RE: [Release] Lifx Ambilight Addon for Kodi - by bamzero - 2017-08-21, 02:58
Logout Mark Read Team Forum Stats Members Help
[Release] Lifx Ambilight Addon for Kodi2