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