Giter Site home page Giter Site logo

xhirschx / openhasp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from haswitchplate/openhasp

0.0 1.0 0.0 15.85 MB

HomeAutomation Switchplate based on lvgl for ESP32, ESP8266 & STM32

Home Page: https://haswitchplate.github.io/openHASP-docs/

License: MIT License

C 16.98% C++ 80.84% Processing 0.01% RobotFramework 0.19% Python 1.84% Shell 0.13%

openhasp's Introduction

openHASP firmware

GitHub Workflow Status GitHub release GitHub issues Discord contributions welcome GitHub

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 also adds ESP32 and STM32F4 support to take advantage of the additional hardware capabilities.

Demo Screens

Screenshot   Screenshot   Screenshot

Features

Feature ESP8266 ESP32 STM32F4
SPI display ✅ yes ✅ yes ✅ yes
Parallel display ❌ no ✅ yes ✅ yes
PWM Screen dimming ✅ yes ✅ yes ✅ yes
Maximum Page Count 4 12 12
Object Types / Widgets 14 15 15
Dynamic Objects ✅ yes ✅ yes ✅ yes
Lvgl Theme Support basic only all themes tbd
Custom .zi V5 font ✅ yes (latin1) ✅ yes (latin1) no
FontAwesome Icons ✅ 1300+ ✅ 1300+ no
PNG images ❌ no ❔ tbd ❔ tbd
Network ✅ Wifi ✅ Wifi ✅ Ethernet

Cloning

Make sure to add the --recursive parameter when cloning the project. Otherwise git will not download the required submodules in the /lib subdirectory.

git clone --recursive https://github.com/HASwitchPlate/openHASP

If you already cloned openHASP without the submodules, you can fetch the submodules seperately using:

git submodule update --init --recursive

To build a defierent branch use:

git clone --recursive https://github.com/HASwitchPlate/openHASP
cd openHASP
git checkout 0.4.0
git submodule update --init --recursive

Getting Started

Check out the documentation for how-to's, information and frequently asked questions.

Support

For support using openHASP, please join the #openHASP channel on Discord.

openhasp's People

Contributors

fvanroie avatar nagyrobi avatar arovak avatar blakadder avatar dgomes avatar thouters avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.