Adding a custom action sounds simple, but getting the logic right can be tricky. One approach you could try is using the Scenes & Scripts - Toggle Helper. Then, create another automation that turns the IKEA bulbs OFF when this helper changes from ON to OFF. This could serve as a secondary signal to turn them OFF reliably.
However, the issue seems to be with the IKEA bulbs themselves. Iâd recommend reaching out to IKEA and explaining that youâre using Home Assistant to control the lights, along with a description of the issue. Hopefully, they can help resolve the communication error.
Came here to say thanks for this blueprint - it works very nicely, and this comment answered the question that I was wondering about - being able to start the automation at sunset, and then stop it at midnight. Used this template with just the evening part, and it works lovely! Thanks!
Your lighting experience, your way â take control and customize it to perfection!
Bug Fixes
Bypass
Turn OFF action: When using Night Glow, the bypass would not turn off the Glow lights when using option 2.
Crossover when bypass is ON: Addressed multiple scenarios where, if the bypass was turned ON and a crossover occurred, the correct action would now be performed when all bypasses were turned OFF.
Global Conditions
Fixed an issue where Night Glow lights would not turn OFF based on sun, ambient, or time conditions.
Maintenance
Some code clean up in Device Tracker.
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
Hi Blacky,
vielen Dank fĂŒr deine RĂŒckmeldung.
Ich habe alles eingebaut, wie du es beschrieben hast. Leider geht das Licht um 21 Uhr nicht aus.
Meine ursprĂŒngliche Konfig hatte nur den Bewegungsmelder und die Bedingung Sun, weil der Bewegungsmelder keinen Hell/Dunkel Unterschied macht.
In deinem Template wird ebenfalls Sun verwendet, allerdings ohne Unterschied zwischen Auf- und Untergang. Eventuell stören sich die beiden?
GrĂŒĂe Vorhand
Ich möchte mich da nicht einmischen, aber bevor es vielleicht ein Mod erwĂ€hnt: Dies ist ein englischsprachiges Forum. Auch wenn Blacky möglicherweise Deutsch spricht oder versteht, wĂ€re es fair gegenĂŒber den anderen Usern, die Frage auf Englisch zu stellen. So können dir vielleicht auch mehr Leute helfen.
I donât want to interfere, but before a mod might mention it: This is an English-speaking forum. Even if Blacky might understand or speak German, it would be fair to the other users to ask the question in English. That way, more people might be able to help you.
Is anyone else seeing weird behavior with 7.9 that wasnât present in 7.8? Late last night after the upgrade, and this morning, many of my lights are acting super weird. Lights not triggering on, lights staying on when they should turn off, etc. This morning Iâm going to try a HA reboot to see if that fixes the weird issues.
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.
In German
Könnten Sie uns bitte Ihr YAML der Automatisierung zur VerfĂŒgung stellen? Bei diesem YAML-Code handelt es sich um die Einstellungen, die Sie in der Automatisierung ausgewĂ€hlt haben, damit ich Ihnen helfen kann. Gehen Sie dazu in Ihre Automatisierung, oben rechts 3 Punkte, Bearbeiten Sie in YAML, kopieren Sie den gesamten Code, kehren Sie zum Forum zurĂŒck und klicken Sie in Ihrer Antwort in der oberen Symbolleiste auf â</>â und fĂŒgen Sie dort den Code ein.
Sorry⊠this is probably my fault. @Vorhand originally posted in German, then re-posted in English, and I mentioned that I was okay with either. When I respond, I usually translate the question and then answer it in English.
Iâve noticed that some community members try their best to write in English, but itâs clear itâs not their first language. Since Home Assistant is used worldwide, I understand how challenging it can be for non-native speakers. Unfortunately, some people even give up because of the language barrier.
It would be great if the forum editor could automatically translate posts into English while allowing users to have their browser translate them back into their preferred language. That way, everyone could participate more easily. Maybe this is something HA could consider for the future.
For those who prefer to browse the forum in a different language to English, you can set up automatic translation in your browser. If youâre using Firefox, you can translate pages easily by:
Clicking the hamburger icon in the top right just below the X and selecting translate page
If you canât select it, try copying and pasting the entity ID into the input. Make sure youâre selecting the correct entity and that its state is a numeric value.
Yes, all good. I didnât mean any offense, just a hint. Itâs not a problem for me either. Especially because Iâm German anyway. But I and other users also have to try to write everything in understandable English. Sometimes itâs not easy. And if I donât know something, I use DeepL. This is also very helpful.
I think a translation function in the forum would be great, but thereâs a risk that everyone would then write in their native language and the forum would become very confusing. But thatâs off-topic now.
First, I updated to 7.9 but the problem persist, itâs so strange, I checked the automation setting many times, I donât know why it turn off LED Scrivania
1 I tried specifically to have it on before
2 it is included because when I enter the room it turns on, and off when I exit, so either home scene and off scene are working properly
3 itâs not too clear, if led scrivania is on during night lights it transition to a different brightness, and ambient lights turns to a different scene, when no motion is detected night glow starts, led scrivania turns off and ambient light scene turn on, even if there is nothing on before midnight, thant works as expected
The only thing that doesnât work is led scrivania returning from light addon (tv/pc movie), it turns on and immediately after off
When I disable sensor light led scrivania works as expected, it turns on after watching, so I know is something with sensor light
Is there any way for this blueprint to take into account two different sensors like a PIR and a MMW? Im basically wanting to create a light automation based on occupancy in a room that is determined by both a PIR/MMW as well as timeout (i asked a question about this here). Im just not sure how i can get a single ON/OFF from that to pass onto this blueprint. The question im asking is does this blueprint support such complexity out of the box?