https://github.com/qb4-dev/esp-supla-firmware
SUPLA firmware for various boards
https://github.com/qb4-dev/esp-supla-firmware
esp32 esp8266 homeautomation iot supla
Last synced: about 1 month ago
JSON representation
SUPLA firmware for various boards
- Host: GitHub
- URL: https://github.com/qb4-dev/esp-supla-firmware
- Owner: QB4-dev
- Created: 2024-08-20T19:11:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-17T18:24:16.000Z (about 2 months ago)
- Last Synced: 2026-04-17T20:28:35.436Z (about 2 months ago)
- Topics: esp32, esp8266, homeautomation, iot, supla
- Language: C
- Homepage:
- Size: 338 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SUPLA firmware based on ESP8266_RTOS/ESP-IDF SDK with esp-libsupla component
## compatibility
- [ESP8266 RTOS-SDK](https://github.com/espressif/ESP8266_RTOS_SDK)
- [ESP-IDF](https://github.com/espressif/ESP-IDF)
## How to start
#### Clone this repo with submodules:
`git clone --recursive https://github.com/QB4-dev/esp-supla-firmware`
#### To compile firmware for selected board go to `boards` directory and run:
`make` for ESP8266-based boards with and ESP8266_RTOS SDK
`idf.py build` for ESP32-based boards with and ESP-IDF SDK