I would like to test if this blueprint can replace an automation I made for my DIY alarm but I need an info first.
My alarmo (a great custom component) has the following statuses:
disarmed|The alarm is disabled/off. arming|The alarm is arming. armed_away|The alarm is armed in away mode. armed_home|The alarm is armed in home mode. armed_night|The alarm is armed in night mode. armed_vacation|The alarm is armed in vacation mode. armed_custom_bypass|The alarm is armed in custom mode. pending|The alarm is pending. triggered
In the automation I see for trigger on state just a generic on and playing. Is that generic on will work also with the alarm statuses like triggered?
Moreover can add a feature to be able to set non only color temperature but RGB colors? If it can be used with alarm system I think it should allow to turn light with a 100% RED status do you agree?
I will look into this more as I would like to have an input where you can put in anything you like (costume input) rather than trying to accommodate every integration.
Agree but there are a few ways to do this and not every RGB are the same. The best way to do this is to create a scene and set the colour temp then enter the scene in.
EDIT: This has been done… I will need to test it before I release an update.
Regarding RGB ok. I just wonder if I have to create as many scenes for every light I have to include right?
I’m asking because I was thinking to use this blueprint to replace an automation that, based on room occupancy, save light status, change light to a default color (pink) and the restore previous details (status, brightness, color).
It doesn’t work 100% of the time, mainly because of my poor developer skills.
Upgrade the state selection. Now if your state is not shown in the list you can add custom states. To add a custom state just simply type the state you would like into the input and hit enter. To delete a state click on the “X” next to it.
Just a heads up if your still on a old HA version before you update.
From time to time Home Assistant update their code structure and the old code will become “DEPRECATED” stopping / breaking automations from working. It effected this blueprint about 4 to 6 months ago. I wanted to wait some time so everyone had a chance to update their HA version before updating the code as older HA versions can not run the new code. This blueprint has now been updated so it will still operate once HA remove the “DEPRECATED” code from their system.
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
Would it be possible to add the ability to activate Intermission with a different entity than the trigger?
Reason: I use a toggle helper to start trigger this automation, but want to use Plex paused to trigger Intermission.
As I am integrating this scene with the Light Sensor scene for the same room, the lights that this scene controls are already on, and this scene needs to turn them off for movie watching. I couldn’t save this scene without entering an entity into ‘Lights - Switches - Scenes *’. I don’t want any additional lights to turn on, only the ones that Sensor Light scene has already turned on to turn off.
Also, it would be great to include other room actions such as putting the blinds down and turning the projector on.
Another question.
How do I use this automation to manage multiple ‘modes’ per room?
For example my Lounge needs to respond to Movie Mode, which I have configured first. But then there is also TV Mode, Housework, and Party.
Is it possible to have triggers and different light settings for these other modes too?
I can of course have a scene that turns my projector on and drops the blinds. Could this be the scene I set in “Lights - Switches - Scenes”?
Would that be a different ‘Sensor Light Add On - Media & Movie Lights’ automation?
Can I link more than one of these to the same ‘Sensor Light’ scene? Would the ‘The Automation Link Option’ still work?
I’ve made some changes to the config, Still testing.
One question for now.
Should the lights turn off when the time Time Options End Time passes? I thought they would, but I’m not seeing that. Is it because I am not using a motion sensor Trigger in this room, but rather a Time of Day helper?
What happens is that when I stop the TV show on Plex, the TV turns off and the lights go back to how they were prior. This isn’t what I want (TV turning off) of course
QQ is there a way to enable automation when this blueprint is running?
Use case:
I currently use sensor light blueprint with a motion sensor which gets disabled when Sensor light add on is running
I have a second sensor light automation running off the same motion sensor but with min brightness so if someone triggers the motion sensor they still get some light but not enough to interrupt the movie watching and will turn off the light once motion is no longer detected.
This automation is then disabled when the sensor light add on is turned off.
Another side question is there a way to use sensor light add on without using “Lights - Switches - Scenes *” I dont have anything i would like to turn on when starting this automation but this seems to be a requirement.
For some reason the by pass toggle doesnt get turned off at the end of the automation this might be more an issue with nvidia shield from what i can tell but hoping you have dealt with this issue before,