[Release] Lifx Ambilight Addon for Kodi
#42
(2017-08-21, 02:58)bamzero Wrote: 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"
 Good find! Let me know if it's still an issue with the latest version of the addon, which uses latest verson of lifxlan and I will try to fix it in the addon
Reply


Messages In This Thread
RE: [Release] Lifx Ambilight Addon for Kodi - by harct - 2018-03-24, 19:12
Logout Mark Read Team Forum Stats Members Help
[Release] Lifx Ambilight Addon for Kodi2