Enphase Envoy Integration Not Showing MicroInverters

Hi Guys

The Integrations Page says you can see the power in Watts from each Micro-Inverter.

My configuration.yaml file has the following:

  - platform: enphase_envoy
    name: Somerset
    ip_address: 192.168.178.90
    monitored_conditions:
      - production
      - daily_production
      - seven_days_production
      - lifetime_production
      - inverters

Yet in my default view, I can only see badges at the top for the first 4.

I thought perhaps the Inverters needed a card, so I created an Entities card but still only have the 4 options to add, nothing for micro-inverters. My Envoy app shows me a “sky view” of my solar installation with the wattage on each panel, so the information is there.

Thanks in advance for any suggestion as to how to get the micro-inverter information to show.

1 Like

like me …no data from microinverters, allthough could be because they send it string form or something. If I get this I right I put it here. could be because they took this info from the envoy they enphase…

1 Like

@MadMax1412 Inverters not appearing could be because of a couple of reasons. What firmware version is your Enphase Envoy running?

If the firmware is running 3.9.x or later then it’s probably an authentication issue.

The usual username/password for the Envoy is envoy for the username and the last 6 digits of the serial number for the password. You can try and open a browser to http://192.168.178.90/api/v1/production/inverters and enter in the username/password. If this fails than you will need the correct credentials. Once you have the credentials than you can use the username and password configuration variables from the Integrations page.

I had the same problem with my Envoy and had to use an Android app to get the password. Here’s a link to that app.

1 Like

My Envoy (it shows as Envoy-R-EU in the Enlighten app and has an SKU of ENV-230-AU) has a firmware of D3.15.7

Tried that but it failed.

Thanks for the link. The app gave me the password and I was able to log in on the link you gave above, so I put it into my configuration.yaml file, did the restart and I’m now able to add the entities.

Thanks so much.

2 Likes

working now…
many thanks to all of you!