💡 Sensor Light - Motion Sensor - Door Sensor - Sun Elevation - LUX Value - Scenes - Time - Light Control - Device Tracker - Night Lights

The other blueprint is ON and OFF. We will also look at this and put it on the list. It use to work that way but it was changed to how it is now.

I am just got my head in some new development on this blueprint and looking 3 releases ahead. But I will look into it.

2 Likes

Thanks!!
I think the current behavior of the night light behavior makes more sense than what I seek. E.g. most want the light to change to night light AFTER they went to bed ( after Occupancy cleared and they get up again in the night for toilet etc.). Which is nice since it gives some fluctuation time, e.g. night light start at 22:30 but I go to bed at 22:34.
My use case is more during the evening ours for the kids bed time. Where I want night lights between 18:30 and 19:30 (fingers crossed they sleep by than hehe) if there is occupancy and the time hits the 18:30 regardless if the the occupancy sensor has been cleared.
Any idea on how to achieve this best?

  • was thinking of an automation that toggle the main trigger of the automation briefly at 18:30
  • use the addon blueprint but that keeps the night lights only on for 10 sec if the room cleared

I can see how my text is confusing, I gotta learn how to be more precice when it comes to describing automations :sweat_smile:

Yep that is why it was changed.

I have got a lot in my head at the moment so excuse me if I am not 100% correct on this, but what needs to happen is the light has to go OFF not the trigger… you could use the by-pass turn OFF light and then the auto off or something to turn it the by-pass off and you will get a flicker, then it should go to night lights as the by-pass analyses the automation when we turn the by-pass OFF and if the trigger is ON it should turn your lights ON night mode… it is a totally hack. Just test it first before you go to town on making something by adding in a by-pass for the OFF option and turn it ON and OFF manually… then I will look at a better option.

Thanks a bunch!!
I think you are right that the light has to go off rather than the trigger.
Thank you for all your help and the amazing blueprints :slight_smile:

1 Like

I am (or perhaps better said was) a Smartthings user for years, and I have become accustomed to their home management logic.
Home mode:

  • At home
  • outside the house
  • Night

I had also added

  • sleep children

In this way, when I activated that mode (either by voice, or at a certain time or with some automation) the house behaved differently. I had combined a scene with actions to do and the change of mode to “sleep children”, and all my home automations specified whether to be used in just one specific mode or more or all of them. This in Home assistant is a little more difficult (for me as I’m new) but I’m trying to maintain this logic, and by doing this I could simply make an automation that when the mode is “normal children” all the lights you want in the room come on way you want.

A little off topic but to conclude, this dual mode (automations that change the home mode, and home mode that can be changed manually without automations) allows me to adjust different home modes without triggering other automations when needed.

I hope I have given some useful food for thought, but I realize that doing it now with a whole system of scene rules and automations set up is quite a headache.

2 Likes

I don’t think my drop-down menu is usable because the bypass allows you to select a button, but not a drop-down menu, in fact it lets me select the menu, but then there is no way to indicate which mode has been chosen, so I can’t to use this project.

Thanks! This is a good idea to sort everything and keep an overview of what is happening when. Ill think about and how I can implement it :slight_smile:

Blacky, sorry to bother you again, just want to double check.
Atm it seems that the night light option works for me (but maybe not as expected).
I changed from previously using Scenes to directly targeting the light groups.
As a result it seems my night light settings activate even without the bulbs going of or my presence sensor switching on and off.
However, after the night light timer ends, all lights turn of even though the the automation itself is supposed to be active for a few more hour after.
Any idea if I am missing something?
Otherwise my plan was to use your Light Addon to triigger a night light, however, the “Time Delay” for the lights to stay on can be set from 1 to 10 sec, any idea if I can increase this somehow?
This way I could use a time trigger to active the addon for night lights and pause the main automation untill the night light time passes by and the time trigger goes off.
If you have a input its much appreciated but otherwise don’t worry I will figure something out.
Thanks a bunch :slight_smile:

I am assuming by drop-down menu, you meant to use a drop down helper entity as the bypass. I really love Blacky’s blueprint and would think it a shame if you gave it a miss for this - so here’s a write-up for you.

1. Using the bypass without a physical switch - according to FAQ:
According to Blacky’s original FAQ post with the title in quotes below, there are specific instructions to create a virtual switch for use with the bypass. If you want to use a dropdown menu, that’s also possible by creating a template helper that watches the dropdown entity’s value and returns a boolean value.

You might want to check out the FAQ for this question first:

Q: How to use the “Trigger Sensor By-pass” without having a physical switch?

2. Using the bypass with a dropdown helper and a template binary sensor
If you still want to use your dropdown helper, you can check out the instructions below.

Show/Hide Example: How to create a template binary sensor as proxy for a dropdown helper entity, for use with bypass.
  1. Navigate to Helpers: Open your Home Assistant instance and show your helper entities.

  2. Identify your dropdown helper entity’s ID:
    My case input_select.test_dropdown

  3. Copy the option you want to use as a bypass, if possible, set the dropdown to the option as well:
    My case: Test Option 1

  4. Return to the Helpers page, create a template helper:

  5. Select Template a binary sensor

  6. Use the following state template, and fill in the name you want for the entity.
    Please replace the entity ID and option with your own.

    {{ is_state('input_select.test_dropdown', 'Test Option 1') }}

  7. If done correctly, you should see something like this:

  8. Submit, check that changing your dropdown helper entity options correctly updates your new binary sensor.

  9. Use your newly created template binary sensor as your bypass. It will work hand-in-hand with the dropdown to perform your bypass.

    Below image is just an example, please configure as per your own requirements.

2 Likes

@jeleniain

I have read your post but not 100% sure what you would like to do. If I am wrong in what I am saying could you post a step guide of what you would like and I will try to resolve / guide you.

This is what I think your would like.

Sensor light to work 24/7 but between 18:30 and 19:30 lights to be ON and stay ON for the hour at a lower brightness level.

Using this blueprint create 2 automations.

  1. Create an automation to run between from start 19:30 to end 18:30 using the time option then do any settings you like.
  2. Create another automation to run between from 18:30 to end 19:30 set the lower brightness levels you would like. If you would like the lights to be ON for the hour then set the time delay to 60 min (just type the value 60 into it and save). If you would like night lights to come on between 19:30 to end 8:00 and have different settings then just enable night lights and add those times into night lights (19:30 to 8:00) and set the main time from 18:30 to 8:00 in this automation and the first automation time would be start at 8:00 end at 18:30. Or you can use the first automation for night lights if you like as the time delay of 60 min in normal lights will run over your time and you could have lights on longer than needed. Just see what works for you.

That is it your done. Let me now if this works for you.

Blacky :smiley:

1 Like

I have some unexpected behavior, I think it is caused by the bypass but I fail at troubleshooting the conditions.

I updated to the latest version but behavior stays the same.

I expect the lights to turn on when motion is detected, but I also configured the bypass to keep lights in current state when a helper is on. But I think the lights stay in de same state after the helper turned off. When I toggle the helper it starts working again.

@fbloemhof

Hi Fred, I have tested it again here and it is working. There are 2 things that I can think of.

  1. When you turn the by-pass OFF and no motion is detected and the light is ON it will stay ON for the set by-pass time delay as shown below. This could be throwing you to think it is not working. If you would like it to go OFF as soon as you turn the by-pass OFF and no motion is detected then you can set the bypass time delay to 0.

  2. Sometimes when I update you have to do some things to clean up your YAML. You may have not updated for a while and missed this. If it is easy for you to do then you could try and delete the automation and recreate it. This will clean up your YAML and sometimes it is easer to do this and you can’t make any mistakes. If you would like to do it manually and do the work then you can look at the FAQ and down the bottom it list all the things that was needed to be done on the updates that required some work. You will have to know what version you were on and do all the items to the version you are on now.

Hope this helps you.

Blacky :smiley:

I was on 4.7 and updated to 4.8 recently.

Will do some more testing.

Thanks!
That works indeed for me :slight_smile:
Appreciate your efforts!

1 Like

Then it should all be good. Let us know if you find anything (bug).

Thanks for your help

Blacky :smiley:

New update 4.9

This is a birthday release (28 October 2022) as it is just about a year ago when I posted this blueprint. To think I developed it because my daughter is a nurse and I kept forgetting to turn the light ON when she was on shift work. Now I use it all through out my home and I hope it has helped some people automate their lights. I like to thank you all for your positive feedback and your ideas… look forward to the next year. Hope you like this release, Blacky :smiley:

New Feature :new:

  • Dynamic Lighting Option

    This will constantly adjust your lighting brightness % to a floating lux value. Example; When it gets darker your brightness will increase and as it gets lighter your brightness will decrease :tada: :bomb: :exploding_head: :partying_face:

  • Ambient Options - Low and High Values

    This now allows your to set a low and high lux value. This will help when it is a cloudy day and your light turns ON, or when your sensor is close to your setting. It gives you the ability to set a “dead zone” to prevent your lights turning ON and OFF repeatedly. The low value will turn your lights ON and the high value will turn your lights OFF :wink:

    :warning: If you are using ambient options then please make sure you reset your low and High settings. The low setting is what you initially had before this update. If you would like it to work the same before this update then set your high value the same as your low value.

If you like this blueprint? Consider hitting the :heart: button in the top post :+1:

If you like my blueprints, and would like to show your support or just say thank you? Click Here :smiling_face_with_three_hearts:

Enjoy

Blacky :grinning:

2 Likes

@Blacky in would be nice have a inverse option for adaptive lighting (but for time). ie at sunset say 18:00 i nromally use 10% in my landing / stairs, but late a night when going to bed ( some memebr go really late about 2am) it would be nice to have option to set the brightness level for various times. so i could set brightness for 2am to 2% just enough to light stairs / landing. if you understand what i mean.

maybe call it “night light” and allow a brightness and time to be set, so it uses that brightness after the night light time is set.

I don’t use adaptive lighting so I am not sure of this.

You can use the sun condition for your 10% and that will be normal lights. Then enable night lights and set it to 2am to say 4am (whatever you like) and set it to 2%.

We have night lights already.

If you are looking to turn ON and OFF lights at a particular time then you could use my :gear: Turn Light, Switch or Scene On & Off with Trigger Conditions blueprint. Or you can use a schedule as the trigger to keep the light ON.

If you are looking to use have motion sensor then you can set the times in the global condition and night lights

EDIT: I think I am getting confused / not understanding the question.

oh, great, it has been a while since i edited my automation, i’ll take a look thanks.

For some reason this automation loves to turn off my under cabinet LED lights right after it successfully turns them on. I have cieling lights also triggering that don’t have this issue (they turn on and stay on just like they are supposed to). Any idea what makes these cabinet lights have an issue?

Here is my yaml config:

id: '1695347383668'
alias: Kitchen - Lights Auto
description: ''
use_blueprint:
  path: Blackshome/sensor-light.yaml
  input:
    motion_trigger:
      - binary_sensor.kitchen_presence_occupancy
    include_light_control:
      - use_brightness
      - use_transition
    light_brightness: 80
    include_ambient: ambient_enabled
    ambient_light_sensor: sensor.great_room_lux
    ambient_light_value: 70
    include_night_lights: night_lights_enabled
    light_switch:
      entity_id:
        - light.kitchen_ceiling_lights
        - light.kitchen_breakfast_nook_ceiling_lights
        - light.kitchen_cabinet_led_group
    night_lights:
      entity_id:
        - light.kitchen_ceiling_lights
        - light.kitchen_breakfast_nook_ceiling_lights
        - light.kitchen_cabinet_led_group
    night_time_delay: 2
    include_night_light_control:
      - use_brightness
      - use_transition
    night_lights_conditions:
      - time_enabled
    night_lights_after_time: '23:00:00'
    night_lights_before_time: '07:30:00'