#Arre (Tuo) Smart Button doesn't work as expected

1 messages · Page 1 of 1 (latest)

proper sand
#

Hi everyone,

I recently purchased an Arre (tuo) Smart Button and set it up with Home Assistant using Matter. Unfortunately, I'm running into some issues that I can't seem to resolve.

State Change Issue:
The button's event (event.knop_keuken_button) only triggers if the state changes compared to the previous state. For example:

If I press the button once, it triggers as expected.
If I press it again (a single press), Home Assistant doesn’t recognize it as a new trigger since the state hasn’t changed.
If I press it once, then perform a long press, and then press it again, it works because the state has changed in between.
This means I can't reliably trigger automations when repeating the same action (like pressing the button once twice in a row).

Double Press Not Working:
Despite being advertised, I can’t seem to get a "double press" action to work. The only events I see supported are:

single press
held down
Additionally, the current_switch_position value only toggles between 1 and 0.

Has anyone else experienced this, and are there any workarounds? Perhaps a way to force Home Assistant to recognize repeated identical triggers?

Thanks in advance for any help!

====
Device info:
Firmware: 1.0.0 +0
Hardware: 3.0

violet echo
#

Works for me, I have in automations.yaml :

- id: '1699297252330'
  alias: Corridor button actions
  description: ''
  triggers:
  - trigger: state
    entity_id:
    - event.corridor_button_button
    not_from:
    - unknown
    - unavailable
  actions:
  - choose:
    - conditions:
      - condition: state
        entity_id: event.corridor_button_button
        attribute: event_type
        state: multi_press_1
      sequence:
      - action: switch.toggle
        metadata: {}
        data: {}
        target:
          entity_id: switch.corridor_light
    - conditions:
      - condition: state
        entity_id: event.corridor_button_button
        attribute: event_type
        state: multi_press_2
      sequence:
      - action: switch.toggle
        metadata: {}
        data: {}
        target:
          entity_id: switch.kitchen_light
  mode: single
proper sand
#

Pressed once works, pressed twice doesn't work.

violet echo
#

both Firmware and Hardware are 1

#

Firmware: 1
Hardware: 1.0