Energy dashboard: mismatch in grid power import and grid power plot

Hi!

I’m trying to configure my energy dashboard but I’m getting some strange issues on the power graph. The values seem to be correct when I use the cursor, but the grid power only seems to go negative. Is this a bug or did I configure something wrong?

I have my grid power configured with two sensors I get from DSMR. These are always positive (i.e. one of them is always zero).

Screenshot below shows the cursor with the correct values and the problematic grid plot (blue line).

Kind of solved… I ended up making a helper which subtracts export from import, then I added the helper as a standard power sensor instead of a two sensor solution.

Seems to be bugged, but at least it works for me now.

EDIT: so apparently there are two grid lines. One for export (in graph around 0W) and another under the net consumption line. Turns out, the grid consumption value STACKS with the solar values, so toggling solar will reveal the grid import true value. Silly design if you ask me (the grid import does not match the y-axis now) but at least it works for me, also with the two sensor solution…