Hi guys, first of all I really new with influxdb and node-red and I would like to send information in Json format which I used InfluxDB node to make a connection so I got a problem when I send this structure
[
{
“measurement”: “production_v3”,
“fields”: {
“temp”: 5.5,
“light”: 678,
“humidity”: 51
},
“tags”:{
“location”:“garden”
},
“timestamp”: 5454257254
}
]
once I go back to influxDB so I could not see fields and Tags correctly.
Node-Red seems like working fine so I’m not sure that what I did it incorrect with this set up

