You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Feature: Button-Helpers are allowed and now found by Matter-Hub and Alexa App... so far so good.
But I am not able to trigger automations (no call_service event ist fired at all?).
How are they supposed to be used? Trying to turn on or off like with any switch. Or am I missing something?
State and attributes
No response
Relevant log output
No response
Documentation & Issues
I have reviewed the documentation and the linked troubleshooting guide.
For me it's working - just tested with automation and scene.
Automations, Scenes and Scripts are exposed as OnOffPluginUnits and when turned on they should trigger.
After about 1 second, they automatically get turned off, so that they can be turned on / triggered again.
Unfortunately controllers like Alexa do not refresh immediately, so it can happen that it takes longer until they notice that the pseudo switch is off.
Can you tell me how your automation trigger looks like? I created a new helper "taste" and Restarted matter-Hub. I can switch it on by voice or in alexa app and it takes about 3 seconds until it turns off by itself... so far so good.
But not Automation triggers and nothing in logs or history...
My automation: (should be triggered on all state changes if i am right)
alias: Neue Automatisierung
description: ""
triggers:
trigger: state
entity_id:
input_button.taste
conditions: []
actions:
action: notify.alexa_media_echo_show_wohnzimmer
metadata: {}
data:
message: JO
mode: single
Version
3.0.0.57
Matter Controller
Alexa
Steps to reproduce
New Feature: Button-Helpers are allowed and now found by Matter-Hub and Alexa App... so far so good.
But I am not able to trigger automations (no call_service event ist fired at all?).
How are they supposed to be used? Trying to turn on or off like with any switch. Or am I missing something?
State and attributes
No response
Relevant log output
No response
Documentation & Issues
The text was updated successfully, but these errors were encountered: