Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/oznu/homebridge-daikin-esp8266
- Owner: oznu
- Archived: true
- Created: 2017-08-05T13:06:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T18:35:20.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T00:08:41.485Z (9 days ago)
- Topics: arduino, esp8266, homebridge-plugin
- Language: TypeScript
- Homepage:
- Size: 1.81 MB
- Stars: 35
- Watchers: 9
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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)