Not listed and when I had set it at the time, the lamps no longer switched off. So the switch-off command was executed and the lamp was still on at about 2%. But try it again.
I also set the min. lux value to = 20lux to reduce the range of the brightness value to be changed in relation to the individual lux counters. Itās probably really the missing transition that makes it seem strange to me.
Hi @Blacky, thanks for building an awesome blueprint!
Iād like to request 2 enhancements if possible, please:
The ability to disable the global Time Delay, so that a light will stay on indefinitely if triggered.
Allow the time conditions to use the built-in Sun entities (e.g. Sunrise & Sunset), so that we can allow automations based on Sunrise/Sunset schedule. Example Template.
The scenario Iām trying to build is for the lights in my main kitchen and dining area.
Iād like the Motion Sensor to trigger the kitchen lighting scene between 30mins before Sunset and midnight.
This time is the main meal preparation and eating time, so the lights should remain on, even if thereās no movement detected.
Then, later in the evening the Nightlight schedule opens and the lights are allowed to switch on and off based on movement.
Then, the whole automation is off (conditioned) after midnight.
I know I can configure this with multiple automations, but it would be nice to have it contained into a single control.
I understand that you can not use a physical connected switch as a by-pass.
However isnāt it possible to use a timed on/off/on/off sequence of such a switch to configure a state of a virtual on/off switch. the last one could be used as a condition for the by-pass.
In that case: to pauze the automation: turn light two times (within 10 sec) on and off. And to restart automation. do the same.
You can use a physical switch as long as it is not your light switch.
I have thought about it but best to have separate switch for this as it will upset the automationā¦ so then if you have a separate switch just use the by-passā¦ I have gone down a few rabbit holes and one day I will find that rabbit and it wont even be in the holeā¦ it will be directly in fount of me.
I have looked at your yamlā¦ thanks. With your set up the automation will not run because you are using devices in āLights - Switches - Scenes - Scriptsā you need to expand down to entities. Click Here on the how to.
Looks like you would like to also use night lights. You will need to input your lights as entities in also in āNight Lightsā.
TIP: You can paste your yaml in the forum. use the </> button then paste it in there as it will keep its format.
But I have another issue. In fact, I was using an old automation inside Hue app. I have deleted it, and the room.
Now, I realize that the blueprint has never been executed. It is marked: last trigger / never. I donāt have any log.
@blacky I can run the Sensor Light automation manualy but I canāt trigger it with my Hue Motion Sensor. This sensor is already used in another automation with success. I donāt understand why I canāt trigger your blueprint with it.
Yaml. automation reloaded after saving.
really the right motion sensor above
perhaps it has to be the other way round?
edit: just on the way, the other way round may also be wrong.
look at the sensor, hue always has 2 sensors, one does not change.
I finally managed to trigger the automation. Iāve unchecked the By-pass options!
I have to fix my by-pass entities. So right now the main blueprint is working!
Hi All,
i was wondering if you intend on adding the create scene option to this blue print (i believe one of your additional blue prints has this already, but is designed for media centre activation and so i cant see an obvious way of using it for a motion sensor light (with lux and time on options). (please shout if there is a motion sensor compatible option (i currently only use the lux and on time option of the blueprint using scenes.
the use case is as follows
i have a long WLED light strip over my porch and garage as part of permanent holiday lighting and when motion is triggered i light up a section as a security light. during most of the year this works great and i have defined two scenes porch light on and porch light off. however when the lights are in use in holiday mode (twinkling or some such) the blue print either goes from twinkle to porch to off (as blue print intended) or if i change the off scene to twinkle the twinkle mode stays on all night when in reality a create scene when motion detected would (i think work in both scenarios.
Holiday mode - scene capture - porch light on back to holiday mode
late at night when holiday mode off - off mode (scene capture) to porch light to off mode.
there may be some edge cases where timing is aginst it but in most cases this would work. with a separate automation simply turning holiday mode on at time x and off at time y.
Hopefully the above makes sense and if anyone can think of an alternate way of achieving this - happy to hear options too.
thanks for a great blue print and the extensive support provided in this thread
Hi,
is it possible to use an input_boolean as an entity to switch?
I have a helper switch, which will turn on and off my infrarot Candles over a Broadlink IR Transmitter.
I think your would like to use an input_boolean as the trigger. Yes you can do this. Just add in a entity in the trigger, then top right 3 dots edit in YAML, find the entity ID you just added and replace it with your input_boolean entity ID. If you have more than one trigger then you will need to group them. If they are different domains then you may have to create a template binary sensor that mimics your input_boolean so you can group them.
EDIT: To add a template binary sensor, you would go to settings / devices & services / helpers tab at top / create helper / template / binary sensor / add in a name and the add the below code imputing your input_boolean entity ID in state template. This will mimic your input_boolean and make it a binary sensor. Now you can add it in easy and or group your sensors.
Hi,
great blueprint!!!
I am trying to create automations for profiles. Means: I have a helper which I want to use as a condition. For example: When I go for vacation, I set the helper to āholidayā and a specific automations shall not work anymore (e.g. a hot water circulation pump).
I cannot find an entry for conditions - only for night lights. is that correct? because that would be a blocker for the whole blueprint unfortunately
so I have your script all over my house, super awesome!
I have a large open kitchen dining and living room where I switch all the lights in this area as one. The issue is that it is triggered by multiple sensors: one on the door when I enter, a presence one in the lr, and another in the kitchen. If the door triggers the lights on, even if the kitchen and lr are āonā once the door goes to āoffā the lights go out. It seems that the state that triggers the automation has to keep triggering it. Is this intention? It seems that those sensors should be and an all or state. No?