Hello Blynk Community!
I need some help with my NodeMCU
First of all i started yesterday and i am stuck where i am now
My goal is to turn on and off a relay with my Google Home
I use IFTTT and Blynk together with a single relay
Everything works… I can open my phone and turn the relay on and off
I can also open a browser and use that with ?value=1 or ?value=0
https://139.59.206.133/[TOKEN]/update/D0?value=1
https://139.59.206.133/[TOKEN]/update/D0?value=0
NOTE: The ip is from using Command prompt to ping blynk-cloud.com
But whenever i try to use it with IFTTT it will prompt with a error (I tried with two methods: GET and PUT
With method PUT:
Unable to make web request. Your server returned a 500
With method GET:
Unable to make web request. Your server returned a 400
My webhook at IFTTT is made like this:
URL: https://139.59.206.133/[TOKEN]/update/D0
Method: GET / PUT
Content type: application/json
Body: ["1"]