Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glujaz/ikea-vindriktning-for-homekit
Integrating the IKEA VINDRIKTNING natively in Homekit using an ESP32 and Homespan
https://github.com/glujaz/ikea-vindriktning-for-homekit
esp32 esp32-arduino homekit homespan ikea ikeahack vindriktning
Last synced: 16 days ago
JSON representation
Integrating the IKEA VINDRIKTNING natively in Homekit using an ESP32 and Homespan
- Host: GitHub
- URL: https://github.com/glujaz/ikea-vindriktning-for-homekit
- Owner: Glujaz
- License: mit
- Created: 2024-08-04T19:18:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T19:26:40.000Z (4 months ago)
- Last Synced: 2024-10-10T13:21:29.001Z (about 1 month ago)
- Topics: esp32, esp32-arduino, homekit, homespan, ikea, ikeahack, vindriktning
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IKEA-VINDRIKTNING-for-Homekit
Integrating the IKEA VINDRIKTNING in Homekit using an ESP32 and HomespanThis code uses the [Homespan library](https://github.com/HomeSpan/HomeSpan). Install Homepsan according to [their manual](https://github.com/HomeSpan/HomeSpan/blob/master/docs/GettingStarted.md).
Download the full folder available in this repository, and open VINDRIKTNING-Homespan.ino in Arduino IDE.
com.ino file manages communication and tests with the sensor part, and DEV_Sensors.h manages the Homespan part.On Hardware side, I followed [this documentation](https://github.com/Hypfer/esp8266-vindriktning-particle-sensor/tree/master?tab=readme-ov-file) for soldering the pins.
On Air Quality Sensor, solder wires on 5+V, GND and REST. Connect to the ESP32 these wires to +5, GND and PIN16 respectively (Pin 16 or anyother pin you selected in the code).Needs probably some debuging and cleanup. More coming soon!
# TO-DO
Add a historic of data using homespan weblog service