You obviously didn’t understand the role of BlynkTimer.
You shouldn’t be using blocking delays in your code, and this…
shouldn’t be in your void loop.
Also this…
will log an event once every second while the tank is full, which will use up your daily allowance of events within 100 seconds.
You should read this…
You might so want to redact your Auth token and WiFi password from your sketches.
Pete.