From 4ef08c9b491d32f779e8b7dc67af8675f3315a32 Mon Sep 17 00:00:00 2001 From: HomeKid Date: Fri, 27 Sep 2019 11:52:44 +0200 Subject: [PATCH] Update README.md --- README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e64c9b..f6a8919 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,45 @@ -# ESP8266-HomeKit-Weather-Station-BME280 -ESP8266 based  HomeKit Weather Station using Bosch BME280 temperature, humidity, barometric pressure sensor +# ESP8266 based  HomeKit Weather Station BME280 +ESP8266 based  HomeKit Weather Station using Bosch BME280 temperature, humidity, barometric pressure sensor. + +------ +[![Instagram URL](https://img.shields.io/twitter/url/https/www.instagram.com/homekidd?label=Follow&logo=instagram&style=social)](https://www.instagram.com/homekidd) [![FaceBook URL](https://img.shields.io/twitter/url/https/www.facebook.com/HomeKiid?label=Like&logo=facebook&style=social)](https://www.facebook.com/HomeKiid) [![YouTube URL](https://img.shields.io/twitter/url/https/www.youtube.com/channel/UCkqC_6j1uyYVv7SO3jPe7KA?label=Follow&logo=youtube&style=social)](https://www.youtube.com/channel/UCkqC_6j1uyYVv7SO3jPe7KA) +------ + +[![GitHub All Releases](https://img.shields.io/github/downloads/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280/total?color=green)](https://github.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280/releases) +[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280?color=yellow&label=Latest%20Release)](https://github.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280/releases) +[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CEYEK69ZYG69S&source=url) +
+
+ + +For **Usage** please read the [Build Instructions](https://github.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280/wiki/Build-Instructions) Wiki page!

+ +**Features:** + +This HomeKit enabled sensor works the same as Elgato EVE Wheather! + +* Temerature Measuring +* Humidity Measuring +* Barometric Pressure Measuring (only in 3rd party HomeKit apps!) +* Custom characteristic for detecting your altitude (used for proper barometric calculation) +* Reset button + +**Demo:** + +
+ + +
+
+ +This project uses the Apple HomeKit accessory server library [ESP-HomeKit](https://github.com/maximkulkin/esp-homekit) from [@MaximKulkin](https://github.com/maximkulkin) for [ESP-OPEN-RTOS](https://github.com/SuperHouse/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.](https://developer.apple.com/homekit/) + +###### Copyright © 2019 Apple Inc. All rights reserved.