It is quite a while since I coded something and it is the first time I am dealing with Influxdb and NodeRED. I am acquiring four sets of measurements from a sensor connected to a Pi. This is a screenshot taken during the debug, the measurements are coming trough.
I managed to get the data from the sensors into NodeRED:
The problems I am facing are:
- how to structure the table (measurements) in InfluxDB and get those data into the right column;
- and how/where to define the sample interval to avoid millions of data into the db?
I will later on try to connect the DB with Grafana and it is all new for me. Any help is appreciated.