Skip to content

Bug - ikea RODRET Dimmer #957

@GugZi

Description

@GugZi

Blueprint name

Controller - IKEA E2201 RODRET Dimmer

Home Assistant Core Version

2025.11.1

Home Assistant Installation Type

Home Assistant Operating System

Description

Ikea have change the model name to RODRET wireless dimmer from RODRET Dimmer

Automation YAML config

input:
    controller_device:
      name: (Zigbee2MQTT, ZHA, deCONZ Required) Controller Device
      description: The controller device to use for the automation. Choose a value
        only if the remote is integrated with Zigbee2MQTT, ZHA, deCONZ.
      default: ''
      selector:
        device:
          filter:
          - integration: mqtt
            manufacturer: IKEA
            model: RODRET wireless dimmer/power switch
          - integration: mqtt
            manufacturer: IKEA
            model: RODRET wireless dimmer/power switch (E2201)
          - integration: zha
            manufacturer: IKEA of Sweden
            model: RODRET Dimmer
***
          - integration: zha
            manufacturer: IKEA of Sweden
            model: RODRET wireless dimmer
***
          - integration: deconz
            manufacturer: IKEA of Sweden
            model: RODRET Dimmer
          multiple: false

this line make it working

To Reproduce

input:
controller_device:
name: (Zigbee2MQTT, ZHA, deCONZ Required) Controller Device
description: The controller device to use for the automation. Choose a value
only if the remote is integrated with Zigbee2MQTT, ZHA, deCONZ.
default: ''
selector:
device:
filter:
- integration: mqtt
manufacturer: IKEA
model: RODRET wireless dimmer/power switch
- integration: mqtt
manufacturer: IKEA
model: RODRET wireless dimmer/power switch (E2201)
- integration: zha
manufacturer: IKEA of Sweden
model: RODRET Dimmer

 this lines make it working 
          - integration: zha
            manufacturer: IKEA of Sweden
            model: RODRET wireless dimmer
this lines make it working 
      - integration: deconz
        manufacturer: IKEA of Sweden
        model: RODRET Dimmer
      multiple: false

Expected behavior

.

Actual Behaviour

.

Additional Details

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

Screenshots

No response

Additional context

No response

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