{"id":29291606,"url":"https://github.com/bigboot/ha-easy-pv","last_synced_at":"2025-07-06T08:08:41.609Z","repository":{"id":301414664,"uuid":"1009147652","full_name":"BigBoot/ha-easy-pv","owner":"BigBoot","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-26T18:15:01.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-26T19:23:48.433Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BigBoot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-26T16:48:08.000Z","updated_at":"2025-06-26T18:15:05.000Z","dependencies_parsed_at":"2025-06-26T19:23:55.251Z","dependency_job_id":"6cf06f13-f3d2-4966-975d-3afd1e38fbbb","html_url":"https://github.com/BigBoot/ha-easy-pv","commit_stats":null,"previous_names":["bigboot/ha-easy-pv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BigBoot/ha-easy-pv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BigBoot%2Fha-easy-pv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BigBoot%2Fha-easy-pv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BigBoot%2Fha-easy-pv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BigBoot%2Fha-easy-pv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BigBoot","download_url":"https://codeload.github.com/BigBoot/ha-easy-pv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BigBoot%2Fha-easy-pv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263868246,"owners_count":23522320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-06T08:08:39.939Z","updated_at":"2025-07-06T08:08:41.594Z","avatar_url":"https://github.com/BigBoot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easy PV\n\n[![GitHub Release][releases-shield]][releases]\n[![License][license-shield]](LICENSE)\n\n[![hacs][hacsbadge]][hacs]\n[![Project Maintenance][maintenance-shield]][user_profile]\n\nHome Assistant integration for microinverters using the Easy PV app by Shanghai Electronics Way Co. and possibly other rebranded versions.\n\n![logo][logo]\n\nSupported devices:\n- EW - Electronic Way VN2T10EU / VN2T08EU / VN2T06EU ✅\n- Hatch Solar HSEU-600D/800D/1000D/HSEU-300S/400S/500S ⚠️ (Untested)\n- Probably more if your app looks like this chances are it will work: ![app][app]\n\n\n## Installation\n\n### HACS (Recommended)\n\nInstallation is via the [Home Assistant Community Store\n(HACS)](https://hacs.xyz/), which is the best place to get third-party\nintegrations for Home Assistant. Once you have HACS set up, simply click the button below or\nfollow the [instructions for adding a custom\nrepository](https://hacs.xyz/docs/faq/custom_repositories) and then\nthe integration will be available to install like any other.\n\n[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=bigboot\u0026repository=ha-easy-pv\u0026category=integration)\n\n### Manual\n\n1. Using the tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`).\n2. If you do not have a `custom_components` directory (folder) there, you need to create it.\n3. In the `custom_components` directory (folder) create a new folder called `easy_pv`.\n4. Download _all_ the files from the `custom_components/easy_pv/` directory (folder) in this repository.\n5. Place the files you downloaded in the new directory (folder) you created.\n6. Restart Home Assistant\n7. In the HA UI go to \"Configuration\" -\u003e \"Integrations\" click \"+\" and search for \"Easy PV\"\n\nUsing your HA configuration directory (folder) as a starting point you should now also have this:\n\n```text\ncustom_components/easy_pv/sensor.py\ncustom_components/easy_pv/device_tracker.py\ncustom_components/easy_pv/strings.json\ncustom_components/easy_pv/utils.py\ncustom_components/easy_pv/translations\ncustom_components/easy_pv/translations/en.json\ncustom_components/easy_pv/translations/de.json\ncustom_components/easy_pv/quality_scale.yaml\ncustom_components/easy_pv/config_flow.py\ncustom_components/easy_pv/__init__.py\ncustom_components/easy_pv/model.py\ncustom_components/easy_pv/easy_pv/__init__.py\ncustom_components/easy_pv/manifest.json\ncustom_components/easy_pv/coordinator.py\ncustom_components/easy_pv/entity.py\ncustom_components/easy_pv/const.py\n```\n\n## Configuration is done in the UI\n\n## Contributions are welcome!\n\nIf you want to contribute to this please read the [Contribution guidelines](CONTRIBUTING.md)\n\n## Credits\n\nCode template was mainly taken from [@Ludeeus](https://github.com/ludeeus)'s [integration_blueprint][integration_blueprint] template\n\n---\n\n[integration_blueprint]: https://github.com/custom-components/integration_blueprint\n[hacs]: https://hacs.xyz\n[hacsbadge]: https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge\n[logo]: logo.svg\n[app]: app.png\n[license-shield]: https://img.shields.io/github/license/BigBoot/easy_pv.svg?style=for-the-badge\n[maintenance-shield]: https://img.shields.io/badge/maintainer-%40BigBoot-blue.svg?style=for-the-badge\n[releases-shield]: https://img.shields.io/github/release/BigBoot/easy_pv.svg?style=for-the-badge\n[releases]: https://github.com/BigBoot/easy_pv/releases\n[user_profile]: https://github.com/BigBoot\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigboot%2Fha-easy-pv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigboot%2Fha-easy-pv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigboot%2Fha-easy-pv/lists"}