
* Update for secondary controller support * Update binary_sensor.ihc.markdown * Update binary_sensor.ihc.markdown * Update light.ihc.markdown * Update sensor.ihc.markdown * Update switch.ihc.markdown * Update ihc.markdown * Update switch.ihc.markdown * Update ihc.markdown * Update ihc.markdown * Minor changes * Minor changes * Minor changes * Fix configuration sample * Remove periods * Update ihc.markdown * Update binary_sensor.ihc.markdown * Update light.ihc.markdown * Update binary_sensor.ihc.markdown * Update sensor.ihc.markdown * Update switch.ihc.markdown * Update sensor.ihc.markdown * Update sensor.ihc.markdown * Update light.ihc.markdown * Update light.ihc.markdown * Update binary_sensor.ihc.markdown * Update ihc.markdown * Update binary_sensor.ihc.markdown * Update switch.ihc.markdown * Update binary_sensor.ihc.markdown * Update light.ihc.markdown * Update sensor.ihc.markdown * Update switch.ihc.markdown * ✏️ Tweak * ✏️ Tweak * ✏️ Tweak * ✏️ Tweak
1.9 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | IHC Sensor | Instructions on how to integrate IHC Sensors within Home Assistant. | 2017-11-27 13:35 | true | false | true | true | ihc.png | Sensor | 0.62 | Local Push |
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 the "sensors" section in your IHC configuration:
ihc:
- url: 'http://192.168.1.3'
username: YOUR_USERNAME2
password: YOUR_PASSWORD2
info: true
sensors:
- id: 12345
name: Temperatur_living_room
unit_of_measurement: '°C'
note: Floor and wall temp.
position: On wall between windows
- id: 23456
...
{% configuration %} sensors: description: List of sensors to setup manually. required: false type: map keys: id: description: The IHC resource id. required: true type: integer name: description: The name of the sensor. required: false type: string unit_of_measurement: description: Defines the unit of measurement of the sensor, if any. required: false type: string note: description: Descriptive note. required: false type: string position: description: Where it is placed. required: false type: string {% endconfiguration %}
The resource id should be a IHC float resource. For more information about IHC resource ids see Manual Setup.