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.
Hi Fred, I have tested it again here and it is working. There are 2 things that I can think of.
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.
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.
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
New Feature
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
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
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 button in the top post
If you like my blueprints, and would like to show your support or just say thank you? Click Here
@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%.
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?
You have min set to 70 and if you are on the latest V4.9 you have a max of 80. So when your light turn on your lux goes above 80 and turn it off.
You have 2 options.
Tick YES in site conditions. It will then not consider max lux.
Tick NO in site conditions. Adjust your max lux higher to give you a âDead Zoneâ. This was the reason I added max lux in the latest release, to stop this. Set the max to say 400 lux and when your light goes ON see what the lux value is then you can adjust max to a setting you like.
Strange thing is the 8 min. I think you have time delay set to 5. If the above is not the problem, adjust the time delay to 6 min, click save and then back to 5 min, click save. In fact now I have read your trace again⌠is something else turning OFF your light group? This looks strange.
Iâm on v4.7 still, so the ambient shouldnât be an issue. The time delay makes sense to me since I was in the room for 3ish minutes and then the 5minutes was no activity. I canât find anything that would be shutting off this light group. Is there another spot in the logs I can investigate? Most of the time it works perfectly. Seems like every couple days it gets like âout of syncâ and this light group flips on/off quickly.
@Nomar383 That is the strange thing as you can see above and below we turn ON and OFF all light domains together. If you can have a look in your logbook to see what turned that light group OFF. Lucky you have the time stamp in the image above so it will be easy to find it by using the filter in the logbook. If you find it can you let us know.
Hello guys, I am struggling to make this work with my fp2. Does it work with presence sensors, and keep light on if presence is still detected ? my lights just turn off after the time delay.
A good starting point is to read âThe Settings & Best Practice Guidelinesâ Click Here.
If you are still having problems 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.
Many thanks for your reply. I do have multiple triggers as it is an Aqara FP2 with many zones, but each zone triggers a light or scene. I will also read carefully the guidelines.
Just tried a very simple setting, with only one zone, and one scene, and the lights donât even turn on (Lux settings set to 300 while my sensor is at 190). Here is my yaml code:
@Anaconda, just check that in your scene your light turn ON. Run the scene manually and check this. Also remember when using scenes you have to create another scene with everything OFF and enter it into âScenes To Turn OFFâ. Maybe just try it with a light entity first.