node-red-contrib-mcprotocol
node-red-contrib-mcprotocol copied to clipboard
I want to set connection information by msg
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.
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)