Your device couldn't connect to the network

@Saeed your problem is totally different to the one described in this topic, and appears to be caused by bad coding.

Your serial output and code have been removed because you didn’t format them correctly by adding triple backticks at the beginning and end of the serial output and code.

If you’ve taken the time to read through this topic then you would have read about triple backticks in post #4

Your problem appears to be caused by attempting to use the hardware serial connection method on an ESP8266. You have included the SoftwareSerial library, but failed to use it in any way.

In addition, you have a cluttered void loop which breaks the basic rules of Blynk by attempting to write data to the Blynk server more than 10 times per second.

I’d digest that you do more reading about the PZEM library you are using, and about keeping your void loop clean in Blynk.

if you are still having problems then create a new “need help with my project” topic and provide all of the information requested when you create the topic, as well as following the instructions about how to correctly format your code when posting it to the forum. Use the same method (triple backticks at the beginning and end) for your serial output.

Pete.