Giter Club home page Giter Club logo

Comments (6)

catsmanac avatar catsmanac commented on July 24, 2024 1

@home-assistant close

from core.

home-assistant avatar home-assistant commented on July 24, 2024

Hey there @bdraco, @cgarwood, @dgomes, @joostlek, @catsmanac, mind taking a look at this issue as it has been labeled with an integration (enphase_envoy) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of enphase_envoy can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign enphase_envoy Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


enphase_envoy documentation
enphase_envoy source
(message by IssueLinks)

from core.

catsmanac avatar catsmanac commented on July 24, 2024

Hi @suedeyoung, so your solar installation has been running for some years and you now are adding it to Home Assistant?

The numbers differ quite a bit as you are indicating. History at the very first start may take some time to show as expected.

To rule-out other issues can you share the diagnostics file from the HA Envoy integration page here?

afbeelding

from core.

suedeyoung avatar suedeyoung commented on July 24, 2024

Hey there!

Yes, that is correct. We had it installed back in 2021 and have been looking at trying out Home Assistant, so we added them to the energy tab.

Here's the file that it downloaded on my end:

config_entry-enphase_envoy-2d42629786b78ae971d1c569efc93110.json

from core.

catsmanac avatar catsmanac commented on July 24, 2024

Looking at your file and your remark earlier:

The system doesn't have a consumption module (the solar panel company didn't tell me until after installation that it's an extra charge for some reason to install it, so I am waiting on them..)

It seems to be the other way around. If you look in the file for "/ivp/meters": you'll find:

          "state": "disabled",
          "measurementType": "production",

and

          "state": "enabled",
          "measurementType": "net-consumption",

These are the current transformer (CT) clamps. The Envoy reports that a net-consumption one is installed and configured. The net-consumption CT sits on the grid lines somewhere between where they enter the house and the main panel.

The production CT typically sits on the lines from the solar to the panel. But these are reported as disabled and won't report solar production data, if they even are installed.

If this is an known and expected configuration see below, if not, something might not be configured as needed. You need to determine if, how many and where you have CT installed and if that matches the Envoy configuration.

If the configuration is as expected, no production CT and a net-consumption CT, then HA integration uses the data in the "/production.json?details=1": section of the file. And more specifically this section:

          {
            "type": "inverters",
            "activeCount": 40,
            "readingTime": 1716297287,
            "wNow": 1778,
            "whLifetime": 220893
          },

The whLifetime value is what is used for Lifetime Energy Production, the 0.221 MWh you see. The value is reported by the Envoy.

So why is this number so different from the Enphase App/Website. We don't know the details, but have reports from users of Envoy-metered without installed and configured CT clamps that the whLifetime value cycles to zero roughly every 1.19 Mwh. The app value of 46.7 is 39 of those cycles and ~0.280 MWh left, pretty close to the reported value. So I wouldn't be surprised this is going on.

Long story short:

  • observe what lifetime energy production is doing, it might wrap around 1.19 MWh. Think the energy dash can handle it and will report hour and day values. If not we can find a workaround for it.
  • Check what your current transformer situation needs to be and if it is accurate. Envoy-metered without CT has it's own features based on which firmware the Envoy runs.

from core.

suedeyoung avatar suedeyoung commented on July 24, 2024

Hey Catsmanac,

Thanks for getting back to me. I have confirmed with them that it should be a production module that is installed and not the consumption module. They said they would look into it some more and get back to me, so hopefully, we will get that side of things sorted out soon.

from core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.