{"id":45190177,"url":"https://github.com/johanzander/growatt_server_upstream","last_synced_at":"2026-02-20T12:01:23.688Z","repository":{"id":313387877,"uuid":"1051197352","full_name":"johanzander/growatt_server_upstream","owner":"johanzander","description":"Upstream development version of the Growatt Server integration for Home Assistant","archived":false,"fork":false,"pushed_at":"2025-10-15T18:41:42.000Z","size":56,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-16T18:51:25.247Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johanzander.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-05T15:38:30.000Z","updated_at":"2025-10-15T18:40:36.000Z","dependencies_parsed_at":"2025-09-05T19:21:59.120Z","dependency_job_id":"80821cb9-284e-4e05-ba44-c9e8b6669da4","html_url":"https://github.com/johanzander/growatt_server_upstream","commit_stats":null,"previous_names":["johanzander/growatt_server_upstream"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/johanzander/growatt_server_upstream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanzander%2Fgrowatt_server_upstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanzander%2Fgrowatt_server_upstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanzander%2Fgrowatt_server_upstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanzander%2Fgrowatt_server_upstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johanzander","download_url":"https://codeload.github.com/johanzander/growatt_server_upstream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanzander%2Fgrowatt_server_upstream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29650503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T09:27:29.698Z","status":"ssl_error","status_checked_at":"2026-02-20T09:26:12.373Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-02-20T12:01:22.955Z","updated_at":"2026-02-20T12:01:23.681Z","avatar_url":"https://github.com/johanzander.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Growatt Server Upstream\n\n[![GitHub Release][releases-shield]][releases]\n[![hacs][hacsbadge]][hacs]\n\nUpstream development version of the Growatt Server integration for Home Assistant.\n\n## About\n\nThis repository serves as an **upstream testing ground** for improvements to the Growatt Server integration before they are submitted to Home Assistant Core. From version 1.5.0 it should be compatible with the [Growatt BESS (Battery Energy Storage System) Manager][bess]\n\n## Features\n\n**Current Version**: v2.1.0\n**Base Version**: Home Assistant Core 2026.2 Growatt Server integration\n\n## What's New in v2.1.0\n\n- **Bump growattServer to 1.9.0**: Updated the underlying Python library to the latest version for improved API compatibility and bug fixes\n- **Fix midnight bounce suppression**: Resolves Energy Dashboard double-counting for \"today\" sensors when the Growatt API delivers stale yesterday values after midnight reset ([#162378](https://github.com/home-assistant/core/issues/162378))\n\n## What's New in v2.0.0\n\n1. **HA Core Base**: Integration fully based on HA Core version 2026.1\n   - includes API Token authentication ([PR #149783][pr-149783])\n   - MIN inverter control ([PR #153468][pr-153468])\n   - Energy Dashboard support with `state_class`\n   - TOU control services, previously only available in upstream v1.6.0\n   - Enhanced TLX sensor coverage (14 additional sensors for power/energy monitoring)\n\n2. **Config entry migration**: Seamless upgrade path from older versions - automatically migrates legacy configurations and resolves deprecated plant ID settings (based on [PR #159972](https://github.com/home-assistant/core/pull/159972))\n3. **Re-authentication flow**: Detects authentication failures and prompts users to re-enter credentials - prevents silent integration failures by guiding users through credential updates\n4. **API caching**: Prevents duplicate login during migration - caches authenticated sessions between migration and setup to avoid triggering account lockout (part of fix for [issue #154724](https://github.com/home-assistant/core/issues/154724))\n\n## Kept from v1.6.0\n\n**Persistent API throttling**: 5-minute cooldown protection that survives Home Assistant restarts - prevents account lockout from too many login attempts even after system reboots (fixes [issue #154724](https://github.com/home-assistant/core/issues/154724))\n\n## Installation\n\n**Note**: Remove the core Growatt Server integration first to avoid conflicts.\n\n### HACS (Recommended)\n\n#### Step 1: Add Custom Repository\n\n1. Open HACS in Home Assistant\n2. Go to \"Integrations\"\n3. Click the 3-dot menu → \"Custom repositories\"\n4. Add repository URL: `https://github.com/johanzander/growatt_server_upstream`\n5. Select category: \"Integration\"\n6. Click \"Add\"\n\n#### Step 2: Download the Integration\n\n7. Search for \"Growatt Server Upstream\" in HACS\n8. Click on it and select \"Download\"\n9. Restart Home Assistant\n\n#### Step 3: Configure the Integration\n\n10. Go to Settings → Devices \u0026 Services\n11. Click \"Add Integration\"\n12. Search for \"Growatt Server Upstream\"\n13. Follow the configuration steps\n\n### Manual Installation\n\n1. Download the `custom_components` folder\n2. Copy to your Home Assistant `config/custom_components/` directory\n3. Restart Home Assistant\n\n## Contributing\n\nContributions welcome! Create feature branch, implement changes, test thoroughly, submit PR. All contributions considered for submission back to Home Assistant Core.\n\n## Debug Logging\n\nTo enable debug logging for troubleshooting issues, add the following to your Home Assistant `configuration.yaml`:\n\n```yaml\nlogger:\n  default: info\n  logs:\n    custom_components.growatt_server: debug\n```\n\nAfter adding this configuration:\n\n1. Restart Home Assistant\n2. Reproduce the issue\n3. Check the logs in **Settings → System → Logs** or in your `home-assistant.log` file\n4. Include relevant log entries when reporting issues\n\n## Support\n\n- 🐛 **Issues**: [GitHub Issues][issues]\n- 📖 **Documentation**: [Home Assistant Docs](https://www.home-assistant.io/integrations/growatt_server/)\n\n---\n\n[hacsbadge]: https://img.shields.io/badge/HACS-Custom-orange.svg\n[hacs]: https://github.com/hacs/integration\n[issues]: https://github.com/johanzander/growatt_server_upstream/issues\n[releases-shield]: https://img.shields.io/github/release/johanzander/growatt_server_upstream.svg\n[releases]: https://github.com/johanzander/growatt_server_upstream/releases\n[pr-149783]: https://github.com/home-assistant/core/pull/149783\n[pr-153468]: https://github.com/home-assistant/core/pull/153468\n[issue-150732]: https://github.com/home-assistant/core/issues/150732\n[bess]: https://github.com/johanzander/bess-manager\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohanzander%2Fgrowatt_server_upstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohanzander%2Fgrowatt_server_upstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohanzander%2Fgrowatt_server_upstream/lists"}