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 - Controller - Hue Dimmer switch only working for one entity per trigger #608

Open
1 task
DarthSonic opened this issue Aug 12, 2024 · 0 comments
Open
1 task
Labels
blueprint An issue related to a blueprint bug Something isn't working

Comments

@DarthSonic
Copy link

Blueprint name

Controller - Philips 324131092621 Hue Dimmer switch

Home Assistant Core Version

2024.8.1

Home Assistant Installation Type

Home Assistant Operating System

Description

When single press Hue Dimmer v1 ZHA is triggering automation of blueprint but only turns on / off one entity configured in the action. When pressing a second time (single click), the second entity will be turned on / off also most of the time.

Both entities are ZHA groups of lights.

Automation YAML config

alias: Dimmer Wohnzimmer
description: ""
use_blueprint:
  path: EPMatt/philips_324131092621.yaml
  input:
    integration: ZHA
    controller_device: 30b66a32381456e7b170cfd28c40b85c
    action_button_on_short:
      - action: light.turn_on
        metadata: {}
        data: {}
        target:
          entity_id:
            - light.silicon_labs_ezsp_essbereich
            - light.silicon_labs_ezsp_wohnbereich
    action_button_on_double: []
    action_button_off_long:
      - action: light.turn_off
        target:
          entity_id:
            - light.home_office_spot_licht
            - light.tv_sync_only
            - light.silicon_labs_ezsp_essbereich
            - light.wohnzimmer_sync
            - light.silicon_labs_ezsp_wohnbereich
        data: {}
    action_button_on_long:
      - action: light.turn_on
        metadata: {}
        data: {}
        target:
          entity_id:
            - light.home_office_spot_licht
            - light.silicon_labs_ezsp_essbereich
            - light.wohnzimmer_sync
            - light.silicon_labs_ezsp_wohnbereich
    action_button_off_short:
      - action: light.turn_off
        target:
          entity_id:
            - light.silicon_labs_ezsp_essbereich
            - light.silicon_labs_ezsp_wohnbereich
            - light.home_office_spot_licht
        data: {}
    action_button_off_double: []
    helper_last_controller_event: input_text.dimmer_wohnzimmer_last_event
    button_on_double_press: false
    button_off_double_press: false
    action_button_up_short: []
    action_button_off_release: []
    action_button_on_release: []

To Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Trigger the automation '....'
  4. See error

Expected behavior

Multiple lights on / off with a single press.

Actual Behaviour

Only one entity (zha group) is turned on / off.

Additional Details

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

Screenshots

No response

Additional context

No response

@DarthSonic DarthSonic added blueprint An issue related to a blueprint bug Something isn't working labels Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blueprint An issue related to a blueprint bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant