Here are some specific examples of accessing the array elements in your object, and moving/setting them to other properties. Hope it nudges your gray matter.
[{"id":"8034f1d4.e672","type":"inject","z":"c791cbc0.84f648","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"String_watts\":[654,1595],\"Todays_Yeild\":3.801,\"Voltage\":244.66,\"grid_feedin\":0,\"grid_consumption\":0,\"power\":2154,\"available_sessions\":1}","payloadType":"json","x":130,"y":1340,"wires":[["795d8672.ce1a","dc94610d.07b708","539c5327.bfaebc","175b8b89.9b7c24"]]},{"id":"795d8672.ce1a","type":"debug","z":"c791cbc0.84f648","name":"first element of array","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload.String_watts[0]","statusType":"msg","x":580,"y":1320,"wires":[]},{"id":"dc94610d.07b708","type":"debug","z":"c791cbc0.84f648","name":"second element of array","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload.String_watts[1]","statusType":"msg","x":570,"y":1380,"wires":[]},{"id":"539c5327.bfaebc","type":"change","z":"c791cbc0.84f648","name":"move array element to payload","rules":[{"t":"move","p":"payload.String_watts[1]","pt":"msg","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":280,"y":1460,"wires":[["eadb43e6.8ef57"]]},{"id":"175b8b89.9b7c24","type":"change","z":"c791cbc0.84f648","name":"set array element to payload.s","rules":[{"t":"move","p":"payload.String_watts[0]","pt":"msg","to":"payload.first_watts","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":270,"y":1520,"wires":[["779401e2.363e68"]]},{"id":"eadb43e6.8ef57","type":"debug","z":"c791cbc0.84f648","name":"","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":590,"y":1460,"wires":[]},{"id":"779401e2.363e68","type":"debug","z":"c791cbc0.84f648","name":"","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload.first_watts","statusType":"msg","x":600,"y":1520,"wires":[]}]