Hi.
I created little project where i wanna connect the following chain:
MQTT Brocker > Node-RED > InfluxDB >Grafana .
I still dont understand what must be right Measurement request and I get next error:
Error: A 400 Bad Request error occurred: {"error":"unable to parse '{\"SI7021\":{\"Temperature\",\"Humidity\",\"DewPoint\"} topic: \"tele/tasmota_00152F/SENSOR\", payload: object, qos: 0, retain: false, _msgid: \"9802c834c83fc21b\" } SI7021=[object Object],TempUnit=\"C\",Time=\"2022-10-16T01:45:10\"': missing tag value"}
There is a post from me in the FAQ's section somewhere where I describe some good practices for such measurements. For example, you should probably include a "location" tag so that you can easily chart outputs by a human readable location. I also describe how to keep the data to a reasonable size over time.