Energy distribution "home" data

So we have this energy distribution in energy tab.
Since i have solar pannels, i don’t have seperate sensor for how much house uses (either from sun or grid).
But i have this data

So, the point is i want to use data under “Home” to evaluate cost of daily|monthly energy used. I cannot find this in any other preconfigured sensors, but is exactly the data i want to use. Where in DB can i find it and how can i make sensor querries from DB to calculate that?
I hope i made my self clear

That value is calculated by the web page when it loads. It is not stored in a way you can easily use it. You can create your own template sensor though.

House use = solar production + grid import - grid export.

1 Like