Hi Everyone,
I have set up addons for InfluxDB and Grafana and am passing Humidity and Temperature Data to the database from my sensors. This leads to two tables showing up in influx - one for % humidity and one for temperature.
I am able to plot these individually over time perfectly in grafana:
My question is, how do I plot a scatter chart of daily average temperature vs daily average humidity? I have added the Scatter plugin to grafana but can’t work out the query to get both temp and humidity on one scatter chart together.