IMPORTANT!
This is not an officially supported integration nor software library. There are no guarantees that the functionality will work as expected.
Take caution especially when automating device configuration.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND
Yali Digital, Parada and Ramo is range of radiators from the Finnish company Purmo(*). The radiators may be monitored and controlled centrally and wirelessly using the optional accessory TempCo Touch E3. The Touch E3 may in turn be controlled remotely via a CleverTouch cloud account and related mobile and web apps.
This Home Assistant integration provides access to settings and usage data for homes and radiators accessible through CleverTouch accounts.
(*) Purmo has aquired several brands over time, and the radiator manufacturer might be known as e g LVI, Radson or Finimetal on local markets.
While untested, a number of other product lines seem to be using the same controller software with different branding.
Applications using the following URLs might work, fully or partially.
The integration can be installed in three different ways:
The repository is not included in HACS by default, but it may be added as a custom repository by following the HACS documentation.
The repository files should be placed in the sub-directory custom_components/clevertouch
of the HomeAssistant configuration directory.
custom_components
directory if it doesn't already exist.cd
to the folder.git clone https://github.com/hemphen/hass-clevertouch.git clevertouch
Please note that this will clone the latest code changes in the main branch, which
may not always be fully stable or tested. To install a specific release, add
a --branch
flag to the clone
command, e.g
git clone https://github.com/hemphen/hass-clevertouch.git clevertouch --branch v0.2.4
Download the source.zip
file for any release from Github and extract the contents into
the custom_components/clevertouch
directory within the HomeAssistant config directory.
The intergration is configurable from the HomeAssistant GUI. Once installed correctly, it should appear in the list of integrations. Enter username (email) and password for the CleverTouch account during setup.
After congfiguration, all available homes and radiators will be added as devices, with temperature settings added as entities.
To avoid calling the API too excessively information is updated every three minutes.
The API used to communicate with the CleverTouch account is located in a stand-alone repository https://github.com/hemphen/clevertouch and is also available on PyPi.