awesome-ha-blueprints icon indicating copy to clipboard operation
awesome-ha-blueprints copied to clipboard

Bug - Ikea Shortcut Button Double Click does not work

Open hackintoshlover opened this issue 5 months ago • 8 comments

Blueprint name

Controller - IKEA E1812 TRÅDFRI Shortcut button

Home Assistant Core Version

2023.11.3

Home Assistant Installation Type

Home Assistant Operating System

Description

I imported the Ikea shortcut button blueprint and set it up everything works as expected, except double click. Attached screenshots of setup with error. I having configured the device using zigbee 2 mqtt setup.

Automation YAML config

Attachedalias: Controller - IKEA E1812 TRÅDFRI Shortcut button
description: ""
use_blueprint:
  path: EPMatt/ikea_e1812.yaml
  input:
    integration: Zigbee2MQTT
    controller_entity: sensor.0x94deb8fffee14abe_action
    action_button_double:
      - service: switch.toggle
        data: {}
        target:
          device_id: 9d9d853ecd3efa803f10702640113de1
    helper_double_press_delay: 1000
    button_double_press: true
    helper_last_controller_event: input_text.helper_last_controller_event

To Reproduce

Import blueprint. Setup as image below. Run.

Expected behavior

Double click should toggle switch.

Actual Behaviour

Nothing.

Additional Details

  • [ ] I'd like to help developing a fix for this issue.

Screenshots

Screenshot (364) Screenshot (363) Screenshot (362) Screenshot (361) Screenshot (360) Screenshot (359) Screenshot (358) Screenshot (357) Screenshot (356)

Additional context

No response

hackintoshlover avatar Jan 18 '24 18:01 hackintoshlover