Skip to content

Configuration

Jens Østergaard Nielsen edited this page Jan 13, 2018 · 4 revisions

First you must configure the IHC platform using the connect information for your IHC controller. After this you can configure the individual components. See the page for each component.

IHC component setup

Configuration.yaml

ihc:
  url: 'http://192.168.1.3'
  username: your-ihc-username
  password: your-ihc-password
  auto_setup: True
  info: True

url,username and password are the connection for your ihc controller.

When “info” is True each device will have 4 properties: ihc_id, ihc_name, ihc_note, ihc_position, these are the value from the ihc project. You can see the properties at the bottom when you click the device in Home Assistant – see image:

IHC info

This makes it easier to identify each device when you are setting up the system, so it is a good idea to leave this on in the beginning.

Clone this wiki locally