Andrey Okonetchnikov
Andrey Okonetchnikov
Interesting... I'll poke this part of code a bit to see if things has been improved on HomeKit side. I'm in a situation where most lamps are actually not connected...
Yeah I had same issues with them also then they were connected to the grid. I'll experiment with settings and try something out if I'll find time.
I'd be happy to merge a PR that implements this. That being said, please test that it still works after since it doesn't properly works for me in https://github.com/cellcortex/homebridge-yeelighter/issues/67
I didn’t merge it since the implementation differs too much. Also the way Yeelighter handles moonlight mode didn’t work for me in automations so I’m sticking with a separate switch...
I had similar issues and I’m still not sure what exactly causing it but it seems to be the order. What I’ve tried is adding only one characteristic to the...
I also made sure that when switching modes the ambient light doesn’t get unset if it was enabled. What works well is setting brightness on the lamp beforehand and then...
That being said, I have a few ceiling lights that set both characteristics via scenes and it works flawlessly. 
It’s actually what should happen now. The lamp remembers the previous setting of brightness and CT so it should just work. Currently when toggling the moonlight mode I make sure...
So you’re trying to update all three in one scene? Because this light be a problem: the CT change is ignored while in moonlight since it doesn’t have an effect...
I believe this is a lamp with active and background lights which I didn’t add support to yet. I’m still waiting for my lamp to arrive after that I can...