Skip to content

msvisser/remeha_home

Repository files navigation

Remeha Home integration for Home Assistant

This integration lets you control your Remeha Home thermostats from Home Assistant.

Before using this integration, make sure you have set up your thermostat in the Remeha Home app. If you are unable to use the Remeha Home app for your thermostat, this integration will not work.

Current features

  • All climate zones are exposed as climate entities with:
    • The following modes:
      • Auto mode: the thermostat will follow the clock program. If the target temperature is changed, it will temporarily override the clock program until the next target temperature change in the schedule.
      • Heat mode: the thermostat will be set to manual mode and continuously hold the set temperature.
      • Off mode: the thermostat is disabled.
    • Three presets for the three clock programs available in the Remeha Home app. When a preset is selected, the integration will automatically switch the climate zone to auto mode to make sure the preset is applied.
  • Each climate zone also exposes the following sensors/switches:
    • The next schedule setpoint
    • The time at which the next schedule setpoint gets activated
    • The current schedule setpoint
    • Switch to control fireplace mode
  • Each hot water zone exposes the following sensors:
    • The water temperature
  • Each appliance (CV-ketel) exposes the following sensors:
    • The water pressure

Installation

Install with HACS (recommended)

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Do you have HACS installed? Click the button or follow the instructions.

  1. Search integrations for Remeha Home
  2. Click Install
  3. Restart Home Assistant
  4. See Setup

Install manually

  1. Install this platform by creating a custom_components folder in the same folder as your configuration.yaml, if it doesn't already exist.
  2. Create another folder remeha_home in the custom_components folder. Copy all files from custom_components/remeha_home into the remeha_home folder.

Setup

  1. In Home Assitant click on Configuration
  2. Click on Devices & Services
  3. Click on + Add integration
  4. Search for and select Remeha Home
  5. Enter your email address and password
  6. Click "Next"
  7. Enjoy

API documentation

For information on the Remeha Home API see API documentation.