Json to influx problem

hi,

I am pushing the following data to influxdb and not getting any values stored:
{"data":{"voltage":2995,"temperature":23.22,"humidity":41.34,"pressure":964.2,"batteryLevel":80}}

what can be the problem?

TIA

Bart

The data you want to store needs to be sent as msg.payload. As explained in the nodes readme

Thank you!
That did the trick.

Regards,

Bart