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

New Controller - Ikea RODRET E2201 #566

Open
1 task done
made-indrayana opened this issue Sep 30, 2023 · 11 comments
Open
1 task done

New Controller - Ikea RODRET E2201 #566

made-indrayana opened this issue Sep 30, 2023 · 11 comments
Labels
blueprint An issue related to a blueprint new A proposal for a new blueprint

Comments

@made-indrayana
Copy link

made-indrayana commented Sep 30, 2023

Manufacturer

Ikea

Model

E2201

Short Description

RODRET wireless dimmer/power switch

Image

Actions

[Integration] (e.g. Zigbee2MQTT)

I can only test with Zigbee2MQTT at the moment, but this looks like that in Z2M it is an exact match to the commands that E1743 uses.

button_up_short: ['on']
button_up_long: [brightness_move_up]
button_up_release: [brightness_stop]
button_down_short: ['off']
button_down_long: [brightness_move_down]
button_down_release: [brightness_stop]

Additional Details

  • I'd like to help developing this blueprint.

Useful resources

No response

Additional context

I think if you can let me know how I can test this with ZHA and Deconz without breaking my HA setup currently I would love to contribute to develop/test this blueprint. Best case it would be just adding documentation on the E1743 if it's an exact 1 to 1 match, if not then I could help with testing.

I am running HA ontop of Proxmox:
Home Assistant 2023.9.2
Supervisor 2023.09.2
Operating System 10.5
Frontend 20230911.0 - latest

with the Sonoff USB 3 Dongle.

@made-indrayana made-indrayana added blueprint An issue related to a blueprint new A proposal for a new blueprint labels Sep 30, 2023
@rwjack rwjack mentioned this issue Jan 20, 2024
1 task
@ThibautVerron
Copy link

ThibautVerron commented Feb 20, 2024

I have been using the blueprint for E1743 with this switch and ZHA, short presses work but long presses (at least) appear to not be recognized.

Here are the actions I get:

button_up_short: 'on'
button_up_long: 'move_with_on_off_MoveMode.Up_83'
button_up_release: 'stop_with_on_off'
button_down_short: 'off'
button_down_long: 'move_MoveMode.Down_83_0_0'
button_down_release: 'stop_with_on_off'

(Those are what is given to the text helper by the automation, I hope it's the needed values)

Edit: I put these values in a local copy of ikea_e1743.yaml and it works.

@made-indrayana Does it work out of the box if you use the 1743 controller with Z2M for this switch?

@jturn08
Copy link

jturn08 commented Nov 4, 2024

For anyone searching for a RODRET blueprint that includes the actions @ThibautVerron mentioned, @VaabenDK created a RODRET blueprint.

@rwjack
Copy link

rwjack commented Dec 1, 2024

Did anyone configure the above blueprint to not force use of a light entity? I'm trying to control a switch specifically.

NVM, just created a light helper.

@yarafie
Copy link
Contributor

yarafie commented Jan 29, 2025

For those of you waiting for the IKEA RODRET to be added to awesome-ha-blueprints your wait will not be long.

Looking for testers to test Zigbee2MQTT, ZHA and deCONZ.

You can find the blueprint on my fork below

https://yarafie.github.io/awesome-ha-blueprints/docs/blueprints/controllers/ikea_e2201

You can also test it with any of the Hooks also found on my fork (Updated to Support IKEA RODRET)

A little surprise you do not need to select the Integration type (Zigbee2MQTT, ZHA and deCONZ) as it is AutoMagically handled within the Blueprint itself.

Enjoy.

@yarafie
Copy link
Contributor

yarafie commented Feb 2, 2025

Released on my fork an enhanced version.

I am testing it myself on zigbee2mqtt

@Foggy2
Copy link

Foggy2 commented Feb 4, 2025

Hi @yarafie

I have just downloaded the blueprint from your fork using the link you posted above.

I have only looked at it very briefly so far but I haven’t managed to get it working yet. The controller and the light hook both aren’t being triggered.

Using the old blueprints for a different model Ikea remote works fine.

Before I waste much time investigating. I wanted to check is the blueprint compatible with Z2M v2.0 installs that have the legacy actions enabled?

@yarafie
Copy link
Contributor

yarafie commented Feb 4, 2025

Hi @yarafie

I have just downloaded the blueprint from your fork using the link you posted above.

I have only looked at it very briefly so far but I haven’t managed to get it working yet. The controller and the light hook both aren’t being triggered.

Using the old blueprints for a different model Ikea remote works fine.

Before I waste much time investigating. I wanted to check is the blueprint compatible with Z2M v2.0 installs that have the legacy actions enabled?

I probably broke it, on v7 :) should be able to fix later today

@Foggy2
Copy link

Foggy2 commented Feb 4, 2025

No worries. I’ll await your update before looking into it further. Thanks for your efforts. 👍

@yarafie
Copy link
Contributor

yarafie commented Feb 5, 2025

No worries. I’ll await your update before looking into it further. Thanks for your efforts. 👍

#672 (reply in thread)

@Foggy2
Copy link

Foggy2 commented Feb 5, 2025

#672 (reply in thread)

Thanks for pointing it out. I very quickly set it up and have only tested on/off using the light hook but so far it is working great.

If I notice any issues I’ll post back and let you know.

@EPMatt EPMatt linked a pull request Feb 16, 2025 that will close this issue
@EPMatt
Copy link
Owner

EPMatt commented Feb 16, 2025

Thank you all for reporting here and for the discussion! A candidate implementation is available on this PR, where you can also find a link to test the blueprint. Feel free to report your feedback there.

Thanks all for your kind patience!

@EPMatt EPMatt marked this as a duplicate of #691 Feb 16, 2025
@EPMatt EPMatt marked this as a duplicate of #618 Feb 16, 2025
@EPMatt EPMatt marked this as a duplicate of #561 Feb 16, 2025
@EPMatt EPMatt marked this as a duplicate of #614 Feb 16, 2025
@EPMatt EPMatt marked this as a duplicate of #598 Feb 16, 2025
@EPMatt EPMatt marked this as a duplicate of #610 Feb 16, 2025
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 new A proposal for a new blueprint
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants