I tried doing the Blynk Ifttt integration. I can control my Wemos d1 min ESP8266 via blynk and over the internet perfectly using the Blynk app, that works perfectly and to test it I use an LED between pin D8 and Ground. But! when i set up Webhooks (ex Maker) applet on IFTTT to control the same digital pin on my device it just results in resetting my Wemo d1 mjni ESP8266 (I van confirm it just resets when the webhooks URL string is send to it) for some reason. I Tried via HTTP web UI too directly sending commands to my Wemos from the blynk server but same issue… (I used the URL with thr blynk.com server an my country’s blynk server public WAN IP) but I get the same issue so its not an IFTTT issue but something to do with the way blynk talks to the pin on the Wemos when this action is not trigered via the Blynk app. How can it be that the blynk app works perfectly to control my Wemos ES8266 but the URL strings it sends don’t? What am i missing here?
These are the strings I used to test direct via the HTTP web UI and similarly the same 2nd string but without the “?value=1” at the end. BTW I also tried both ways with “0” value too and on the Wbhooks aplet, still the ESP8266 just resets :
http://blynk-cloud.com/46e43f25d6fa4d7ebxxxxxxxxxx/update/D08?value=1
And
http://139.59.206.133/46e43f25d6fa4d7xxxxxxxxxxxxxx/update/D8?value=1
I used this tutorial to do the blyink Ifttt integration BTW:How to integrate Blynk and IFTTT (Google Assistant)
HELP please