Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95437

Utility Meter Configuration

$
0
0

@tungmeister wrote:

Hi Guys, I’m having issues getting the utility monitor to return correct results. I’ve fed it both KW and KWh sensors however the actual consumption is much less than the utility monitor is reporting. e.g. when feeding it Kw I’d consumed 1.2KWh however the utility meter reported 3.1KWh and when feeding it the live consumption over a test period I’d consumed .388KWh and the utility meter reported .676KWh.
I’ve tried the below sensors to feed the data. they combine the readings provided by my smart plugs to current KWh or Combined Daily KWh.

      combined_live_consumption:
        friendly_name: "Live Consumption"
        unit_of_measurement: "KW"
        value_template: "{{ ((states('sensor.sofa_plug_energy_temp_wattage') | float + states('sensor.pc_avr_plug_energy_temp_wattage') | float + states('sensor.readyroom_plug_energy_temp_wattage') | float) / 1000) | round(4)}}"
      combined_day_consumption:
        friendly_name: "Daily Consumption"
        unit_of_measurement: "KWh"
        value_template: "{{ ((states('sensor.sofa_plug_energy_temp_total_daily_energy') | float + states('sensor.pc_avr_plug_energy_temp_total_daily_energy') | float + states('sensor.readyroom_plug_energy_temp_total_daily_energy') | float)) | round(4)}}"

Any suggestions on where I’m going wrong?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 95437

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>