English
English
简体中文
日本語

Unit CO2/CO2L ESPHome Component

The Unit CO2/CO2L component reads carbon dioxide concentration, temperature, and humidity data.

1. Component Overview

Item Information
Product Name Unit CO2 / Unit CO2L
SKU U103 / U104
Main Function CO2, temperature, and humidity detection
Communication Interface I2C
Default I2C Address 0x62
ESPHome Component scd4x
ESPHome Version Requirement /

2. Component Description

Including the Official Component

SCD4x Sensor

Unit CO2 and Unit CO2L use the scd4x component to create carbon dioxide concentration, temperature, and humidity entities.

sensor:
  - platform: scd4x
    co2:
      name: "CO2"
    temperature:
      name: "Temperature"
    humidity:
      name: "Humidity"

3. Reference Example

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

sensor:
  - platform: scd4x
    co2:
      name: "CO2"
    temperature:
      name: "Temperature"
    humidity:
      name: "Humidity"

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

Page Tools
PDF
On This Page