{"id":34631896,"url":"https://github.com/sokolovs/ec-adapter","last_synced_at":"2026-04-26T19:31:44.289Z","repository":{"id":323395978,"uuid":"1080067413","full_name":"sokolovs/ec-adapter","owner":"sokolovs","description":"ectoControl Adapter Integration for HomeAssistant","archived":false,"fork":false,"pushed_at":"2026-01-22T23:10:35.000Z","size":307,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-23T16:38:27.558Z","etag":null,"topics":["ec-adapter","ectocontrol","heating","heating-control","heating-monitoring","home-assistant"],"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/sokolovs.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-20T20:21:25.000Z","updated_at":"2026-01-22T23:07:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sokolovs/ec-adapter","commit_stats":null,"previous_names":["sokolovs/ec-adapter"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/sokolovs/ec-adapter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokolovs%2Fec-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokolovs%2Fec-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokolovs%2Fec-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokolovs%2Fec-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sokolovs","download_url":"https://codeload.github.com/sokolovs/ec-adapter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokolovs%2Fec-adapter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32310804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"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":["ec-adapter","ectocontrol","heating","heating-control","heating-monitoring","home-assistant"],"created_at":"2025-12-24T16:51:30.245Z","updated_at":"2026-04-26T19:31:44.284Z","avatar_url":"https://github.com/sokolovs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RU: 🔥 Интеграция адаптера цифровой шины ectoControl для Home Assistant\n\nИнтеграция предназначена для подключения адаптеров **ectoControl**, обеспечивающих управление газовыми и электрическими котлами по различным коммуникационным шинам. В зависимости от модели адаптера поддерживаются такие протоколы, как **eBUS**, **OpenTherm**, **Navien** и другие.\n\n## Возможности\n\n### ✔ Автоматическое создание сенсоров\nИнтеграция формирует сенсоры для всех **MODBUS-регистров чтения**, описанных в документации адаптера.\nЭто позволяет получать актуальные параметры работы котла — температуру в контурах, статус, расход и другие данные (зависит от модели котла) и и создавать собственные автоматизации на их основе.\n\n### ✔ Создание элементов управления\nДля всех **MODBUS-регистров записи** создаются соответствующие управляющие сущности (числовые регуляторы, селекторы и т. д.).\nЭто даёт возможность изменять параметры работы котла из Home Assistant и создавать собственные автоматизации с использованием данных сущностей.\n\n### ✔ Мониторинг соединения с котлом\nИнтеграция отслеживает текущее состояние подключения адаптера к котлу и отображает соответствующий статус в Home Assistant.\n\n### ✔ Автоматическая отправка необходимых параметров\nПри установлении соединения адаптера с котлом интеграция отправляет все требуемые параметры, обеспечивая корректный запуск и работу отопительного оборудования при перезапусках.\n\n### ✔ Корректная работа после рестарта Home Assistant\nПосле перезапуска Home Assistant интеграция отслеживает собственный запуск и повторно отправляет котлу необходимые значения для восстановления корректной работы.\n\n---\n\n# EN: 🔥 ectoControl Adapter Integration for Home Assistant\n\nThis integration connects **ectoControl** adapters that provide control of gas and electric boilers via various communication buses. Depending on the adapter model, supported protocols include **eBUS**, **OpenTherm**, **Navien**, and others.\n\n## Features\n\n### ✔ Automatic sensor creation\nThe integration generates sensors for all **MODBUS read registers** described in the adapter documentation.\nThis allows Home Assistant to receive up-to-date boiler parameters — such as circuit temperatures, system status, flow rate, and other values (depending on the boiler model) — and use them to build custom automations.\n\n### ✔ Creation of control entities\nFor all **MODBUS write registers**, the integration creates corresponding control entities (numeric, selectors, etc.).\nThis makes it possible to adjust boiler parameters directly from Home Assistant and build automations using these entities.\n\n### ✔ Monitoring of the boiler connection\nThe integration continuously monitors the connection status between the adapter and the boiler and exposes this status in Home Assistant.\n\n### ✔ Automatic transmission of required parameters\nWhen the adapter establishes a connection with the boiler, the integration automatically sends all required configuration parameters, ensuring proper boiler startup and operation during reconnections.\n\n### ✔ Proper behavior after Home Assistant restarts\nAfter Home Assistant restarts, the integration detects its own initialization and re-sends the necessary values to the boiler to restore correct operation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsokolovs%2Fec-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsokolovs%2Fec-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsokolovs%2Fec-adapter/lists"}