gablau / node-red-contrib-blynk-ws

Old/Legacy Blynk library implementation for Node-RED using WebSockets
MIT License
31 stars 10 forks source link

Writing to terminal widget input line possible? #17

Closed 877dev closed 4 years ago

877dev commented 4 years ago

HI,

I am using node red of course, and want to send commands to the terminal input line via a node. At the moment all my strings are appearing in the top box.

Is that possible?

Or maybe via webhooks?

Thanks

gablau commented 4 years ago

If I understand correctly, you want to write in the input field of the terminal widget.

I don't think this is possible, in the official documentation there is no trace of it

Regards

877dev commented 4 years ago

Hi @gablau

Yes that's correct. I couldn't see it anywhere in the documentation either.

I guess I will need to send data directly from node red to the Arduino, probably via MQTT code. I've never sent data back to the Arduino, normally it's Arduino (pubsub) >node red (mqtt node).

Thanks