Skip to content
Jens Østergaard Nielsen edited this page Nov 27, 2017 · 4 revisions

To configure sensors insert this section:

sensor:
  - platform: ihc
    autosetup: True

When autosetup is not the following products will be found in the ihc project:

  • Dataline temperature sensor - Will insert 2 temperature sensors
  • Dataline Humidity - Will insert 1 humidity and 2 temperature sensors (calculated dewpoint)
  • Dataline Lux - will insert 1 light and 1 temperature sensor

If you want to add something manually do it like this:

sensor:
  - platform: ihc
    autosetup: True
    ids:
      12345: 
        name: mysensor
        type: '"Temperature'
        unit_of_measurement: '°C'
      12346:
        ...

The resource id should be a float resource.

Clone this wiki locally