Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oznu/homebridge-daikin-esp8266

An Arduino Sketch and Homebridge Plugin to control my Daikin AC using an ESP8266 micro controller.
https://github.com/oznu/homebridge-daikin-esp8266

arduino esp8266 homebridge-plugin

Last synced: 3 days ago
JSON representation

An Arduino Sketch and Homebridge Plugin to control my Daikin AC using an ESP8266 micro controller.

Awesome Lists containing this project

README

        

# homebridge-daikin-esp8266

A Homebridge plugin to control my Daikin AC using an ESP8266 micro controller.

```json
"platforms": [
{
"platform": "daikin-esp8266-platform",
"name": "Daikin"
}
]
```

![Wiring Diagram](wiring.png)

## Dependencies

* [Arduino Core for ESP8266](https://github.com/esp8266/Arduino)
* [WebSockets](https://github.com/Links2004/arduinoWebSockets)
* [ArduinoJson](https://github.com/bblanchon/ArduinoJson)
* [IRremoteESP8266](https://github.com/markszabo/IRremoteESP8266)
* [Adafruit Unified Sensor](https://github.com/adafruit/Adafruit_Sensor)
* [Adafruit DHT Sensor](https://github.com/adafruit/DHT-sensor-library)