đŸšȘ Closet, Pantry, and Cupboard Lighting

Yep this is exactly what it is for
 household peace. Nice one thanks for your kind words.

Blacky

New Update - Version 1.1

'Open Sesame’:magic_wand: Lighting Magic! :bulb::door:

Maintenance :toolbox:

  • Update the description in “Lights - Switches” to include the new option to select “labels”. The updated description should read:

    NOTE: Only entities can be used. Areas, devices, and labels are not supported.

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:

You have done so many wonderful blueprints but sometimes reading the name and description, I have trouble differentiating them. Perhaps for this one, the description you give:

When activated, a trigger sensor such as a door contact sensor will turn ON the lights and switches.

should be changed to:

When activated, a trigger sensor such as a door contact sensor will turn ON the lights and switches. The lights and switches will turn off either after a set time has elapsed, or when the door contact sensor is closed.

@harryfine

Thanks Harry for your input I do value it. I agree sometimes I am not the best on describing what they do. I need to get better at that.

Blacky :smiley:

Very good blueprints you make, I like them!

I have a question regarding the motion sensor options.

Does the light automatically turn off when the motion sensor state changes to “clear” (no motion detected)?

I used the HA BP “motion-activated light” previously but it did not let, or I couldn’t figure how, to include brightness and transition. But I liked the way that BP had the lights turn off when no motion was detected. And then you had the timer delaying the off action after no motion detected.

In the FAQ, if I read it correctly, the timer starts when the automation triggers the lights to turn on. And if the motion sensor is continuously in state “occupied” the timer will turn off the light. And it won’t turn the lights on until the motion sensor state toggles. Is my understanding correct?

I also want to add a vote for the nighttime feature.

My use case:
I have a walk in closet with a motion sensor.
I want the lights to turn on when motion is detected. And stay on for 2 min after no motion detected.
The turn on attributes (brightness and transition) should be different after 10PM and before 8AM.

@Ekson

Welcome to the community and thanks for your kind words.

I will go directly to your use case and thanks for providing this as it helps me help you.

This blueprint helps if you have doors with a contact sensor.

If you have a walk in closet that is open with a motion sensor in it then look at my :bulb: Sensor Light blueprint. Set it up for the lights you like normally and then use the night lights option with the time condition setting 10pm to 8am. Night lights is where you set your different lights and brightness for those times. It will be perfect for what you are trying to do.

If I got it wrong just let us know and I try and help again.

Blacky :smiley:

Of course! Much better, Thanks!
Always use the correct tools for the task.

1 Like

Hey Blacky:

Any update on adding a night time option to the lights? The blueprint is really great just struggling with blinding myself when I open the closet at night.

@superbad_dad

I have looked at it and then put it aside, I will look at it again
 thanks for the reminder.

Blacky :smiley:

1 Like

@superbad_dad

Hi Supper Bad Dad,

I haven’t forgotten about you. I have updated this blueprint and am now just doing the final touches. It’s all ready to go, and I think it looks really nice. You’ll understand why it took so long once you see it, as there were other developments that had to be completed first. Keep an eye out for the update, and let me know what you think.

Thank you for being patient. As they say, ‘All good things come to those who wait.’

Blacky :smiley:

New Update - Version 1.2

'Open Sesame’:magic_wand: Lighting Magic! :bulb::door:

:new: New Features

  • Light Colour: You now have the option to select RGB, RGBW or RGBWW in your light control option.

  • Night Lights - You can now set different lights for night time.

  • Collapsible Sections - Added collapsible sections to the blueprint. This enhancement improves the blueprint user interface by making it cleaner and more organized, allowing sections to be collapsed.

    :warning: This feature was introduced in Home Assistant 2024.6, so you must have this version or later for the blueprint to work.

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:

Hi Blacky:

Thank you so much for making the updates. I’m traveling right now but will try it out once I get back to my casa. Looking through the blueprint I can see why it took so long and how my probablity of modifying it myself was zero.

1 Like

Hi @Blacky ,

First, thank you so much for your amazing blueprints! I’ve been using several of your creations, including the Closet, Pantry, and Cupboard Lighting, and they’re fantastic.

I have an issue: at the end of the automation, the lights always turn off, even if they were initially on before it started.
For example, this happens at night when all lights are on and I open the closet. The assigned lights change the brightness (as part of the automation). After the automation ends, the light turns off, even though they were on before. After that, the brightness that was set before remains. Am I missing something to keep them on if they were originally on?

Am I missing something to keep them on if they were originally on?

Thanks again for all your hard work!
Thomas

@drawtrip

Typically, when you open a closet, pantry, or cupboard, you’d want the light inside to turn ON. If you’ve set a time delay, the light will turn OFF after that period, even if it was ON before
 that’s how the automation works. Without the time delay, the light will simply stay ON until manually turned OFF or you close the door.

When using a time delay and linking a motion sensor, the light will stay ON as long as motion is detected. If you leave the door open and exit the room, the light will turn OFF once the motion sensor becomes inactive. If you re-enter and motion is detected while the door is still open, the light will turn ON again. However, if you close the door, the light will remain OFF.

Hope this make scene.

Blacky :smiley:

Hi @Blacky !

I have used some of your previous blueprints and have loved how well they work in every day life. This particular one seemed an elegant solution to a simple conditional automation I had made in the past.

Logger: homeassistant.components.automation.office_closet_light_sensing
Source: components/automation/init.py:688
integration: Automation (documentation, issues)
First occurred: 20:54:05 (23 occurrences)
Last logged: 21:05:18

Error rendering variables: UndefinedError: ‘dict object’ has no attribute ‘entity_id’

I have a simple setup of just a contact sensor on the door to a closet, with one ceiling fixture of a smart bulb. For whatever reason the automation was not triggering even though the contact sensor events were operating properly.

I’m not sure what this error means that I found in my logs.

Any help would be appreciated!

@softpillowcase

Welcome to the community.

Have a look at your light and it must only be an entity not a device. This is a link to my sensor light blueprint FAQ but it is all the same. Click Here

If that doesn’t work then could you please provide us your YAML of the automation? This YAML code are the settings you have selected in the automation so I can help. To do this go into your automation, top right 3 dots, Edit in YAML, copy all the code, come back to the forum and in your reply at the top tool bar click on “</>” and paste code in there.

Blacky :smiley:

@Blacky

Thanks for your response!

alias: Office Closet Light Sensing
description: ""
use_blueprint:
  path: Blackshome/closet-pantry-cupboard-lighting.yaml
  input:
    trigger_entity:
      - binary_sensor.office_closet_door_sensor_contact
    light_switch:
      entity_id: light.office_closet_light

What I don’t really understand is that when I check the logs for the door open sensor, it provides the correct states of closed / open, so I that it would be appropriate to trigger the automation, but when I look at the automations section in HA it states the automation has never been triggered. And I believe my entity for the light bulb is correct; I can independently turn the light on and off through HA so I believe it is functioning correctly.

@softpillowcase

Thanks for your YAML. My bad I had a bug when you didn’t select a light entity in night lights. All fixed now, just update and you should be good.

Blacky :smiley:

New Update - Version 1.3

'Open Sesame’:magic_wand: Lighting Magic! :bulb::door:

Bugs Fixes :bug:

  • Fixed bug that would not trigger the automation if you didn’t enter a light entity in for night lights.

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:

1 Like

I love how as soon as I re-imported the blueprint it all just worked.

Thanks again for your quick response, fix, and overall making these great automations!

1 Like