IHC Sensor


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

When auto setup is enabled the following products will be found in the IHC project and setup as sensors:

  • 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

To manually configure IHC sensors insert this section:

sensor:
  - platform: ihc
    sensors:
      - id: 12345
        name: 'mysensor'
        unit_of_measurement: '°C'
      - id: 12346
        ...

Configuration Variables

sensors

(map)(Optional)List of sensors to setup manually

id

(int)(Required)The IHC resource id.

name

(string)(Optional)The name of the component

unit_of_measurement

(string)(Optional)Defines the unit of measurement of the sensor, if any.

The resource id should be a IHC float resource. For more information about IHC resource ids see Manual Setup