Daily sunshine duration

I have a heat map here that shows how much power is consumed by my solar modules at what hour. You can see exactly from when to when the sun is shining.

The data is in an InfluxDB.

SELECT mean (“value”) FROM “venus_default”. “Solarcharger / Yield / Power” WHERE $ timeFilter GROUP BY time (1h)

Look here

I also have a display that shows how much I receive on a weekly basis.

Look here

I would like to create a similar line diagram that shows me the actual sunshine duration. Two lines one for sunrise and one for sunset. So that a narrower band can be seen in winter and a wider band in summer.

I am happy about every tip. Many Thanks.

Hi @ulrichc

This is a very different way of solving your problem, but have you explored the Sun and Moon Datasource for Grafana?