#Button can not be automated?
1 messages · Page 1 of 1 (latest)
You are using a device trigger. Those sometimes don't have all functionality.
In your case you need to use a state trigger with the entity's state.
In other cases there is no entity and you have to look at the events in ZHA for example.
Aaaa where can i do that?
In your automation editor you select Entity - State.
Aaaaaaaaaah cool!
Found it 😄 thanks!
Is there any way to make it shutdown in a instant so it's not in a sequence?
What do you mean?
Right now i have 5 lights.
When i toggle them they go 1 then 2 then 3 then 4
I want them to do it on once
Yes. Either the building block "Run in parallel" or by using light groups.
Where can i set light groups?
It is one of the helper entities.
Aaah found it!
But i cant seem to get double click and holding in to work
It will never go from double press to double press.
But how do i detect double press then?
From anything to double press.
You just choose nothing.
Yeah that dosent do anything
Aaah can see it dosent get registered
But via the app it does (Aqera)
The attribute would have to change. If it doesn't it won't work that way.
Aaaaaaah damn
The state trigger needs changes.
is there anything i can do ?
It's via zigbee aqara hub m2
On the app it says it's double pressing but not giving the info to home assistant
If the state changes, you could use that to trigger and set the double press attribute as a state condition.
Yeah
Okay, i have now found out how to get the state change
I did it via MATTER
But now when i double press then do it again it dosent change anything
You need either something changing, a working device trigger or you need to figure out if and what events are available to use.
Im having the same issue here. I can get that first initial double press to activate but any double presses after does not register. Wish HA had a solution for just a simple button press no matter the state.
Could you post what your trigger looks like now?