{"id":38677600,"url":"https://github.com/hemphen/hass-clevertouch","last_synced_at":"2026-01-17T10:04:18.698Z","repository":{"id":80167647,"uuid":"592515106","full_name":"hemphen/hass-clevertouch","owner":"hemphen","description":"CleverTouch - Home Assistant integration for Touch E3 radiators","archived":false,"fork":false,"pushed_at":"2025-03-19T21:11:59.000Z","size":79,"stargazers_count":8,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-19T21:41:04.861Z","etag":null,"topics":["climate-control","hacs","homeassistant","iot","lvi","purmo","radiator"],"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/hemphen.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":"2023-01-23T22:18:43.000Z","updated_at":"2025-03-19T20:57:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"76ca65f8-b1f1-4147-af3c-ccd30d4f4a46","html_url":"https://github.com/hemphen/hass-clevertouch","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/hemphen/hass-clevertouch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemphen%2Fhass-clevertouch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemphen%2Fhass-clevertouch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemphen%2Fhass-clevertouch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemphen%2Fhass-clevertouch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hemphen","download_url":"https://codeload.github.com/hemphen/hass-clevertouch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemphen%2Fhass-clevertouch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28505586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"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":["climate-control","hacs","homeassistant","iot","lvi","purmo","radiator"],"created_at":"2026-01-17T10:04:18.219Z","updated_at":"2026-01-17T10:04:18.694Z","avatar_url":"https://github.com/hemphen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CleverTouch - Home Assistant integration for Touch E3 radiators\n\n\u003e ***IMPORTANT!***\n\u003e\n\u003e This is not an officially supported integration nor software library.\n\u003e There are no guarantees that the functionality will work as expected.\n\u003e\n\u003e Take caution especially when automating device _configuration_.\n\u003e\n\u003e ***THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND***\n\n## Background\n\nYali Digital, Parada and Ramo is range of radiators from the Finnish company Purmo(*). The radiators may be monitored and controlled\n_centrally_ and wirelessly using the optional accessory TempCo Touch E3. The Touch E3 may in turn\nbe controlled _remotely_ via a CleverTouch cloud account and related mobile and web\napps.\n\nThis Home Assistant integration provides access to settings and usage data for homes and radiators accessible through CleverTouch accounts.\n\n(*) Purmo has aquired several brands over time, and the radiator manufacturer might be known as e g LVI, Radson or Finimetal on local markets.\n\n## Other brands\n\nWhile untested, a number of other product lines seem to be using the same controller software with different branding.\n\nApplications using the following URLs might work, fully or partially.\n\n* Walter Meier Metalplast smart-comfort - [https://www.smartcomfort.waltermeier.com](https://www.smartcomfort.waltermeier.com)\n* Frico PF Smart - [https://fricopfsmart.frico.se](https://fricopfsmart.frico.se)\n* Fenix V24 Wifi - [https://v24.fenixgroup.eu](https://v24.fenixgroup.eu)\n* Vogel \u0026 Noot E3 App - [Vogel \u0026 Noot E3 App - [https://e3.vogelundnoot.com](https://e3.vogelundnoot.com)\n* CordiVari My Way Cosy Home - [https://cordivarihome.com](https://cordivarihome.com)\n\n## Installation\n\nThe integration can be installed in three different ways:\n\n### 1. Using HACS\nThe repository is not included in HACS by default, but it may be added as a custom repository by\nfollowing the [HACS documentation](https://hacs.xyz/docs/faq/custom_repositories/).\n\n### 2. Cloning the Github repository\nThe repository files should be placed in the sub-directory `custom_components/clevertouch`\nof the HomeAssistant configuration directory.\n\n1. Create the `custom_components` directory if it doesn't already exist.\n2. `cd` to the folder.\n3. Run the command\n\n```bash\ngit clone https://github.com/hemphen/hass-clevertouch.git clevertouch\n```\n\n4. Restart HomeAssistant.\n5. Add the integration via the GUI.\n\nPlease note that this will clone the latest code changes in the main branch, which\nmay not always be fully stable or tested. To install a specific release, add\na `--branch` flag to the `clone` command, e.g\n\n```bash\ngit clone https://github.com/hemphen/hass-clevertouch.git clevertouch --branch v0.2.4\n```\n\n### 3. Manually downloading a release file\n\nDownload the `source.zip` file for any release from Github and extract the contents into\nthe `custom_components/clevertouch` directory within the HomeAssistant config directory.\n\n## Usage\n\nThe intergration is configurable from the HomeAssistant GUI. Once installed correctly, it should appear in the list of integrations.\nEnter username (email) and password for the CleverTouch account during setup.\n\nAfter congfiguration, all available homes and radiators will be added as devices, with temperature settings\nadded as entities.\n\nTo avoid calling the API too excessively information is updated every three minutes.\n\n### Unsupported features\n\n* Installation-wide settings are not available.\n* Schedules for radiators running in program mode are not available.\n\n## API\n\nThe API used to communicate with the CleverTouch account is located in a stand-alone repository\nhttps://github.com/hemphen/clevertouch and is also available on PyPi.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemphen%2Fhass-clevertouch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhemphen%2Fhass-clevertouch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemphen%2Fhass-clevertouch/lists"}