Node-RED nodes for InfluxDB consist of InfluxDB out, InfluxDB in, and InfluxDB batch. Which of these 3 Nodes are you using to send the data to InfluxDB?
Are you saying that Node-RED is applying the current time to the timestamp when populating the data in InfluxDB (instead of the past timestamps)? Here is your JSON formatted: { "measurement": "Measurement name", "payload": [ { "Time /s": 234191.298, "U /V": 1.610985517501831, "I /A": 4.988839149475098, "P /W": 8.036947618950535, "Date Time /ns": 1771838354.2979949 }, { "Cycle number": 1, "Loop 1 number": 0, "Loop 1 iteration": 2 }, 1771838354952 ], “_msgid”: “17d5e01d0474e279” }
I would think that using the InfluxDB batch node, your payload from Node-RED would look something like this: