I tried without the clean session parameter but unfortunately this did not solve the issue.
Now, I added a gate and it works. If someone has the same problem, this is the simple solution:
[{"id":"4da2fc62.711074","type":"inject","z":"edcab380.b1f18","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":180,"y":180,"wires":[["9c03b679.3b4fb8"]]},{"id":"9c03b679.3b4fb8","type":"gate","z":"edcab380.b1f18","name":"","controlTopic":"control","defaultState":"closed","openCmd":"open","closeCmd":"close","toggleCmd":"toggle","defaultCmd":"default","statusCmd":"status","persist":false,"x":330,"y":240,"wires":[["60de5ea5.3a0fe"]]},{"id":"1d065f9a.31f48","type":"inject","z":"edcab380.b1f18","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":true,"onceDelay":"5","topic":"control","payload":"open","payloadType":"str","x":170,"y":280,"wires":[["9c03b679.3b4fb8"]]},{"id":"60de5ea5.3a0fe","type":"debug","z":"edcab380.b1f18","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":520,"y":260,"wires":[]}]