homeassistant-pythemo
is an integration for Home Assistant that provides control and monitoring of your Themo devices via Home Assistant.
To install homeassistant-pythemo
, use HACS (Home Assistant Community Store):
- Open HACS in your Home Assistant instance.
- Navigate to the "Integrations" tab.
- Click on the three dots in the top right corner and select "Custom repositories".
- In the "Repository" field, enter
https://github.com/JonneDatanen/homeassistant-pythemo
. - In the "Category" dropdown, select "Integration".
- Click "Add" to add the repository.
- Now, search for "themo" in the "Integrations" tab and install it.
To set up the Themo integration, follow these steps:
- Go to the Home Assistant UI.
- Navigate to
Configuration
>Devices & Services
. - Click on
Add Integration
and search forThemo
. - Follow the on-screen instructions to enter your Themo account credentials.
- Climate Entity: Adjust and monitor the temperature settings of your Themo thermostat.
- Light Entity: Control the light on your Themo device.
- Power Entity: Estimated power of the Themo device. The power is calculated as the device power status (1/0) multiplied by the configure maximum power of the device. Note that the power measurements can be very inaccurate due to really inaccurate power status.
- Floor Temperature Entity: Monitor the floor temperature with the Themo device.
- Air Temperature Entity: Monitor the air temperature with the Themo device.
- Note: This integration is currently tested on only one device, and there is no guarantee that it will work properly on other devices.
- Power entity exhibits serious inaccuracies until the API starts serving correct values.
For issues, contributions, or feature requests related to this integration, please refer to the GitHub repository. For cloud connection implementation details, check out the pythemo package or Themo API Documentation.
This project is licensed under the MIT License. See the LICENSE
file in the GitHub repository for more details.