What is 'loads' and how can I measure actual house consumption? #363
Replies: 2 comments 2 replies
-
|
Just a few assumptions to start, if you have a hybrid inverter (H,KH,H3) and your system is wired correctly, it doesn’t have any second solar inverter that isn’t being monitored by CT2 (meter2) then ‘loads’ or sensor.foxess_load as the integration presents it - is the cumulative daily load (all house load) consumed within your house in kWH. load_power is the current load power being measured in kW (based on the 5 minute samples) - if you were to convert this via an integral (Riemann sum) the daily total would be the same as ‘loads’ Gridconsumption is the daily grid consumption in kWh PVEnergyTotal is the daily total for all solar panels attached to the inverters PV strings in kWh Battery Charge /Discharge are the daily energy totals for each, Charge/Discharge Power is the present value in kW - again if you pass these through a Riemann sum to convert to kWh they would be the same as the energy totals. So the short answer is that ‘loads’ or sensor.foxess_load is the daily load in kWh used within your house. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you so much for taking the time to answer. Just to confirm the exact boundary of loads / load_power:
Also, is it fair to say that sensor.foxess_load is the best built-in FoxESS sensor for true whole-home consumption in HA? There is a bit of a story as to why these numbers are important. But I am not convinced my house is using the energy that FoxESS is reporting I am actually using. It looks to me as there is a lot of electricity being used that is not consumption from my household. Cheers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to understand my real house consumption in Home Assistant.
Is there a sensor in foxess-ha that shows actual house consumption / total load for the home?
I am confused about the difference between:
What I want is the simplest possible number for:
“how much electricity the house actually used”
For example:
Is load_power the correct sensor for that?
And is monthly loads the energy version of the same thing?
If not, what sensor or formula should I use to measure true whole-home consumption?
I'm pretty sure my power company is doing something dodgy, as their usage and what FoxESS is reporting as my total usage seems way too high.
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions