Ok, based on what you said, try this flow
[{"id":"3b2d75ffeaced257","type":"tab","label":"Flow 1","disabled":false,"info":"","env":[]},{"id":"367a225a9f310aeb","type":"debug","z":"3b2d75ffeaced257","name":"Uplink - msg","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"true","targetType":"full","statusVal":"payload","statusType":"auto","x":510,"y":280,"wires":[]},{"id":"ebad25c384b3e6a0","type":"comment","z":"3b2d75ffeaced257","name":"Uplink - msg from node (device)","info":"","x":230,"y":180,"wires":[]},{"id":"c8cb5928620e50dd","type":"comment","z":"3b2d75ffeaced257","name":"Downlink - - msg to node (device)","info":"","x":230,"y":80,"wires":[]},{"id":"8d081365deeb06fa","type":"function","z":"3b2d75ffeaced257","name":"Downlink - msg","func":"msg.payload = {\n \"downlinks\": [\n {\n \"f_port\": 100,\n \"frm_payload\": Buffer.from(msg.payload, 'hex').toString('base64'),\n \"priority\": \"NORMAL\"\n }\n ]\n}\n\nmsg.topic = \"v3/msg.app/devices/msg.dev/down/push\"\n\nflow.set('msgcount', 1)\nflow.set('M1', msg.payload)\n\n\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":780,"y":120,"wires":[["22198531415b2963"]]},{"id":"79902647c6ad0e8a","type":"inject","z":"3b2d75ffeaced257","name":"M1","props":[{"p":"payload"},{"p":"dev","v":"eui-ababcbcbdcdccdcd","vt":"str"},{"p":"app","v":"sotracking@ttn","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"C0","payloadType":"str","x":190,"y":120,"wires":[["8acd09bceb17ab68"]]},{"id":"22198531415b2963","type":"debug","z":"3b2d75ffeaced257","name":"Downlink - msg","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"true","targetType":"full","statusVal":"payload","statusType":"auto","x":980,"y":120,"wires":[]},{"id":"20c47365017aea85","type":"inject","z":"3b2d75ffeaced257","name":"Sheduled/Interrupt or M2","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"door\":1,\"tempA\":21.81,\"watchdog\":0}","payloadType":"json","x":230,"y":240,"wires":[["367a225a9f310aeb","8065e1c8324d652e"]]},{"id":"a389e6f96e1b3c96","type":"inject","z":"3b2d75ffeaced257","name":"M3","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"door\":1,\"tempA\":21.81,\"watchdog\":1}","payloadType":"json","x":170,"y":280,"wires":[["367a225a9f310aeb","8065e1c8324d652e"]]},{"id":"8065e1c8324d652e","type":"switch","z":"3b2d75ffeaced257","name":"has NR sent a request?","property":"M1","propertyType":"flow","rules":[{"t":"null"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":230,"y":380,"wires":[["f3dc60191efcb361"],["fc5805a8373e5f57"]]},{"id":"f3dc60191efcb361","type":"change","z":"3b2d75ffeaced257","name":"ERROR Condition - no original msg","rules":[{"t":"set","p":"payload","pt":"msg","to":"ERROR Condition - Request from server but no msg sent to it","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":560,"y":360,"wires":[["4217547f7965c94b"]]},{"id":"4217547f7965c94b","type":"debug","z":"3b2d75ffeaced257","name":"ERROR Condition","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":850,"y":360,"wires":[]},{"id":"fc5805a8373e5f57","type":"switch","z":"3b2d75ffeaced257","name":"Test watchdog","property":"payload.watchdog","propertyType":"msg","rules":[{"t":"eq","v":"1","vt":"num"},{"t":"eq","v":"0","vt":"num"},{"t":"else"}],"checkall":"true","repair":false,"outputs":3,"x":220,"y":560,"wires":[["b93c71c1ef340115"],["d49f6a622f5d6378"],[]]},{"id":"b93c71c1ef340115","type":"change","z":"3b2d75ffeaced257","name":"MSG received - all done","rules":[{"t":"set","p":"payload","pt":"msg","to":"MSG received - all done","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":490,"y":480,"wires":[["68ef1c690a534b10"]]},{"id":"68ef1c690a534b10","type":"debug","z":"3b2d75ffeaced257","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":730,"y":480,"wires":[]},{"id":"d49f6a622f5d6378","type":"switch","z":"3b2d75ffeaced257","name":"Check msg count","property":"msgcount","propertyType":"flow","rules":[{"t":"eq","v":"1","vt":"num"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":470,"y":560,"wires":[["f324f8487bf0c66f"],["51fca492a7117226"]]},{"id":"e4a9b1e2d22c1f26","type":"debug","z":"3b2d75ffeaced257","name":"First returned MSG, do nothing","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1050,"y":540,"wires":[]},{"id":"f324f8487bf0c66f","type":"change","z":"3b2d75ffeaced257","name":"First returned MSG, do nothing","rules":[{"t":"set","p":"payload","pt":"msg","to":"First returned MSG, do nothing","tot":"str"},{"t":"set","p":"msgcount","pt":"flow","to":"$flowContext('msgcount')+1\t","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":750,"y":540,"wires":[["e4a9b1e2d22c1f26"]]},{"id":"51fca492a7117226","type":"link out","z":"3b2d75ffeaced257","name":"go to RESEND MSG","mode":"link","links":["01b855f5f6470142"],"x":730,"y":620,"wires":[],"l":true},{"id":"01b855f5f6470142","type":"link in","z":"3b2d75ffeaced257","name":"RESEND MSG","links":["51fca492a7117226"],"x":460,"y":60,"wires":[["8acd09bceb17ab68"]],"l":true},{"id":"8acd09bceb17ab68","type":"change","z":"3b2d75ffeaced257","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"C0","tot":"str"},{"t":"set","p":"dev","pt":"msg","to":"eui-ababcbcbdcdccdcd","tot":"str"},{"t":"set","p":"app","pt":"msg","to":"sotracking@ttn","tot":"str"},{"t":"delete","p":"msgcount","pt":"flow"},{"t":"delete","p":"waitcount","pt":"msg"},{"t":"delete","p":"M1","pt":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":560,"y":120,"wires":[["8d081365deeb06fa"]]}]