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 · 2 comments
Open
1 task done

New Controller - Ikea RODRET E2201 #566

made-indrayana opened this issue Sep 30, 2023 · 2 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.

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

No branches or pull requests

3 participants