#Energy dashboard - data from MQTT

1 messages · Page 1 of 1 (latest)

celest thunder
#

Hi there,

I'm starting to integrate data from my HVAC (BSB-LAN) through MQTT broker (mosquitto). I successfully setup climate entities but failed on energy consumption.

I implement a sensor with following description:

  • sensor:
    • name: "Energie utilisée"
      unique_id: "bsblan_energy_total"
      device:
      identifiers: BSBLAN
      manufacturer: Atlantic
      name: Alféa Extensa A.I.
      model: RVS21/AVS55
      device_class: energy
      state_class: total_increasing
      state_topic: "BSB-LAN/0/23/3113/status"
      value_template: "{{ value[:-3] | int }}"
      unit_of_measurement: "kWh"

Home assistant can read and save data from MQTT and I have a growing number in that sensor.

#

HA displays the growing counter:

#

My issue: from Energy dashboard, I can select that entity but it stays with a 0 consumption.

violet wraith
#

Check devtools/statistics for issues

celest thunder
#

It does not report any issue. I can get values for today.

violet wraith
#

What does energy dash look like?

#

Try download a CSV from today

celest thunder
violet wraith
#

I see
sensor.alfea_extensa_a_i_energie_utilisee vs
sensor.alfea_extensa_a_i_energie_utilisee_2

#

you've got the wrong entity I guess

celest thunder
#

My custom entity is "PAC" from energy dashboard

#

Oh !

#

Correct !!!

#

I can change it and boom.