Hi everyone
I also put together a simple sample project to log OPC UA data, that might be helpful for others.
The project consists of the docker configuration and a simple AS Project, which simulates some OPC-UA variables. I use telegraf and InfluxDB for logging and storing the data and grafana for the dashboard.
The whole setup can run in simulation on your PC (if you have docker engine) or on real hardware. All you need to do is set the correct .env variables, i.e. Endpoint uri of your OPC-UA server…
Soma basic Dashboards for Grafana are included
The project is open-source and available on GitHub
Feel free to check it out or give feedback!
Cheers!