Blynk Websocket NodeRed

Hello everyone!
As Pete said, I keep the library node-red-contrib-blynk-ws and if I can I will gladly give you help.

I state that I use the Blynk-cloud server, and like Pete, the nodes of my home automation are in MQTT and are managed by node-red on a Raspberry Pi 2.

But let’s get to the point, I think it’s a configuration problem, I’ll explain how my installation works:

Through the Blynk app in my project I created a new device that I called “Node-red”, type: “RaspberryPi 2”, connection: “Ethernet”, the app gave me an access token.
In Node-red this access token I write to the “configuration node” (blynk-ws-client)
In this way the virtual pins have a connection to the server, from which to receive or send data. End.
Simply node-red will be a client of “blynk server” (cloud or local).

@mortenjs @marvin7
Now I would like to know, how did you set up your apps, nodered and where did you put which apikey?

Gabriele