I do not have simple gate installed, but looking at your flow json your control property is payload. This would conflict with you normal payloads. Try changing the control property to control.
eg untested.
[{"id":"836bc066fe4c0914","type":"inject","z":"667cec54c048503c","name":"any message","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"any message","payloadType":"str","x":270,"y":1300,"wires":[["5d2825330f4481bd","67f3916b390943e0"]]},{"id":"5d2825330f4481bd","type":"trigger","z":"667cec54c048503c","name":"","op1":"close","op2":"open","op1type":"str","op2type":"str","duration":"10","extend":true,"overrideDelay":false,"units":"s","reset":"","bytopic":"all","topic":"topic","outputs":1,"x":290,"y":1360,"wires":[["e66df0a111b63e06"]]},{"id":"67f3916b390943e0","type":"debug","z":"667cec54c048503c","name":"debug 1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":880,"y":1300,"wires":[]},{"id":"e66df0a111b63e06","type":"change","z":"667cec54c048503c","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"control","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":490,"y":1360,"wires":[["0b1fb74ac386cef7"]]},{"id":"0b1fb74ac386cef7","type":"gate","z":"667cec54c048503c","name":"demo gate","controlTopic":"control","defaultState":"open","openCmd":"open","closeCmd":"close","toggleCmd":"toggle","defaultCmd":"default","statusCmd":"status","persist":false,"x":720,"y":1360,"wires":[["67f3916b390943e0"]]},{"id":"eb5a4d80fc3d13f5","type":"inject","z":"667cec54c048503c","name":"Cyclical messages ","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"message","payloadType":"str","x":450,"y":1420,"wires":[["0b1fb74ac386cef7"]]}]