Iād like to inform you that Iāve published an update for the E1744 Controller blueprint which adds support for debouncing.
Debouncing allows to filter duplicate events which might be fired by this controller. This unexpected behaviour was reported for devices connected with the ZHA integration.
If you plan to update this blueprint, please read carefully the changelog and documentation, which also provides guidance on how to enable debouncing.
This update might solve the issue you were experiencing with this blueprint as well. If something is still not working as intended after the update, please let me know.
Thank you for your patience, and happy automating!
Thank you. Unfortunately the current blueprint doesnāt support your controller.
If youāre available and have some time, we should check the ZHA events your controller is firing when interacting with it.
Please navigate to Developer Tools ā Events, then in the Listen for events form type zha_event and click on Start Listening. Press the button on the remote, then you should instantly see the event fired by your remote.
Repeat the operation for the four buttons and for all the possible actions (short press/long press/release after long press). Then, post the events you received here.
I wasnāt able to find much information regarding this remote online. In any case given the action mappings we should be able to implement a blueprint specifically for your device integrated with ZHA.
hi @epmatt ,
Iāve been working with this with the Cover hook for my ikea 2 button dimmer in combination with shelly rolling shutters.
Iād like to manipulate the Hook - Cover so that when I click on one of the buttons when itās opening or closing, the cover stops moving.
Thanks for your great work! Your blueprint make HA automations work in a way Iāve expected they should.
I would like to update a blueprint (and all automations which use it) - what is the best way to do it?
The description of every hook blueprint ist written for a light, even if its for a media player or cover. The controller device which will control the light.
The center button of my IKEA E1810 TRADFRI doesnāt work. The other buttons do work smoothly.
Smooth power off doesnāt work, too.
Hi @jolau, thank you for your nice feedback! Iām glad you find these blueprints useful.
As far as I know, currently the best way to update a blueprint is to delete it from the Home Assistant UI, then import it again in the same way you did when you first installed it on your system.
The description of every hook blueprint ist written for a light, even if its for a media player or cover. The controller device which will control the light.
Thank you for spotting it, Iāll push an update to fix the description issue.
The center button of my IKEA E1810 TRADFRI doesnāt work. The other buttons do work smoothly.
Smooth power off doesnāt work, too.
Iām sorry to hear youāre having issues with the blueprints. Can you please share the YAML config for both the E1524/E1810 Controller and Light Hook automations?
Having an issue with this blueprint. When I press the double-tap up or double-tap down on my E1743, I can see that the automationās āLast Triggeredā timestamp DOES in fact update, so the double-tap trigger is kicking off the automation itself, but the action isnāt working.
The action is quite simple. For double-tap up, I want two different light entities to turn on @ 100% brightness. For double-tap down, I wan those two different light entities to turn off.
I guess youāre setting up the E1743 controller blueprint. Could you please share the YAML configuration for the automation youāre setting up with this blueprint?
Iād like to point out that the double press feature is not embedded in the controller itself. Instead, the blueprint implements it by capturing two subsequent short presses. Thatās why the feature is considered a virtual double press. For this reason, a too fast double press of the button might not be identified as the correct event - the blueprint might only catch the first short press and not the second one, wrongly identifying the āvirtual double pressā as a āsingle short pressā.
Please try to increase the value of the Helper - Double Press delay input to 1+ seconds. When double pressing the button on the device, wait a little bit more between the first and second short press.
Let me know if youāre able to solve the issue. If not, we might be facing a bug in the blueprint.
Thank you!
Ah! Before even changing the input to 1000ms, I wanted to see if I could figure out the perfect timing @ 500ms ā and I was able to, but it was very tempermental.
So, I changed it to 1000ms ā now it works like a charm every time. Thanks for the heads up on this! Itās possible you might want to bump the default from 500ms ā 1000ms
Hi @epmatt , I would like to +1 for the new Hue Dimmer Switch (9290023986).
I have it connected via Zigbee2mqtt. If you need additional info, please let me know