delete the topic values in the inject nodes,. Also you do not have the change node i supplied in that flow it goes after the nora node, and before the http request node.
you do not need the switch node.
Use this flow, replace the function node with the nora node.
[{"id":"fc2d2694.c41828","type":"inject","z":"8d22ae29.7df6d","name":"on","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"http://192.168.1.25:1880/hello/?pin=","payload":"on","payloadType":"str","x":170,"y":3460,"wires":[["93b45a9c.efb158"]]},{"id":"d094cd26.487908","type":"inject","z":"8d22ae29.7df6d","name":"off","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"http://my-ip-address/?pin=","payload":"off","payloadType":"str","x":170,"y":3500,"wires":[["93b45a9c.efb158"]]},{"id":"93b45a9c.efb158","type":"function","z":"8d22ae29.7df6d","name":"This is the nora node","func":"\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":380,"y":3480,"wires":[["ae7e9c93.65c528"]]},{"id":"ae7e9c93.65c528","type":"change","z":"8d22ae29.7df6d","name":"","rules":[{"t":"set","p":"url","pt":"msg","to":"topic & (payload = \"on\" ? \"On\" : \"Off\")","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":600,"y":3480,"wires":[["bc379276.b55238","42c30ed5.cbc07"]]},{"id":"42c30ed5.cbc07","type":"http request","z":"8d22ae29.7df6d","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"","tls":"","persist":false,"proxy":"","authType":"","x":780,"y":3480,"wires":[[]]},{"id":"bc379276.b55238","type":"debug","z":"8d22ae29.7df6d","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":610,"y":3340,"wires":[]}]