I am using the Home Assistant GoodWe integration with these sensors:
Meter Total Energy (export),
Meter Total Energy (import),
Total PV Generation,
Total Battery Charge,
Total Battery Discharge,
House consumption
My Energy Dashboard is configured with all of these except House consumption. I want to track my total house energy consumption split into peak and off‑peak hours (not just grid import/export).
I tried creating an integral (Riemann sum) sensor over House consumption, and also tried to reproduce the “House” tile value using Import + PV Generation - Export, but both results differ significantly from what the Energy Dashboard shows. I also couldn’t find a sensor that exposes the “House” value that the dashboard calculates (I read it might be visible somewhere in the developer tools but had no luck).
What is the best way to accurately get the house’s peak and off‑peak energy consumption, preferably using the same values the Energy Dashboard uses?