The Unit NCIR component reads non-contact temperature data using an infrared temperature sensor.
| Item | Information |
|---|---|
| Product Name | Unit NCIR |
| SKU | U028 |
| Main Function | Non-contact infrared temperature measurement |
| Communication Interface | I2C |
| Default I2C Address | 0x5A |
| ESPHome Component | mlx90614 |
| ESPHome Version Requirement | / |
Unit NCIR uses the mlx90614 component to provide ambient (ambient) and object (object) temperature entities over I2C.
sensor:
- platform: mlx90614
ambient:
name: "Ambient Temperature"
object:
name: "Object Temperature"
update_interval: 10s i2c:
sda: GPIOXX
scl: GPIOXX
scan: true
sensor:
- platform: mlx90614
ambient:
name: Ambient
object:
name: Object
update_interval: 10sAfter adding it to the Dashboard, you can view sensor data in Home Assistant: