Hi Dougle,
.. played around a bit with Javascript
[{"id":"28620f4a3b7eac27","type":"inject","z":"54efb553244c241f","name":"data","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"Hello user, living area battery: 13.3V, 230V: ON, timer: OFF, indoor temp.: 21C, water temp.: 55C. Regards, your iNet Box","payloadType":"str","x":280,"y":1000,"wires":[["e50f7462a65217b2","971950a0069ec9b0"]]},{"id":"e50f7462a65217b2","type":"function","z":"54efb553244c241f","name":"","func":"\nlet sms = msg.payload;\n\nsms = sms.slice(24)\nsms = sms.slice(0, -24)\nsms = sms.split(\", \")\n\n//node.warn(sms);\n\nlet obj = {}\n\nsms.forEach(el => {\n obj[el.split(\":\")[0]] = el.split(\":\")[1].trim()\n})\n\nmsg.payload = obj\n\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":450,"y":1000,"wires":[["c029a22bbb8fcd96"]]},{"id":"c029a22bbb8fcd96","type":"debug","z":"54efb553244c241f","name":"2","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":640,"y":1000,"wires":[]},{"id":"971950a0069ec9b0","type":"debug","z":"54efb553244c241f","name":"1","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":400,"y":900,"wires":[]}]