Hi all,
I got a tasmota smart meter plug and connected it to our dryer.
I added the Sensor tasmota_trockner_energy_total to the Energy Dashboard as additional device.
I see consuption today with 2.359 kWh and consumption total with 2.526 kWh.
But in Energy Dashboard - I see 4.88 kWh (exactly the sum of both) even that I only added consumption total as additional device .
Any idea where the sum of total and daily might come from? I do not understand, why that happens? any idea?
In the dashboard I see the summ with 4.88 but when I click on it it shows the total with 2.526.
Here the entries from my config file:
utility_meter:
stromverbrauch_aktuell_daily:
source: sensor.tasmota_trockner_energy_daily
name: Energy Consumption Trockner Daily
cycle: daily
stromverbrauch_aktuell_weekly:
source: sensor.tasmota_trockner_energy_weekly
name: Energy Consumption Trockner weekly
cycle: weekly
stromverbrauch_aktuell_monthly:
source: sensor.tasmota_trockner_energy_monthly
name: Energy Consumption Trockner monthly
cycle: monthly
stromverbrauch_aktuell_yearly:
source: sensor.tasmota_trockner_energy_yearly
name: Energy Consumption Trockner Yearly
cycle: yearly
homeassistant:
customize_glob:
sensor.tasmota_trockner_energy_total:
unit_of_measurement: "kWh"
device_class: energy
state_class: total_increasing
last_reset: 1970-01-01T00:00:00+00:00