Thanks for the quick reply! to your questions
Are you using Blynk Legacy or IoT ?
IoT
Is this the WiFiManager captive portal, or Blynk Edgent?
So it’s not about a captive portal I created on my ESP, but from the provider of the WiFi I want to connect. So the other way round. I want to connect to this WiFi and don’t know how to handle this, since it needs the push on a confirmation button before stable internet connection is provided. But I don’t know how to virtually “push” this button with my code.
What do you see in your Serial Monitor?
After starting I see:
[5076] Connected to WiFi
[5076] IP: 100.80.163.164
[5076]
___ __ __
/ _ )/ /_ _____ / /__
/ _ / / // / _ \/ '_/
/____/_/\_, /_//_/_/\_\
/___/ v1.1.0 on ESP8266
#StandWithUkraine
[5203] Connecting to blynk-cloud.com:80
[5366] Ready (ping: 21ms).
WIFI connection established.
Writing data: V5: 0, V6: 6
Writing data: V5: 0, V6: 7
Writing data: V5: 0, V6: 8
Writing data: V5: 0, V6: 9
…
The last lines print every second to indicate what goes to the virtual pins.
On my Blynk App, I receive the data successfully for like 10 seconds, but not any longer. Like 60 seconds later my serial sais:
…
Writing data: V5: 0, V6: 59
Writing data: V5: 1, V6: 60
Writing data: V5: 1, V6: 61
Writing data: V5: 1, V6: 75
[75344] Connecting to blynk-cloud.com:80
Writing data: V5: 1, V6: 75
[75391] Ready (ping: 23ms).
Writing data: V5: 1, V6: 75
Writing data: V5: 1, V6: 76
Writing data: V5: 1, V6: 77
…
and the data transmission to my app works again for like 10 seconds.
What version of the Blynk C++ library are you using?
v 1.1.0.