The attached screenshot is my flow and you can import the code below.
You will need to hang a debug node onto the temperature device output you have in Node-Red. From there, ascertain what format the information is in. Some helpful people here will tell you how to change that format to suit the NORA Thermostat.
The NORA Thermostat has both a thermostat mode and current temperature. When asked, Google responds "It's currently 23Ā° and Kitchen Temperature is off".
[{"id":"3542d99a.26fb36","type":"nora-thermostat","z":"febb2f85.8f061","devicename":"Kitchen Temp","roomhint":"Kitchen","name":"Kitchen Temp","modes":"off,on","unit":"C","topic":"Kitchen Temp","passthru":true,"nora":"c70fb22a.80261","x":880,"y":100,"wires":[[]]},{"id":"31918a4d.bee056","type":"loxone-control-in","z":"febb2f85.8f061","name":"Kitchen Temp","miniserver":"","control":"12fd93af-007a-9696-ffff914735ae28fa","state":"12fd93af-007a-9696-ffff914735ae28fa","x":190,"y":100,"wires":[["d91ee152.5f245"]]},{"id":"d91ee152.5f245","type":"function","z":"febb2f85.8f061","name":"Convert to Javascript Object","func":"msg.payload = {\"temperature\": msg.payload};\nreturn msg;","outputs":1,"noerr":0,"x":520,"y":100,"wires":[["3542d99a.26fb36"]]},{"id":"c70fb22a.80261","type":"nora-config","z":"","name":"nora config","group":"","notify":true}]