项目作者: HomeKidd

项目描述 :
ESP8266 based  HomeKit Dehumidifier 💧
高级语言:
项目地址: git://github.com/HomeKidd/ESP8266-HomeKit-Dehumidifier.git
创建时间: 2019-09-14T11:00:23Z
项目社区:https://github.com/HomeKidd/ESP8266-HomeKit-Dehumidifier

开源协议:

下载


ESP8266 based  HomeKit Dehumidifier

ESP8266 based  HomeKit Dehumidifier using an SHT3X temperature/humidity sensor and a cheap AliExpress XROW600B Dehumidifier with a custom PCB.


Instagram URL FaceBook URL YouTube URL

GitHub All Releases
GitHub tag (latest by date)
Donate



This HomeKit enabled Dehumidifier requires a custom PCB and the exact same XROW600B Dehumidifier!

For more information please read the Build Instructions Wiki page!

Features:

  • Humidity Measuring using SHT3x sensor
  • Set up Target Humidity
  • Controlling fan speed
  • Water Level (via LEDs and auto power-off when Tank is full)
  • Power/Reset Button






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.