Iām just feeling very stupid, I canāt seem to get the automation to work. I have a hue light and it looks like the only requirement is the first field which is specified with the entity of the hue, which can toggle using the entities page.
what am i missing, iām so desperate to use some of your great additions.
in part i have discovered part of my problem
Iām using momentary buttons for my switches, and as such the light comes ON with press and then OFF with release.
There may be some workaround but is it possible to add an on transition of state. When you create a standard automation using state as trigger you have the option of selecting a from/to state or both, but for a momentary button only one is required.
This is my first message on this board so i hope i do i right.
First, thanks for this amazing blueprint but i have a question and canāt find the answer yet.
Iām not sure how the ON/OFF features relates to each other (AND/OR?)
This my use-case:
If it is a weekday AND after 16:00 AND LUX became below 300 (somewhere after 16:00), then turn on lights untill 22:00, After 22:00 do nothing.
Create a schedule helper and set up your time from 16:00 to 22:00. Go to settings/devices & services/ helper tab at the top/ create helper button down the bottom / select schedule then enter in a name and just select the time you would like for each day and click create.
In the āSensor Lightā blueprint this schedule will be your trigger. Enter it in.
Select the entities you would like to turn ON and OFF in āLights - Switches - Scenesā.
Now for your āLUX became below 300 (somewhere after 16:00)ā. You can āUse The Ambient Optionsā but because you have said āsomewhere after 16:00ā looks like you may like to use āThe Sun Optionā. I use sun but totally up to you, so choose what you would like. If you use sun then just the āSun Elevation Fallingā is the one you will need to adjust because you going to turn it OFF at 22:00 well before the sun rises. Tip: if you use āSun Elevation Fallingā then your starting time can be well before the sun sets like you have with 16:00. Either way if you set the time early your sun or LUX values will be the trigger to turn ON your entity and then it will turn OFF at 22:00.
Thanks Blacky for this great response.
I think iāve set it al up but have one more question (for now ).
Iām not sure what to do with the Sun Elevation because i want it to depend on the weather conditions. IF it is a rainy day, lights go on after 16:00. But when itās sunny, lights stay off till LUX drops below ambient threshold (between 16:00 and 22:00).
alias: "-LICHT: Woonkamerverlichting"
description: >-
Schakel woonkamerverlichting aan na 16:00 (werkdagen) en als LUX lager is dan
300. Schakel licht uit als LUX hoger is dan 600. Na 22:00 niet meer doen.
use_blueprint:
path: Blackshome/sensor-light.yaml
input:
motion_trigger:
- schedule.ikbenthuis
light_switch:
entity_id:
- light.tz3000_49qchf10_ts0502a_24741efe_level_light_color_on_off
- light.televisie_rechts_level_light_color_on_off
- light.zitbank_links_level_light_color_on_off
- light.zitbank_rechts_level_light_color_on_off
- light.ecodim_bv_ecodim_zigbee_3_0_level_on_off
- switch.servieskast_on_off
include_ambient: ambient_enabled
ambient_light_sensor: sensor.xiaomi_lumi_sen_ill_mgl01_illuminance
ambient_light_value: 300
ambient_light_high_value: 600
weekday_options:
- mon
- tue
- wed
- thu
- fri
Time to test. See if i can generate some rainy clouds
It works and iām very happy.
One little thing, not all entities go OFF when LUX is above high threshold.
Entity: light.ecodim_bv_ecodim_zigbee_3_0_level_on_off will stay on.
Sorry its taken time to get back to you. I have 7 RPiās connected via the remote RPi integration which in turn support about 60 push buttons, they are mostly for Hue lights of different flavors, but some fans and a couple of heaters.
They are working via simple automations and basically just turn on/off.
I saw you great blueprint that could control a whole range of different functions.
Iām interested in turning some lights on/off at specific times and also some with reference to the sun.
Like: sunset + 1 hour ā turn light on
Turn light on/off according to the current ambient light level (i have a number of hue motion sensors that also include ambient light sensors)
I would also in the future like to dim lights using the button (which i can do using the app)
For this use a schedule in the linked blueprint above (Sensor Light)
We use sun elevation as HA recommend this. You can read up more on this in the FAQ of the sensor light blueprint.
No problem in the sensor light blueprint.
You can do this i the sensor light blueprint and the light will stay that way until it is turn OFF then it will rest back to your settings in the blueprint next time it is turned ON.
Iām loving the versatility of this blueprint! Iām using it to control the lighting in my reptile room, with a motion sensor. However, I want the lights to COME ON during the day, based on sun elevation, to provide a more natural seasonal cycle. As near as I can tell, this will only turn the lights on when the sun is moving high ā low. Is there a way to invert the sun logic?
Iām trying to figure out if this is the right Blueprint for what Iām trying to do. I have a bathroom with two separate light circuits. One is dim and soft that turns on and off with Sensor Light whenever motion is triggered. The second one, bright for shaving primarily, I turn on manually at the light switch box.
Iād like to have a situation where the bright manual-on light turns off concurrent with the Sensor Light timing out of the main soft light.
Basically I donāt want to have to remember to turn the bright shaving off manually at the wall switch. Is this the correct blueprint? Or perhaps it is the Trigger Run-On Timer?