If anyone got the elios4you device to see info about their solar panel information i found out the way to integrate it and collect data from the telnet server. I only care about 4 values but there are much more if needed. I share my node red configuration
[{"id":"3a3dab20.55c434","type":"tab","label":"Elios4You","disabled":false,"info":""},{"id":"dca33d8.38ff4c","type":"tcp out","z":"3a3dab20.55c434","host":"192.168.1.60","port":"5001","beserver":"reply","base64":false,"end":false,"name":"reply","x":770,"y":160,"wires":[]},{"id":"f3779ae5.6a2498","type":"template","z":"3a3dab20.55c434","name":"+ newline","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"@dat\n","x":600,"y":160,"wires":[["dca33d8.38ff4c"]]},{"id":"b34730fc.7a247","type":"status","z":"3a3dab20.55c434","name":"on status","scope":["226f4d8a.b841a2"],"x":80,"y":160,"wires":[["92b575a3.467ae8"]]},{"id":"92b575a3.467ae8","type":"switch","z":"3a3dab20.55c434","name":"","property":"status.text","propertyType":"msg","rules":[{"t":"eq","v":"common.status.connected","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":230,"y":160,"wires":[["1958056b.894bbb"]]},{"id":"1958056b.894bbb","type":"cronplus","z":"3a3dab20.55c434","name":"","outputField":"payload","timeZone":"","persistDynamic":false,"commandResponseMsgOutput":"output1","outputs":1,"options":[{"name":"schedule1","topic":"schedule1","payloadType":"default","payload":"","expressionType":"cron","expression":"0/30 * * * * *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"}],"x":410,"y":160,"wires":[["f3779ae5.6a2498"]]},{"id":"226f4d8a.b841a2","type":"tcp in","z":"3a3dab20.55c434","name":"Elios","server":"client","host":"192.168.1.60","port":"5001","datamode":"stream","datatype":"utf8","newline":"\\n","topic":"","base64":false,"x":70,"y":280,"wires":[["701aa748.96d748"]]},{"id":"701aa748.96d748","type":"function","z":"3a3dab20.55c434","name":"","func":"var result = msg.payload.split(';');\nmsg.misura = result[1];\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":230,"y":280,"wires":[["1d633d27.40c913"]]},{"id":"1d633d27.40c913","type":"switch","z":"3a3dab20.55c434","name":"","property":"misura","propertyType":"msg","rules":[{"t":"eq","v":"Produced Power","vt":"str"},{"t":"eq","v":"Bought Power","vt":"str"},{"t":"eq","v":"Sold Power","vt":"str"},{"t":"eq","v":"Consumed Power","vt":"str"}],"checkall":"true","repair":false,"outputs":4,"x":370,"y":280,"wires":[["6cbf171a.464c78"],["a50e0be8.a70aa8"],["6b6048e5.8777f8"],["42778518.f0caec"]]},{"id":"6cbf171a.464c78","type":"function","z":"3a3dab20.55c434","name":"","func":"var result = msg.payload.split(';');\nmsg.valore = result[2];\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":540,"y":260,"wires":[["33ff1eee.584672","dec02481.3a9dc8"]]},{"id":"33ff1eee.584672","type":"ha-entity","z":"3a3dab20.55c434","name":"FV Produzione","server":"ee2b1905.9ff508","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"FV Produzione"},{"property":"device_class","value":"power"},{"property":"icon","value":"hass:solar-power"},{"property":"unit_of_measurement","value":"kW"}],"state":"valore","stateType":"msg","attributes":[{"property":"","value":"","valueType":"str"}],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":760,"y":260,"wires":[[]]},{"id":"c83b69ea.a36358","type":"ha-entity","z":"3a3dab20.55c434","name":"FV Import","server":"ee2b1905.9ff508","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"FV Import"},{"property":"device_class","value":"power"},{"property":"icon","value":"hass:transmission-tower"},{"property":"unit_of_measurement","value":"kW"}],"state":"valore","stateType":"msg","attributes":[{"property":"","value":"","valueType":"str"}],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":740,"y":300,"wires":[[]]},{"id":"cdf5e76f.13a498","type":"ha-entity","z":"3a3dab20.55c434","name":"FV Export","server":"ee2b1905.9ff508","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"FV Export"},{"property":"device_class","value":"power"},{"property":"icon","value":""},{"property":"unit_of_measurement","value":"kW"}],"state":"valore","stateType":"msg","attributes":[{"property":"","value":"","valueType":"str"}],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":740,"y":340,"wires":[[]]},{"id":"5db726b1.959e98","type":"ha-entity","z":"3a3dab20.55c434","name":"FV Consumo","server":"ee2b1905.9ff508","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"FV Consumo"},{"property":"device_class","value":"power"},{"property":"icon","value":""},{"property":"unit_of_measurement","value":"kW"}],"state":"valore","stateType":"msg","attributes":[{"property":"","value":"","valueType":"str"}],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":750,"y":380,"wires":[[]]},{"id":"f4d88f44.1d35d","type":"ha-entity","z":"3a3dab20.55c434","name":"FV Autoconsumo","server":"ee2b1905.9ff508","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"FV Autoconsumo"},{"property":"device_class","value":"power"},{"property":"icon","value":""},{"property":"unit_of_measurement","value":"kW"}],"state":"valore","stateType":"msg","attributes":[{"property":"","value":"","valueType":"str"}],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":1030,"y":440,"wires":[[]]},{"id":"a50e0be8.a70aa8","type":"function","z":"3a3dab20.55c434","name":"","func":"var result = msg.payload.split(';');\nmsg.valore = result[2];\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":540,"y":300,"wires":[["c83b69ea.a36358"]]},{"id":"6b6048e5.8777f8","type":"function","z":"3a3dab20.55c434","name":"","func":"var result = msg.payload.split(';');\nmsg.valore = result[2];\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":540,"y":340,"wires":[["cdf5e76f.13a498","dec02481.3a9dc8"]]},{"id":"42778518.f0caec","type":"function","z":"3a3dab20.55c434","name":"","func":"var result = msg.payload.split(';');\nmsg.valore = result[2];\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":540,"y":380,"wires":[["5db726b1.959e98"]]},{"id":"dec02481.3a9dc8","type":"join","z":"3a3dab20.55c434","name":"","mode":"custom","build":"array","property":"valore","propertyType":"msg","key":"topic","joiner":"\\n","joinerType":"str","accumulate":false,"timeout":"","count":"2","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"","reduceFixup":"","x":730,"y":440,"wires":[["cc68be8a.26454"]]},{"id":"cc68be8a.26454","type":"function","z":"3a3dab20.55c434","name":"","func":"msg.valore = msg.valore[0] - msg.valore[1];\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":860,"y":440,"wires":[["f4d88f44.1d35d"]]},{"id":"ee2b1905.9ff508","type":"server","name":"Home Assistant","addon":true}]