GithubHelp home page GithubHelp logo

Comments (6)

catsmanac avatar catsmanac commented on August 17, 2024

Hi @GitittomeNow, can't speak for other maintainers here, but I'm in the process of migrating features of this custom integration to the HA new Enphase_Envoy Core integration (Multi-phase by @posixx and net-production and net-consumption by @cddu33 and @testuser7) . I'm limiting activities here to help out with bugs or questions. Having said that, I think that the new HA Enphase Envoy core integration has battery temperature and SOC.

from home_assistant_custom_envoy.

GitittomeNow avatar GitittomeNow commented on August 17, 2024

Thank you! You mentioned, migrating features, what features are in the dev version that are not in the core version?

from home_assistant_custom_envoy.

catsmanac avatar catsmanac commented on August 17, 2024

Based on HA 2024.1.5 the core version is missing:

  • 3 phase sensors by @posixx. I recently migrated this, not sure yet in which HA release it will surface.
  • Lifetime net-consumption and net-production ( V0.0.17, v0.0.18, v0.0.19 ) by @cddu33 and @testuser7. I've migrated that to pyenphase, the library used by HA Core, but it still needs to be added to HA Core.
  • Battery Energy charge and discharge in this custom integration is based on change events in % load in the battery. HA Core doesn't provide that and you need to build something for it. It's discussed in a community topic.

The community topic also has experiences in switching from this one to core.

from home_assistant_custom_envoy.

GitittomeNow avatar GitittomeNow commented on August 17, 2024

Super helpful! Thank you.

from home_assistant_custom_envoy.

catsmanac avatar catsmanac commented on August 17, 2024

What I forgot to add to the list is that the HA Core does NOT support old Envoy models with firmware BEFORE 3.9. For those, data is coming from an HTML Page and HA does not allow web page scraping in core components.

The pyenphase module used by HA Core module has an options for customhooks and it relatively easy to extend it to get the data for legacy models as well. That extension would be a custom integration with the extension as custom part and using the core component for others. That would support installations with mixed legacy and modern ones like this one does.

from home_assistant_custom_envoy.

catsmanac avatar catsmanac commented on August 17, 2024

This was released in 2024.2.0

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.