Need help with posting data EMONCMS

I’ve never used the webhook widget before, but I guess it would be something like this:

Blynk.virtualWrite(V10, tempDHT, U_PR, P_PR, );
added to the end of your updateBlynk function, with a Webhook weidegt on V10 with a URK something like:

https://emoncms.org/input/post?node=pzem004&fulljson={“temp1”:/pin[0]/,“voltage2”:/pin[1]/,“power3”:/pin[3]/}&apikey=a1045fc18d0ea128cd0f3307fa5a829c

Pete.