My Automations are not responding

I set my automations to turn on and off virtual pins but they are not working do i need to include anything in my code?

No, the server will make the virtual pin changes without any code.

But, if you want your device to do something when the state of the virtual pin changes - like turning a relay on or off - then you need to have a virtual pin handler BLYNK_WRITE(vPin) function in your code and that function must change the status of the relevant physical pin.
The sketch will also require a pinMode statement for the relevant physical pin.

More info on this here…

Pete.

1 Like

Did you expose the data stream to automatons in the console?