Hi,
I’ve been searching thru all kinds of forums, but did not find an answer to my problem.
I have connected a simple buzzer to Pin D2 of my Wemos D1 mini.
With the Blynk-App I can get it working by pressing a button, even if I am not connected to my home-wifi.
With my browser, I can get it to work by entering
“http://139.59.206.133/xxxxxxxxxxxxxxxxxxxxxxxx/update/D4?value=1” (or value=0 to stop).
Now I tried getting it to work using Google assistant and IFTTTs web request, but I failed.
It is just not working, whatever configuration I try.
I tried the following:
URL field:
“http://139.59.206.133/xxxxxxxxxxxxxxxxxxxxxxxx/update/D4”
Method field:
“Get” and “Put”
Content type field:
“application/json”, “application/x-www-form-urlencoded” and “text/plain”
and for the body field:
[“1”] and [“0”].
No combination of the above is working.
Then I tried to but the whole text into the URL-field:
“…xxxxxxxxxxxx/update/D4?value=1”
and changed the rest of the options. No success.
As a reminder, sending the URL via the browser directly, works fine.
Is there a simple way to find out, what the web request looks like?
All of the answers that I have googled so far, do not explain my problem.
Most of the time, the Pins were addressed wrong (GPIO vs. D#), or not using an appropriate IP for Blynk…
Thanks for your help!
Wolfgang