New Enphase system was just connected and after having no luck with the built-in HA integration I read through this whole thread. Thank you for documenting all of this!
I installed the posixx integration, checked the box for Enlighten, and bam it seemed to be working! I was particularly interested in this comment:
This was especially interesting to me because my Enphase app is only showing production, the local page shows metering is not enabled, and my installer said I needed a CT clamp when I asked about it. However in Home Assistant I was able to see these entities with values (also all of the individual inverters show up w/ values):
This got me excited, and I was able to follow your guides to get Grid Import, Grid Export, etc sensors working. Values show 0 for the “Lifetime” and “Today” production/consumption sensors, but I figured since I have current_power_production I could just use this to convert to kWh with:
- platform: integration
name: Solar Production Energy
source: sensor.envoy_SERIAL_current_power_production
unit_prefix: k
unit_time: h
All of this gives me an energy dashboard that seemed to work at first, but I quickly realized something is very off. The consumption figure seems to roughly follow the production (or vice versa). They aren’t exactly the same, and it flips between import and export, but there’s no way my actual power use is following the solar curve this closely.
Pretty sure the current_power_consumption sensor is showing something other than my actual home consumption, I think the production sensor is semi accurate, but I can’t really tell.
I assume I just have to get the CT clamp installed and get metering enabled. When I do, do I check the “3-Phase” box when I set this up again?
Also are there any theories as to what my “current_power_consumption” sensor is showing? Because it definitely isn’t my homes power use.