Skip to content
Joël van Amerongen edited this page Jun 18, 2023 · 2 revisions

Welcome to the REMKO Heatpump wiki!

Installing Remko Heatpump Sensors into Home Assistant

  1. Copy the folder remko_heatpump to the config/custom_components folder of your Home Assistant installation.

  2. Add to your configuration.yaml the below line:

remko_heatpump:
  # Make sure you have a line break if this is the last line in your configuration.yaml.
  1. Add the IP address or hostname from the interface into const.py. Example:
BASE_API_URL = "http://192.168.1.68"