English
English
简体中文
日本語

Unit KMeter-ISO ESPHome Component

The Unit KMeter-ISO component reads temperature data through an isolated K-type thermocouple interface.

1. Component Overview

Item Information
Product Name Unit KMeter-ISO
SKU U133-V11
Main Function K-type thermocouple temperature measurement
Communication Interface I2C
Default I2C Address 0x66
ESPHome Component kmeteriso
ESPHome Version Requirement /

2. Component Description

Including the Official Component

KMeterISO Temperature Sensor

Unit KMeter-ISO uses the kmeteriso component to output K-type thermocouple temperature and internal module temperature separately.

sensor:
  - platform: kmeteriso
    temperature:
      name: "KMeterISO Temperature"
    internal_temperature:
      name: "Internal Temperature"
    update_interval: 10s

3. Reference Example

yaml
1 2 3 4 5 6 7 8 9 10 11 12
i2c:
  sda: GPIOXX
  scl: GPIOXX
  scan: true

sensor:
  - platform: kmeteriso
    temperature:
      name: "KMeterISO Temperature"
    internal_temperature:
      name: "Internal Temperature"
    update_interval: 10s

After adding it to the Dashboard, you can view sensor data in Home Assistant.

Page Tools
PDF
On This Page