Closed VladNord closed 10 months ago
Hi,
The ESPhome component sets the brightness to the minimum level, before switching the lights off. This is to prevent strange behavoir when switching the lights later on, and they can be on a maximum brightness, and then go to the wanted brightness.
The problem with the "cct" lights is: they have no method to set the brighness directly to a certain level. This is done in multiple steps, till the wanted value is reached.
In my own setup I solved the issue by changing the "remote_type" from "cct" to "fut091": this remote is able to set the brigness directly to a certain value, and solved the problem.
In my own setup I solved the issue by changing the "remote_type" from "cct" to "fut091": this remote is able to set the brigness directly to a certain value, and solved the problem.
thanks for fast reply. tried to change cct to fut091 - lamps don't react at all. Also tried fut020, fut089- same.
I didn't remember exactly how I did -- maybe you need to pair the lamps again with the fut091 type.
Re-pairing lapmps with fut091 solved this Problem. Weird, but with sidoh mi-light hub everything worked as it should with CCT remote.
Anyway, thanks for your work!
Hello! This problem has already been described previously, but I cant find it in issues. CCT lamps turn on and off somewhat twitchy. RGBW works as should. Here is the logs from console with turning on\off process of cct and rgbw. I don’t understand where the commands to dim the brightness come from when turning the lamp on and off (CCT)
Here is part of config for mi of esphome. WEB-server is enable (as far as I remember, a year ago the presence of this parameter caused a compilation error)
Thank you in advance