Just to avoid a misunderstanding - RedMatic is just NodeRed with Homematic Nodes as a HomeMatic 3rd party add-on.
This is my use-case to control my 433Mhz covers:
[{"id":"ad41a438.412a88","type":"tab","label":"CUxD2MQTT","disabled":false,"info":""},{"id":"f2fea849.b6047","type":"ccu-value","z":"ad41a438.412a88","name":"Rolladen schließen","iface":"CUxD","channel":"CUX4009001:2 workroom_cover:2","datapoint":"PRESS_SHORT","mode":"","start":true,"change":true,"cache":false,"queue":false,"on":0,"onType":"undefined","ramp":0,"rampType":"undefined","working":false,"ccuConfig":"38263145.35ea0e","topic":"${CCU}/${Interface}/${channel}/${datapoint}","x":590,"y":200,"wires":[[]]},{"id":"47577fb3.8e0a48","type":"ccu-value","z":"ad41a438.412a88","name":"Rolladen öffnen","iface":"CUxD","channel":"CUX4009001:1 workroom_cover:1","datapoint":"PRESS_SHORT","mode":"","start":true,"change":true,"cache":false,"queue":false,"on":0,"onType":"undefined","ramp":0,"rampType":"undefined","working":false,"ccuConfig":"38263145.35ea0e","topic":"${CCU}/${Interface}/${channel}/${datapoint}","x":580,"y":140,"wires":[[]]},{"id":"2c3aae70.8b157a","type":"mqtt in","z":"ad41a438.412a88","name":"","topic":"cover/workroom/set","qos":"2","datatype":"utf8","broker":"3be2ebe7.e23be4","x":130,"y":140,"wires":[["ca29ab58.509028"]]},{"id":"ca29ab58.509028","type":"switch","z":"ad41a438.412a88","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"OPEN","vt":"str"},{"t":"eq","v":"CLOSE","vt":"str"}],"checkall":"false","repair":false,"outputs":2,"x":330,"y":140,"wires":[["47577fb3.8e0a48"],["f2fea849.b6047"]]},{"id":"1afce398.09831c","type":"ccu-value","z":"ad41a438.412a88","name":"Rolladen schließen","iface":"CUxD","channel":"CUX4009003:2 livingroom_cover:2","datapoint":"PRESS_SHORT","mode":"","start":true,"change":true,"cache":false,"queue":false,"on":0,"onType":"undefined","ramp":0,"rampType":"undefined","working":false,"ccuConfig":"38263145.35ea0e","topic":"${CCU}/${Interface}/${channel}/${datapoint}","x":590,"y":500,"wires":[[]]},{"id":"fc718b42.08f328","type":"ccu-value","z":"ad41a438.412a88","name":"Rolladen öffnen","iface":"CUxD","channel":"CUX4009003:1 livingroom_cover:1","datapoint":"PRESS_SHORT","mode":"","start":true,"change":true,"cache":false,"queue":false,"on":0,"onType":"undefined","ramp":0,"rampType":"undefined","working":false,"ccuConfig":"38263145.35ea0e","topic":"${CCU}/${Interface}/${channel}/${datapoint}","x":580,"y":440,"wires":[[]]},{"id":"3ea6b3b1.18a97c","type":"mqtt in","z":"ad41a438.412a88","name":"","topic":"cover/livingroom/set","qos":"2","datatype":"utf8","broker":"3be2ebe7.e23be4","x":130,"y":440,"wires":[["daedf030.9a655"]]},{"id":"daedf030.9a655","type":"switch","z":"ad41a438.412a88","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"OPEN","vt":"str"},{"t":"eq","v":"CLOSE","vt":"str"}],"checkall":"false","repair":false,"outputs":2,"x":330,"y":440,"wires":[["fc718b42.08f328"],["1afce398.09831c"]]},{"id":"9398eaf0.141e08","type":"ccu-value","z":"ad41a438.412a88","name":"Rolladen schließen","iface":"CUxD","channel":"CUX4009002:2 guestroom_cover:2","datapoint":"PRESS_SHORT","mode":"","start":true,"change":true,"cache":false,"queue":false,"on":0,"onType":"undefined","ramp":0,"rampType":"undefined","working":false,"ccuConfig":"38263145.35ea0e","topic":"${CCU}/${Interface}/${channel}/${datapoint}","x":590,"y":360,"wires":[[]]},{"id":"9f6741ac.85989","type":"ccu-value","z":"ad41a438.412a88","name":"Rolladen öffnen","iface":"CUxD","channel":"CUX4009002:1 guestroom_cover:1","datapoint":"PRESS_SHORT","mode":"","start":true,"change":true,"cache":false,"queue":false,"on":0,"onType":"undefined","ramp":0,"rampType":"undefined","working":false,"ccuConfig":"38263145.35ea0e","topic":"${CCU}/${Interface}/${channel}/${datapoint}","x":580,"y":300,"wires":[[]]},{"id":"a2ede75c.81a698","type":"mqtt in","z":"ad41a438.412a88","name":"","topic":"cover/guestroom/set","qos":"2","datatype":"utf8","broker":"3be2ebe7.e23be4","x":130,"y":300,"wires":[["2f4b3626.53d13a"]]},{"id":"2f4b3626.53d13a","type":"switch","z":"ad41a438.412a88","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"OPEN","vt":"str"},{"t":"eq","v":"CLOSE","vt":"str"}],"checkall":"false","repair":false,"outputs":2,"x":330,"y":300,"wires":[["9f6741ac.85989"],["9398eaf0.141e08"]]},{"id":"38263145.35ea0e","type":"ccu-connection","z":"","name":"localhost","host":"localhost","regaEnabled":true,"bcrfEnabled":true,"iprfEnabled":true,"virtEnabled":true,"bcwiEnabled":false,"cuxdEnabled":true,"regaPoll":true,"regaInterval":"30","rpcPingTimeout":"60","rpcInitAddress":"127.0.0.1","rpcServerHost":"127.0.0.1","rpcBinPort":"2047","rpcXmlPort":"2048","queueTimeout":"5000","queuePause":"250","contextStore":""},{"id":"3be2ebe7.e23be4","type":"mqtt-broker","z":"","name":"hass-broker","broker":"192.168.178.200","port":"1883","clientid":"","usetls":false,"compatmode":false,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""}]
On HomeAssistant config:
cover:
- platform: mqtt
name: workroom
command_topic: "cover/workroom/set"
- platform: mqtt
name: guestroom
command_topic: "cover/guestroom/set"
- platform: mqtt
name: livingroom
command_topic: "cover/livingroom/set"