vincentwolsink / home_assistant_enphase_envoy_installer

This is a HACS custom integration for Enphase Envoys with firmware version 7 and up.
Apache License 2.0
54 stars 10 forks source link

Add optional extra entities for metered envoy. #70

Closed mnederlof closed 11 months ago

mnederlof commented 11 months ago

Also, use new endpoint (https://envoy.local/ivp/meters/reports/production) for fetching production and lifetime production and all optional entities

Extra entities:

mnederlof commented 11 months ago

This is the reason why it is optional (and you need to enable it specifically):

image

Not really sure how useful they are, because without load on it, it will read 1Amp of power, because of the reactive power.

In combination of the power factor, i think we could also generate a metric with actual ampere load, but that could be a template thing too, as we're only exposing metrics generated by the envoy thus far.

We also might want to reconsider renaming the Current Voltage and Current Amps to RMS Voltage and RMS Ampere respectively, as that is the name of the value in the power production report.

mnederlof commented 11 months ago

The values from the phase are also provided by the realtime endpoint, so they will be updated more frequently, if realtime is enabled.