You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i added an automation using the 1812 blueprint. The automation runs, but I constantly get an error in the trace, and the trace doesn't show the actions executed. I'm unclear if this is expected behaviour. it reports that the result was false so the condition failed. trace shows only the following:
condition: and
conditions:
- >-
{%- set trigger_action -%} {%- if integration_id == "zigbee2mqtt" -%} {{
trigger.event.data.new_state.state }} {%- elif integration_id == "deconz"
-%} {{ trigger.event.data.event }} {%- elif integration_id == "zha" -%} {{
trigger.event.data.command }}{{"_" if trigger.event.data.args|length > 0}}{{
trigger.event.data.args|join("_") }} {%- endif -%} {%- endset -%} {{
trigger_action not in ["","None"] }}
- >-
{{ integration_id != "zigbee2mqtt" or trigger.event.data.new_state.state !=
trigger.event.data.old_state.state }}
light toggles on button press, and also sets input booleans. there is a different brightness setting depending on time of day. double press will turn off bathroom lights and holding the button increases brightness
Actual Behaviour
seems to work, but i cannot see the actions executed in the trace and it reports that it was aborted.
This discussion was converted from issue #287 on April 11, 2022 23:03.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Blueprint name
Controller - IKEA E1812 TRÅDFRI Shortcut button
Home Assistant Core Version
2022.03.05
Home Assistant Installation Type
Home Assistant Operating System
Description
i added an automation using the 1812 blueprint. The automation runs, but I constantly get an error in the trace, and the trace doesn't show the actions executed. I'm unclear if this is expected behaviour. it reports that the result was false so the condition failed. trace shows only the following:
Automation YAML config
To Reproduce
triggering the automation produces this
Expected behavior
light toggles on button press, and also sets input booleans. there is a different brightness setting depending on time of day. double press will turn off bathroom lights and holding the button increases brightness
Actual Behaviour
seems to work, but i cannot see the actions executed in the trace and it reports that it was aborted.
Additional Details
Screenshots
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions