GPIO12 is an ADC2 pin, which can’t be used as an analog pin at the same time as WiFi.
Read this link, and choose an ADC1 pin…
Also, you need to stop doing this in your void loop…
You need to use a BlynkTimer to call your rain_get function, and not use delays with Blynk.
Pete.