Search found 10 matches
- Thursday 01 December 2016 10:03
- Forum: Switches and Scenes
- Topic: [Plugin now available in Beta] Help with Yeelight Bulb
- Replies: 350
- Views: 67986
Re: [Plugin now available in Beta] Help with Yeelight Bulb
I'm fixing up some of the Yeelight commands, and for the mono light there is warm and cool white buttons. Are these modes possible with the mono light? warmcool.PNG From the "support" header in discover response message, you can find all the supported actions for each different type of device. For ...
- Sunday 30 October 2016 12:49
- Forum: Switches and Scenes
- Topic: [Plugin now available in Beta] Help with Yeelight Bulb
- Replies: 350
- Views: 67986
Re: [Plugin now available in Beta] Help with Yeelight Bulb
Hi, I have found this plugin for homebridge, It works like a charm and if I pull off dc power to the bulb domoticz doesn't crash... I wish this could help you with some code.. ;) https://github.com/vvpossible/homebridge_yeelight I'm maintaining this plugin :D. Are you saying current domoticz with ...
- Friday 28 October 2016 7:19
- Forum: Switches and Scenes
- Topic: [Plugin now available in Beta] Help with Yeelight Bulb
- Replies: 350
- Views: 67986
Re: [Plugin now available in Beta] Help with Yeelight Bulb
Can you get this CT through Yeelight or MiHome app?Mazzokun wrote:I installed 2 rgbw bulb but i can't get warm light ( 2700-3000 kelvin) any help?
- Thursday 27 October 2016 10:27
- Forum: Switches and Scenes
- Topic: [Plugin now available in Beta] Help with Yeelight Bulb
- Replies: 350
- Views: 67986
Re: [Plugin now available in Beta] Help with Yeelight Bulb
@ weiweipossible Is there perhaps a extension option for the ledstrip.. I need 4M ledstrip... Or can i extend with a neopixel or a regulair HUE, or a other rgbw strip or something else? Please do you have a example for the script so the bulb are acting exactly like a hue I see in the manual that ...
- Friday 21 October 2016 15:33
- Forum: Switches and Scenes
- Topic: [Plugin now available in Beta] Help with Yeelight Bulb
- Replies: 350
- Views: 67986
Re: [Plugin now available in Beta] Help with Yeelight Bulb
Terminal: linaro@cubie:~$ cd /home/linaro/domoticz/scripts/bash/yeelight linaro@cubie:~/domoticz/scripts/bash/yeelight$ echo -ne '{"id":1,"method":"set_s cene", "params": ["color", 65280, 70]}\r\n' | nc -w1 192.168.5.30 55443 {"id":1, "result":["ok"]} {"method":"props","params":{"power":"on ...
- Friday 21 October 2016 3:25
- Forum: Switches and Scenes
- Topic: [Plugin now available in Beta] Help with Yeelight Bulb
- Replies: 350
- Views: 67986
Re: Help with Yeelight Bulb
@ weiweipossible Could you please make working Api ith a color, for a http action. Like the hue script; curl -H "Accept: application/json" -X PUT --data '{"on": true,"bri": 500,"hue": 13088,"sat": 212,"xy": [0.5128,0.4147],"ct": 467,"alert": "none","effect": "none","colormode": "xy","reachable ...
- Thursday 20 October 2016 14:13
- Forum: Switches and Scenes
- Topic: [Plugin now available in Beta] Help with Yeelight Bulb
- Replies: 350
- Views: 67986
Re: Help with Yeelight Bulb
Holy sh!t corbin&weiweipossible! Does this also work on Yeelight led strips? Are you talking about the old BLE light strip? No, it doesn't. If you are talking about our new WiFi light strip, yes it is. We have already released the strip in Chinese market, I believe you will get the strip very soon ...
- Wednesday 19 October 2016 16:06
- Forum: Switches and Scenes
- Topic: [Plugin now available in Beta] Help with Yeelight Bulb
- Replies: 350
- Views: 67986
Re: Help with Yeelight Bulb
Actually it's you who bring me here!corbin wrote:Good to see you hereweiweipossible wrote:Hi all,
I'm a developer from Yeelight and I'm so glad that many people here like Yeelight bulbs!
- Wednesday 19 October 2016 16:03
- Forum: Switches and Scenes
- Topic: [Plugin now available in Beta] Help with Yeelight Bulb
- Replies: 350
- Views: 67986
Re: Help with Yeelight Bulb
Hi Derik, Nice to know you! About the disco mode, the bulb actually exposes an interface that can be used to do that. As I have once explained in Yeelight forum, the music to color transformation should be done by the control side, but unfortunately, I don't have that knowledge :) , but I do believe ...
- Wednesday 19 October 2016 13:35
- Forum: Switches and Scenes
- Topic: [Plugin now available in Beta] Help with Yeelight Bulb
- Replies: 350
- Views: 67986
Re: Help with Yeelight Bulb
Hi all, I'm a developer from Yeelight and I'm so glad that many people here like Yeelight bulbs! I saw some questions regarding the "Sunrise" and "Sunset", actually, it's just implemented using "start_cf" command. With this command, you can achieve almost any effect you want. For example, set ...