Thanks for this feedback.
Seems to be a fair observation, so Iāll modify this for the next release.
Yes, the nature of dynamic mode is that you can set the maximum or minimum brightness to 0% (effectively turning it off). You can prevent this from happening by choosing other values or changing the values for āover maxā and āunder minā. See screen capture below.
Might be a silly question ā Iām just starting out with HA ā but how do you toggle?
If I press the button, it turns on my lights. But I want a press to toggle. Do you seen what I mean?
Itās not a silly question at all:
Activate the turn off function āturn of with triggerā and set your trigger to the same button.
Then add a condition that checks if the light is on.
Makes sense, Iām still lacking some reflexes like this mental puzzle
That being said, it worksā¦ but one light always re-turn ON right after. Iām trying to toggle a light group.
Even if I only target that one light, it blinks (toggle off and on immediately Iām assuming). I must have a conflict somewhere.
Check the Traces (go to the Automation, youāll see traces in the top right).
They will give you an overview of what happens in each step.
If there is any weirdness, just post it here or send me a message so I can have a look.
Hello and thanks for a great blueprint!
Have been using it for a while and it has worked very well and easy to set up, especially after the latest update (after feedback from another user).
But ran into a āproblemā today when I was going to make an automation with a power outlet activate on motion and realized that this blueprint doesnāt support switches.
I can confirm there is something fishy.
I added some cards to see if it was a group trigger or something else, but through the card it works as expected, meaning I toggle on and off both lights
On screenshot, itās the Hue ambiance lamp 1 at fault.
@AntonH Actually, managed to replicate the behaviour with another condition for toggling on: expecting that group is off.
Seems a bit overkill to have both, but it works as expected.
Agreed, itās possible to select switch entity types at this moment, but not yet to control them.
Itās not a big issue as switch entity type only turn on and off, so they only support the DEFAULT mode, however itās something that needs to be address.
Hi, thanks for your Bp, its works good for me, only the function Light Sensor does not find any Sensor. But i have 2 Homematic Sensors with Brighness. Under the Object is the Value available. But nothing in your Blueprint.
Hello, Iāve found the blueprint and it looks like a promising solution for me. Thanks for the good work! I have 2 things I canāt figure out and think they are flaws in the design.
The first one is related to the turn_off_conditions. As far as I can judge, this turn_off_condition is ignored completely during the execution of the automation.
The second point concerns the turn off function. The accompanying text states that there are multiple options possible, but thatās not the case, at least not simultaniously. For example, if I use the staircase function along with a āturn off with triggerā option, the automation steps into the wait state of the staircase option, and during this wait state a turn-off trigger is no longer detected.
Hope this helps and can be resolved in a next version. Keep up the good work!