Posts: 1,607
Joined: Apr 2016
Cool!!! For the time being there is only testyee1-4... I will add on, off, flow, etc.... in time
Important thing is that it works!
Posts: 1,607
Joined: Apr 2016
(2017-05-04, 15:28)mohican9 Wrote: The following action:
addon://home/addons/service.yeemee/standalone.py,testyee1
is working as action of Cinemavision.
So can you help me what other arguments can I use in place of ""testyee1"?
Thanx again
2581677 (post)
Posts: 1,607
Joined: Apr 2016
In case you don't see it in my YeeMee addon thread, could be interesting for home automation etc:
2582963 (post)
Posts: 1,607
Joined: Apr 2016
Just got the white bulb
Waiting for the led stripe
Posts: 1,607
Joined: Apr 2016
Here's the video on unboxing, configuring and testing the Yeelight (white) bulb with Kodi and YeeMee addon....
Posts: 1,607
Joined: Apr 2016
OK, I have been working and made a major breakthrough
With my lack of knowledge in Kodi programming, it is a wonder I bumped into this command... this enables us to... use Yeelight bulb/strip as a cheap Ambilight. Now, it is still not in early Alpha stage, it is just a test, but it removes what I thought was major obstacle for acheiving this - capturing and analyzing the video playing in Kodi. Just see the video for more info.
Posts: 1,607
Joined: Apr 2016
Lightstrip just arrived...
Posts: 1,272
Joined: Mar 2006
Reputation:
27
I knew you could have pulled a couple of rabbits out of your hat
Posts: 1,607
Joined: Apr 2016
Now the problem is only sending commands to Yeelights - as you probably know, Yeelight allo only 60 commands per minute, which is not enough. In order to send more you need to activate "music mode", which requires to communicate via TCP server. So I need to figure this out.
Posts: 1,607
Joined: Apr 2016
Hello, welcome to the Kodi forum!
The problem is that you can't set colors unless you turn on th bulb. And when you turn it on, it goes to the
last state. So the solution must be to set the bulb to some color and turn it off. Then it should remember the state. I will have a look at this, if I can find a way to prevent it.
Posts: 1,607
Joined: Apr 2016
I managed to make TCP server and send the commands to the bulb in "music mode" but I need to integrate everything... I would appreciate any help from someone who knows anything about socks, etc
Posts: 1,607
Joined: Apr 2016
I thought it better to include it in the existing addon, otherwise they might start to "fight"
Normal lights control uses different approach of sending commands than the "music" mode.