{"id":41311073,"url":"https://github.com/eddso/ha_sma_speedwire","last_synced_at":"2026-01-23T05:23:40.490Z","repository":{"id":90888273,"uuid":"529684757","full_name":"eddso/ha_sma_speedwire","owner":"eddso","description":"Custom integration for Home Assistant to connect SMA inverters via Speedwire protocol","archived":false,"fork":false,"pushed_at":"2025-01-05T14:24:21.000Z","size":234,"stargazers_count":11,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-05T15:32:09.883Z","etag":null,"topics":["home-assistant","home-assistant-integration","sma","speedwire"],"latest_commit_sha":null,"homepage":"","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/eddso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2022-08-27T20:00:10.000Z","updated_at":"2025-01-05T14:24:25.000Z","dependencies_parsed_at":"2024-02-18T12:37:46.950Z","dependency_job_id":"2e5ba245-cc7a-418f-b41b-bd8241f27b04","html_url":"https://github.com/eddso/ha_sma_speedwire","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eddso/ha_sma_speedwire","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddso%2Fha_sma_speedwire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddso%2Fha_sma_speedwire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddso%2Fha_sma_speedwire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddso%2Fha_sma_speedwire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eddso","download_url":"https://codeload.github.com/eddso/ha_sma_speedwire/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddso%2Fha_sma_speedwire/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28680690,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T04:33:33.518Z","status":"ssl_error","status_checked_at":"2026-01-23T04:33:30.433Z","response_time":59,"last_error":"SSL_read: 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":["home-assistant","home-assistant-integration","sma","speedwire"],"created_at":"2026-01-23T05:23:40.027Z","updated_at":"2026-01-23T05:23:40.462Z","avatar_url":"https://github.com/eddso.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SMA SpeedWire Integration for Home Assistant  \n\n# I don't work on this integration since my inverter died, can't test changes, sorry.\n\nCustom integration for Home Assistant to connect SMA inverters via SpeedWire protocol. The integration polls every 5 minutes only 3 entities because i only needed it for my Energy Dashboard:\n- Energy production total in kWh\n- Energy production today in kWh\n- Power production now in kW\n\n![add integration to HACS](img/integration.png)\nThe integration should support a range of SMA Inverters here a [list](https://github.com/eddso/ha_sma_speedwire/blob/39602431658489f4351875d33fa17b9595e79a82/custom_components/sma_speedwire/sma_speedwire.py#L27).  \n\n## Installation\n### a) Install over HACS\n- Add `https://github.com/eddso/ha_sma_speedwire` repository to HACS integrations\n![add custom repo to HACS](img/add_hacs_repo.png)\n![add repo to HACS](img/add_hacs_repo2.png)\n- Add `SMA SpeedWire Integration` integration with HACS\n![add integration to HACS](img/add_hacs_integration.png)\n### b) Install manual\nIf you don't have or don't want use HACS, install it over Terminal:\n```\ncd config/custom_components\nwget https://github.com/eddso/ha_sma_speedwire/archive/refs/heads/main.tar.gz\ntar --strip-components=3 -xzf main.tar.gz ha_sma_speedwire-main/custom_components/sma_speedwire\n```\n### Restart \nAfter install restart Home-Assistant under the  Configuration -\u003e System -\u003e Restart\n\n## Setup\n- After installation, you should find **SMA SpeedWire** under the Configuration -\u003e Integrations -\u003e Add integration.\n![add integration to HA](img/add_ha_integration.png)\n\n- Enter IP and password (default password is '0000') of inverter on integration setup. Normaly the inverter get the IP over DHCP. So you should configure your router to give always the same IP to inverter.\n![add integration to HA](img/setup_integration.png)\n\n## Debugging\nAdd the following to `configuration.yml` to show debugging logs. Please make sure to include debug logs when filing an issue.\n\nSee [logger intergration docs](https://www.home-assistant.io/integrations/logger/) for more information to configure logging.\n\n```yml\nlogger:\n  default: warning\n  logs:\n    custom_components.sma_sppedwire: debug\n```\n\n## Credits\nInspired from [SMAInverter](https://github.com/Rincewind76/SMAInverter).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddso%2Fha_sma_speedwire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feddso%2Fha_sma_speedwire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddso%2Fha_sma_speedwire/lists"}