Here is my code - you will see i have it come back as JSON - i use it all on the same box do not forward it on anywhere but as above if you explain what you are trying to do with it - we will be able to help more.
[{"id":"683f1f54.2faa9","type":"inject","z":"201953fd.6ac33c","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"60","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":110,"y":260,"wires":[["424b052a.d0d92c"]]},{"id":"424b052a.d0d92c","type":"http request","z":"201953fd.6ac33c","name":"Get IOTAWATT 1 Min averages","method":"GET","ret":"txt","paytoqs":"ignore","url":"http://172.16.101.200/query?select=[Solar,Consumption,Grid,Battery]&begin=s-60s&end=s&group=all&format=json&header=no","tls":"","persist":false,"proxy":"","authType":"","credentials":{},"x":350,"y":260,"wires":[["d0f6ddf5.34ae6"]]},{"id":"d0f6ddf5.34ae6","type":"json","z":"201953fd.6ac33c","name":"","property":"payload","action":"","pretty":false,"x":570,"y":260,"wires":[["76b9a7c8.91b348","d24fb8e8.2ed418","a344460f.c0d278","958d8f6d.ad052","89343a78434a00ae"]]},{"id":"76b9a7c8.91b348","type":"ui_gauge","z":"201953fd.6ac33c","name":"Solar Output","group":"86e8d294837f8223","order":1,"width":"2","height":"2","gtype":"gage","title":"Solar","label":"Watts","format":"{{payload[0][0]}}","min":0,"max":"11000","colors":["#b31b00","#e6e600","#60cb3a"],"seg1":"2000","seg2":"5000","x":810,"y":260,"wires":[]},{"id":"d24fb8e8.2ed418","type":"ui_gauge","z":"201953fd.6ac33c","name":"Total House Consumption","group":"86e8d294837f8223","order":2,"width":"2","height":"2","gtype":"gage","title":"Consumption","label":"Watts","format":"{{payload[0][1]}}","min":"1000","max":"10000","colors":["#00b500","#e6e600","#ca3838"],"seg1":"4000","seg2":"6000","x":850,"y":300,"wires":[]},{"id":"a344460f.c0d278","type":"ui_gauge","z":"201953fd.6ac33c","name":"Power Usage","group":"86e8d294837f8223","order":3,"width":"2","height":"2","gtype":"gage","title":"Grid","label":"Watts","format":"{{payload[0][2]}}","min":"-9000","max":"10000","colors":["#00b500","#e6e600","#ca3838"],"seg1":"0","seg2":"3000","x":820,"y":340,"wires":[]},{"id":"958d8f6d.ad052","type":"ui_gauge","z":"201953fd.6ac33c","name":"Battery Use -ve = charging","group":"86e8d294837f8223","order":4,"width":"2","height":"2","gtype":"gage","title":"Battery","label":"Watts","format":"{{payload[0][3]}}","min":"-15000","max":"15000","colors":["#b31b00","#e6e600","#60cb3a"],"seg1":"2000","seg2":"5000","x":860,"y":380,"wires":[]},{"id":"89343a78434a00ae","type":"debug","z":"201953fd.6ac33c","name":"1 Min Iotawatt info","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":840,"y":220,"wires":[]},{"id":"86e8d294837f8223","type":"ui_group","name":"1 Minute Average","tab":"3c82250e.dc28ea","order":2,"disp":true,"width":"8","collapse":false},{"id":"3c82250e.dc28ea","type":"ui_tab","name":"Electricity Prices","icon":"dashboard","disabled":false,"hidden":false}]
Craig