Skip to content

yellow-sky/esphome_t67xx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESPHome Telaire T67xx sensors component

Features

Supported sensor modules:

  • T6703 (Tested)
  • T6713
  • T6723

Supported interfaces:

  • I2C (Wire)

Supported sensors:

  • CO2

Examples

Simple example configuration entry

# 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

Datasheet links

About

ESPHome Telaire T67xx sensors component

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published