GoodWe inverter: difference between sensor.load and sensor.house_consumption?

I have a GoodWe ET inverter. I was trying to recreate the graph from the SEMS portal app. I currently have the following card:

chart_type: line
period: 5minute
days_to_show: 1
type: statistics-graph
entities:
  - sensor.active_power
  - sensor.battery_power
  - sensor.house_consumption
  - sensor.pv_power
  - sensor.load
stat_types:
  - mean

But I’m confused by sensor.load and sensor.house_consumption as they seem to give almost exactly the same values?

1 Like