Sorry i’m quite new in all of this but is it possible to run different scenes in order when using only the “Button initial press” ? I don’t want to have to double press or something else
For example :
I have 5 different scenes which turns the light in Blue / Red / Yellow / Purple / White)
Press “Button initial press” = Runs the Scene 1 (Blue)
press “Button initial press” = Runs the Scene 2 (Red)
press “Button initial press” = Runs the Scene 3 (Yellow)
press “Button initial press” = Runs the Scene 4 (Purple)
press “Button initial press” = Runs the Scene 5 (White)
press “Button initial press” = Runs the Scene 1 (Blue)
press “Button initial press” = Runs the Scene 2 (Red)
etc…
Sorry I don’t get it… What you’re describing is exactly what this blueprint was made for … you put the scenes in the different button press 1-5 etc
Maybe you just want to have a really long Helper - Multi Press delay ? At the moment it maxes out at 5 seconds but I could change the blueprint to allow for minutes or even hours easily
I have one suggestion: Allow adding additional actions to a single press or single press toggle. There aren’t many options in the blueprint UI. Right now, I’m using the short press release to add additional smarts using other automations and sensors. It would be great to be able to do this from the blueprint UI. For example, on first press set temperature of light, transition time, disable other automation, start other automation, etc. etc. This could probably also be done manually in the YAML but I’m not literate enough to “just do it”… it takes a lot of trial and error. Having it in the UI would help tremendously and provide flexible way beyond what the blueprint is currently capable of.
If you’re doing it with the GUI I think you just go to the blueprints page and re-import - or delete it and then click the import button in this thread again
Same problem here. With Hue I had it like first press warm white, second press cold white, third press red and otherwise off. I’m not able to recreate this behavior.
I tried the following but I cannot set the lights off with the scenes anymore.
Can somebody just tell me how to start in first short button press state? I mean I have configured it like activate a scene on double press, triple press and so on. The scene of the triple press is still active when I activate the light again after it was turned off. The original Hue behavior is that it gets back to the default scene (which I cannot configure here if I see it right)
You’re right, I didn’t account for that behaviour properly.
Firstly, there’s an additional config option you want to turn on which is: Always fire first short button release
I’ve just pushed an update to github to correct the behaviour so that with your above config + this option, it will switch to the first scene when you’re turning the light on with a first press, or turn it off if it’s already on