Supported sensor modules:
- T6703 (Tested)
- T6713
- T6723
Supported interfaces:
- I2C (Wire)
Supported sensors:
- CO2
# use default i2c settings for your platform/board
i2c:
# append this component from github
external_components:
- source: github://yellow-sky/esphome_t67xx
components: [ t67xx_i2c ]
# define co2 sensor
sensor:
platform: t67xx_i2c
co2:
name: "T6703 CO2 Value"
id: T6703_co2
update_interval: 10s
More examples: https://github.com/yellow-sky/esphome_t67xx/tree/main/examples