-
-
Notifications
You must be signed in to change notification settings - Fork 258
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
Bug - Automation delay step cancels when (Optional) Expose up button double press event or (Optional) Expose down button double press event are on #616
Comments
I seem to have a similar issue with my E1743 blueprint: two automations use it, one have 'Expose up/down button double press event' enabled, and does not work after 2024.10, and the other have it disabled, and works fine. |
Is it possible this has something to do with the blueprint run mode? Modifying the run mode to "Parallel" instead of the default "Restart" seems to fix this issue. |
Can you change the run mode without Taking Control of the blueprint? I'm not seeing an option to change the mode like I do with my non-blueprint automations. |
I don't think so, I took control of the blueprint to convert it to a regular automation. This allowed me to modify it. |
I'm having similar issues with the E1812 blueprint ever since the 2024.10 Hass update, since I use it every night as a "shut down the house" button I fairly sure that's the point when it stopped working. |
I can also confirm this time frame. A few weeks ago my E2001/E2002 triggered actions started aborting at the first |
Blueprint name
Controller - IKEA E1766 TRÅDFRI Open/Close Remote
Home Assistant Core Version
2024.10.0
Home Assistant Installation Type
Home Assistant Container
Description
The automations for two of my IKEA TRADFRI E1766 remotes cancel after a delay when I have either "Optional) Expose up button double press event" or "Optional) Expose down button double press event" toggled on. I'm not sure why, since I use the same blueprint for another IKEA TRADFRI E1766 remote that works fine, but those two remotes seem to get stuck at a delay built to check the Double Press Delay during the automation - when I check the Trace for the delay, I see "done: false", which seems to cancel the automation. I find that the automation completes successfully once I toggle "Optional) Expose up button double press event" and "Optional) Expose down button double press event" off.
Automation YAML config
To Reproduce
Unsure exactly how to reproduce considering one of my remotes works fine, but this happens when I press up or down on either of my other IKEA E1766 remotes. I check the trace for when my helper changes to include "open" or "close" in the trigger action and see that the automation cancels after a delay that is part of a default action within a choose action.
Expected behavior
The automation continues after the delay.
Actual Behaviour
The automation cancels at the delay.
Additional Details
Screenshots
I've included a screenshot of the Trace log to help show where the automation fails.
Additional context
No response
The text was updated successfully, but these errors were encountered: