๐ŸŽฎ ZHA, deCONZ, Zigbee2MQTT - IKEA E2201 RODRET Dimmer Universal blueprint - all actions + double click events - control lights, media players and more with Hooks

IKEA E2201 RODRET Dimmer Universal Blueprint

This blueprint is part of the Awesome HA Blueprints project. :rocket:
Updates and official support are available on GitHub.

GitHub Repo stars

:rocket: Get Started

Import Blueprint

:page_facing_up: Description

This blueprint provides universal support for the IKEA E2201 RODRET Dimmer, working with deCONZ, ZHA, and Zigbee2MQTT. Just select your integration, and we take care of the rest.

Features:

:small_blue_diamond: Easy, one-time setup โ€“ user-friendly and hassle-free
:small_blue_diamond: Custom actions for all buttons
:small_blue_diamond: Looping long press actions (great for volume/brightness, etc.)
:small_blue_diamond: Virtual double press support!
:small_blue_diamond: Compatible with the flexible Hooks architecture to control lights, media players & more

:blue_book: Full Documentation

Find setup details, inputs, and requirements here.

:electric_plug: Available Hooks

:bulb: Light

Control brightness & color for white temp and RGB lights.
Light Hook docs

:loud_sound: Media Player

Adjust volume, play/pause, and change tracks.
Media Player Hook docs

:window: Cover

Operate covers (e.g., blinds, shutters) with open, close, and tilt functions.
Cover Hook docs

:information_source: Changelog

Find the latest updates here.

:star: Support the Project

If you find this blueprint useful, consider starring the project on GitHub or sponsoring it to support future development. Every bit helps! :blue_heart:

Happy automating! :fire:

4 Likes

Thank you for creating this. Iโ€™ve imported the blueprint but I donโ€™t seem to be able to save any of the selections.

I just want to use it to toggle a nightlight, but after setting that up and pressing Save, it doesnโ€™t register any presses, and when I return to the Blueprint all of my selections are gone.

Iโ€™m trying to use it with ZHA

I had to take control and customize the blueprint to set a minimum brightness.
Below 20%, my LED doesnโ€™t light up.

Please set an option for maximum and minimum brightness.

Hello !

Thank you for this great work.

One point to improve with the latest E2201 RODRET versions. The name of the new product device is different: โ€œRODRET wireless dimmer.โ€

I modified the file on my HA as follows:

      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

Also, adding a minimum and maximum brightness option would be the ultimate detail ^^