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?