Sticking this in here because my use is for home automation.
So I am just not getting anywhere with Grafana. I have node-red feeding sensor data in to influxdb, and now I just want to make a pretty graph in Grafana.
I've double checked the data is in influxdb by just using the CLI and do a query 'SELECT * FROM StudyTemp'.
The 'Data Sources' thing in Grafana says the data source for influxdb is working.
But then I come to make a graph, and that stupid click and drag query thing just isn't doing what I want/I don't know what i want it to do.
So all I want to know, is how do I fill this in to make a nice graph of my 'StudyTemp' data...
Have worked out, obviously, that select measurement gets set to StudyTemp. But then I don't need any 'where' statements as far as I'm concerned because I just want all of it.
And yes, I know there is heaps of info out there but have been sifting through it all weekend and really got no where - they seem to be mostly aimed at just the set up of the system and not actually about displaying data.