Good day, Does the Bridge widget still work in Blynk 2.0? I see I can declare it the same as with the old blynk (WidgetBrige) but I cannot test it yet.
No, Bridge doesn’t work in Blynk 2.0
One solution is to use the HTTP(S) API…
Okay, I’ve been doing some testing this afternoon.
I’ve been using an ESP32 and the HTTPClient.h library. I’ve not tested with an ESP8266 and the ESP8266HTTPClient.h library, but I wouldn’t expect the results to be much different.
I’ve managed to use the HTTPS API call with both the BlynkSimpleEsp32.h and BlynkSimpleEsp32_SSL.h libraries, however, the response times from the HTTPS API call are much longer than when using the HTTP API call. I guess this is what was causing @Blynk_Coeur ’s -5 err…
Pete.
Thanks, will look at that. I see now automation can also do that.