IFTTT Blynk Virtual Pin

Hey Guys,

I am really in love with Blynk and its application in my daily life. I have been using blynk for several months for automation mainly with nodemcu, RPI.

Recently I am stuck with a project while trying to do something more. I made a project for turning relays on off and its easy and simple to control lights fans etc. Now i made a Master button on my dashboard to turn All lights off or on and the Master for fans.

Used V1 for example to turn off lights connected to GPIO 16 5 4 2. by making those pins low and high to turn them on.

everything works perfect with the dashboard. :slight_smile:
BUT
I tried to use IFTTT for the master button by putting V1 instead of DX at the end of URL section (webhook).
(https://my_local_server/auth_token/update/V1)

It doesn’t work :frowning:

So, what is the procedure to trigger Virtual pins using IFTTT???

Thankssssss…

1 Like

What is the exact (block out or erase part of the auth) URL you used?

PS, new post is prefered to editing prior one with answers… we don’t get notified of edits :wink:

https:/my_local_server/Auth/update/V1

PUT
Application/json
[“0”] for turn off and 1 for on

1 Like

Try

https:/my_local_server/Auth/update/V1?value=0

https:/my_local_server/Auth/update/V1?value=1

2 Likes

Oh woow… Your are so fast and correct :smile: :wink:

Thanksssssss a loot… :blush:

Can you please share Source code of the project.
I’m also working on same project.

I still have the same problem and I already try this solution :frowning: