ZyAura CO2 & Temperature & Humidity Sensor

The ZyAura CO2 & Temperature & Humidity sensor allows you to use your ZGm05(3)(U)External link (MT8057External link, MT8057SExternal link), ZG1683R(U)External link (MT8060External link), ZG1583RUDExternal link monitors with ESPHome.

# Example configuration entry
sensor:
  - platform: zyaura
    clock_pin: D1
    data_pin: D2
    co2:
      name: "ZyAura CO2"
    temperature:
      name: "ZyAura Temperature"
    humidity:
      name: "ZyAura Humidity"

Configuration variables: Copy link to header

  • clock_pin (Required, Pin): The pin where the clock bus is connected.

  • data_pin (Required, Pin): The pin where the data bus is connected.

  • co2 (Optional): The information for the CO2 sensor.

  • temperature (Optional): The information for the temperature sensor.

  • humidity (Optional): The information for the humidity sensor

  • update_interval (Optional, Time): The interval to check the sensor. Defaults to 60s.

Note

ZGm05 monitor (and maybe others) needs some initial time to get correct data when powered on. Only after this timespan will the sensor report correct values. It’s not recommended to set update_interval lower than 20s.

See Also Copy link to header

CURRENT