This project enables the integration of affordable 433 MHz window sensors and push buttons into the homee smart home system via vhih.
- ESP32 microcontroller
- EV1527 433 MHz receiver module
- Receives signals from standard 433 MHz window sensors and push buttons (EV1527 protocol)
- Forwards sensor states to homee via vhih
- Simple configuration through a web interface
- Assemble the hardware according to the schematic (ESP32 + EV1527 receiver).
- compile and flash the nano firmware PlatformIO.
- compile and flash the ESP32 firmware
- Connect the device to Wi-Fi and configure it via the web interface.
src/– Project source codeinclude/– Header filesdata/– Web interface files (e.g., configuration)examples/– Example projectsdoku/– user manualKiCad/– Schematics and PCB layout
- Further information about integrating with homee and vhih can be found in the documentation and source code.
- License: See LICENSE
Window and door sensor for homee, based on EV1527 and ESP32.