Closed alexpod93 closed 5 years ago
I can confirm that. Any chance it will be fixed?
Hey, I faced the same issue and after some research of source code found out that "params"
should be number, not string. So "params": 1,
works just fine!
Hey, I faced the same issue and after some research of source code found out that
"params"
should be number, not string. So"params": 1,
works just fine!
Where exactly do this?
Hey, I faced the same issue and after some research of source code found out that
"params"
should be number, not string. So"params": 1,
works just fine!Where exactly do this?
Just like in original post:
{
"platform": "Yeelight-Platform",
"scenes": [
{
"name": "Moonlight",
"scene": "night_mode",
"params": 1,
"lights": [
"0x00000000049c70f7"
],
"shouldTurnOff": false
}
],
}
this HELPED so much! I was struggling like for months. the documentations and examples are not helping but this hint does!
Thanks @ierhyna for clarifying. Il work on updating the documentation + examples. Closing this ticket for now.
Hello! i'm trying to tune my yeelight ceiling lamp 650, specifically night mode. When i run Moonlight scene then yeelight switches to night mode, but
"params": "1"
don't reset to CT mode back. Because of it I can switch yeelight to CT mode only via yeelight app on mi iPhone. I tried different params like: "params": "1"
,"params": "2"
and even"params": "50,2,5500,100"
.And one more question. Is it possible to control Ambilight on yeelight 650?