Kodi Community Forum

Full Version: YeeMee - (Control Yeelight Smart Bulb + Ambi from Kodi)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2017-10-30, 09:47)DaLanik Wrote: [ -> ]I am completely rewriting the logic for yeemee service and ambi service, hold on, I'll have something soon... Smile

Great, I can't wait Smile

If it will have a nice fading effect like the original Philips Ambilight, and the turning off effect at dark scenes, then You will reach the zenith with this add-on. Wink

Have a nice day
Nope, these are not changes in color recognition etc only logic to make it work like it should Smile I had turning off at dark scenes, but Xiaomi changed the firmware of the bulb and ruined it. Now it is impossible to turn off the bulb and remain in music mode (which allows for Ambi effect)... i would have to restart the server which seems rather complicated....

Sent from my S8+
v3.66 - TEST REPO!

- Fixed a bug with autodiscover of bulbs wasn't able to write settings
- Fixed bug with various options not working correctly with Ambi turned on
- Fixed a bug with getting Kodi version when Apha
- Completely rewrote logic for turning yee service and ambi service
- Open URL added param to run on audio/video/both

OK, this version has completely rewritten logic of turning on services and should fix all bugs concerning lights not going on or off etc. There still is one bug, and that is if both Yee Service (light control) and Ambi service are active and you start a movie before active time and press pause/play after active time, then pause doesn't work ok because it thinks Ambi is active. But I'll sort it out in next version Smile
(2017-10-30, 19:34)DaLanik Wrote: [ -> ]OK, this version has completely rewritten logic of turning on services and should fix all bugs concerning lights not going on or off etc. There still is one bug, and that is if both Yee Service (light control) and Ambi service are active and you start a movie before active time and press pause/play after active time, then pause doesn't work ok because it thinks Ambi is active. But I'll sort it out in next version Smile

So I am affected with this bug? by the way I don't have both yee service and ambi service active. I have only ambi service active.
(2017-10-31, 01:18)ace310 Wrote: [ -> ]
(2017-10-30, 19:34)DaLanik Wrote: [ -> ]OK, this version has completely rewritten logic of turning on services and should fix all bugs concerning lights not going on or off etc. There still is one bug, and that is if both Yee Service (light control) and Ambi service are active and you start a movie before active time and press pause/play after active time, then pause doesn't work ok because it thinks Ambi is active. But I'll sort it out in next version Smile

So I am affected with this bug? by the way I don't have both yee service and ambi service active. I have only ambi service active.

If you updated to the last (test) version then yes, but if you don't use both services, then no Smile Don't worry, this is really rare bug...
Hello, i connected a yeelight stripe to yeemee and all the configuration seems ok but when i launch a video the color of the stripe doesnt change: it's always white.

I don't know if the colors is supposed to change in the test, but when i run it the colors doesnt change either and this time it's red.

My stipe is in developer mode on yeelight and i supposed everything is well connected because YeeMee is turning on and off the yeelight.

I run kodi 17.5 on a Xiaomi mi box. Both last normal and test versions of YeeMee have the same issue.

Has anyone ever had this problem ? I would not be against a little help Smile

Edit: the stripe turns red after a few minutes of video
You rae talking about Ambi functionality I suppose. First, check if ambi service is on one settings. Your device is android? Check hardware acceleration in Kodi settings and try various options to turn of and on.

Sent from my S8+
hello,
i just tris to install yeemee v 3.6 and 3.66 but it doesnt work on my kodi(rpi 3
I got these errors.



15:54:23.810 T:1612706736 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.OverflowError'>
Error Contents: mktime argument out of range
Traceback (most recent call last):
File "/home/pi/.kodi/addons/service.yeemee/service.py", line 1651, in <module>
Sunrise, Sunset, civilTW, nauticTW = byLoc()
File "/home/pi/.kodi/addons/service.yeemee/service.py", line 412, in byLoc
datetime_sunrise = mystr2time(sunrise, '%I:%M:%S %p')
File "/home/pi/.kodi/addons/service.yeemee/service.py", line 37, in mystr2time
mytime = datetime.fromtimestamp(time.mktime(time.strptime(funct, format)))
OverflowError: mktime argument out of range
-->End of Python script error report<--
(2017-11-03, 17:29)jmeda Wrote: [ -> ]hello,
i just tris to install yeemee v 3.6 and 3.66 but it doesnt work on my kodi(rpi 3
I got these errors.



15:54:23.810 T:1612706736   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                            - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                           Error Type: <type 'exceptions.OverflowError'>
                                           Error Contents: mktime argument out of range
                                           Traceback (most recent call last):
                                             File "/home/pi/.kodi/addons/service.yeemee/service.py", line 1651, in <module>
                                               Sunrise, Sunset, civilTW, nauticTW = byLoc()
                                             File "/home/pi/.kodi/addons/service.yeemee/service.py", line 412, in byLoc
                                               datetime_sunrise = mystr2time(sunrise, '%I:%M:%S %p')
                                             File "/home/pi/.kodi/addons/service.yeemee/service.py", line 37, in mystr2time
                                               mytime = datetime.fromtimestamp(time.mktime(time.strptime(funct, format)))
                                           OverflowError: mktime argument out of range
                                           -->End of Python script error report<--

Did you try to restart Kodi? Do you have internet access?
v3.67 in TEST repo.

- Fixed a bug with autodiscover of bulbs wasn't able to write settings
- Fixed bug with various options not working correctly with Ambi turned on
- Fixed a bug with getting Kodi version when Apha
- Completely rewrote logic for turning yee service and ambi service
- Open URL added param to run on audio/video/both
- Fixed a bug when video started during inactive hours and continued through active, pause-play didn't work correctly

The main fix in this release is a bug when video started during inactive hours and continued through active, pause-play didn't work correctly

Don't worry, we'll get there! Smile
(2017-11-03, 18:16)DaLanik Wrote: [ -> ]
(2017-11-03, 17:29)jmeda Wrote: [ -> ]hello,
i just tris to install yeemee v 3.6 and 3.66 but it doesnt work on my kodi(rpi 3
I got these errors.



15:54:23.810 T:1612706736   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                            - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                           Error Type: <type 'exceptions.OverflowError'>
                                           Error Contents: mktime argument out of range
                                           Traceback (most recent call last):
                                             File "/home/pi/.kodi/addons/service.yeemee/service.py", line 1651, in <module>
                                               Sunrise, Sunset, civilTW, nauticTW = byLoc()
                                             File "/home/pi/.kodi/addons/service.yeemee/service.py", line 412, in byLoc
                                               datetime_sunrise = mystr2time(sunrise, '%I:%M:%S %p')
                                             File "/home/pi/.kodi/addons/service.yeemee/service.py", line 37, in mystr2time
                                               mytime = datetime.fromtimestamp(time.mktime(time.strptime(funct, format)))
                                           OverflowError: mktime argument out of range
                                           -->End of Python script error report<--

Did you try to restart Kodi? Do you have internet access?

Internet is ok and i restarted kodi many times .
With Version 3.6 and 3.7 i get an error after installing the addon und kodi doesnt react anymore.

The installation of Version 3.81 works, but ambilight doesnt work. Lamps just go on, but doesnt change colours.

Here are the lines of my log which includes "yeemee":

Code:
23:09:45.098 T:1946028576   DEBUG: ADDON: cpluff: 'Plug-in service.yeemee has been installed.'
23:09:50.421 T:1946028576   DEBUG: LocalizeStrings: loaded 107 strings from file /storage/.kodi/addons/service.yeemee/resources/language/English/strings.xml
23:10:01.402 T:1713947552   DEBUG: CPythonInvoker(1, /storage/.kodi/addons/service.yeemee/service.py): start processing
23:10:04.915 T:1713947552   DEBUG: CPythonInvoker(1, /storage/.kodi/addons/service.yeemee/service.py): the source file to load is "/storage/.kodi/addons/service.yeemee/service.py"
23:10:04.919 T:1713947552   DEBUG: CPythonInvoker(1, /storage/.kodi/addons/service.yeemee/service.py): setting the Python path to /storage/.kodi/addons/service.yeemee:/storage/.kodi/addons/script.module.requests/lib:/usr/share/kodi/addons/script.module.pil/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
23:10:04.919 T:1713947552   DEBUG: CPythonInvoker(1, /storage/.kodi/addons/service.yeemee/service.py): entering source directory /storage/.kodi/addons/service.yeemee
23:10:05.018 T:1713947552   DEBUG: CPythonInvoker(1, /storage/.kodi/addons/service.yeemee/service.py): instantiating addon using automatically obtained id of "service.yeemee" dependent on version 2.1.0 of the xbmc.python api
23:10:05.029 T:1858073504   DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/f/fa56a57c.jpg 360x540
23:10:38.368 T:1713947552   DEBUG: YEEMEE >> STARTED VERSION 3.81 on Kodi 17
23:10:40.050 T:1713947552   DEBUG: YEEMEE >> GOT CURRENT LAT-LON: 51.6189, 7.5222
23:10:41.586 T:1713947552   DEBUG: YEEMEE >> GOT TIMEZONE OFFSET: 2:00:00
23:10:42.719 T:1713947552   DEBUG: YEEMEE >> GOT CURRENT SUNRISE: 08:30
23:10:42.728 T:1713947552   DEBUG: YEEMEE >> GOT CURRENT SUNSET: 17:56
23:10:42.745 T:1713947552   DEBUG: YEEMEE >> GOT CIVIL TW: 18:32
23:10:42.761 T:1713947552   DEBUG: YEEMEE >> GOT NAUTIC TW: 19:12
23:10:44.739 T:1713947552   DEBUG: YEEMEE >> YEMME - AMBI PRIORITY >> 1
23:10:44.739 T:1713947552   DEBUG: YEEMEE >> LOWER BRIGHTNESS ON AMBI PAUSE >> 0
23:10:44.740 T:1713947552   DEBUG: YEEMEE >> AMBI SMOOTHEN (MS) >> 0
23:10:44.746 T:1713947552   DEBUG: YEEMEE >> YEMME - AMBI PRECISION >> 0
23:10:44.759 T:1713947552   DEBUG: YEEMEE >> REPORT ERRORS >> False
23:10:44.760 T:1713947552   DEBUG: YEEMEE >> NUMBER OF BULBS >> 2
23:10:44.760 T:1713947552   DEBUG: YEEMEE >> ON AT START >> 0
23:10:44.762 T:1713947552   DEBUG: YEEMEE >> DISABLE FOR SHORT FILMS >>FALSE<<
23:10:44.762 T:1713947552   DEBUG: YEEMEE >> ACTIVATION TIME >>OFF<<
23:10:44.775 T:1713947552   DEBUG: YEEMEE >> MAX BRIGHT DAY >> 100
23:10:44.776 T:1713947552   DEBUG: YEEMEE >> MAX BRIGHT CIVIL TW >> 100
23:10:44.776 T:1713947552   DEBUG: YEEMEE >> MAX BRIGHT NAUTIC TW >> 100
23:10:44.778 T:1713947552   DEBUG: YEEMEE >> MAX BRIGTH NIGHT >> 100
23:10:45.056 T:1713947552   DEBUG: YEEMEE >> INIT BULB NUM: 1, IP ADDR: 192.168.0.45, MODEL: color
23:10:45.173 T:1713947552   DEBUG: YEEMEE >> INIT BULB NUM: 2, IP ADDR: 192.168.0.24, MODEL: color
23:10:45.189 T:1713947552   DEBUG: YEEMEE >> NUMBER OF ACTIVE BULBS >> 2
23:10:45.189 T:1713947552   DEBUG: YEEMEE >> Number           Act Int Color   Eff Duration
23:10:45.190 T:1713947552   DEBUG: YEEMEE >> BULB 0 PLAY : >>   2  20 #BA2B2B   0  500
23:10:45.200 T:1713947552   DEBUG: YEEMEE >> BULB 0 STOP : >>   1  20 #BA2B2B   0  500
23:10:45.203 T:1713947552   DEBUG: YEEMEE >> BULB 0 PAUSE: >>   2   5 #BA2B2B   0  500
23:10:45.204 T:1713947552   DEBUG: YEEMEE >> BULB 0 AMBI: >> 4 BIAS: 0
23:10:45.204 T:1713947552   DEBUG: YEEMEE >> Number           Act Int Color   Eff Duration
23:10:45.205 T:1713947552   DEBUG: YEEMEE >> BULB 1 PLAY : >>   2  20 #BA2B2B   0  500
23:10:45.205 T:1713947552   DEBUG: YEEMEE >> BULB 1 STOP : >>   1  20 #BA2B2B   0  500
23:10:45.206 T:1713947552   DEBUG: YEEMEE >> BULB 1 PAUSE: >>   2   5 #BA2B2B   0  500
23:10:45.206 T:1713947552   DEBUG: YEEMEE >> BULB 1 AMBI: >> 7 BIAS: 0
23:10:45.237 T:1713947552   DEBUG: YEEMEE >> NUMBER OF AMBI BULBS >> 2
23:10:45.238 T:1713947552   DEBUG: YEEMEE >> NUMBER OF CONTROLLERS >> 0
23:12:33.371 T:1713947552   DEBUG: YEEMEE >> PLAYBACK >>PLAYING<<
23:12:33.376 T:1713947552   DEBUG: YEEMEE >> ACTIVATION TIME ON/OFF: 0
23:12:33.462 T:1481634720   DEBUG: YEEMEE >> SERVER >> 192.168.0.213 WAITING FOR CONNECTION...
23:12:33.921 T:1713947552   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.45: {u'params': [u'power', u'music_on'], u'id': 1, u'method': u'get_prop'}
23:12:33.922 T:1491264416   DEBUG: YEEMEE >> LUMIFACTOR IS 100
23:12:34.247 T:1713947552   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.45: off, 0
23:12:34.267 T:1713947552   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.45: {u'params': [u'on', u'smooth', 200], u'id': 1, u'method': u'set_power'}
23:12:34.312 T:1713947552   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.45: ok,
23:12:34.419 T:1713947552   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.45: {u'params': [1, u'192.168.0.213', 55440], u'id': 1, u'method': u'set_music'}
23:12:34.468 T:1481634720   DEBUG: YEEMEE >> SERVER >> CONNECTION FROM: ('192.168.0.45', 49161) ACCEPTED
23:12:34.474 T:1713947552   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.45: ok,
23:12:34.495 T:1473246112   DEBUG: YEEMEE >> SERVER >> CONNECTION OPEN FOR ('192.168.0.45', 49161)
23:12:34.495 T:1473246112   DEBUG: YEEMEE >> SERVER >> LUMIFACTOR IS 100
23:12:35.063 T:1713947552   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.24: {u'params': [u'power', u'music_on'], u'id': 1, u'method': u'get_prop'}
23:12:35.110 T:1713947552   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.24: on, 0
23:12:35.126 T:1713947552   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.24: {u'params': [1, u'192.168.0.213', 55440], u'id': 1, u'method': u'set_music'}
23:12:35.165 T:1481634720   DEBUG: YEEMEE >> SERVER >> CONNECTION FROM: ('192.168.0.24', 49161) ACCEPTED
23:12:35.176 T:1713947552   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.24: ,
23:12:35.198 T:1464857504   DEBUG: YEEMEE >> SERVER >> CONNECTION OPEN FOR ('192.168.0.24', 49161)
23:12:35.199 T:1464857504   DEBUG: YEEMEE >> SERVER >> LUMIFACTOR IS 100
23:13:50.928 T:1713947552   DEBUG: YEEMEE >> PLAYBACK >>STOPPED<<
23:13:50.930 T:1713947552   DEBUG: YEEMEE >> ACTIVATION TIME ON/OFF: 0
23:13:50.932 T:1464857504   DEBUG: YEEMEE >> SERVER >> CONNECTION CLOSED FOR 192.168.0.24
23:13:50.934 T:1473246112   DEBUG: YEEMEE >> SERVER >> CONNECTION CLOSED FOR 192.168.0.45
23:13:50.947 T:1481634720   DEBUG: YEEMEE >> SERVER >> CONNECTION FROM: ('192.168.0.213', 46342) ACCEPTED
23:13:50.948 T:1481634720   DEBUG: YEEMEE >> SERVER >> END
23:13:50.962 T:1713947552   DEBUG: YEEMEE >> SERVER >> STOP SERVER EXCEPTION (THIS IS EXPECTED AND OK): [Errno 9] Bad file descriptor
23:13:50.964 T:1858073504   DEBUG: YEEMEE >> SERVER >> NO BULB, CONNECTION FROM ('192.168.0.213', 46342), TERMINATING HANDLER
23:13:51.137 T:1473246112   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.45: {u'params': [u'power', u'music_on'], u'id': 1, u'method': u'get_prop'}
23:13:51.142 T:1464857504   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.24: {u'params': [u'power', u'music_on'], u'id': 1, u'method': u'get_prop'}
23:13:51.159 T:1464857504   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.24: on, 0
23:13:51.261 T:1464857504   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.24: {u'params': [u'off', u'smooth', 500], u'id': 1, u'method': u'set_power'}
23:13:51.279 T:1464857504   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.24: ok,
23:13:51.349 T:1473246112   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.45: on, 0
23:13:51.452 T:1473246112   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.45: {u'params': [u'off', u'smooth', 500], u'id': 1, u'method': u'set_power'}
23:13:51.470 T:1473246112   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.45: ok,
23:13:51.482 T:1713947552   DEBUG: YEEMEE >> 192.168.0.45: STOP CF RESULT >> ok
23:13:51.795 T:1713947552   DEBUG: YEEMEE >> 192.168.0.45: TURN OFF RESULT >> ok
23:13:51.814 T:1713947552   DEBUG: YEEMEE >> 192.168.0.24: STOP CF RESULT >> ok
23:13:52.128 T:1713947552   DEBUG: YEEMEE >> 192.168.0.24: TURN OFF RESULT >> ok

Any ideas?
(2017-11-05, 00:42)Sebbo85 Wrote: [ -> ]With Version 3.6 and 3.7 i get an error after installing the addon und kodi doesnt react anymore.

The installation of Version 3.81 works, but ambilight doesnt work. Lamps just go on, but doesnt change colours.

Here are the lines of my log which includes "yeemee":

Code:
23:09:45.098 T:1946028576   DEBUG: ADDON: cpluff: 'Plug-in service.yeemee has been installed.'
23:09:50.421 T:1946028576   DEBUG: LocalizeStrings: loaded 107 strings from file /storage/.kodi/addons/service.yeemee/resources/language/English/strings.xml
23:10:01.402 T:1713947552   DEBUG: CPythonInvoker(1, /storage/.kodi/addons/service.yeemee/service.py): start processing
23:10:04.915 T:1713947552   DEBUG: CPythonInvoker(1, /storage/.kodi/addons/service.yeemee/service.py): the source file to load is "/storage/.kodi/addons/service.yeemee/service.py"
23:10:04.919 T:1713947552   DEBUG: CPythonInvoker(1, /storage/.kodi/addons/service.yeemee/service.py): setting the Python path to /storage/.kodi/addons/service.yeemee:/storage/.kodi/addons/script.module.requests/lib:/usr/share/kodi/addons/script.module.pil/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
23:10:04.919 T:1713947552   DEBUG: CPythonInvoker(1, /storage/.kodi/addons/service.yeemee/service.py): entering source directory /storage/.kodi/addons/service.yeemee
23:10:05.018 T:1713947552   DEBUG: CPythonInvoker(1, /storage/.kodi/addons/service.yeemee/service.py): instantiating addon using automatically obtained id of "service.yeemee" dependent on version 2.1.0 of the xbmc.python api
23:10:05.029 T:1858073504   DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/f/fa56a57c.jpg 360x540
23:10:38.368 T:1713947552   DEBUG: YEEMEE >> STARTED VERSION 3.81 on Kodi 17
23:10:40.050 T:1713947552   DEBUG: YEEMEE >> GOT CURRENT LAT-LON: 51.6189, 7.5222
23:10:41.586 T:1713947552   DEBUG: YEEMEE >> GOT TIMEZONE OFFSET: 2:00:00
23:10:42.719 T:1713947552   DEBUG: YEEMEE >> GOT CURRENT SUNRISE: 08:30
23:10:42.728 T:1713947552   DEBUG: YEEMEE >> GOT CURRENT SUNSET: 17:56
23:10:42.745 T:1713947552   DEBUG: YEEMEE >> GOT CIVIL TW: 18:32
23:10:42.761 T:1713947552   DEBUG: YEEMEE >> GOT NAUTIC TW: 19:12
23:10:44.739 T:1713947552   DEBUG: YEEMEE >> YEMME - AMBI PRIORITY >> 1
23:10:44.739 T:1713947552   DEBUG: YEEMEE >> LOWER BRIGHTNESS ON AMBI PAUSE >> 0
23:10:44.740 T:1713947552   DEBUG: YEEMEE >> AMBI SMOOTHEN (MS) >> 0
23:10:44.746 T:1713947552   DEBUG: YEEMEE >> YEMME - AMBI PRECISION >> 0
23:10:44.759 T:1713947552   DEBUG: YEEMEE >> REPORT ERRORS >> False
23:10:44.760 T:1713947552   DEBUG: YEEMEE >> NUMBER OF BULBS >> 2
23:10:44.760 T:1713947552   DEBUG: YEEMEE >> ON AT START >> 0
23:10:44.762 T:1713947552   DEBUG: YEEMEE >> DISABLE FOR SHORT FILMS >>FALSE<<
23:10:44.762 T:1713947552   DEBUG: YEEMEE >> ACTIVATION TIME >>OFF<<
23:10:44.775 T:1713947552   DEBUG: YEEMEE >> MAX BRIGHT DAY >> 100
23:10:44.776 T:1713947552   DEBUG: YEEMEE >> MAX BRIGHT CIVIL TW >> 100
23:10:44.776 T:1713947552   DEBUG: YEEMEE >> MAX BRIGHT NAUTIC TW >> 100
23:10:44.778 T:1713947552   DEBUG: YEEMEE >> MAX BRIGTH NIGHT >> 100
23:10:45.056 T:1713947552   DEBUG: YEEMEE >> INIT BULB NUM: 1, IP ADDR: 192.168.0.45, MODEL: color
23:10:45.173 T:1713947552   DEBUG: YEEMEE >> INIT BULB NUM: 2, IP ADDR: 192.168.0.24, MODEL: color
23:10:45.189 T:1713947552   DEBUG: YEEMEE >> NUMBER OF ACTIVE BULBS >> 2
23:10:45.189 T:1713947552   DEBUG: YEEMEE >> Number           Act Int Color   Eff Duration
23:10:45.190 T:1713947552   DEBUG: YEEMEE >> BULB 0 PLAY : >>   2  20 #BA2B2B   0  500
23:10:45.200 T:1713947552   DEBUG: YEEMEE >> BULB 0 STOP : >>   1  20 #BA2B2B   0  500
23:10:45.203 T:1713947552   DEBUG: YEEMEE >> BULB 0 PAUSE: >>   2   5 #BA2B2B   0  500
23:10:45.204 T:1713947552   DEBUG: YEEMEE >> BULB 0 AMBI: >> 4 BIAS: 0
23:10:45.204 T:1713947552   DEBUG: YEEMEE >> Number           Act Int Color   Eff Duration
23:10:45.205 T:1713947552   DEBUG: YEEMEE >> BULB 1 PLAY : >>   2  20 #BA2B2B   0  500
23:10:45.205 T:1713947552   DEBUG: YEEMEE >> BULB 1 STOP : >>   1  20 #BA2B2B   0  500
23:10:45.206 T:1713947552   DEBUG: YEEMEE >> BULB 1 PAUSE: >>   2   5 #BA2B2B   0  500
23:10:45.206 T:1713947552   DEBUG: YEEMEE >> BULB 1 AMBI: >> 7 BIAS: 0
23:10:45.237 T:1713947552   DEBUG: YEEMEE >> NUMBER OF AMBI BULBS >> 2
23:10:45.238 T:1713947552   DEBUG: YEEMEE >> NUMBER OF CONTROLLERS >> 0
23:12:33.371 T:1713947552   DEBUG: YEEMEE >> PLAYBACK >>PLAYING<<
23:12:33.376 T:1713947552   DEBUG: YEEMEE >> ACTIVATION TIME ON/OFF: 0
23:12:33.462 T:1481634720   DEBUG: YEEMEE >> SERVER >> 192.168.0.213 WAITING FOR CONNECTION...
23:12:33.921 T:1713947552   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.45: {u'params': [u'power', u'music_on'], u'id': 1, u'method': u'get_prop'}
23:12:33.922 T:1491264416   DEBUG: YEEMEE >> LUMIFACTOR IS 100
23:12:34.247 T:1713947552   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.45: off, 0
23:12:34.267 T:1713947552   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.45: {u'params': [u'on', u'smooth', 200], u'id': 1, u'method': u'set_power'}
23:12:34.312 T:1713947552   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.45: ok,
23:12:34.419 T:1713947552   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.45: {u'params': [1, u'192.168.0.213', 55440], u'id': 1, u'method': u'set_music'}
23:12:34.468 T:1481634720   DEBUG: YEEMEE >> SERVER >> CONNECTION FROM: ('192.168.0.45', 49161) ACCEPTED
23:12:34.474 T:1713947552   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.45: ok,
23:12:34.495 T:1473246112   DEBUG: YEEMEE >> SERVER >> CONNECTION OPEN FOR ('192.168.0.45', 49161)
23:12:34.495 T:1473246112   DEBUG: YEEMEE >> SERVER >> LUMIFACTOR IS 100
23:12:35.063 T:1713947552   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.24: {u'params': [u'power', u'music_on'], u'id': 1, u'method': u'get_prop'}
23:12:35.110 T:1713947552   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.24: on, 0
23:12:35.126 T:1713947552   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.24: {u'params': [1, u'192.168.0.213', 55440], u'id': 1, u'method': u'set_music'}
23:12:35.165 T:1481634720   DEBUG: YEEMEE >> SERVER >> CONNECTION FROM: ('192.168.0.24', 49161) ACCEPTED
23:12:35.176 T:1713947552   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.24: ,
23:12:35.198 T:1464857504   DEBUG: YEEMEE >> SERVER >> CONNECTION OPEN FOR ('192.168.0.24', 49161)
23:12:35.199 T:1464857504   DEBUG: YEEMEE >> SERVER >> LUMIFACTOR IS 100
23:13:50.928 T:1713947552   DEBUG: YEEMEE >> PLAYBACK >>STOPPED<<
23:13:50.930 T:1713947552   DEBUG: YEEMEE >> ACTIVATION TIME ON/OFF: 0
23:13:50.932 T:1464857504   DEBUG: YEEMEE >> SERVER >> CONNECTION CLOSED FOR 192.168.0.24
23:13:50.934 T:1473246112   DEBUG: YEEMEE >> SERVER >> CONNECTION CLOSED FOR 192.168.0.45
23:13:50.947 T:1481634720   DEBUG: YEEMEE >> SERVER >> CONNECTION FROM: ('192.168.0.213', 46342) ACCEPTED
23:13:50.948 T:1481634720   DEBUG: YEEMEE >> SERVER >> END
23:13:50.962 T:1713947552   DEBUG: YEEMEE >> SERVER >> STOP SERVER EXCEPTION (THIS IS EXPECTED AND OK): [Errno 9] Bad file descriptor
23:13:50.964 T:1858073504   DEBUG: YEEMEE >> SERVER >> NO BULB, CONNECTION FROM ('192.168.0.213', 46342), TERMINATING HANDLER
23:13:51.137 T:1473246112   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.45: {u'params': [u'power', u'music_on'], u'id': 1, u'method': u'get_prop'}
23:13:51.142 T:1464857504   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.24: {u'params': [u'power', u'music_on'], u'id': 1, u'method': u'get_prop'}
23:13:51.159 T:1464857504   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.24: on, 0
23:13:51.261 T:1464857504   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.24: {u'params': [u'off', u'smooth', 500], u'id': 1, u'method': u'set_power'}
23:13:51.279 T:1464857504   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.24: ok,
23:13:51.349 T:1473246112   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.45: on, 0
23:13:51.452 T:1473246112   DEBUG: YEEMEE >> MESSAGE TO 192.168.0.45: {u'params': [u'off', u'smooth', 500], u'id': 1, u'method': u'set_power'}
23:13:51.470 T:1473246112   DEBUG: YEEMEE >> RESPONSE FROM 192.168.0.45: ok,
23:13:51.482 T:1713947552   DEBUG: YEEMEE >> 192.168.0.45: STOP CF RESULT >> ok
23:13:51.795 T:1713947552   DEBUG: YEEMEE >> 192.168.0.45: TURN OFF RESULT >> ok
23:13:51.814 T:1713947552   DEBUG: YEEMEE >> 192.168.0.24: STOP CF RESULT >> ok
23:13:52.128 T:1713947552   DEBUG: YEEMEE >> 192.168.0.24: TURN OFF RESULT >> ok

Any ideas?

Everything seems fine in the log. Hardware acceleration? Can you post whole log since I can't tell from this if something crashed etc.
v3.9

- Small changes to make it less error prone
hi dalanik,

i have a few hours to test the addon once again.

i installed the 3.9 and now the ambilight is not working at all. just white light.

i have 4 bulbs and the addon looks like it believes that bulb 3 and bulb 4 is the same bulb even though it finds it with different IP.

can you please tell me how to completely remove the addon and delete leftovers from configurations so that i can install it again?

thanks