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

Production per Inverter #114

Open Dominic-070 opened 3 months ago

Dominic-070 commented 3 months ago

Request for sensors per inverter with production today and production lifetime.

vincentwolsink commented 3 months ago

Hi @Dominic-070, the Envoy does not expose these metrics afaik. Only in total or per phase (if you have CTs installed). If you want to have these metrics you can create riemann sum sensors for this.

vincentwolsink commented 3 months ago

Thinking about it, that won’t be accurate at all. Since the inverters only update the metrics every few minutes.

Dominic-070 commented 3 months ago

I don't mean to calculate the values based on current production. These values are maintained in the inverter and communicated to the envoy. you can see them in the enlighten app. Screenshot_20240323_145506_Enlighten

mnederlof commented 3 months ago

Eventhough the data on enlighten is fed from your envoy system and the data should be there, we do not know of any endpoint on the local envoy that exposes this data.

It would be possible to fetch this data from the enlighten cloud api, but that is beyond the perview of this plugin, as this focuses on the data provided by the envoy itself.

If you discover the endpoint for this data on your local envoy, then please provide it to us, and we can try to integrate this data.