[New Binding] Enphase Envoy Solar System gateway

Hi @hilbrand, I now have the documented link for the Enphase production working. It required a push update from Enphase to my system, but now it works fine.

It’s “GET http://{IQ Gateway_ip}/ivp/pdm/energy” which is listed on page 18 of https://enphase.com/download/accessing-iq-gateway-local-apis-or-local-ui-token-based-authentication

The authentication is the same as before with the token - no change.

Can we get this added to the binding?

Here’s some sample output from my meter which matches what is listed in the above documentation:

{
production: {
pcu: {
wattHoursToday: 267,
wattHoursSevenDays: 138387,
wattHoursLifetime: 1307296,
wattsNow: 378
},
rgm: {
wattHoursToday: 0,
wattHoursSevenDays: 0,
wattHoursLifetime: 0,
wattsNow: 0
},
eim: {
wattHoursToday: 0,
wattHoursSevenDays: 0,
wattHoursLifetime: 0,
wattsNow: 0
}
},
consumption: {
eim: {
wattHoursToday: 0,
wattHoursSevenDays: 0,
wattHoursLifetime: 0,
wattsNow: 0
}
}
}