Entity dosen't display any values in energy dashboard

I have a Shelly EM which monitors my air conditioner and send data via mqtt.
So I defined this entity:

#Shelly EM1
  - name: "Consumo Condizionatore"
    unique_id: "mqtt_shellyem-244CAB43271D.Wh"
    state_topic: "shellies/shellyem-244CAB43271D/emeter/0/total"
    unit_of_measurement: "Wh"
    force_update: true
    qos: 0
    device_class: energy
    state_class: total_increasing

This creates correctly this entity:

I keep the entity reordered:

auto_purge: true
purge_keep_days: 366
include:
  entities:
    - sensor.total_energy
    - climate.piano_terra
    - climate.primo_piano
    - climate.taverna
    - sensor.energia_forno
    - sensor.energia_frigorifero
    - sensor.energia_lavatrice
    - sensor.energia_lavastoviglie
    - sensor.consumo_condizionatore
    - sensor.consumo_ups
    - sensor.fritz_box_7590_link_download_throughput
    - sensor.fritz_box_7590_link_upload_throughput

Despite this I cannot see any bar in the histogram in the energy dashboard:

What am I missing?

Thanks

How long since you added it?

It takes an hour or so to generate statistics.

it’s been a couple of days now

Check the entity you added. It does not appear to be correct.

It should be sensor.consumo_condizionatore where as the one listed in the dashboard is sensor.energia_condizionatore

1 Like

Oh @tom_l I’m very sorry. I checked everywhere but I forgot to amend the energy dashboard configuration.
Thank You!