Replies: 5 comments 21 replies
-
Update: IKEA E1743 Controller Blueprint Version 2025.01.23 is published, with Z2M 2.0.0 support! 🔥 See updated changelog here. We will now replicate changes and bring Z2M 2.0.0 support to all controllers. |
Beta Was this translation helpful? Give feedback.
-
just an Idea: before I read your RODRET announcement I made this change to my (your) ikea_e1743.yaml
Probably it's less effort to combine IKEA on/off-dimmer sontroller like the on/off switch and RODRET to one blueprint? Thanks for your work!!! |
Beta Was this translation helpful? Give feedback.
-
@yarafie Thank you very much for your effort in updating these blueprints to Z2M 2.0. I've pulled your blueprint for the IKEA E1524/E1810 5-button remote and transfered one of my automations for this remote to your version of the blueprint. It works like a charm except for the double press event of the center button. If I expose the double click action for the center button, it doesn't recognize the short press action anymore and handles every press (even a single one) as double press. If I switch off the double press expose the short press is recognized correctly. This only appears on the center button. On all other buttons the double press event workes fine like in the previous version. Would you mind having a look to it? Thanks in advance! :) |
Beta Was this translation helpful? Give feedback.
-
after the great description of EPMatt - I just have an idea. When I stay with "classic" automations, I'm save, or? |
Beta Was this translation helpful? Give feedback.
-
Hey everyone! I was finally able to review @yarafie's PR #677 and merge changes to main. Fixed blueprints are not available on main, so I'm marking this discussion as answered 🚀 If you're still experiencing problems, feel free to open a new issue. Huge thanks to anyone who contributed to the discussion, and thanks for the patience 🔥 |
Beta Was this translation helpful? Give feedback.
-
Everyone,
I finished updating all of EPMatts blueprints to work with zigbee2mqtt 2.x.
They are on my fork of his repo.
yarafie/awesome-ha-blueprints
All links (website & docs) should work so no need to download manually unless you want to.
Blueprints largely remain untested (Controllers and Hooks) so would love some feedback.
As a bonus I added support for a new Controller
IKEA E2201 RODRET Dimmer
If you run into an issue I still would like you to open an issue on EPMatt's Repo but mention if the blueprint or hook is from my fork.
EPMatt Issue
Enjoy Ohh one last thing
The
controller_entity
input has been deprecated, andcontroller_device
is now mandatory.If you are a Zigbee2MQTT user and plan to update this blueprint, please make sure to remove the
controller_entity
input from your automation config and add the device ID of your controller to thecontroller_device
input.To obtain the device ID from your controller, configure the automation from the UI and use the device selector dropdown on the
controller_device
input to select your controller.Beta Was this translation helpful? Give feedback.
All reactions