Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different measurements created for different sensor fields with OPC-UA ! #73

Open
sinfergit opened this issue Oct 25, 2021 · 0 comments

Comments

@sinfergit
Copy link

sinfergit commented Oct 25, 2021

I have got a requirement to store device data comes from different sensors such as for temperature,humidity,pressure etc. in a time series database but inside a one measurement with different fields such as temp,hum etc. But at the moment data will be stored in different measurements as in the following image (Assume Tag11 equals to temp and Tag12 equals to humidity)
image

But my requirement is to store the data as in the following image (originally logged with Telegraf from influx)
image

I need to log my data this way because I want to use Influx Kapacitor UDF to receive multiple fields(Tag11,Tag12) from a single influx db measurement as in the following example

image

Please tell me if it is possible to change the way data points are written to into influx db using the opcua_logger in the desired way.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant