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:
Easy, one-time setup – user-friendly and hassle-free Custom actions for all buttons Looping long press actions (great for volume/brightness, etc.) Virtual double press support! Compatible with the flexible Hooks architecture to control lights, media players & more
Full Documentation
Find setup details, inputs, and requirements here.
Available Hooks
Light
Control brightness & color for white temp and RGB lights. Light Hook docs
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.
The dimming function does not work. It dims all the way to zero without stopping regardless of how long the “long press” is. Increasing brightness work fine just not down.
I have the exact same experience, but vice versa - it dims down as intended, but when increasing brightness it goes straight to 100%, regardless of when I release the button.
I had the same problem with this blueprint, no devices available.
First time I digged a little deeper in a blueprint and fixed it, solution is mentioned already above for me.
What to do (in my case using ZHA) was simple, i hope it helps for you all.
Edit this file: “EPMatt/ikea_e2201.yaml”
Find under the “input:” section your zigbee integration.
Change the model name to the right one.
My xml looks now like this:
input:
controller_device:
name: .... text ....
default: ''
selector:
device:
filter:
- ...
- integration: zha
manufacturer: IKEA of Sweden
model: RODRET wireless dimmer
In my case the model mentioned was RODRET dimmer and should be RODRET wireless dimmer. You can find the correct name under the device info of the device (zigbee > select divice from the list > device info).
I was able to configure the blueprint and made it work but partially, I have a problem when i long press the up button I did that it turns on the hook light and when release to stop it, it works just fine but when I try to make the same for button down release it doesn’t stop de hook automation, and from there I am not able to turn off my lights and power on, what is the solutions?