{"id":15707587,"url":"https://github.com/rikroe/cometblue-custom-component","last_synced_at":"2026-04-01T21:45:25.615Z","repository":{"id":200363544,"uuid":"705349236","full_name":"rikroe/cometblue-custom-component","owner":"rikroe","description":"Eurotronic CometBlue custom component for HomeAssistant","archived":false,"fork":false,"pushed_at":"2026-03-15T13:19:29.000Z","size":81,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-16T05:56:55.705Z","etag":null,"topics":["cometblue","custom-component","home-assistant","homepage"],"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/rikroe.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":"2023-10-15T19:03:49.000Z","updated_at":"2026-03-15T13:19:32.000Z","dependencies_parsed_at":"2026-03-15T20:02:40.786Z","dependency_job_id":null,"html_url":"https://github.com/rikroe/cometblue-custom-component","commit_stats":{"total_commits":39,"total_committers":1,"mean_commits":39.0,"dds":0.0,"last_synced_commit":"97c83ab82f4310c6b013157c83779c2b96265e81"},"previous_names":["rikroe/cometblue-custom-component"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/rikroe/cometblue-custom-component","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikroe%2Fcometblue-custom-component","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikroe%2Fcometblue-custom-component/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikroe%2Fcometblue-custom-component/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikroe%2Fcometblue-custom-component/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rikroe","download_url":"https://codeload.github.com/rikroe/cometblue-custom-component/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikroe%2Fcometblue-custom-component/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"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":["cometblue","custom-component","home-assistant","homepage"],"created_at":"2024-10-03T20:40:51.141Z","updated_at":"2026-04-01T21:45:25.594Z","avatar_url":"https://github.com/rikroe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cometblue Custom Component\n\n[![GitHub Release][releases-shield]][releases]\n[![License][license-shield]](LICENSE)\n\nA custom component based on [rikroe/eurotronic-cometblue](https://github.com/rikroe/eurotronic-cometblue) to support Eurotronic's CometBlue thermostats (and similar).\n\nWe support the same devices as our upstream library:\n\n- Eurotronic Comet Blue\n- Sygonix HT100 BT\n- Xavax Hama\n- Lidl Silvercrest RT2000BT\n\nThis component aims to support as many of the TRV functions as possible, adding more step by step.\n\n**This integration will set up the following platforms.**\n\n| Platform  | Description                                                                                                                                                                                                                                  |\n| --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `climate` | Climate entity with **target temperature**, **target temperature range** and **preset mode** support.\u003cbr /\u003eSupported preset modes: `none` (manual mode), `eco` (low temperature), `away` (not implemented yet), `comfort` (high temperature) |\n| `number`  | Number entities to adjust additional TRV settings: **offset**, **target temperature low**, **target temperature high**, **window open time in minutes**                                                                                      |\n| `sensor`  | Sensor entities for TRV state: **battery**                                                                                                                                                                                                   |\n| `service` | Services to interact with schedules and dates: **set_datetime**, **get_schedule**, **set_schedule**                                                                                                                                          |\n\n## Installation (HACS)\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=rikroe\u0026repository=cometblue-custom-component\u0026category=integration)\n\nWhen using HACS, just add this repository as a [custom repository](https://hacs.xyz/docs/faq/custom_repositories) of category `Integration` with the url `https://github.com/rikroe/cometblue-custom-component`.\n\n## Installation (manual)\n\n1. Using the tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`).\n1. If you do not have a `custom_components` directory (folder) there, you need to create it.\n1. In the `custom_components` directory (folder) create a new folder called `cometblue-custom-component`.\n1. Download _all_ the files from the `custom_components/cometblue-custom-component/` directory (folder) in this repository.\n1. Place the files you downloaded in the new directory (folder) you created.\n1. Restart Home Assistant\n1. In the HA UI go to \"Configuration\" -\u003e \"Integrations\" click \"+\" and search for \"Integration blueprint\"\n\n## Configuration is done in the UI\n\n[license-shield]: https://img.shields.io/github/license/rikroe/cometblue-custom-component.svg?style=for-the-badge\n[releases-shield]: https://img.shields.io/github/release/rikroe/cometblue-custom-component.svg?style=for-the-badge\n[releases]: https://github.com/rikroe/cometblue-custom-component/releases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikroe%2Fcometblue-custom-component","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frikroe%2Fcometblue-custom-component","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikroe%2Fcometblue-custom-component/lists"}