Add area_calculated_light based on areas luminance sensor and area_min_lux configuration parameter #182
Replies: 7 comments
-
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Beta Was this translation helpful? Give feedback.
-
You could achieve this by using a template binary-sensor which handels the illuminance level. In that way you could handle multiple scenarios like only turn on if illuminance level is under 30 lx, presence of people (e.g. no need to turn lights on by cats if nobody is at home).... e.g.
simple use this as the |
Beta Was this translation helpful? Give feedback.
-
As @sti0 said, that's exactly the intended use of |
Beta Was this translation helpful? Give feedback.
-
@sti0 I know that I can achive it, thank you in any case for providing the code. @jseidl,Please let me rephrase, Why am I now forced to create n binary sensors, one for each area, when it could be possible to have a single parameter in the configuration file? |
Beta Was this translation helpful? Give feedback.
-
For the integration menu, there's an issue tracking this feature #16 . I try to keep versatility in focus so I don't want to tie the I believe this could be implemented more in the lieu of "Auto create area_XYZ_calculated_light" then add this light sensor to the |
Beta Was this translation helpful? Give feedback.
-
Good news! #350 Coming up on next release |
Beta Was this translation helpful? Give feedback.
-
This is implemented in release 4.0.0 which is out! |
Beta Was this translation helpful? Give feedback.
-
If a light sensor is present in the room, it makes sense to use the combined value of the illumination sensor in order to disable automatic lights.
My previous setup was:
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions