node-red-contrib-mcprotocol icon indicating copy to clipboard operation
node-red-contrib-mcprotocol copied to clipboard

I want to set connection information by msg

Open deryann opened this issue 2 years ago • 1 comments

Steve: we should write static ip for config connetcion. how to do by msg input, I want to develop Dashboard UI to let end-user setup these information. Thank you.

deryann avatar Jul 11 '22 02:07 deryann

Unfortunately, this is not something I have implemented (yet)

My time is limited to new development right now but if you wish to raise a PR I will certainly take a look.

If you wish to make this contribution, let me know and I will advise on how I would prefer it to be implemented.


NOTE: there is a workaround - if you have your dashboard write to Env Vars you can use ${PLC_IP} to read the IP address (however node-red requires a restart to read in env vars)

Steve-Mcl avatar Jul 11 '22 06:07 Steve-Mcl