-
I'm not sure what I am missing in version 3 to get my sleep lights working like before. In most of my rooms, I want only one or two of the room lights to turn on when motion is detected during sleep, while in other rooms (like the bedroom) I want no lights on while sleeping. I think I configured this right by not selecting any sleep lights in the bedroom, and selecting the lights I want to still be controlled via motion at night for the other rooms. I have the sleep entity state set to "on" in the settings, and I have selected my Adaptive Lighting sleep mode binary sensor. I also am using the "occupied" state to control the lights during sleep mode for the rooms I still want lights in at night, so they should work just like during the day. However, when I turn Adaptive Lighting's sleep mode on, all my lights stop being controlled regardless of my settings. Is there some kind of guide on how to get sleep lights working right in version 3.0, or am I missing something obvious? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
In 3.0 the light group names are merely descriptive, the won't automatically be tied to any state. In order for the 'Sleep Lights' group turn on when sleep state is on, you have to add the "sleep" state to them. Check the wiki for this feature for more information on that. Let me know if I misunderstood your question. |
Beta Was this translation helpful? Give feedback.
So the logic is quite involved and having who wrote the code, write the documentation causes these issues 😆
Taking it from the top, some axioms
switch.area_light_control_$area_name
to be onThen the flow is as follows