All Projects → HomeKidd → ESP8266-HomeKit-Air-Quality-Sensor-Elgato-Eve-Room

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

Licence: other
ESP8266 based  Homekit Indoor Air Quality sensor that acts like Eve Room🌱

Projects that are alternatives of or similar to ESP8266-HomeKit-Air-Quality-Sensor-Elgato-Eve-Room

Hap Nodejs
Node.js implementation of the HomeKit Accessory Protocol (HAP)
Stars: ✭ 2,541 (+4281.03%)
Mutual labels:  hap-nodejs, homekit, hap, homekit-accessory-protocol
Homebridge
HomeKit support for the impatient
Stars: ✭ 19,073 (+32784.48%)
Mutual labels:  homebridge, homekit, hap, homekit-accessory-protocol
Esp32 Homekit
ESP-32 implementation of Apple Homekit Accessory Protocol(HAP)
Stars: ✭ 331 (+470.69%)
Mutual labels:  apple, homekit, hap
HAS
Homekit Accessory Server
Stars: ✭ 53 (-8.62%)
Mutual labels:  homekit, hap, homekit-accessory-protocol
Homebridge Http Switch
Powerful http switch for Homebridge: https://github.com/homebridge/homebridge
Stars: ✭ 111 (+91.38%)
Mutual labels:  homebridge, homekit, hap
homekit-qrcode
Generate a pairing HomeKit QR code label for your HomeKit accessory from the command line
Stars: ✭ 17 (-70.69%)
Mutual labels:  apple, homebridge, homekit
homebridge-keylights
Yet another Homebridge plugin for Elgato Key Light and Key Light Air. https://homebridge.io
Stars: ✭ 40 (-31.03%)
Mutual labels:  homebridge, homekit, elgato
homebridge-nature-remo-cloud-aircon
Homebridge Plug-in for Air Conditioner Managed by Nature Remo
Stars: ✭ 28 (-51.72%)
Mutual labels:  homebridge, homekit
esp-homekit-arduino-sdk
Arduino wrapper for ESP-IDF HomeKit library
Stars: ✭ 34 (-41.38%)
Mutual labels:  homekit, homekit-accessory-protocol
Homebridge-on-RaspberryPi
Example of Homebridge on RaspberryPi 3
Stars: ✭ 34 (-41.38%)
Mutual labels:  homebridge, homekit
aiohomekit
asyncio for homekit
Stars: ✭ 37 (-36.21%)
Mutual labels:  homekit, hap
homebridge-blinds
🌅 Homebridge Plugin to control my blinds over HTTP
Stars: ✭ 51 (-12.07%)
Mutual labels:  homebridge, homekit
homebridge-z2m
Expose your Zigbee devices to HomeKit with ease, by integrating 🐝 Zigbee2MQTT with 🏠 Homebridge.
Stars: ✭ 197 (+239.66%)
Mutual labels:  homebridge, homekit
homebridge-zigbee
ZigBee Platform plugin for HomeBridge
Stars: ✭ 101 (+74.14%)
Mutual labels:  homebridge, homekit
homebridge-pc-volume
Homebridge plugin to control your computer's volume using HomeKit and Siri
Stars: ✭ 55 (-5.17%)
Mutual labels:  homebridge, homekit
homebridge-eveatmo
Homebridge plugin which adds a Netatmo weatherstation as HomeKit device and tries to act like Elgato Eve Room/Weather
Stars: ✭ 63 (+8.62%)
Mutual labels:  homebridge, homekit
homebridge-vsx
📻 A VSX and SC Plugin for homebridge
Stars: ✭ 12 (-79.31%)
Mutual labels:  homebridge, homekit
AVPlayerItemHomeOutput
Coordinate the output of content associated with your HomeKit lightbulbs. #Ambilight
Stars: ✭ 38 (-34.48%)
Mutual labels:  homebridge, homekit
hass config
My personal Home-Assistant configuration for my home.
Stars: ✭ 17 (-70.69%)
Mutual labels:  homebridge, homekit
homebridge-cmd4-AdvantageAir
Catered shell script to integrate air conditioner control units by Advantage Air into HomeKit using the plug-in homebridge-cmd4.
Stars: ✭ 24 (-58.62%)
Mutual labels:  homebridge, homekit

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].