Control your home-automation devices from a customizable touchscreen UI connected via MQTT.
This project is a re-implementation of the popular HASwitchPlate sketch created by aderusha. The HASPone project uses a Wemos D1 mini and requires a Nextion/TJC HMI display. This rewrite removes the Nextion/TJC hardware requirement by using the Light and Versatile Graphics Library on the MCU to drive a commodity display.
openHASP uses the ESP32 and STM32F4 to take advantage of the hardware capabilities.
| Feature (v0.6.x) | ESP32 | STM32F4 |
|---|---|---|
| SPI display | ✅ yes | ✅ yes |
| Parallel display | ✅ yes | ✅ yes |
| PWM Screen dimming | ✅ yes | ✅ yes |
| Maximum Page Count | 12 | 12 |
| Object Types / Widgets | 20 | 20 |
| Dynamic Objects | ✅ yes | ✅ yes |
| Theme Support | yes | yes |
| MDI Icons | ✅ yes | ✅ yes |
| PNG images | ✅ yes | ✅ yes |
| Network | ✅ Wi-Fi | ✅ Ethernet |
Check out the documentation for how-to's, information and frequently asked questions.
For support using openHASP, please join the #openHASP channel on Discord.




