Hi all,
I tried setting up the energy dashboard yesterday. After a full day there is still no data to show.
I’m using a Shelly EM module with a CT clamp on the grid cable and a CT clamp on the solar circuit cable. HASS is receiving valid data from the sensors.
Channel 0 is the grid clamp.
Channel 1 is the solar clamp.
I’ve configured the dashboard to use these entities:
Grid consumption: sensor.shelly_em_e5_meter_energy_0
Return to grid: sensor.shelly_em_e5_meter_returned_energy_0
Solar Panels: sensor.shelly_em_e5_meter_energy_1
These are the attributes of each sensor:
state_class: measurement
unit_of_measurement: Wh
device_class: energy
friendly_name: <sensor name>
last_reset: 1970-01-01T00:00:00+00:00
The last reset data was added with this customize setting:
homeassistant:
customize_glob:
sensor.*_energy_[0-2]:
last_reset: "1970-01-01T00:00:00+00:00"
The data does record fine, I can show graphs with the statistics-graph card.
How can I fix the energy dashboard so it starts displaying data?
Did I use the right entities for the energy? Or should I use the total energy entities?
Kind regards,
David