Hi @del13r,
thanks for your detailed reply and the validation that the sensors are actually there.
My system is “net-consumption = Load with solar production”.
The native enphase integration does provide those energy sensors for me.
As I added these to pyenphase and the core integration I wanted to make sure these were there, be it useful or not.
As for your power logic, that is sound and can be used to calculate as you do. I’ve learned that the Riemann is remarkably close to what Envoy reports.
I really have to disagree with your statement about using any of the energy sensors, provided by the native enphase integration, for grid import/export.
Understand and I fully respect that. As the grid import/export is a fairly recent add I did, I’m in search of understanding issues and perspectives for these. All values are as send by the Envoy and may need interpretation as you advocate.
For background on the grid import/export sensors, these are not sourced from /production.json but from /ivp/meters/readings[1]
. These report (amongst others)
"actEnergyDlvd": 3183793.885,
"actEnergyRcvd": 8851.704,
"activePower": 488.925,
For the net consumption CT actEnergyDlvd
is lifetime grid import energy delivered to the switchboard and named Lifetime net energy consumption
. actEnergyRcvd
is the lifetime export available as Lifetime net energy production
and activePower
the actual Power in or out as Current net power consumption
.
This logic DOES NOT work
Am I correct when I think I hear you saying: When I configure the HA Energy dashboard using Lifetime net energy consumption
and Lifetime net energy production
for grid import/export and Lifetime Energy Production
for solar production, then the House consumption is not correct!? Or even ‘values are not correct’!?
If this is like the 10th time you are asked to explain and have had it by now, please say so, no problem, I would understand.
Tnx.