https://github.com/flame4ever/homeassistant-controme-integration
This custom integration allows you to interact with the Controme API to control and monitor climate functionality (e.g., thermostats) for your houses.
https://github.com/flame4ever/homeassistant-controme-integration
climate controme heating home-assistant homeassistant-integration
Last synced: over 1 year ago
JSON representation
This custom integration allows you to interact with the Controme API to control and monitor climate functionality (e.g., thermostats) for your houses.
- Host: GitHub
- URL: https://github.com/flame4ever/homeassistant-controme-integration
- Owner: flame4ever
- License: gpl-3.0
- Created: 2025-02-11T13:25:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T14:57:22.000Z (over 1 year ago)
- Last Synced: 2025-02-23T15:35:15.826Z (over 1 year ago)
- Topics: climate, controme, heating, home-assistant, homeassistant-integration
- Language: Python
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Controme Integration for Home Assistant
[](https://github.com/hacs/integration)
[![GitHub Release][releases-shield]][releases]
[![License][license-shield]](LICENSE)

Home Assistant integration for Controme heating systems. This integration allows you to control and monitor your Controme heating system through Home Assistant.
## Features
- Temperature control for each room
- Current temperature monitoring
- Humidity monitoring
- Return temperature sensors
- Total offset display
- Operation mode status
- Automatic updates every 60 seconds
## Installation
### HACS (Recommended)
1. Add this repository to HACS as a custom repository
2. Install the "Controme" integration
3. Restart Home Assistant
### Manual Installation
1. Copy the `custom_components/controme` folder to your Home Assistant's `custom_components` directory
2. Restart Home Assistant
## Configuration
1. Go to Settings -> Devices & Services
2. Click "Add Integration"
3. Search for "Controme"
4. Enter your Controme API details:
- API URL (e.g., http://192.168.1.100/)
- Username
- Password
## Entities Created
For each room, the integration creates:
### Climate Entity
- Controls room temperature
- Shows current and target temperature
- Shows current humidity
- Supports heating mode
### Sensors
- Current Temperature
- Target Temperature
- Humidity
- Return Temperature (if available)
- Total Offset
- Operation Mode
## Supported Languages
- English
- German (Deutsch)
## Requirements
- Home Assistant 2024.1.0 or newer
- Controme heating system with API access
## Support
If you have any issues or feature requests, please:
1. Check the [Issues](https://github.com/flame4ever/homeassistant-controme-integration/issues) page
2. Create a new issue if your problem isn't already listed
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
[releases-shield]: https://img.shields.io/github/release/flame4ever/homeassistant-controme-integration.svg
[releases]: https://github.com/flame4ever/homeassistant-controme-integration/releases
[license-shield]: https://img.shields.io/github/license/flame4ever/homeassistant-controme-integration.svg