English
English
简体中文
日本語

Unit ENV-Pro ESPHome Component

Unit ENV-Pro, based on the BME688, provides temperature, humidity, pressure, IAQ, CO2 equivalent, VOC, and other environmental data.

1. Component Overview

Item Information
Product Name Unit ENV-Pro
SKU U169
Main Function Temperature, humidity, pressure, IAQ, CO2 equivalent, and VOC detection
Communication Interface I2C
Default I2C Address 0x77
ESPHome Components bme68x_bsec2, text_sensor.template
ESPHome Version Requirement /
Note
This component uses the proprietary BSEC2 software. The BSEC2 library may be used only after accepting its software license agreement. Enabling this component in your configuration means that you explicitly agree to the BSEC license terms. The license prohibits distribution of any compiled firmware binary containing this component.

2. Component Description

Including Official Components

Unit ENV-Pro uses the official BME68x BSEC2 sensor to provide temperature, humidity, pressure, gas resistance, IAQ, CO2 equivalent, and breath VOC data.

Unit ENV-Pro configuration example:

  • Component declaration
yaml
1 2 3
bme68x_bsec2_i2c:
  address: 0x77
  model: bme688
  • Sensors
Notice
Because the BSEC2 library is used, the sensor update_interval option is unavailable. The proprietary library processes and publishes the data.

3. Reference Example

After connecting the device to Home Assistant, you can view the environmental sensors and IAQ entity:

Page Tools
PDF
On This Page