HomeKidd / ESP8266-HomeKit-Motion-Sensor-Elgato-Eve

ESP8266 based  HomeKit Motion Sensor that works the same as Elgato Eve Motion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266 Apple HomeKit Elgato Eve Motion Sensor

ESP8266 based  HomeKit Motion Sensor that works the same as Elgato Eve Motion


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 Motion!

Features:

  • Motion Sensing (via SR602 or HC-SR501)
  • Set Duration for Motion (only in Elgato Eve app)
  • Set Sensitivity (only in Elgato Eve app, not working yet, hardware issue)
  • LED on Motion Characteristic (currently not fully working)
  • Only in Dark Characteristic (not working yet, I need to reverse engineer the Eve protocol...😄 )
  • Downloadable User Manual (via Eve app)
  • Last motion displaying (only in Elgato Eve app, not working yet)
  • Reset button
  • Over-the-Air firmware update
  • Data history (not working, not reliable enough)



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.