Skip to content

ESP8266 based  HomeKit firmware that acts like the new Eve Weather ⛈🌤

Notifications You must be signed in to change notification settings

HomeKidd/ESP8266-HomeKit-New-Eve-Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

ESP8266 based  HomeKit Weather Sensor

ESP8266 based  HomeKit Weather Station using Bosch BME280 temperature, humidity, barometric pressure sensor and 1.3" OLED screen


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 the new Elgato EVE Weather!

Features:

  • Temperature Sensor accessory
  • Humidity Sensor accessory
  • Barometric Sensor accessory (requires Eve app)
  • Characteristic for detecting your altitude (used for proper barometric calculation, requires Eve app)
  • 12 hour Weather Forecast (requires Eve app)
  • OLED screen with weather icons
  • Switching Temperature Display Units between Celsius and Fahrenheit (requires Eve app)
  • Downloadable User Manual (requires Eve app)
  • Reset button
  • Data history (not reliable enough, so its beta)



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 © 2021 Apple Inc. All rights reserved.