Iobroker blynk

Hello, i have a question…

I have searched for a long time about iobroker and blynk… i almost find nothing but this - > https://github.com/Go00oglin/ioBroker.blynk

Well i installed it in iobroker and looks like it work but it didnt. I really dont know if it connect to the blynk server or not, i even dont see something in the blynk logs.

So can maybe someone tell me how i can use this and a io broker to controll virtuel pins or digital pins

I m trying to setup Alexa - - > iobroker - - > Blynk - - > Arduino

almost everything is connected with iobroker because its more easy for me to set stuff up. I m not really good in coding.

…haven’t used iobroker yet, but maybe have a look at this:

AFAIK there is a possibility to directly use (and install) node-red from within iobroker, using a node-red adapter (https://github.com/ioBroker/ioBroker.node-red/blob/master/README.md).
From there, you should be able to use the node-red-contrib-blynk-ws (https://www.npmjs.com/package/node-red-contrib-blynk-ws) websockets version to communicate with blynk

If you want to get Alexa working with Node-Red and Blynk then I’d recommend the Node-RED Alexa Home Skill Bridge contrib:

https://alexa-node-red.bm.hardill.me.uk/docs

Here’s an example of how it can be used with Blynk…

Pete.