Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Button Helpers dont work? #344

Open
2 tasks done
Kaskadeur111 opened this issue Dec 22, 2024 · 3 comments
Open
2 tasks done

[Bug]: Button Helpers dont work? #344

Kaskadeur111 opened this issue Dec 22, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Kaskadeur111
Copy link

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

  • I have reviewed the documentation and the linked troubleshooting guide.
  • I have searched the issues for a similar problem.
@Kaskadeur111 Kaskadeur111 added the bug Something isn't working label Dec 22, 2024
@t0bst4r
Copy link
Owner

t0bst4r commented Dec 28, 2024

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.

@Kaskadeur111
Copy link
Author

I can't See any state changes in home assistant at all. Not in the Logs and not in the history. Going to send some screens later :)

@Kaskadeur111
Copy link
Author

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.

image

image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants