Dear friends!

I would like to thank you all for your help. The problem has been solved.
I follow the instruction both of Andreas and pb66.

For example:
In order to send the 3 phase voltages i use the code below.
url = “http://localhost/emoncms/input/post.json?apikey=”+apikey+ “&node=”+str(nodeid) + “&json={” + “V1-N:”+str(Float1)+’,’+ “V2-N:”+str(Float2)+’,’+ “V3-N:”+str(Float3)+"}"

“&node=”+str(nodeid) was the first “secret”
and the total command structure the other.

Once again, thank you all!