Problem with Helpers in Energy Dashboard

I created two helpers that simply adds the sum of two sensors, but the energy dashboard is showing weird behavior. Any idea what I did wrong on the helpers? I’ll put the state code here.

Here’s the AC:
{{ (states(‘sensor.pro3em2_energy_meter_1_energy’)|float(3) + states(‘sensor.pro3em2_energy_meter_2_energy’) |float(3)) }}

Here’s the WH:
{{ (states(‘sensor.pro3em2_energy_meter_0_energy’)|float(3)) * 2 }}

How long have you waited after creating the helper and adding it to the Energy dashboard? I had a similar issue which resolved itself after several hours.

Several days now. And it just did it again an hour ago.

This thread looks relevant: