mikakaraila / node-red-contrib-opcua

A Node-RED node to communicate OPC UA. Uses node-opcua library.
Other
212 stars 196 forks source link

OPC UA Client Configuration from a custom webpage. {It is not a Issue/Bug} #694

Open animeshkala9 opened 4 months ago

animeshkala9 commented 4 months ago

@mikakaraila I want to collect Endpoints, Username, and Password from a custom local webpage. From the webpage, the user can add the Endpoint URL and other connectivity details without opening Node-Red dashboard. I want to keep Node-Red under the hood. Is it possible to do it on Node-Red?

mikakaraila commented 4 months ago

Should be... I will be on vacation, but I will take a look afterwards.

animeshkala9 commented 1 month ago

@mikakaraila Hi, Have you had time to look into this? I want to make a Web Dashboard, where I would like to add some input field where user can add connectivity details ( Endpoint URL, Username, Password etc. I mean I want to send the Endpoint URL, username, password via an Inject node Payload.

Please let me know if somehow we can do this using Node-red ..

Thank You..