Skip to content
Jens Østergaard Nielsen edited this page Jan 13, 2018 · 8 revisions

Before you can use the IHC Light platform, you must setup the IHC Component

To configure light insert this section in your configuration:

light:
  - platform: ihc

autosetup: True will scan the ihc project and insert all products recognized as lights. The following products will be recognized:

  • Wireless lamp outlet dimmer
  • Wireless dimmer
  • Wireless combi dimmer 4 buttons
  • Wireless lamp outlet relay
  • Wireless combi relay 4 buttons
  • Wireless mobile dimmer
  • Dataline lamp outlet

If you want to manually add ihc resources - add the ids like this:

light:
  - platform: ihc
    lights:
      - id: 12345
        name: tablelight
        dimmable: True
      - id: 12346
        name: anotherlight
      ...

Configuration variables:

  • dimmable (Optional): Default false. Set to True if the IHC resource is a light level
  • id (Required): The IHC resource id.
  • lights (Optional): List of lights to setup manually
  • name (Optional): The name of the component.

In the example above 12345 is ihc resource id and "tablelight" is the name. The ihc resource id can be a light level for dimmers or an boolean output of a relay.

Clone this wiki locally