-
Notifications
You must be signed in to change notification settings - Fork 638
Contributions
Max Prokhorov edited this page Dec 6, 2020
·
8 revisions
This page gathers third party tools and procedures related to ESPurna (alphabetic order).
- Contol Sonoff with ESPurna from NR: Node-RED flow.
- EspBuddy: Wrapper to easily upload (OTA or Serial), backup, batch query, monitor ESP8266 boards using Esptool.py, Espota.py and Platformio
- Espressif2Arduino: Custom bootloader for ESP8266 devices (used within SonOTA)
- Munin iot-json_: Virtual Wildcard Plugin to fetch data from common ESP8266 Firmwares (ESPEasy, Espurna ...)
- OctoPrint-ESPurnaRGB: Plugin to control an ESPurna RGB LED device via REST API using M150 GCODE.
- SonOTA: Script to update a stock Sonoff device with a custom firmware. Check OTA flashing of virgin Itead Sonoff devices to use it with ESPurna.
- espurnaBot: A Telegram bot for interaction with ESPurna
If you're looking for support:
- Issues: this is the most dynamic channel at the moment, you might find an answer to your question by searching open or closed issues.
- Wiki pages: might not be as up-to-date as we all would like (hey, you can also contribute in the documentation!).
- Gitter channel: you have better chances to get fast answers from project contributors or other ESPurna users. (also available with any Matrix client!)
- Issue a question: as a last resort, you can open new question issue on GitHub. Just remember: the more info you provide the more chances you'll have to get an accurate answer.
- Backup the stock firmware
- Flash a pre-built binary image
- Flash a virgin Itead Sonoff device without opening
- Flash TUYA-based device without opening
- Flash Shelly device without opening
- Using PlatformIO
- from Visual Studio Code
- Using Arduino IDE
- Build the Web Interface
- Over-the-air updates
- Two-step updates
- ESPurna OTA Manager
- NoFUSS
- Troubleshooting
- MQTT
- REST API
- Domoticz
- Home Assistant
- InfluxDB
- Prometheus metrics
- Thingspeak
- Alexa
- Google Home
- Architecture
- 3rd Party Plugins
- Coding style
- Pull Requests