Skip to content

HomeKidd/ESP8266-HomeKit-Air-Quality-Sensor-Elgato-Eve-Room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

ESP8266 based  HomeKit Air Quality Sensor

ESP8266 based  HomeKit Air Quality Sensor using SHT3X for temperature and humidity measuring and AMS IAQ Core C for Co2 and VOC measureing.


Instagram URL FaceBook URL YouTube URL

GitHub All Releases GitHub tag (latest by date) Donate

For Usage please read the Build Instructions Wiki page!

This HomeKit enabled sensor works the same as Elgato EVE Room!

Basic information

Features:

  • Indoor Air Quality Index
  • Indoor CO2
  • Indoor VOC density
  • Indoor Temperature and Humidity measuring
  • Sensor Fault detection
  • Support for SSD1306 OLED screen
  • Switching Temperature Display Units between Celsius and Fahrenheit
  • Downloadable User Manual (via Eve app)
  • Reset button
  • Data history (not reliable enough, so its beta)

If you don't want to use OLED screen and SHT3X, please install the latest 1.x.x release!

This project is based on ESP8266 modul, a cheap SHT3X temperature/humidity sensor, a CO2 and VOC sensor and SS1306 I2C bus OLED Screen that can be found on AliExpress! The sensor is the same that Elgato EVE Room has for indoor air quality monitoring!



Demo:







This project uses the Apple HomeKit accessory server library ESP-HomeKit from @MaximKulkin for ESP-OPEN-RTOS.

Although already forbidden by the sources and subsequent licensing, it is not allowed to use or distribute this software for a commercial purpose.

HomeKit Accessory Protocol (HAP) is Apple’s proprietary protocol that enables third-party accessories in the home (e.g., lights, thermostats and door locks) and Apple products to communicate with each other. HAP supports two transports, IP and Bluetooth LE. The information provided in the HomeKit Accessory Protocol Specification (Non-Commercial Version) describes how to implement HAP in an accessory that you create for non-commercial use and that will not be distributed or sold.
The HomeKit Accessory Protocol Specification (Non-Commercial Version) can be downloaded from the HomeKit Apple Developer page.
Copyright © 2019 Apple Inc. All rights reserved.