I don’t know if it is possible but i try to achieve the following:
I have 2 sums of the energy consumption of my heat pump in influx (warm water and heating) in MegaWattHours.
I’d like to create a table with following: 2 Rows: Heating, Warm Water, 12 Colums (Jan to Dec) with the calculated value per month (in kWh).
I do not know how to make a table with 12 columns (representing the months), but it is probably possible with some further effort.
Here is a bar chart with data by month. In your case, the two colors would correspond to Warmwasser and Heizung. In my case, I am grouping by region (which is a tag in my data) and measurement (called “demand data”). I am not sure how you have structured your fields and tags, but you would probably do something similar if you are content with a bar chart with monthly values.
That looks amazing! Even better than a table!
I will check it out tomorrow! Thank you!
Since i am pretty new to Flux - would it be possible to share your code?
I can only see a snippet from line 7 to 9.