It is not the smiley face that the logs show it is the;
author:
This was introduce in Home Assistant 2023.3. I think I may have jumped the gun on this one and included it to fast. I have now removed it from all my blueprints and you should be good to go. Next time I should wait 1 year before doing this type of thing again
Again thanks for letting me know, and you should be all good now.
this is one thing I was afraid of, but I do use this blueprint and every feature in my HA everyday. Once you get to know it hopefully you will to. A good starting point is to read āThe Settings & Best Practice Guidelinesā Click Here.
Your correct in what you are saying. Another feature . This is on the road map and I have developed already 3 different ways to make this work. I am just trying to decide on the best way to implement it so new users dont become overwhelmed by all the options and it works with ease. So this is something you may see sooner than latter. For now use time and stay tuned.
Thanks for reaching out and your suggestion / question.
Hi Harry, if you are in the bathroom and you are removing humidity could I suggest you have a look at my Bathroom Humidity Exhaust Fan. Once you set it up correctly you will wonder how you lived without it. You then will have 2 automations in your bathroom and they work perfectly together. You will then achieve what you are trying to do.
Reading this looks like you need to group your PIR and your presence sensor. You will then find it will do what your asking. For more information on how to set up group sensors please Click Here.
Thanks for the awesome blueprint. I think it would be lovely to have the ability to activate scripts in the same way the blueprint handles scenes, one for on and one for off.
Great! I would prefer a checkbox for āNight Light Sun Optionā and for āNight Light fixed timeā. And then simply take the Sun / Elevation configuration from the upper sun option. But of course, just a wish, you may have other factors to consider.
In terms of the bypass, this did confuse me a bit at the beginning. But I am finding my family/guests are confused.
When they walk in the room it is clear, the light is on so they ignore everything. But when they leave their habit is to turn off the light, they I see them pressing the button and cannot figure out what is happening whilst the off timer is going.
I am wondering if there should be an option in which the switch will just cut the light (automation) immediately?
So then they will āfeelā they did something even though it doesnt matter.
Hi thanks for the reply, I donāt want to make them a group as I donāt want the mmWave presence sensor to trigger the automation as it can sometimes be too sensitive but would like it to be used to keep the lights on and then turn them off once no presence is detected.
Thanks
This is what we need to look at (your mmWave presence sensor). You have a few options and because I donāt know what mmWave presence sensor you have I will provide some general information.
If your mmWave presence sensor is done with ESPHome then you can put a delay ON. The forum is very active there and you should get some help if you ask a the question on how to do this.
You could go into the settings of the mmWave presence sensor and adjust the sensitivity.
You could create a template sensor that has a delay ON. Below is the code that you will need to put into your configuration.yaml file and restart Home Assistant.
This is the code to create a template sensor. with this code your mmWave presence sensor must be ON for 1 minute for it to change its state to ON thus no longer too sensitive. Once you create this sensor you can adjust the ādelay_onā time to suit you as you will be the only one that will know what works. Every time you change it you must restart HA.
In the code below to suit you;
Change the name of your ākitchen_mmwave_presence_sensorā
Change the friendly name āKitchen mmWave Sensorā
Enter your mmWave presence sensor into here ābinary_sensor.your_mmWave_presence_sensor_hereā
I have a question regarding the Trigger Sensor - Binary Sensors - Schedule * section in this blueprint.
I couldnāt find the answer for it but is this field a AND or an OR field?
I have added in 1 automation multiple sensors that could trigger a action but it seems that they need to be triggerd all at once, is that correct?
No, without getting to technical if you have multiple sensors for the trigger it is best to group them. Then they will act like one sensor and the automation will work perfectly. In saying that I do have multiple sensors (3 off them) down my hallway and I have added them individually, but they are ON for about 2 seconds and by the time I get to the 3rd one the first one is OFF. So in this type of situation it works but most of the time if you have a room with multiple sensors then it is best to group them.
For more information on how to set up group sensors please Click Here.
I could use scripts to build an automation that sets a group of lights to 100% brightness when movement is detected and then after the time delay sets it back down to a given value from an input helper on the dashboard.
Iām currently doing this with your blueprint using scenes, but without the option to adjust the lower brightness value from an input helper
yes I use a āmotion groupā for a stairwell that has motion sensors at the top and bottom. I then use that motion group as the trigger for your blueprint. Works perfectly.
Please read this before upgrading. If you use night lights in you automations, once you upgrade if you would like to keep using time for night lights you will need to select āEnable time optionā as shown below and click save. Otherwise you can now choose sun elevation
Added the ability to use sun elevation for night lights . You can now select to use time and or sun elevation conditions for your night lights. It can now be used for having lower softer lights come ON when going to the bathroom at night by still using time or having different lights come on when it is dark or below the sun elevation setting.
Bugs Fixes
Crossover for start and end of night lights.
If you like this blueprint? Consider hitting the button in the top post
If you like my blueprints, and would like to show your support or just say thank you? Click Here
Thanks you so much, Blacky.
This blueprint is exactly what Iāve been looking for. The results from other searches Iāve done were either blueprints that were overly complicated that need additional installation of helpers and entities or yaml scripts that I donāt understand yet. Iām a newbie to HA.