I’m using a DSMR sensor to track energy usage and consumption. This integration provides 4 sensors:
sensor.electricity_meter_energy_consumption_tarif_1
sensor.electricity_meter_energy_consumption_tarif_2
sensor.electricity_meter_energy_production_tarif_1
sensor.electricity_meter_energy_production_tarif_2
Which provide total kWh for a day, during the tarif 1 and tarif 2 periods
Additionally two sensors are provided with seem to indicate current usage (doesn’t accumulate)
sensor.electricity_meter_power_consumption
sensor.electricity_meter_power_production
The official energy dashboard can work with these sensors; nicely adding the values of the tarif’s
I’d like to have access to three values:
-Total Daily energy production
-Total Daily energy consumption
-Total Net energy usage
I’ve started to create a sensor template, but is doesn’t seem to do the trick.