any idea on how I can use the mustache-thing to use a flow-variable instead of the fixed value of 1800 in that action-node?
If you are using a home assistant node for the trigger, like an event state or trigger node, at the bottom, output properties. Add a new output and set it to the flow variable.
Then in the action node use "value": {{ myValue }}
"value": {{ myValue }}