Hi all,
Trying to see how I can create an automation based on a button press on a W100 connected to HA as above. I want to start a Sonos Roam playing BBC Radio 2. Currently I have to do this via Alexa but for some reason it always doubles up the command, therefore looking to try HA.
The below show the press is visible in HA (Button 3 was pressed 1 hour ago) but the Buttons don’t show up no the Automation dropdown.
@2SC_UK You seem to be experiencing an issue with the W100 button not showing up in the Home Assistant Automation dropdown when trying to create a button press automation. You can contact customer support for assistance.
Contact the Aqara Home App Customer Service Team (Profile> Help & Feedback > Customer Service) or scan the QR code:
Have you tried using the “Identify” actions? Maybe those triggers have wrong names in the UI, but still function as click, double click and long press (for each button).
Hi, all types of buttons behave a bit differently under Matter. Pressing a button isn’t treated as a discrete event, but rather as a change of state. @JohnD already explained this quite well.
This applies to all kinds of buttons, including the virtual ones on the Aqara S1+ panel. Here’s an example script: I’m using three virtual buttons to start the robot vacuum on demand and to switch the “parents’ area” of our house between day and night mode, which in turn triggers different scripts and scenes.
The only issue I’ve run into in the past is the occasional “ghost” event. In other words, buttons appeared to be pressed or their state changed without anyone actually touching them. And trust me, my wife was not amused when the vacuum decided to start cleaning the bedroom at 3 a.m.
Interesting, what exactly do you mean by that? not_from is officially documented, so it should technically be reliable. Are you referring to the fact that unavailable and unknown might not be enough during a system restart because the initial state is None or something else? What would be your most elegant solution?
when you add not from you are adding another point of fail in the trigger, when restarting, and cause the automation not to work (small but minor point) so when I use not from I also use condition uptime sensor. its not major but I do find issues when restarting with not from.