Broken entity utility_meter?

Hi,

I’ve got several utility meters which I’m using inside my energy dashboard.

utility_meter:
  energy_export_daily:
    source: sensor.energy_export_sum
    name: Energy Export Daily
    cycle: daily
  energy_export_monthly:
    source: sensor.energy_export_sum
    name: Energy Export Monthly
    cycle: monthly
  energy_import_daily:
    source: sensor.energy_import_sum
    name: Energy Import Daily
    cycle: daily
  energy_import_daily2:
    source: sensor.energy_import_sum
    name: Energy Import Daily2
    cycle: daily
  energy_import_monthly:
    source: sensor.energy_import_sum
    name: Energy Import Monthly
    cycle: monthly

The strange thing is that “energy_import_daily” isn’t choosable inside the energy-dashboard:

“energy_import_daily2” is.

Both are visible inside the entity tab, but “energy_import_daily” doesn’t have any statistics:

“daily2” does:

Normally I wouldn’t touch it because aside from that problem it works like a charm, but I’m switching up the way I’m monitoring my import and export in the future and wanted a clean, 100% working config.

I’ve been running this config for several months no.

Can someone help?

Noone any idea?

Did you create the second daily utility meter after fixing/editing the source sensor sensor.energy_import_sum ?

Compare the attributes of the two daily utility meters in Developer Tools → States.

Are they the same or is one missing a device or state class, or a unit of measurement?

Thank you for your answer. I’can remember, I’ve created them several months ago.

As for States, they look the same:

Very odd. I’m out of ideas. Sorry.