Arduino to Node Red to Open Historian

Hi,

I’m definitively a newby with Open historian.

I would like to write tags from Arduino to MQTT to Node Red to Open Historian.

I was able to do it in InfluxDB using Grafana to monitor.

Next step is to get the data in Open Historian as I would like to use a similar application in an industrial environment.

Here’s the link to the code and where I am: https://docs.google.com/presentation/d/1HWUcRTvF2Y6hmfO85EvL2J5MT7jBVGOd/edit?usp=share_link&ouid=100260524682397443878&rtpof=true&sd=true

I’m looking for a way/examples of code to push the tags value to open historian.

I’m a beginner, so I will probably need detailed recipes.

Thanks for your input!

Here’s the link again
https://drive.google.com/drive/u/0/mobile/folders/1yIy_jWmQcvd-7KrSjS7GJ45Amt96v62P?pli=1&sort=13&direction=a

If you like Python, you can use the following:

See the “Writing data” example.

Thanks,
Ritchie