Skip to content

Bug - IKEA E2201 Rodret Media Player Hook #985

@denis1994

Description

@denis1994

Blueprint name

media_player.yaml

Home Assistant Core Version

2026.1.0

Home Assistant Installation Type

Home Assistant Operating System

Description

A short press on the down button doesn't reduce the volume as mentioned in the documentation. Only a long press reduce the volume.

Automation YAML config

alias: Hook - Media Player
description: ""
use_blueprint:
  path: EPMatt/media_player.yaml
  input:
    controller_model: IKEA E2201 RODRET Dimmer
    media_player: media_player.office_homepod
    controller_device: 9f8865d3068f4c089b8b7fd032f0bd11

To Reproduce

Press down button shortly

Expected behavior

Volume is reduced

Actual Behaviour

Nothing happens

Additional Details

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

Screenshots

No response

Additional context

Changing the blueprint with the correct mapping fixes it:

      IKEA E2201 RODRET Dimmer:
      volume_up: button_up_short
      volume_up_repeat: button_up_long
      next_track: button_up_double
      volume_down: button_down_short
      volume_down_repeat: button_down_long
      play_pause: button_down_double

Metadata

Metadata

Assignees

No one assigned

    Labels

    blueprintAn issue related to a blueprintbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions