Giter Club home page Giter Club logo

Comments (4)

hspjanssen avatar hspjanssen commented on September 12, 2024 1

Let's close this issue, since it looks to be an Enphase issue.

from home_assistant_custom_envoy.

catsmanac avatar catsmanac commented on September 12, 2024

Hi @hspjanssen , no I'm afraid not. The Current comes from values send by the Envoy. Let's first validate if it's using the right values from what it receives from the Envoy. Download the Diagnostic report for the Envoy en open it.
afbeelding

In the report look for the line starting with endpoint-meters-report:

        "Endpoint-meters-reports": "[{\"createdAt\":1709713043,\"reportType\":\"production\

It's quite a long line, in there look for rmsCurrent. With a bit of cleanup it looks like below (values below are made up):

        "Endpoint-meters-reports": [
          {
            "createdAt": 1709713043,
            "reportType": "production",
            "cumulative": {
              "currW": 1234,
              "actPower": 1234,
              "apprntPwr": 0,
              "reactPwr": 0,
              "whDlvdCum": 6795789,
              "whRcvdCum": 0,
              "varhLagCum": 0,
              "varhLeadCum": 0,
              "vahCum": 0,
              "rmsVoltage": 240,
              "rmsCurrent": 5.142,
              "pwrFactor": 1,
              "freqHz": 50
            },

There's one summary and 3 lines for production and net-consumption, and total-consumption.

These are the values received from the Envoy. Validate if HA is showing the same numbers. If not there may be an issue in the code, if yes it's what the Envoy thinks what it is.

While looking over the data, you may notice that the Voltage for the aggregate report for production and the consumption sections shows as the sum of the individual phases. I wonder if that is part of the issue you are seeing. Summing it may be fine for split phase use like in the US, but with 3 phase use it doesn't make much sense. But as it calculates it, it maybe have an impact on current as well. I'm just guessing here though

As for the production current, the inverters are using a little bit of power when it gets dark, and I think I've seen a note somewhere that Current is always reported as positive number, but I'm not 100% certain on that.

from home_assistant_custom_envoy.

hspjanssen avatar hspjanssen commented on September 12, 2024

Hello,

Checked it for the production part in the diagnostic file, looks that HA is showing the same results:

"reportType": "production
"rmsCurrent": 2.275,\n
"rmsCurrent": 0.841,\n
"rmsCurrent": 0.772,\n
"rmsCurrent": 0.662,\n

To me, this does not make any sense, I know that the inverters will use some power, but this is 2.3A for about 30 inverters, that is a lot. At this moment there is no production (it is dark), the current power production is -3W.

from home_assistant_custom_envoy.

catsmanac avatar catsmanac commented on September 12, 2024

Yes, the numbers don't make sense to me either. They they come from the Envoy however. Don't know what we can do about it.

from home_assistant_custom_envoy.

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.