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!

Moderator: leecollings
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!
When you get the goed setting yes..deennoo wrote:Just a question who isn't clear for me :
Does e27 rgb bulb are able to provid warm white ?
Did you change something..corbin wrote:ok I will investigate further and hopefully get it stable.
its been running stable on my Linux VM and Windows, but just taking a guess there could be a memory leak that shows up faster on Raspberry Pi. (I'm very much a beginner with c++)
Not yet, but it will support the strip light in the future.domer wrote: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.domer wrote:Holy sh!t corbin&weiweipossible! Does this also work on Yeelight led strips?
weiweipossible wrote:Are you talking about the old BLE light strip? No, it doesn't.domer wrote:Holy sh!t corbin&weiweipossible! Does this also work on Yeelight led strips?
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 through some channel.
Besides that, all Yeelight further WiFi product will support the same open API.
Some idea what.. can i order this...??all Yeelight further WiFi product
corbin wrote:Nothing changed publicly as yet, But I have been testing on a Raspberry Pi image running in QEMU, seems stable but slow - don't know if that is normal with the VM or not.
Are you saying that when you have a Yeelight device added in Domoticz, but you then remove the physical bulb from your network, that it causes a problem?
Code: Select all
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": true}' http://192.168.5.36/api/newdeveloper/lights/4/state
You really got me startled with your comment so I had to double check what I had ordered and it luckily was WiFi strip...atleast seller says soweiweipossible wrote:Are you talking about the old BLE light strip? No, it doesn't.domer wrote:Holy sh!t corbin&weiweipossible! Does this also work on Yeelight led strips?
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 through some channel.
Besides that, all Yeelight further WiFi product will support the same open API.
Good to hear!corbin wrote:Not yet, but it will support the strip light in the future.domer wrote:Holy sh!t corbin&weiweipossible! Does this also work on Yeelight led strips?
Sorry, I'm afraid we can't do that. We choose to implement the open API in a simple way (Restful API (what you asked for) is a bit heavier because you have to implement HTTP layer on top TCP. This is OK and suitable for a gateway or hub, but it's too heavy for a bulb).Derik wrote:@ weiweipossible
Could you please make working Api ith a color, for a http action.
Like the hue script;With this option the bulb is always 1 color..Code: Select all
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": true}' http://192.168.5.36/api/newdeveloper/lights/4/state
Code: Select all
echo -ne '{"id":1, "method":"start_cf", "params":[3,1,"50,1,16731392,1,360000,2,1700,10,540000,2,2700,100"]}\r\n' | nc -w1 192.168.5.14 55443
Code: Select all
echo -ne '{"id":1,"method":"set_scene", "params": ["color", 65280, 70]}\r\n' | nc -w1 192.168.5.14 55443
Users browsing this forum: No registered users and 0 guests